summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove big-endian gss-krb5 supportGreg Hudson2012-06-0810-100/+32
* Fix -DDEBUG compilation errorsHenry B. Hotz2012-06-041-0/+1
* Fail from gss_acquire_cred if we have no keytabGreg Hudson2012-06-031-0/+8
* Use first mech's status in gss_acquire_credGreg Hudson2012-06-031-3/+11
* Export gss_mech_krb5_wrong from libgssapi_krb5Greg Hudson2012-05-221-0/+1
* Don't stomp minor code in spnego_gss_acquire_credGreg Hudson2012-05-131-3/+3
* Fix up gssapi_ext.h Doxygen markup somewhatGreg Hudson2012-03-271-8/+10
* Initialize gss_get_name_attribute output buffersGreg Hudson2012-02-141-0/+8
* Set display_value in krb5_gss_get_name_attributeGreg Hudson2012-02-061-1/+1
* Better short/long descs in gss_display_mech_attrGreg Hudson2012-02-031-1/+34
* Don't check mech in krb5_gss_inquire_cred_by_mechGreg Hudson2012-01-311-10/+0
* Fix an unlikely memory leak in r25591Greg Hudson2011-12-271-1/+1
* Do mech fallback for first SPNEGO context tokenGreg Hudson2011-12-161-8/+37
* Verify acceptor's mech in SPNEGO initiatorGreg Hudson2011-12-162-78/+44
* Allow S4U2Proxy service tickets to be cachedGreg Hudson2011-12-071-3/+1
* Allow S4U2Proxy delegated credentials to be savedGreg Hudson2011-12-077-31/+86
* Recognize IAKERB mech in krb5_gss_display_statusGreg Hudson2011-11-211-1/+2
* Clean up more stuff in make cleanGreg Hudson2011-11-041-1/+1
* Make reindentTom Yu2011-10-175-6/+6
* Style policeGreg Hudson2011-10-171-2/+1
* gssalloc-related fixes to naming_exts.cSam Hartman2011-10-171-28/+31
* make dependTom Yu2011-10-144-486/+508
* Untabify a recent gssapi_alloc.h changeGreg Hudson2011-10-141-1/+2
* Fix gssapi_strdupSam Hartman2011-10-141-7/+3
* gssalloc memory management for gss_buffer_setSam Hartman2011-10-143-9/+26
* Use gssalloc memory management where appropriateSam Hartman2011-10-1416-65/+66
* Utility functions to move allocations from k5buf/krb5_data to gss_buffer_tSam Hartman2011-10-142-1/+66
* Add new header gssapi_alloc.hSam Hartman2011-10-143-1/+67
* Simplify gss_indicate_mechs() by using generic_gss_copy_oid_setSam Hartman2011-10-141-52/+3