summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Stop using krb5_octet_dataGreg Hudson2011-12-217-49/+57
* Do mech fallback for first SPNEGO context tokenGreg Hudson2011-12-161-8/+37
* Verify acceptor's mech in SPNEGO initiatorGreg Hudson2011-12-162-78/+44
* krb5_server_decrypt_ticket_keytab wrongly succeedsGreg Hudson2011-12-131-2/+1
* kfw: use _WIN64 names where appropriateTom Yu2011-12-121-0/+4
* Fix subkey memory leak in krb5_get_credentialsGreg Hudson2011-12-091-0/+2
* Fix memory leaks in FAST TGS supportGreg Hudson2011-12-092-4/+12
* Actually allow null server key in krb5_pac_verifyGreg Hudson2011-12-081-3/+0
* Allow null server key to krb5_pac_verifyGreg Hudson2011-12-071-3/+5
* Allow S4U2Proxy service tickets to be cachedGreg Hudson2011-12-071-3/+1
* Allow S4U2Proxy delegated credentials to be savedGreg Hudson2011-12-077-31/+86
* make dependKen Raeburn2011-12-051-4/+8
* Set a default enctype for optimistic preauthGreg Hudson2011-12-041-0/+8
* Added support for loading of Krb5.ini from Windows APPDATASam Hartman2011-12-021-8/+77
* Use LsaDeregisterLogonProcess(), not CloseHandle()Sam Hartman2011-12-021-9/+9
* Fix free ofuninitialized memory in sname_to_princSam Hartman2011-12-021-2/+3
* krb5_lcc_store() now ignores config credentialsSam Hartman2011-12-021-0/+9
* mk_cred: memory managementSam Hartman2011-12-021-1/+1
* Adjust krb5int_decode_tgs_rep, closing a leakGreg Hudson2011-11-231-19/+20
* Whitespace, style changes to past two commitsGreg Hudson2011-11-235-76/+84
* FAST TGSSam Hartman2011-11-237-18/+129
* FAST: error handling and const keyblockSam Hartman2011-11-232-23/+34
* ticket: newSam Hartman2011-11-233-21/+45
* Use POSIX constants instead of S_IREAD/S_IWRITEGreg Hudson2011-11-221-2/+2
* Fix compile error in previous changeGreg Hudson2011-11-221-1/+0
* Clean up client-side preauth error data handlingGreg Hudson2011-11-214-48/+32
* Recognize IAKERB mech in krb5_gss_display_statusGreg Hudson2011-11-211-1/+2
* Make verto context available to kdcpreauth modulesGreg Hudson2011-11-151-2/+2
* Handle TGS referrals to the same realmGreg Hudson2011-11-141-1/+8
* Add consistency check for plugin interface namesGreg Hudson2011-11-131-1/+5
* Add plugin interface_names entry for ccselectGreg Hudson2011-11-121-1/+2
* Avoid looping when preauth can't be generatedGreg Hudson2011-11-113-4/+15
* Clean up more stuff in make cleanGreg Hudson2011-11-042-2/+2
* Get rid of periods in Python test success messagesGreg Hudson2011-11-034-4/+4
* Make krb5_check_clockskew publicGreg Hudson2011-10-317-6/+8
* Fix intermediate key length in hmac-md5 checksumGreg Hudson2011-10-281-1/+1
* Make krb5_find_authdata publicGreg Hudson2011-10-255-26/+19
* Refactor salt computation into libkdb5Greg Hudson2011-10-243-47/+66
* Fix krb5_cc_set_configGreg Hudson2011-10-201-8/+6
* Make reindentTom Yu2011-10-1721-98/+99
* Style policeGreg Hudson2011-10-171-2/+1
* gssalloc-related fixes to naming_exts.cSam Hartman2011-10-171-28/+31
* RFC 4120 says that we should not canonicalize using DNS. We cannot getSam Hartman2011-10-171-4/+3
* Allow rd_priv/rd_safe without remote addressGreg Hudson2011-10-153-12/+18
* Rename PAC type constants to avoid conflictsGreg Hudson2011-10-152-29/+46
* Hide gak_fct interface and arguments in clpreauthGreg Hudson2011-10-154-89/+69
* make dependTom Yu2011-10-146-492/+525
* Untabify a recent gssapi_alloc.h changeGreg Hudson2011-10-141-1/+2
* Fix gssapi_strdupSam Hartman2011-10-141-7/+3
* gssalloc memory management for gss_buffer_setSam Hartman2011-10-143-9/+26