summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor gss mech config parserGreg Hudson2012-09-171-85/+53
* Delete unused internal mechglue functionsGreg Hudson2012-09-172-125/+0
* Simplify gss_inquire_mechs_for_nameGreg Hudson2012-09-171-68/+45
* Avoid leaks on gss_accept_sec_context errorsSimo Sorce2012-09-161-4/+5
* Unregister error message key on library unloadBen Kaduk2012-09-121-0/+1
* make dependGreg Hudson2012-09-123-0/+59
* Do not retrieve zero-length credsBen Kaduk2012-09-111-2/+4
* Add SPNEGO support for GSS cred export and importGreg Hudson2012-09-112-1/+51
* Add krb5 support for GSS cred export and importGreg Hudson2012-09-115-0/+1117
* Introduce gss_export_cred and gss_import_credGreg Hudson2012-09-117-0/+316
* Add responder feature for initial cred exchangesNathaniel McCallum2012-09-1110-5/+479
* Add cred store functions to gssapi32.defGreg Hudson2012-09-101-0/+4
* Avoid libdl dependencies in bundled libvertoGreg Hudson2012-09-042-10/+1
* Add support for GSS_C_NT_COMPOSITE_EXPORTLuke Howard2012-08-317-62/+78
* Support kdc_timesync offsets in memory ccacheNate Rosenblum2012-08-311-0/+22
* Fix memory leak in gss_add_credGreg Hudson2012-08-301-0/+3
* 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-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