summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Use GETSOCKNAME_ARG3_TYPE to prevent warning in type incompatibility.Ezra Peisach2012-03-061-2/+6
* Fix spurious password expiry warningGreg Hudson2012-03-051-0/+4
* Remove admin_keytab references in code and docsGreg Hudson2012-03-043-16/+2
* Require IPv6 supportKen Raeburn2012-02-286-63/+4
* Correct fix for #7092Greg Hudson2012-02-221-1/+13
* Revert broken #7092 fixGreg Hudson2012-02-221-9/+1
* kvno ASN.1 encoding interop with Windows RODCsGreg Hudson2012-02-211-1/+9
* Fix void pointer arithmetic in ASN.1 decoderGreg Hudson2012-02-141-4/+4
* Initialize gss_get_name_attribute output buffersGreg Hudson2012-02-141-0/+8
* Add explanatory README for ASN.1 infrastructureGreg Hudson2012-02-131-0/+560
* Separate tag info and length in ASN.1 encoderGreg Hudson2012-02-123-52/+54
* Fix ASN.1 buildGreg Hudson2012-02-121-4/+2
* Update ASN.1 TODO fileGreg Hudson2012-02-121-22/+7
* Remove unneeded ASN.1 codeGreg Hudson2012-02-1223-5634/+24
* Convert utility functions to new decoderGreg Hudson2012-02-122-5/+44
* Data-driven ASN.1 decoderGreg Hudson2012-02-118-215/+1635
* 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-116-242/+9
* 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
* Correct a fencepost in ASN.1 encode_cntypeGreg Hudson2012-02-111-1/+1
* Set display_value in krb5_gss_get_name_attributeGreg Hudson2012-02-061-1/+1
* Revert r25669 pending clarification of goals and API reviewTom Yu2012-02-032-159/+68
* Added a new trace logging message TRACE_PROFILE_ERR to improve the diagnostic...Zhanna Tsitkov2012-02-032-68/+159
* Better short/long descs in gss_display_mech_attrGreg Hudson2012-02-031-1/+34
* 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
* 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
* 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