summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18259: Fix the non-krb5 builds.Günther Deschner1-1/+2
2007-10-10r18239: THIS IS GUENTHER'S WORK !!! He's allowing me to mergeJeremy Allison3-51/+219
2007-10-10r18224: Paranoia - ensure the oplock event handler isJeremy Allison1-1/+10
2007-10-10r18199: Allow winbindd to delete a saf_ entry if it knowsJeremy Allison1-0/+4
2007-10-10r18196: Fix debug message (this should be online not offline).Jeremy Allison1-1/+1
2007-10-10r18192: Fix the build.Jeremy Allison1-1/+1
2007-10-10r18191: Fix the online/offline state handling of winbindd.Jeremy Allison5-24/+145
2007-10-10r18189: When tearing down a connection we can be harsherJeremy Allison1-5/+29
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij3-14/+14
2007-10-10r18167: Adding DEBUG() to winbinds refresh seqnum to track down a failure.Günther Deschner1-0/+1
2007-10-10r18158: Stop winbindd from accumulating memory creds infinitely when doingGünther Deschner2-16/+25
2007-10-10r18128: Don't forget to set the ref count to 1 on a referenceJeremy Allison1-0/+1
2007-10-10r18107: Only do a SAF realm store if the logon was krb5.Jeremy Allison1-1/+1
2007-10-10r18063: When we get a successful connection using ADS,Jeremy Allison1-0/+3
2007-10-10r18062: Fix to ensure the name used by pam matches theJeremy Allison2-8/+60
2007-10-10r18047: More C++ stuffVolker Lendecke1-4/+7
2007-10-10r18028: Fix warnings on non-krb5 systemsVolker Lendecke2-13/+21
2007-10-10r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.Volker Lendecke1-11/+11
2007-10-10r18015: Try and detect network failures immediately inJeremy Allison1-5/+12
2007-10-10r18010: Ensure we don't timeout twice to the sameJeremy Allison1-8/+11
2007-10-10r17997: Ensure lockdir exists for winbindd. Store tmpJeremy Allison1-0/+4
2007-10-10r17994: Add debugs that showed me why my site code wasn'tJeremy Allison1-0/+1
2007-10-10r17947: Remove extra const.Jeremy Allison1-1/+1
2007-10-10r17945: Store the server and client sitenames in the ADSJeremy Allison1-1/+1
2007-10-10r17943: The horror, the horror. Add KDC site support byJeremy Allison1-26/+37
2007-10-10r17937: Move the saf_ cache into the tcp ad connection code.Jeremy Allison1-2/+16
2007-10-10r17897: Store the uid in the memory creds. Don't request theJeremy Allison4-11/+27
2007-10-10r17881: Another microstep towards better error reporting: Make get_sorted_dc_...Volker Lendecke1-1/+2
2007-10-10r17837: Split out the storing of memory cached credentialsJeremy Allison4-201/+422
2007-10-10r17723: * BUG 3969: Fix unsigned time comparison with expiration policy from ...Gerald Carter4-47/+27
2007-10-10r17630: Looks like getpeerid() is a system function onJeremy Allison1-1/+1
2007-10-10r17618: Not using a cache version number (yet). We really should...Jeremy Allison1-1/+0
2007-10-10r17617: Take Andrew Bartletts excellent advice and don't storeJeremy Allison3-10/+63
2007-10-10r17616: Add the lm and nt hashes to the cached credentialsJeremy Allison3-28/+52
2007-10-10r17610: Added the ability for firefox to drive the winbinddJeremy Allison5-4/+310
2007-10-10r17605: Some C++ warningsVolker Lendecke9-28/+48
2007-10-10r17584: Some C++ WarningsVolker Lendecke1-1/+1
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-8/+10
2007-10-10r17469: remove unused variableSimo Sorce1-1/+0
2007-10-10r17464: Ensure we use a hash16 data type, not a string,Jeremy Allison1-3/+45
2007-10-10r17462: Fix a cut&paste bug that caused us to return a null SID on some error...Simo Sorce1-0/+6
2007-10-10r17461: Ensure we never save a NULL SID mapping. || should be &&.Jeremy Allison1-1/+1
2007-10-10r17459: As by Jerry's word commit this without his review.Simo Sorce6-50/+246
2007-10-10r17366: Save the logon script path from the info3 in the PAM session allowingGünther Deschner2-4/+19
2007-10-10r17365: Fix memleak.Günther Deschner1-1/+4
2007-10-10r17363: Some C++ warningsVolker Lendecke1-7/+13
2007-10-10r17345: Some C++ warningsVolker Lendecke2-2/+2
2007-10-10r17162: Fix typo small typos noticed by Paul Green.Gerald Carter1-1/+1
2007-10-10r17159: Bug 3920: Restore wnibind use default domain behavior for domain groups.Gerald Carter2-18/+25
2007-10-10r17123: Fix 32bit/64bit portability issues again.Gerald Carter1-22/+54