summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cred_cache.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20725: Get rid of a bool passed down -- gd, please checkVolker Lendecke1-2/+1
2007-10-10r20536: In the offline PAM session close case the attempt to delete aGünther Deschner1-1/+5
2007-10-10r20171: Don't delete the krb5 credential if others still reference to it.Günther Deschner1-7/+32
2007-10-10r18842: Protect against "winbind cache time = 0" on two other occasions.Günther Deschner1-2/+2
2007-10-10r18841: Protect against potential event loop when someone is using "winbindGünther Deschner1-2/+2
2007-10-10r18239: THIS IS GUENTHER'S WORK !!! He's allowing me to mergeJeremy Allison1-46/+151
2007-10-10r18128: Don't forget to set the ref count to 1 on a referenceJeremy Allison1-0/+1
2007-10-10r18028: Fix warnings on non-krb5 systemsVolker Lendecke1-0/+2
2007-10-10r17897: Store the uid in the memory creds. Don't request theJeremy Allison1-5/+19
2007-10-10r17837: Split out the storing of memory cached credentialsJeremy Allison1-146/+345
2007-10-10r17616: Add the lm and nt hashes to the cached credentialsJeremy Allison1-23/+43
2007-10-10r17605: Some C++ warningsVolker Lendecke1-1/+1
2007-10-10r16755: Hunting warning has some benefits....Volker Lendecke1-2/+2
2007-10-10r15634: Prevent passwords of winbindd's list of credential caches from beeingGünther Deschner1-0/+46
2007-10-10r15541: Only ever store a user's password in a WINBINDD_CCACHE_ENTRY struct whenGünther Deschner1-1/+1
2007-10-10r15539: Use portable wrapper functions instead of seteuidJeremy Allison1-4/+4
2007-10-10r15396: Cleanup credential caches from winbind's linked list.Günther Deschner1-0/+12
2007-10-10r15240: Correctly disallow unauthorized access when logging on with theGünther Deschner1-0/+1
2007-10-10r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner1-8/+8
2007-10-10r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner1-3/+0
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-4/+5
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+270