summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Change optional handling in ASN.1 encoderGreg Hudson2012-02-115-641/+343
* Style and naming changes to ASN.1 encoderGreg Hudson2012-02-114-523/+444
* Use size_t for lengths in ASN.1 encoderGreg Hudson2012-02-113-67/+54
* Minimize draft9 PKINIT code by removing dead codeGreg Hudson2012-02-1122-563/+22
* Eliminate some unused ASN.1 encoding primitivesGreg Hudson2012-02-117-329/+71
* Fold atype_primitive into atype_fnGreg Hudson2012-02-113-58/+16
* Simplify ASN.1 choice type definitionsGreg Hudson2012-02-111-16/+7
* Add ASN.1 decoder test for krb5_pa_pac_reqGreg Hudson2012-02-111-0/+30
* Correct a fencepost in ASN.1 encode_cntypeGreg Hudson2012-02-111-1/+1
* Fix uninitialized variable warning in trval.cGreg Hudson2012-02-071-1/+1
* Set display_value in krb5_gss_get_name_attributeGreg Hudson2012-02-061-1/+1
* Source code license to 2-clause BSDTom Yu2012-02-062-36/+48
* Revert r25669 pending clarification of goals and API reviewTom Yu2012-02-036-233/+70
* Added a new trace logging message TRACE_PROFILE_ERR to improve the diagnostic...Zhanna Tsitkov2012-02-036-70/+233
* Better short/long descs in gss_display_mech_attrGreg Hudson2012-02-031-1/+34
* Dump attributes differently in t_saslnameGreg Hudson2012-02-031-10/+32
* Don't check mech in krb5_gss_inquire_cred_by_mechGreg Hudson2012-01-311-10/+0
* Suppress maybe-uninitialized warning in x-deltat.yGreg Hudson2012-01-272-23/+25
* Clean up dispatch lookaside code slightlyGreg Hudson2012-01-261-17/+14
* Various lookaside cache fixesGreg Hudson2012-01-261-18/+22
* Don't use stack variable address in as_req stateGreg Hudson2012-01-261-5/+5
* Avoid sizeof(void) in ASN.1 encoderGreg Hudson2012-01-241-1/+1
* Redesign ASN.1 encoder engine, removing field_infoGreg Hudson2012-01-244-1718/+1373
* kadmin.local.8 belongs in ADMIN_mandirSam Hartman2012-01-131-1/+1
* Add shadow manpages for k5login.5 and k5identity.5Tom Yu2012-01-134-14/+133
* Simplify integer loading in ASN.1 encodingGreg Hudson2012-01-132-41/+34
* Add PKINIT decoder testsGreg Hudson2012-01-135-0/+484
* Fix spurious clock skew caused by gak_fct delayGreg Hudson2012-01-111-5/+4
* Fix an allocation size bug in ASN.1 testsGreg Hudson2012-01-101-6/+3
* 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-095-61/+42
* install sphinx-generated manpagesTom Yu2012-01-0943-11/+6736
* Remove unneeded kdcRealm field in PKINIT structureGreg Hudson2012-01-085-8/+1
* Fix PKINIT serverDHNonce encodingGreg Hudson2012-01-083-10/+3
* Clean up the asn1 encoder designGreg Hudson2012-01-083-226/+227
* Convert securid module edata methodGreg Hudson2012-01-071-4/+9
* Remove some unneeded accessor fieldsGreg Hudson2012-01-076-52/+3
* Remove some unused structures and encodersGreg Hudson2012-01-0718-592/+4
* Remove SAM encoders and structuresGreg Hudson2012-01-0716-889/+0
* Convert all remaining macro-coded ASN.1 encodersGreg Hudson2012-01-068-1026/+311
* 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-0610-3/+446
* Add test cases for PKINIT ASN.1 encodersGreg Hudson2012-01-068-15/+751
* Simplify and reformat ASN.1 test codeGreg Hudson2012-01-069-1754/+1191