summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use syslog / LOG_DEBUG when they don't existKevin Wasserman2012-07-161-1/+1
* Rename 'free' -> 'free_func' in asn1_encode.c/.hKevin Wasserman2012-07-162-3/+3
* kfw add preauth_sam2 to OBJS for windows buildKevin Wasserman2012-07-161-0/+1
* Fix error handling in allocate_princ()Greg Hudson2012-07-131-2/+4
* Replace // comment in ccdefname.cGreg Hudson2012-07-131-1/+1
* Add krb5int_cc_user_set_default_nameKevin Wasserman2012-07-112-4/+55
* Implement switch_to for ccapiv3Kevin Wasserman2012-07-112-0/+27
* Automatically create DIR ccache directoriesGreg Hudson2012-07-112-2/+3
* Avoid mapping GSSAPI minor code on successGreg Hudson2012-07-081-1/+2
* Reject extra realm separators in principal namesGreg Hudson2012-07-081-0/+2
* Remove dead codeBen Kaduk2012-07-051-11/+0
* Fix typo in previous change to get_fq_hostnameTom Yu2012-07-031-1/+1
* Fix a minor memory leak in get_fq_hostnameArlene Berry2012-07-031-1/+3
* Take care with types in process_routing_update()Ben Kaduk2012-07-031-8/+11
* Use consistent types for overflow comparisonBen Kaduk2012-07-031-1/+1
* Avoid unsigned/signed comparison in loop conditionBen Kaduk2012-07-031-2/+1
* Improve printf handling of size_t argsBen Kaduk2012-07-021-3/+4
* Resolve no-previous-prototype warning in os/cm.cBen Kaduk2012-07-021-0/+1
* Add krb5_kt_client_default to krb5_32.defGreg Hudson2012-07-021-0/+1
* Comment fall-throughs in iakerb switch statementGreg Hudson2012-07-021-0/+2
* Fix minor memory leaks in acquire_cred.cGreg Hudson2012-07-021-4/+4
* Check sort_enctypes return value in gic_keytabGreg Hudson2012-07-021-2/+3
* Include all default etypes in gic_keytab requestsGreg Hudson2012-07-021-26/+30
* Add client keytab initiation supportGreg Hudson2012-07-026-223/+395
* Add krb5_kt_client_default APIGreg Hudson2012-07-023-0/+48
* Get default cred only once in gss-krb5 initiatorGreg Hudson2012-07-022-42/+41
* Rename gss-krb5 cred tgt_expire fieldGreg Hudson2012-06-277-11/+11
* Scan ccache more efficiently in gss_acquire_credGreg Hudson2012-06-271-28/+25
* Simplify password storage in krb5_gss_cred_id_recGreg Hudson2012-06-275-17/+12
* Fix crash on invalid DIR ccache primary fileGreg Hudson2012-06-251-2/+2
* Simplify acquire_cred.cGreg Hudson2012-06-221-109/+48
* Fix config check in krb5_cccol_have_contentGreg Hudson2012-06-221-1/+1
* Simplify bld_princ.cGreg Hudson2012-06-211-66/+20
* Remove orphaned KfM codeGreg Hudson2012-06-214-124/+3
* 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