summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5/accept_sec_context.c
Commit message (Expand)AuthorAgeFilesLines
* Improve internal API for GSS sequence numbersGreg Hudson2014-03-181-3/+8
* 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
* Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov2013-09-231-1/+1
* Fix gss_krb5_set_allowable_enctypes for acceptorGreg Hudson2013-08-121-2/+2
* Fix various warningsGreg Hudson2013-06-071-2/+0
* 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
* Rename gss-krb5 cred tgt_expire fieldGreg Hudson2012-06-271-1/+1
* Remove big-endian gss-krb5 supportGreg Hudson2012-06-081-30/+8
* Use gssalloc memory management where appropriateSam Hartman2011-10-141-4/+7
* Windows fixes: add KRB5_CALLCONV where neededSam Hartman2011-09-281-1/+1
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+0
* Fix style issues in r25087Greg Hudson2011-08-291-3/+3
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-091-2/+2
* Fix memory leak of accprinc in kg_accept_krb5()Greg Hudson2011-07-201-2/+4
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-131-24/+7
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-1/+0
* Improve acceptor name flexibilityGreg Hudson2011-02-071-9/+15
* Make gss_krb5_set_allowable_enctypes work for the acceptorGreg Hudson2011-01-251-0/+9
* Add comment noting that RFC 4121 appears to omit RC4-HMAC from theTom Yu2010-12-071-0/+2
* When we create a temporary memory ccache for use within aGreg Hudson2010-10-251-0/+1
* Use IAKERB OID header for all IAKERB messages including AP-REQLuke Howard2010-09-271-0/+6
* CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)Tom Yu2010-05-191-0/+7
* The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson2010-05-171-4/+0
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-52/+123
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-081-132/+132
* Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2009-11-271-29/+12
* Bump the accessor version number since we made changes.Greg Hudson2009-10-281-3/+3
* Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard2009-10-221-1/+1
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-6/+21
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-28/+29
* Implement s4u extensionsGreg Hudson2009-09-131-2/+66
* Include authenticator and ticket authdata in gss-apiSam Hartman2009-02-261-2/+2
* Remove some null checks in cases where pointers can't be nullGreg Hudson2009-01-231-3/+2
* fix trailing whitespaceTom Yu2009-01-221-2/+2
* whitespaceTom Yu2009-01-221-110/+110
* Patch from Luke Howard to:Sam Hartman2009-01-131-0/+29
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-103/+298
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-151-829/+829
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-1/+1
* lean client changesZhanna Tsitkov2008-08-201-1/+7
* Fix one missed rename of "exit" label to "done"Tom Yu2008-07-231-1/+1
* replace "exit" label with "done"Jeffrey Altman2008-07-231-4/+4
* This patch addresses the issues raised in this ticket and ticket 5936Jeffrey Altman2008-07-211-18/+19
* Coverity CID 91: Context is tested for null, and then unconditionallyKen Raeburn2008-03-291-1/+1
* gss krb5 mech enhanced error messagesKen Raeburn2007-07-041-2/+6
* * src/lib/krb5/krb/vfy_increds.c (krb5_verify_init_creds): UseTom Yu2006-11-301-13/+2
* avoid double frees in ccache manipulation around gen_newKen Raeburn2006-11-161-1/+3
* Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) fromAlexandra Ellwood2006-07-251-2/+2