summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Fix minor Makefile.in typos for make dependTom Yu2012-08-231-0/+1
* Add otp client preauth pluginNathaniel McCallum2012-08-235-0/+581
* Add ASN.1 support for OTPGreg Hudson2012-08-234-17/+190
* Remove obsolete function krb5_secure_config_filesZhanna Tsitkov2012-08-143-27/+0
* Fix memory leak parsing name with default realmGreg Hudson2012-08-071-0/+1
* Turn off replay cache in krb5_verify_init_creds()Nalin Dahyabhai2012-08-061-0/+9
* Add %{username} token to path expansionGreg Hudson2012-08-012-2/+26
* Minor fixes to expand_path.cGreg Hudson2012-07-251-35/+24
* Support changing the built-in ccache/keytab namesGreg Hudson2012-07-244-12/+4
* Add default_ccache_name profile variableGreg Hudson2012-07-241-1/+10
* Rearrange ccdefname.c slightlyGreg Hudson2012-07-241-91/+53
* Add token expansion for keytab namesGreg Hudson2012-07-241-56/+44
* Add internal path expansion functionsGreg Hudson2012-07-245-4/+577
* krb5_stdccv3_get_principal error handling fixupKevin Wasserman2012-07-161-1/+3
* fix leak in cc_mslsa.cKevin Wasserman2012-07-161-0/+2
* Fix macro redefinition warnings in cc_mslsa.cKevin Wasserman2012-07-161-1/+2
* Implement cccol iterators for mslsaKevin Wasserman2012-07-161-7/+61
* MSLSA Don't use lstrcpy on ANSI stringsKevin Wasserman2012-07-161-11/+3
* Build lib/krb5/ccache/ccapi on Windows onlyKevin Wasserman2012-07-161-0/+1
* Define USE_CCAPI_V3 in krb5/ccache on windowsKevin Wasserman2012-07-162-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-111-4/+54
* Implement switch_to for ccapiv3Kevin Wasserman2012-07-112-0/+27
* Automatically create DIR ccache directoriesGreg Hudson2012-07-112-2/+3
* 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
* Resolve no-previous-prototype warning in os/cm.cBen Kaduk2012-07-021-0/+1
* 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 krb5_kt_client_default APIGreg Hudson2012-07-023-0/+48
* Fix crash on invalid DIR ccache primary fileGreg Hudson2012-06-251-2/+2
* 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-213-61/+1
* Add krb5_cccol_have_content APIGreg Hudson2012-06-154-2/+50
* 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
* 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-061-0/+1
* 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