summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* New SPI call to import creds by oidSimo Sorce2012-09-143-2/+20
* New SPI call to import a name by mech oidSimo Sorce2012-09-144-11/+40
* New SPI call to import a context by oidSimo Sorce2012-09-143-3/+19
* Check creds to select mech in accept_sec_contextSimo Sorce2012-09-141-4/+23
* Distinguish between requested and selected oidsSimo Sorce2012-09-1414-120/+239
* Add function to return the Public OIDSimo Sorce2012-09-132-0/+23
* Add function to get the mechanism type to useSimo Sorce2012-09-132-0/+56
* Never return interposers OIDsSimo Sorce2012-09-131-3/+8
* Add interposer plugin type loaderSimo Sorce2012-09-132-0/+282
* Allow to define an interposer in the conf fileSimo Sorce2012-09-132-6/+38
* Avoid memory leaks on error conditionSimo Sorce2012-09-131-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