summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix coverity #729. Resource leak in error path.Jeremy Allison2009-06-191-1/+4
* Fix coverity #740. Resource leak in error paths. We shouldJeremy Allison2009-06-191-3/+2
* Fix coverity #900. Resource leak.Jeremy Allison2009-06-191-0/+5
* Fix coverity #920. Possible NULL deref.Jeremy Allison2009-06-191-0/+4
* Fix coverity #676. Forward NULL.Jeremy Allison2009-06-191-0/+6
* s3: fix make test with external libtalloc or libtdb.Michael Adam2009-06-191-4/+13
* s3:build: build talloctort only when using the internal liballocMichael Adam2009-06-192-3/+8
* s3:build: build the tdb tools only when using the internal libtdbMichael Adam2009-06-192-4/+18
* s3:build: remove LIBTDB_OBJ from TDBTORTURE_OBJ collectionMichael Adam2009-06-191-1/+1
* s3:build: check for availability of external libtdb and use it if availableMichael Adam2009-06-191-18/+34
* s3:build: link libtalloc statically if using internal libtallocMichael Adam2009-06-191-0/+1
* Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough2009-06-196-18/+50
* Add a missing talloc_move() in tldap_search_recvVolker Lendecke2009-06-191-1/+1
* Fix Coverity IDs 922 and 933Volker Lendecke2009-06-192-3/+6
* s3/docs: Fix typo.Karolin Seeger2009-06-191-1/+1
* Add tiny tldap testVolker Lendecke2009-06-192-1/+37
* Add tldap_fetch_rootdseVolker Lendecke2009-06-192-0/+138
* Make tevent_req_is_ldap_error publicVolker Lendecke2009-06-192-1/+3
* Add tldap_context_[gs]etattrVolker Lendecke2009-06-192-0/+81
* s3:dmapi: prefer dmapi libs from gpfs over system libsBjörn Jacke2009-06-191-4/+4
* s4-smbtorture: fix test_GetInfoLevel crash bug in RPC-DFS.Günther Deschner2009-06-191-0/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2009-06-192-0/+287
|\
| * added some basic documentation for the idmap script optionAndrew Tridgell2009-06-191-0/+168
| * added a sample script for the "idmap script" optionAndrew Tridgell2009-06-191-0/+119
| * Partially revert restriction of socket_wrapper to 1500 byte writesAndrew Bartlett2009-06-191-10/+32
* | Allow developers access the the privilaged ldapi socket for the momentAndrew Bartlett2009-06-191-0/+4
* | On our way to alpha9!Andrew Bartlett2009-06-191-2/+2
* | Mark as release versionsamba-4.0.0alpha8Andrew Bartlett2009-06-191-1/+1
* | Partially revert restriction of socket_wrapper to 1500 byte writesAndrew Bartlett2009-06-191-10/+32
* | s4:ldapsrv Place the 'privilaged' ldapi socket under an #ifdefAndrew Bartlett2009-06-191-1/+11
|/
* s4:ldb Add test for integer normalisation behaviourAndrew Bartlett2009-06-191-0/+17
* A fix in the ACL code used by both SAMBA 3 and 4Matthias Dieter Wallnöfer2009-06-191-1/+1
* Fixed some uninitialised variablesMatthias Dieter Wallnöfer2009-06-195-18/+20
* Correct handling of 32-bit integer attributes in SAMBA 4Matthias Dieter Wallnöfer2009-06-195-42/+88
* s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.Günther Deschner2009-06-191-1/+2
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-185-8/+28
* acl_group_override() doesn't need to call stat. Pass thisJeremy Allison2009-06-181-28/+17
* Add some const to the stat struct in the dosmode calls.Jeremy Allison2009-06-188-102/+72
* Replace the boilerplate calls to :Jeremy Allison2009-06-186-270/+154
* libwbclient: fix returned LogonInfo in wbc_LogonUser().Günther Deschner2009-06-181-2/+4
* wbinfo: use wbcLogonUser for wbinfo -K.Günther Deschner2009-06-181-35/+76
* Revert "For tevent to install tevent_util.h"Simo Sorce2009-06-181-1/+0
* s3/docs: Add documentation for 'net sam rights'.Karolin Seeger2009-06-181-0/+27
* s3:netlogon Cope with recent rename in netlogon.idlAndrew Bartlett2009-06-181-1/+1
* Remove unused variableAndrew Bartlett2009-06-181-3/+0
* Bump the ldb version and the version Samba4 requires.Andrew Bartlett2009-06-182-2/+2
* s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett2009-06-185-12/+146
* s4:testprogs Don't specify a username/password when checking the ccacheAndrew Bartlett2009-06-181-1/+1
* s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett2009-06-1811-9/+41
* s4:kdc Allow a password change when the password is expiredAndrew Bartlett2009-06-1812-70/+98