summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd_cred_cache.c
Commit message (Expand)AuthorAgeFilesLines
* r24920: Reformatting.Günther Deschner2007-10-101-128/+182
* r24578: Fix build warning.Günther Deschner2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner2007-10-101-2/+4
* r22061: Fix the krb5 user ticket refresh event timeout in winbinddGerald Carter2007-10-101-9/+32
* r21626: Fix memory leak on error path noticed byGerald Carter2007-10-101-0/+1
* r21622: Fix bad merge caught by James.Gerald Carter2007-10-101-7/+0
* r21615: don't wait until the last second to try to renew a Krb5 ticket as it ...Gerald Carter2007-10-101-2/+4
* r21614: The memset() called on aligned memory was causing crashesGerald Carter2007-10-101-0/+11
* r21537: Avoid to trigger the confusing "cached entry differs." warning whenGünther Deschner2007-10-101-0/+12
* r21530: Don't code with jet-lag and Volker looking over yourJeremy Allison2007-10-101-1/+1
* r21529: Fix warning from bad cast.Jeremy Allison2007-10-101-1/+1
* r21525: Go ahead and checkin the mlock() & memalign() fixes soGerald Carter2007-10-101-20/+10
* r21505: make sure mlock()'d memory is aligned on a page boundaryGerald Carter2007-10-101-7/+24
* r20846: Before this gets out of control...Volker Lendecke2007-10-101-7/+9
* r20725: Get rid of a bool passed down -- gd, please checkVolker Lendecke2007-10-101-2/+1
* r20536: In the offline PAM session close case the attempt to delete aGünther Deschner2007-10-101-1/+5
* r20171: Don't delete the krb5 credential if others still reference to it.Günther Deschner2007-10-101-7/+32
* r18842: Protect against "winbind cache time = 0" on two other occasions.Günther Deschner2007-10-101-2/+2
* r18841: Protect against potential event loop when someone is using "winbindGünther Deschner2007-10-101-2/+2
* r18239: THIS IS GUENTHER'S WORK !!! He's allowing me to mergeJeremy Allison2007-10-101-46/+151
* r18128: Don't forget to set the ref count to 1 on a referenceJeremy Allison2007-10-101-0/+1
* r18028: Fix warnings on non-krb5 systemsVolker Lendecke2007-10-101-0/+2
* r17897: Store the uid in the memory creds. Don't request theJeremy Allison2007-10-101-5/+19
* r17837: Split out the storing of memory cached credentialsJeremy Allison2007-10-101-146/+345
* r17616: Add the lm and nt hashes to the cached credentialsJeremy Allison2007-10-101-23/+43
* r17605: Some C++ warningsVolker Lendecke2007-10-101-1/+1
* r16755: Hunting warning has some benefits....Volker Lendecke2007-10-101-2/+2
* r15634: Prevent passwords of winbindd's list of credential caches from beeingGünther Deschner2007-10-101-0/+46
* 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-101-4/+4
* r15396: Cleanup credential caches from winbind's linked list.Günther Deschner2007-10-101-0/+12
* r15240: Correctly disallow unauthorized access when logging on with theGünther Deschner2007-10-101-0/+1
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2007-10-101-8/+8
* r14148: Removing the not very well tested krb5 ticket refresh handling activatedGünther Deschner2007-10-101-3/+0
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-4/+5
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+270