summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r15660: Without this when using smbcquotas I getVolker Lendecke2007-10-102-0/+8
* r15657: Fix some Tru64 warningsVolker Lendecke2007-10-102-3/+3
* r15655: Log the result of module initialisation if it fails.James Peach2007-10-101-2/+6
* r15654: Update our internal copy of popt to that distributed with the RPM 4.2James Peach2007-10-1013-664/+2229
* r15649: Allow to store 24 password history entries in ldapsam (same limit as onGünther Deschner2007-10-102-6/+8
* r15646: Implement an setdomainsid command as wellSimo Sorce2007-10-102-1/+23
* r15644: Now that we are referencing uint32_t and other data typesPaul Green2007-10-101-0/+4
* r15635: Fix a bogus gcc uninit variable messageVolker Lendecke2007-10-101-1/+1
* r15634: Prevent passwords of winbindd's list of credential caches from beeingGünther Deschner2007-10-104-1/+53
* r15633: Minor smbldap/pdb_ldap cleanupGünther Deschner2007-10-102-20/+16
* r15632: Remove length limitation from the winbind cache cleanup traversal.Günther Deschner2007-10-101-7/+2
* r15631: Add a new option "enable core files". Administrators can use this toJames Peach2007-10-102-0/+13
* r15630: adapt smbclient fix to smbtree to enable long share namesJim McDonough2007-10-102-1/+61
* r15620: pass 'target:samba3=yes' to samba4's smbtorture when running samba3's...Stefan Metzmacher2007-10-101-0/+2
* r15611: Remove used but uninitialised variable "count".James Peach2007-10-101-2/+2
* r15610: Fix Coverity #288 - possible null deref.Jeremy Allison2007-10-101-3/+11
* r15608: Fix a couple of Coverity errorsVolker Lendecke2007-10-101-0/+9
* r15601: Fix segfaults with 'security=share' and 'guest only = yes'Volker Lendecke2007-10-102-10/+31
* r15600: Correctly fill in the gid for local users.Volker Lendecke2007-10-101-0/+6
* r15597: more ads join fixes -- we can only set the PWDNOEXP and DES_ONLY acb ...Gerald Carter2007-10-101-7/+9
* r15589: While trying to understand the vuid code I found that security=share ...Volker Lendecke2007-10-103-15/+26
* r15583: Add a comment while trying to understand this codeVolker Lendecke2007-10-101-0/+5
* r15571: Fix Coverity bug #285Volker Lendecke2007-10-101-3/+7
* r15570: Fix Coverity bug # 286. I really wonder why gcc -O1 did not catch thi...Volker Lendecke2007-10-101-1/+1
* r15569: Fix Coverity bug # 287. Jerry, can you check if WERR_NOMEM is a corre...Volker Lendecke2007-10-101-0/+11
* r15566: Fix Coverity bug # 284. The lp_ldap_xx_suffix function only return NU...Volker Lendecke2007-10-101-7/+16
* r15562: Attempt to fix Coverity bug # 283Volker Lendecke2007-10-101-0/+8
* r15561: Should re-fix older systems without RC4-HMAC supportGerald Carter2007-10-101-15/+6
* r15560: Since the hotel doesn't have Sci-Fi and no "Doctor Who"....Gerald Carter2007-10-102-176/+96
* r15559: Smaller fixes for the new cldap code:Günther Deschner2007-10-102-7/+6
* r15558: Do not wait endless for a CLDAP reply when the LDAP server isGünther Deschner2007-10-101-1/+21
* r15556: Better fix for leading // or \\ from "David R. Linn"Jeremy Allison2007-10-101-2/+2
* r15555: Make "change notify timeout" a per-share parameter - usedJeremy Allison2007-10-104-8/+37
* r15553: minor rpcclient cleanup: length is already set in data_blob.Günther Deschner2007-10-101-3/+0
* r15552: Fix segfault...Günther Deschner2007-10-101-0/+2
* r15550: make sure to pick up the -lresolv libs on systems without -lldap to p...Gerald Carter2007-10-101-1/+3
* r15549: removing rhosts and 'hosts equiv' authentication featuresGerald Carter2007-10-105-312/+1
* r15548: remove unused 'wins partners'Gerald Carter2007-10-101-3/+0
* r15547: say goodbye to --with-ldapsam (although the ldapsam_compat passdb bac...Gerald Carter2007-10-103-71/+0
* r15546: When debugging is enabled be just a little more verbose in logging inGünther Deschner2007-10-101-6/+6
* r15544: make sure to define NS_PACKETSZ for Bind 4 interfaces (fix build on us4)Gerald Carter2007-10-101-1/+6
* r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter2007-10-1016-603/+897
* r15542: Close the LDAP connection and free the struct, regardless whether theGünther Deschner2007-10-101-1/+1
* r15541: Only ever store a user's password in a WINBINDD_CCACHE_ENTRY struct whenGünther Deschner2007-10-101-1/+1
* r15539: Use portable wrapper functions instead of seteuidJeremy Allison2007-10-102-7/+7
* r15537: Ignore // or \\ in //server or \\server.Jeremy Allison2007-10-101-0/+5
* r15531: fix linking of smbmnt and smbumount with socket wrapperStefan Metzmacher2007-10-101-2/+2
* r15529: Initialise our saved uid and gid so that we can tell whenJames Peach2007-10-102-2/+7
* r15528: Make the existance of the /etc/security/pam_winbind.conf fileGünther Deschner2007-10-101-3/+5
* r15526: Avoid double \n.Günther Deschner2007-10-101-1/+1