summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* Improve error message from krb5_kt_have_contentGreg Hudson2012-06-031-2/+10
* Add krb5_kt_have_content APIGreg Hudson2012-06-023-0/+30
* Tighten up error checking in t_keytab.cGreg Hudson2012-06-021-29/+16
* Use correct profile var in krb5_get_tgs_ktypesGreg Hudson2012-06-011-1/+1
* Fix S4U user identification in preauth caseGreg Hudson2012-05-241-4/+2
* Convert DEBUG_REFERRALS to TRACE_* frameworkW. Trevor King2012-05-235-68/+21
* Add tests for trace.c formattingW. Trevor King2012-05-232-2/+259
* Add support for "{ptype}" trace format specifierW. Trevor King2012-05-231-0/+24
* Export krb5_set_trace_callback/filenameGreg Hudson2012-05-211-0/+2
* Fix "(empty" typo in "{etypes}" handler in trace.cW. Trevor King2012-05-181-1/+1
* Fix "(null" typo in "{key}" handler in trace.cW. Trevor King2012-05-181-1/+1
* Correct the name of krb5int_trace in commentsTom Yu2012-05-171-4/+4
* Add missing newline to sn2princ debug messageGreg Hudson2012-05-141-1/+2
* Avoid extern inline in asn1buf.hGreg Hudson2012-05-131-2/+4
* Null-terminate components of parsed principalsGreg Hudson2012-05-122-11/+10
* Omit start time in common AS requestsGreg Hudson2012-05-111-5/+9
* Avoid requiring default realm for in_tkt_serviceGreg Hudson2012-05-101-31/+17
* Add krb5_parse_name flag to ignore realmGreg Hudson2012-05-101-1/+5
* Rewrite krb5_parse_nameGreg Hudson2012-05-101-285/+176
* Make password change work without default realmGreg Hudson2012-05-101-0/+5
* Constify get_init_creds string input paramsGreg Hudson2012-05-094-9/+9
* Add API to interpret changepw result stringsGreg Hudson2012-05-093-6/+176
* Constify krb5int_utf8_normalize input parameterGreg Hudson2012-05-091-1/+1
* Improve display of error code 0 in trace outputGreg Hudson2012-05-081-1/+2
* Modernize style in vfy_increds.cGreg Hudson2012-05-031-96/+104
* Make verify_init_creds work with existing ccacheGreg Hudson2012-05-031-7/+0
* Try all host keys by default in vfy_incredsGreg Hudson2012-05-033-75/+219
* In sn2princ, getaddrinfo without AI_ADDRCONFIGGreg Hudson2012-05-031-1/+1
* Simplify krb5_do_preauthGreg Hudson2012-04-301-48/+33
* 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-275-8/+34
* 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
* 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
* 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
* 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
* Properly decode etype-info2 with no saltGreg Hudson2012-03-081-1/+2
* Fix spurious password expiry warningGreg Hudson2012-03-051-0/+4