summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* Redesign ASN.1 encoder engine, removing field_infoGreg Hudson2012-01-244-1718/+1373
* Simplify integer loading in ASN.1 encodingGreg Hudson2012-01-132-41/+34
* Add PKINIT decoder testsGreg Hudson2012-01-131-0/+9
* Fix spurious clock skew caused by gak_fct delayGreg Hudson2012-01-111-5/+4
* Use DEFTAGGEDTYPE for FAST choice typesGreg Hudson2012-01-101-5/+10
* Simplify asn1_decode_kdc_dh_key_infoGreg Hudson2012-01-101-6/+2
* Make dh_key_info encoder and decoder symmetricGreg Hudson2012-01-093-5/+35
* Remove unneeded kdcRealm field in PKINIT structureGreg Hudson2012-01-082-2/+1
* Fix PKINIT serverDHNonce encodingGreg Hudson2012-01-081-7/+1
* Clean up the asn1 encoder designGreg Hudson2012-01-083-226/+227
* Remove some unneeded accessor fieldsGreg Hudson2012-01-072-8/+0
* Remove some unused structures and encodersGreg Hudson2012-01-076-248/+0
* Remove SAM encoders and structuresGreg Hudson2012-01-076-424/+0
* Convert all remaining macro-coded ASN.1 encodersGreg Hudson2012-01-066-1017/+302
* Add support for CHOICE in ASN.1 encoderGreg Hudson2012-01-062-0/+50
* Factor out length retrieval in ASN.1 encoderGreg Hudson2012-01-061-71/+54
* Support implicit context tags in ASN.1 fieldsGreg Hudson2012-01-064-356/+418
* 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