summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-233-10/+64
* 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
* Clean up k5buf_to_gss helperGreg Hudson2012-08-232-5/+3
* Fix apply_keysalt_policy bugGreg Hudson2012-08-151-1/+1
* Remove obsolete function krb5_secure_config_filesZhanna Tsitkov2012-08-143-27/+0
* Use gssalloc in krb5_gss_export_nameGreg Hudson2012-08-111-1/+1
* Stop misusing gss_release_buffer in libgssrpcGreg Hudson2012-08-113-15/+11
* Use gssalloc in more parts of GSSAPIGreg Hudson2012-08-115-11/+13
* Add debug mode to gssapi_alloc.hGreg Hudson2012-08-113-23/+79
* Remove gss_mechanism_extSimo Sorce2012-08-085-124/+26
* 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
* Pass the actual mech oid in creds functionsSimo Sorce2012-08-062-11/+34
* Always consider desired_mechs empty in spnego (2)Simo Sorce2012-08-061-9/+7
* Reuse code to free gss_mech_info structureSimo Sorce2012-08-051-21/+4
* Always consider desired_mechs empty in spnegoSimo Sorce2012-08-031-18/+4
* Make gss_ctx_id_t truly opaqueSimo Sorce2012-08-035-6/+6
* Fix oid set construction in gss_inquire_cred()Kevin Wasserman2012-08-021-22/+10
* Explain memory allocation policy in oid_ops.cGreg Hudson2012-08-011-0/+7
* Add %{username} token to path expansionGreg Hudson2012-08-012-2/+26
* Fix KDC heap corruption vuln [CVE-2012-1015]Tom Yu2012-08-011-0/+3
* Constify krb5_string_to_keysalts()'s string argNicolas Williams2012-07-303-12/+14
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-3018-83/+504
* 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
* Implement credential store support in spnegoSimo Sorce2012-07-202-15/+55
* Implement credential store support for krb5 mechSimo Sorce2012-07-206-27/+263
* Introduce credential store extensionsSimo Sorce2012-07-205-32/+269
* Use internal release function in oid_ops.cSimo Sorce2012-07-181-1/+1
* In g_oid_ops.c, remove an unneeded declarationSimo Sorce2012-07-181-3/+0
* 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
* define USE_HEAPALLOC in gssapi_alloc.hKevin Wasserman2012-07-161-4/+7
* 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
* __func__ -> __FUNCTION__ in disp_status.cKevin Wasserman2012-07-161-4/+4
* Don't use syslog / LOG_DEBUG when they don't existKevin Wasserman2012-07-161-1/+1