summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
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-122-0/+48
* 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-116-0/+314
* Add support for GSS_C_NT_COMPOSITE_EXPORTLuke Howard2012-08-317-62/+78
* Fix memory leak in gss_add_credGreg Hudson2012-08-301-0/+3
* Run "make depend"Tom Yu2012-08-231-0/+15
* Clean up k5buf_to_gss helperGreg Hudson2012-08-232-5/+3
* Use gssalloc in krb5_gss_export_nameGreg Hudson2012-08-111-1/+1
* 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
* 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
* 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
* define USE_HEAPALLOC in gssapi_alloc.hKevin Wasserman2012-07-161-4/+7
* __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
* Avoid mapping GSSAPI minor code on successGreg Hudson2012-07-081-1/+2
* Comment fall-throughs in iakerb switch statementGreg Hudson2012-07-021-0/+2
* Fix minor memory leaks in acquire_cred.cGreg Hudson2012-07-021-4/+4
* Add client keytab initiation supportGreg Hudson2012-07-026-223/+395
* Get default cred only once in gss-krb5 initiatorGreg Hudson2012-07-022-42/+41
* Rename gss-krb5 cred tgt_expire fieldGreg Hudson2012-06-277-11/+11
* Scan ccache more efficiently in gss_acquire_credGreg Hudson2012-06-271-28/+25
* Simplify password storage in krb5_gss_cred_id_recGreg Hudson2012-06-275-17/+12
* Simplify acquire_cred.cGreg Hudson2012-06-221-109/+48
* Remove orphaned KfM codeGreg Hudson2012-06-211-63/+2
* Fail from gss_acquire_cred if we have no credsGreg Hudson2012-06-151-0/+8