summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* Migrate to non-destructive tokeninfo selectionNathaniel McCallum2012-10-151-148/+191
* Move forward tokeninfo filteringNathaniel McCallum2012-10-151-63/+81
* Move pa_data encoding into a separate functionNathaniel McCallum2012-10-151-39/+45
* Fix a couple of typosNalin Dahyabhai2012-10-121-2/+2
* Add responder support to preauth_encts/preauth_ecNathaniel McCallum2012-10-122-0/+26
* Add responder support to get_as_key()Nathaniel McCallum2012-10-126-8/+55
* Allow null inputs to response item functionsNathaniel McCallum2012-10-121-2/+14
* Fix argument order when calling the responderNathaniel McCallum2012-10-101-2/+2
* De-conditionalize Camellia codeGreg Hudson2012-10-092-4/+0
* Untabify preauth_sam2.cGreg Hudson2012-10-081-17/+17
* make dependGreg Hudson2012-09-121-0/+11
* Do not retrieve zero-length credsBen Kaduk2012-09-111-2/+4
* Add responder feature for initial cred exchangesNathaniel McCallum2012-09-119-5/+475
* Support kdc_timesync offsets in memory ccacheNate Rosenblum2012-08-311-0/+22
* Improve error translation for CCAPIv3 routinesBen Kaduk2012-08-291-8/+9
* Set fCachesTicket=TRUE when no credentialsKevin Wasserman2012-08-241-1/+2
* Do not be over-restrictive in the presence of UACKevin Wasserman2012-08-241-39/+4
* Fix portability, printf bugs in preauth_otp.cGreg Hudson2012-08-241-3/+1
* Remove unused struct and switch_to stubsKevin Wasserman2012-08-231-11/+1
* Run "make depend"Tom Yu2012-08-232-10/+49
* 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