summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cc_mslsa.c
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-3/+5
* Add krb5_free_enctypes APIGreg Hudson2013-02-271-2/+2
* Do not retrieve zero-length credsBen Kaduk2012-09-111-2/+4
* Set fCachesTicket=TRUE when no credentialsKevin Wasserman2012-08-241-1/+2
* Do not be over-restrictive in the presence of UACKevin Wasserman2012-08-241-39/+4
* Remove unused struct and switch_to stubsKevin Wasserman2012-08-231-11/+1
* fix leak in cc_mslsa.cKevin Wasserman2012-07-161-0/+2
* Fix macro redefinition warnings in cc_mslsa.cKevin Wasserman2012-07-161-1/+2
* Implement cccol iterators for mslsaKevin Wasserman2012-07-161-7/+61
* MSLSA Don't use lstrcpy on ANSI stringsKevin Wasserman2012-07-161-11/+3
* Use LsaDeregisterLogonProcess(), not CloseHandle()Sam Hartman2011-12-021-9/+9
* krb5_lcc_store() now ignores config credentialsSam Hartman2011-12-021-0/+9
* Add new cache collection APIsGreg Hudson2011-09-051-0/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+1
* make mark-cstyleTom Yu2009-10-311-451/+452
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-9/+9
* Remove the broken optimization from UnicodeToANSI() that attemptedJeffrey Altman2007-09-241-5/+3
* MSLSA krb5_cc module fails to check success of UNICODE string conversionsJeffrey Altman2007-09-241-13/+28
* Enable Vista support for MSLSAJeffrey Altman2007-03-201-9/+99
* cursor for iterating over ccachesTom Yu2006-10-051-1/+7
* GetModuleHandle needs extension on Win64Jeffrey Altman2006-07-031-3/+6
* cc_mslsa.c: The WOW64 environment on 64-bit versions of Jeffrey Altman2006-06-281-4/+41
* Increase size of PurgeRequest buffers for MSLSAJeffrey Altman2005-12-021-2/+2
* cc_mslsa.c: Jeffrey Altman2005-10-201-9/+9
* 2005-01-11 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2005-01-121-13/+23
* 2004-12-16 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-161-0/+6
* remove unnecessary if statementJeffrey Altman2004-12-151-2/+0
* 2004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-151-43/+81
* * cc_mslsa.c (MSCredToMITCred): Don't create an empty array for addresses, justKen Raeburn2004-11-191-6/+1
* Create a ccache get-flags operation.Ken Raeburn2004-11-161-1/+17
* Fix the forced setting of the Initial Ticket Flag on Win2000 andJeffrey Altman2004-10-081-1/+17
* Fix error code returned for empty sequences and check the errorJeffrey Altman2004-09-171-2/+5
* * cc_mslsa.c: Implement krb5_lcc_initialize()Jeffrey Altman2004-09-101-6/+30
* cc_mslsa.c: Correct test for KerbQueryTicketCacheEx2MessageJeffrey Altman2004-09-101-3/+3
* 2004-09-10 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-09-101-8/+362
* * cc_mslsa.c:Jeffrey Altman2004-09-021-23/+222
* cc_mslsa.c: fix is_windows_xp not to return true for windows 2000Jeffrey Altman2004-07-261-1/+1
* * cc_mslsa.c: Fix thread safetyJeffrey Altman2004-07-081-3/+10
* 2004-07-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-07-071-0/+1
* * cc_mslsa.c:Jeffrey Altman2004-06-301-63/+336
* cc_mslsa.c: Comment out calls to FormatMessage and do not terminateJeffrey Altman2004-06-221-0/+8
* * cc_mslsa.c: Enforce acceptable enctypes by checking againstJeffrey Altman2004-06-191-56/+110
* * cc_mslsa.c: GetMSTGT(). Add krb5_contextJeffrey Altman2004-05-261-31/+21
* * cc_mslsa.c: GetMSTGT() Initialize pTicketRequest to NULL to preventJeffrey Altman2004-05-261-1/+1
* The memory allocated by ConstructTicketRequest is not LSA memoryJeffrey Altman2004-05-151-1/+1
* 2004-05-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-05-151-13/+13
* * cc_mslsa.c:Jeffrey Altman2004-04-061-0/+9
* Delay load the ADVAPI32.DLL and SECUR32.DLL libraries within KRB5_32.DLLJeffrey Altman2004-03-311-8/+89
* Return ERROR_FCC_NOFILE when the principal cannot be determined duringJeffrey Altman2004-03-191-0/+5
* * cc_mslsa.c:Jeffrey Altman2004-03-191-2/+3