summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cred_cache.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner1-2/+4
2007-10-10r22061: Fix the krb5 user ticket refresh event timeout in winbinddGerald Carter1-9/+32
2007-10-10r21626: Fix memory leak on error path noticed byGerald Carter1-0/+1
2007-10-10r21622: Fix bad merge caught by James.Gerald Carter1-7/+0
2007-10-10r21615: don't wait until the last second to try to renew a Krb5 ticket as it ...Gerald Carter1-2/+4
2007-10-10r21614: The memset() called on aligned memory was causing crashesGerald Carter1-0/+11
2007-10-10r21537: Avoid to trigger the confusing "cached entry differs." warning whenGünther Deschner1-0/+12
2007-10-10r21530: Don't code with jet-lag and Volker looking over yourJeremy Allison1-1/+1
2007-10-10r21529: Fix warning from bad cast.Jeremy Allison1-1/+1
2007-10-10r21525: Go ahead and checkin the mlock() & memalign() fixes soGerald Carter1-20/+10
2007-10-10r21505: make sure mlock()'d memory is aligned on a page boundaryGerald Carter1-7/+24
2007-10-10r20846: Before this gets out of control...Volker Lendecke1-7/+9
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