summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make localedir work in build with autoconf 2.5xGreg Hudson2012-03-191-0/+6
* Avoid side effects in assert expressionsGreg Hudson2012-03-093-6/+14
* Properly decode etype-info2 with no saltGreg Hudson2012-03-082-1/+42
* Simplify some ASN.1 array encoder testsGreg Hudson2012-03-083-67/+19
* Remove unused arg from encode_run in ASN.1 testsGreg Hudson2012-03-081-93/+91
* 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-0415-76/+3
* Add test cases for Windows RODC kvno compatibilityTom Yu2012-03-024-0/+26
* Fix KDB iteration when callback does write callsGreg Hudson2012-03-011-4/+2
* Require IPv6 supportKen Raeburn2012-02-2815-101/+9
* Patch from Richard Basch to work around Solaris 8 lacking isblank()Tom Yu2012-02-272-2/+8
* Fail during configure if unable to find arTom Yu2012-02-221-0/+3
* Correct fix for #7092Greg Hudson2012-02-221-1/+13
* Revert broken #7092 fixGreg Hudson2012-02-221-9/+1
* Access controls for string RPCs [CVE-2012-1012]Greg Hudson2012-02-211-8/+11
* kvno ASN.1 encoding interop with Windows RODCsGreg Hudson2012-02-211-1/+9
* In kadmin_getprivs replace the non-existing "GET" privilege by "INQUIRE". Zhanna Tsitkov2012-02-151-1/+1
* 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-123-9/+58
* Data-driven ASN.1 decoderGreg Hudson2012-02-1112-221/+1650
* 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