summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fail from gss_acquire_cred if we have no credsGreg Hudson2012-06-151-0/+8
* Add krb5_cccol_have_content APIGreg Hudson2012-06-155-2/+51
* Remove krb5int_cc_os_default_nameGreg Hudson2012-06-111-19/+0
* Clean up default_an_to_ln and fix a minor leakGreg Hudson2012-06-081-35/+23
* Remove big-endian gss-krb5 supportGreg Hudson2012-06-0810-100/+32
* Rename and add to etype utility functionsGreg Hudson2012-06-0710-32/+31
* Remove krb5_is_permitted_enctype_extGreg Hudson2012-06-071-32/+0
* Don't free caller's principal in vfy_incredsGreg Hudson2012-06-061-1/+0
* Try to make t_trace.c output consistentGreg Hudson2012-06-063-16/+14
* Add control over session key enctype negotiationNicolas Williams2012-06-063-0/+9
* Fix uninitialized memory errors in t_trace.cGreg Hudson2012-06-051-1/+4
* Disable trace test comparison for nowGreg Hudson2012-06-051-1/+2
* Fix trace log unit testGreg Hudson2012-06-042-1/+53
* Fix -DDEBUG compilation errorsHenry B. Hotz2012-06-043-3/+4
* Fail from gss_acquire_cred if we have no keytabGreg Hudson2012-06-031-0/+8
* Use first mech's status in gss_acquire_credGreg Hudson2012-06-031-3/+11
* Improve error message from krb5_kt_have_contentGreg Hudson2012-06-031-2/+10
* Add krb5_kt_have_content APIGreg Hudson2012-06-024-0/+31
* 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
* Null pointer deref in kadmind [CVE-2012-1013]Richard Basch2012-05-291-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 gss_mech_krb5_wrong from libgssapi_krb5Greg Hudson2012-05-221-0/+1
* Export krb5_set_trace_callback/filenameGreg Hudson2012-05-212-1/+6
* 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 $(LIBS) to some shared librariesTom Yu2012-05-173-3/+3
* Add missing newline to sn2princ debug messageGreg Hudson2012-05-141-1/+2
* Check alloc_data result in krb5int_old_encryptGreg Hudson2012-05-131-0/+2
* Avoid extern inline in asn1buf.hGreg Hudson2012-05-131-2/+4
* Don't stomp minor code in spnego_gss_acquire_credGreg Hudson2012-05-131-3/+3
* 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-094-6/+179
* 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