summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* r15525: fix compile error on HP-UX reported by Ryan NovosielskiGerald Carter2007-10-101-1/+0
* r15523: Honour the time_offset also when verifying kerberos tickets. ThisGünther Deschner2007-10-104-3/+9
* r15519: Fix segfault.Günther Deschner2007-10-101-1/+3
* r15516: Use SMB_BIG_UINT in preference to unsigned long long.James Peach2007-10-101-4/+4
* r15509: Preserve errno in fcntl lock wrappers.James Peach2007-10-101-0/+4
* r15508: Use clock_gettime for profiling timstamps if it is available. UseJames Peach2007-10-105-17/+62
* r15496: current_user_info is not referenced in loadparm.cVolker Lendecke2007-10-101-1/+0
* r15495: current_user_info is not referenced in process.cVolker Lendecke2007-10-101-1/+0
* r15494: Fix debug statementVolker Lendecke2007-10-101-1/+1
* r15492: Without this patch, the LDAP client libs will call abort() inAndrew Bartlett2007-10-101-9/+19
* r15483: Fix 'declaration after code' warnings.Volker Lendecke2007-10-101-3/+7
* r15479: Check in patch from bug # 3746 -- Thanks TimurVolker Lendecke2007-10-101-0/+1
* r15478: Likewise for bug # 3763Volker Lendecke2007-10-101-4/+4
* r15477: Committing parts of the patch Timur has submitted for bug 2961, as ag...Volker Lendecke2007-10-102-8/+4
* r15476: Transfer the was_mapped flag from user_info to server_info also in au...Volker Lendecke2007-10-102-0/+6
* r15475: Ugly and disgusting patch to fix the username map problem I created byVolker Lendecke2007-10-105-14/+52
* r15472: Remove an unused function parameterVolker Lendecke2007-10-104-4/+1
* r15471: Clarify error messageVolker Lendecke2007-10-102-4/+4
* r15467: Ensure every exit error path calls nt_status_squash.Jeremy Allison2007-10-101-27/+27