summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add Doxygen markup to API functions that were introduced in 1.10 releaseZhanna Tsitkov2012-04-171-0/+15
* Allow preauth mechs to work with clock skewGreg Hudson2012-04-178-29/+124
* Add clock skew testsGreg Hudson2012-04-173-1/+46
* Document kadm5_hook chpass randomize-key behaviorGreg Hudson2012-04-161-0/+1
* Fix documention of unconfigured rsthml buildTom Yu2012-04-111-1/+1
* 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-022-29/+51
* Make cross-TGT key rollover work from AD to MITGreg Hudson2012-04-022-45/+175
* 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
* Add doc target with configured path substitutionsGreg Hudson2012-03-281-2/+20
* Use reference substitutions for paths in docsGreg Hudson2012-03-284-10/+10
* Edit defaults page in documentationGreg Hudson2012-03-281-1/+3
* Move rstman build target to man directoryGreg Hudson2012-03-282-13/+19
* Automate RST HTML generation with doxygen infoGreg Hudson2012-03-284-1670/+45
* Fix up gssapi_ext.h Doxygen markup somewhatGreg Hudson2012-03-271-8/+10
* Fix up krb5.hin Doxygen markup somewhatGreg Hudson2012-03-271-21/+34
* Remove krb5-send-pr man pageGreg Hudson2012-03-241-231/+0
* Install path-substituted man pagesGreg Hudson2012-03-2347-6501/+7225
* Suppress some gcc uninitialized variable warningsGreg Hudson2012-03-223-3/+5
* Only store master mey list in DAL handleGreg Hudson2012-03-2118-151/+118
* 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