summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-1/+2
* Add krb5_kt_dup API and use it in two placesGreg Hudson2013-04-011-25/+6
* Add support for client keytab from cred storeSimo Sorce2013-04-012-10/+44
* Using k5-int.h data helpers for some functionsGreg Hudson2013-03-291-10/+7
* make dependGreg Hudson2013-03-241-204/+198
* Fix argument type in kg_unseal_v1Greg Hudson2013-03-151-1/+1
* Add k5_json_array_fmt and use it in export_cred.cGreg Hudson2013-02-131-261/+273
* Make internal JSON functions return error codesGreg Hudson2013-02-132-75/+97
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-094-15/+6
* make dependGreg Hudson2013-01-101-1/+1
* Rename ccache configuration macrosZhanna Tsitkov2013-01-092-6/+6
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-98/+98
* GENC should always export composite namesLuke Howard2012-10-032-10/+12
* Keep verifier cred locked in accept_sec_contextGreg Hudson2012-09-211-15/+15
* Resolve verifier cred in accept_sec_contextGreg Hudson2012-09-211-2/+3
* Unregister error message key on library unloadBen Kaduk2012-09-121-0/+1
* make dependGreg Hudson2012-09-121-0/+32
* Add krb5 support for GSS cred export and importGreg Hudson2012-09-115-0/+1117
* Add support for GSS_C_NT_COMPOSITE_EXPORTLuke Howard2012-08-312-2/+7
* Run "make depend"Tom Yu2012-08-231-0/+15
* Use gssalloc in krb5_gss_export_nameGreg Hudson2012-08-111-1/+1
* Use gssalloc in more parts of GSSAPIGreg Hudson2012-08-112-3/+5
* Add debug mode to gssapi_alloc.hGreg Hudson2012-08-111-1/+1
* Remove gss_mechanism_extSimo Sorce2012-08-081-9/+2
* Implement credential store support for krb5 mechSimo Sorce2012-07-206-27/+263
* __func__ -> __FUNCTION__ in disp_status.cKevin Wasserman2012-07-161-4/+4
* 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
* Fail from gss_acquire_cred if we have no keytabGreg Hudson2012-06-031-0/+8
* Set display_value in krb5_gss_get_name_attributeGreg Hudson2012-02-061-1/+1
* Don't check mech in krb5_gss_inquire_cred_by_mechGreg Hudson2012-01-311-10/+0
* 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
* Make reindentTom Yu2011-10-173-3/+3
* Style policeGreg Hudson2011-10-171-2/+1
* gssalloc-related fixes to naming_exts.cSam Hartman2011-10-171-28/+31
* make dependTom Yu2011-10-141-141/+146
* gssalloc memory management for gss_buffer_setSam Hartman2011-10-141-4/+11
* Use gssalloc memory management where appropriateSam Hartman2011-10-147-43/+46
* Utility functions to move allocations from k5buf/krb5_data to gss_buffer_tSam Hartman2011-10-141-0/+28