summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4:ldb Make error message in rnd_name more usefulAndrew Bartlett2009-08-071-3/+9
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2009-08-072-6/+69
|\
| * s3: Fix a bug in renames of directoriesTim Prouty2009-08-061-6/+19
| * s4 torture: Extend the RAW-RENAME test to more fully test directory renames.Tim Prouty2009-08-061-0/+50
* | s4:setup Remove extra newlines that break OpenLDAP backendOliver Liebel2009-08-071-2/+0
|/
* 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
* Add define guards around otherwise unused variable.Jeremy Allison2009-08-061-0/+3
* s3-ldap: Fix Bug #5879. Update LDAP schema for Netscape DS 5.Günther Deschner2009-08-061-1/+6
* Unable to browse DFS when using kerberosBo Yang2009-08-071-8/+14
* s4: Simplify two lines in the "samdb.py" file (cosmetic)Matthias Dieter Wallnöfer2009-08-061-2/+1
* s4:enableaccount script: Remove a redundant lineMatthias Dieter Wallnöfer2009-08-061-1/+0
* s3/smbldap: Fix typo in debug message.Karolin Seeger2009-08-061-1/+1
* There is one signedness issue in tdb which prevents traverses of TDB recordsRusty Russell2009-08-061-9/+21
* Revert "deliberately break the build"Andrew Tridgell2009-08-061-1/+1
* deliberately break the buildAndrew Tridgell2009-08-061-1/+1
* s4:heimdal: import lorikeet-heimdal-200908052208 (commit 370a73a74199a5a55188...Andrew Bartlett2009-08-0633-117/+31
* set uidwrappersrcdirAndrew Tridgell2009-08-061-0/+1
* define uwrap_enabled() on Samba3Andrew Tridgell2009-08-061-0/+3
* s4:ldb Cosmetic corrections in "rdn_name" moduleMatthias Dieter Wallnöfer2009-08-051-4/+4
* changed BCC handling for SMBwriteX to handle broken MacOSX clientAndrew Tridgell2009-08-051-13/+8
* on buffer overflow windows gives SMBSRV:ERRerror hereAndrew Tridgell2009-08-051-1/+1
* s4:torture The test logic for the target was wrong. This should correct it.Matthias Dieter Wallnöfer2009-08-051-4/+4
* s4:heimdal_build: define HEIMDAL_LOCALEDIRStefan Metzmacher2009-08-051-0/+1
* s4:ldap_server: make sure we shutdown the tls socket before stream_terminate_...Stefan Metzmacher2009-08-051-0/+1
* s4:torture Remove some unwanted code in the LDAP test - hope this fixes up th...Matthias Dieter Wallnöfer2009-08-051-12/+0
* fixed a problem with group policy writes causing policy corruptionAndrew Tridgell2009-08-053-4/+48
* 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
* s3:winbind: Add async wb_sid2gidVolker Lendecke2009-08-0512-2/+606