summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
* Fix gss_pseudo_random leak on zero length outputGreg Hudson2014-01-181-0/+3
* Add rcache feature to gss_acquire_cred_fromSimo Sorce2014-01-172-13/+36
* Clean up rcache if GSS krb5 acquire_cred failsGreg Hudson2014-01-171-0/+2
* Clean up GSS krb5 acquire_accept_credGreg Hudson2014-01-171-22/+30
* Don't produce context deletion token in krb5 mechGreg Hudson2014-01-131-15/+0
* Fix GSS krb5 acceptor acquire_cred error handlingGreg Hudson2013-12-161-1/+3
* Clean up the code to eliminate some clang warningsBen Kaduk2013-11-041-1/+1
* Fix gss_accept_sec_context error tokensGreg Hudson2013-10-141-26/+17
* Fix GSSAPI krb5 cred ccache importGreg Hudson2013-10-141-1/+1
* Use constant-time comparisons for checksumsGreg Hudson2013-10-032-5/+5
* Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov2013-09-231-1/+1
* Add GSSAPI IOV MIC functionsGreg Hudson2013-09-187-50/+99
* Get rid of G_VFY_TOKEN_HDR_IGNORE_SEQ_SIZEGreg Hudson2013-09-081-4/+0
* Fix gss_krb5_set_allowable_enctypes for acceptorGreg Hudson2013-08-121-2/+2
* Fix various warningsGreg Hudson2013-06-072-5/+0
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-6/+1
* Assume mutex locking cannot failGreg Hudson2013-05-147-89/+17
* 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