summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of built-in preauth types tableGreg Hudson2012-04-301-103/+53
* Simplify preauth2 helper functions using reallocGreg Hudson2012-04-301-45/+16
* Use correct name-type in TGS-REQs for 2008R2 RODCsTom Yu2012-04-272-12/+19
* Split up and fix get_etype_infoGreg Hudson2012-04-271-66/+83
* Stop using SALT_TYPE_AFS_LENGTHGreg Hudson2012-04-278-48/+49
* Refactor client etype-info handling in preauth2.cGreg Hudson2012-04-271-134/+78
* Ensure null termination of AFS saltsGreg Hudson2012-04-271-1/+1
* Convert SAM-2 preauth mechanism to a moduleGreg Hudson2012-04-264-371/+442
* Remove orphaned Apple PKINIT supportGreg Hudson2012-04-268-3191/+0
* Allow clearpolicy restriction for kadmin addprincGreg Hudson2012-04-261-4/+5
* Flip the default of start_kadmind in k5test.pyGreg Hudson2012-04-263-4/+4
* Clear preauth use counts for each AS requestGreg Hudson2012-04-251-0/+1
* Try all history keys to decrypt password historyGreg Hudson2012-04-243-45/+62
* Use etypes from keytab in krb5_gic_keytabGreg Hudson2012-04-191-0/+118
* Unify krb5_get_init_creds_keytab code pathsGreg Hudson2012-04-194-15/+55
* Allow preauth mechs to work with clock skewGreg Hudson2012-04-175-26/+86
* Fix trace logging initializationGreg Hudson2012-04-051-1/+1
* Fix app tag choices for decoding EncASRepPartGreg Hudson2012-04-051-1/+1
* Fix password reuse check with cpw -keepoldGreg Hudson2012-04-041-0/+3
* If trace logging facility is enabled, report misconfiguration errors encounte...Zhanna Tsitkov2012-04-021-29/+47
* Fix data handling in rd_req_decoded_optGreg Hudson2012-03-311-3/+3
* Avoid malloc(0) in ASN.1 bytestring decodeGreg Hudson2012-03-311-0/+2
* Fix up gssapi_ext.h Doxygen markup somewhatGreg Hudson2012-03-271-8/+10
* Suppress some gcc uninitialized variable warningsGreg Hudson2012-03-221-1/+1
* Only store master mey list in DAL handleGreg Hudson2012-03-217-90/+84
* Avoid side effects in assert expressionsGreg Hudson2012-03-092-2/+6
* Properly decode etype-info2 with no saltGreg Hudson2012-03-081-1/+2
* 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