summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Support ASN.1 encoding without the outer tagGreg Hudson2012-01-061-113/+135
* Use content-only ASN.1 primitivesGreg Hudson2012-01-063-339/+245
* Make ASN.1 struct atype_info more extensibleGreg Hudson2012-01-062-115/+161
* Add missing test cases for ASN.1 typesGreg Hudson2012-01-061-0/+5
* Fix asn1_encode_subject_pk_info without paramsGreg Hudson2012-01-061-2/+4
* Remove unused functions (older API residue) krb5_realm_iterator* and krb5_fre...Zhanna Tsitkov2012-01-045-132/+1
* Stop using krb5_typed_data structure typeGreg Hudson2011-12-2110-52/+26
* Stop using krb5_octet_dataGreg Hudson2011-12-217-49/+57
* 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
* 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
* 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
* Get rid of periods in Python test success messagesGreg Hudson2011-11-033-3/+3
* Make krb5_check_clockskew publicGreg Hudson2011-10-316-6/+7
* Make krb5_find_authdata publicGreg Hudson2011-10-254-26/+18
* Fix krb5_cc_set_configGreg Hudson2011-10-201-8/+6
* Make reindentTom Yu2011-10-174-14/+14
* 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-141-0/+11
* Removed unused macrosZhanna Tsitkov2011-10-142-6/+0
* Make krb5_pac_sign publicGreg Hudson2011-10-123-17/+13
* Minor cleanups to encrypted challengeGreg Hudson2011-10-071-34/+26
* Use built-in modules for encrypted timestampGreg Hudson2011-10-074-80/+147
* Ditch fast_factor.h since it contains only stubsGreg Hudson2011-10-062-5/+3
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-062-108/+27
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-052-3/+0