summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-0815-118/+118
* Move the checks for null timestamps down below the VFS_NTIMESJeremy Allison2009-08-072-30/+18
* Correctly send out notify messages for timestamp changes.Jeremy Allison2009-08-071-5/+3
* s3:smbd: split the dir entry marshalling into smbd_marshall_dir_entry()Stefan Metzmacher2009-08-071-443/+482
* s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher2009-08-078-97/+148
* s3:smbd: remove dirptr and dirpath from connection_structStefan Metzmacher2009-08-077-51/+47
* s3:smbd: implement get_lanman2_dir_entry() on top of smbd_dirptr_get_entry()Stefan Metzmacher2009-08-071-229/+215
* s3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()Stefan Metzmacher2009-08-071-139/+89
* s3:smbd: add generic smbd_dirptr_get_entry()Stefan Metzmacher2009-08-072-0/+163
* s3:smbd: conn_free_internal() can be static nowStefan Metzmacher2009-08-076-25/+24
* s3:smbd: add a smbd_server_connection pointer to connection_structStefan Metzmacher2009-08-077-35/+38
* Fix some nonempty blank linesVolker Lendecke2009-08-076-37/+36
* s3:smbd: don't ignore check_descend in get_dir_entry()Stefan Metzmacher2009-08-071-0/+6
* s3-wkssvcs: fix check for BUILTIN\Administrators membership in wkssvc_Netr{Jo...Günther Deschner2009-08-071-2/+2
* s3 net: i18n support for net rpc auditKai Blin2009-08-072-57/+61
* s3 net: net i18n in it's own moduleKai Blin2009-08-072-0/+4880
* Revert "s3: Update i18n files"Kai Blin2009-08-079-28698/+1170
* s3 net: i18n support for net rpcKai Blin2009-08-072-561/+618
* s3 net: i18n support for net registryKai Blin2009-08-073-77/+82
* s3 net: i18n support for net rapKai Blin2009-08-072-226/+229
* s3: Fix nss info substitutionBo Yang2009-08-081-3/+3
* s3: Fix a bug in renames of directoriesTim Prouty2009-08-061-6/+19
* Remove a const warning.Jeremy Allison2009-08-062-2/+3
* Fix bug #5714 - NetBSD, ENODATA undefined, at least some releases.Jeremy Allison2009-08-061-0/+4
* Put SMB_INFO_STANDARD back into setfileinfo, but do it rightJeremy Allison2009-08-061-0/+45
* Unable to browse DFS when using kerberosBo Yang2009-08-071-8/+14
* s3/smbldap: Fix typo in debug message.Karolin Seeger2009-08-061-1/+1
* set uidwrappersrcdirAndrew Tridgell2009-08-061-0/+1
* define uwrap_enabled() on Samba3Andrew Tridgell2009-08-061-0/+3
* s3:winbind: Convert WINBINDD_GETGROUPS to the new APIVolker Lendecke2009-08-055-173/+230
* s3:winbind: Add async wb_gettokenVolker Lendecke2009-08-053-0/+224
* s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new APIVolker Lendecke2009-08-055-28/+131
* s3:winbind: Add async wb_lookupusergroupsVolker Lendecke2009-08-0512-2/+497
* s3:winbind: Make wcache_lookup_usergroups externally visibleVolker Lendecke2009-08-052-29/+52
* s3:winbind: Convert WINBINDD_GETSIDALIASES to the new APIVolker Lendecke2009-08-055-28/+145
* s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke2009-08-0512-2/+643
* s3:winbind: Make parse_sidlist take a const char *Volker Lendecke2009-08-052-5/+12
* s3:winbind: Make wcache_lookup_useraliases available publicallyVolker Lendecke2009-08-052-33/+78
* s3:winbind: Convert WINBINDD_GETPWUID to the new APIVolker Lendecke2009-08-055-265/+117
* s3:winbind: Convert WINBINDD_GETPWNAM to the new APIVolker Lendecke2009-08-055-98/+152
* s3:winbind: Convert WINBINDD_GETPWSID to the new APIVolker Lendecke2009-08-055-21/+101
* s3:winbind: Add async wb_getpwsidVolker Lendecke2009-08-053-0/+230
* s3:winbind: Make fillup_pw_field publically availableVolker Lendecke2009-08-052-1/+9
* s3:winbind: Add async wb_queryuserVolker Lendecke2009-08-0512-2/+721
* s3:winbind: Make wcache_query_user externally visibleVolker Lendecke2009-08-052-22/+47
* s3:winbind: Convert WINBINDD_GID_TO_SID the new APIVolker Lendecke2009-08-055-59/+96
* s3:winbind: Add async wb_gid2sidVolker Lendecke2009-08-0512-2/+541
* s3:winbind: Convert WINBINDD_UID_TO_SID the new APIVolker Lendecke2009-08-055-59/+96
* s3:winbind: Add async wb_uid2sidVolker Lendecke2009-08-0512-2/+542
* s3:winbind: Convert WINBINDD_SID_TO_GID the new APIVolker Lendecke2009-08-055-114/+103