summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5/gssapiP_krb5.h
Commit message (Expand)AuthorAgeFilesLines
* The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson2010-05-171-23/+0
* The mechglue never invokes a mech's gss_add_cred function. Remove theGreg Hudson2010-05-171-14/+0
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-2/+138
* Add GSS extensions to store credentials, generate random bitsGreg Hudson2009-12-171-0/+18
* Create functional internal interfaces to allow GSSAPI to performGreg Hudson2009-11-281-2/+2
* Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard2009-10-221-0/+1
* Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson2009-10-201-2/+2
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-21/+20
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-5/+88
* Implement s4u extensionsGreg Hudson2009-09-131-2/+50
* Document use of key fields in GSS contextSam Hartman2009-05-181-6/+11
* whitespaceTom Yu2009-01-221-100/+100
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-54/+274
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-151-394/+395
* lean client changesZhanna Tsitkov2008-08-201-2/+8
* gss krb5 mech enhanced error messagesKen Raeburn2007-07-041-1/+21
* gss_krb5int_unseal_token_v3() - change bodysize argument to unsigned -Ezra Peisach2007-01-231-1/+2
* acquire_cred(), kg_caller_provided_ccache_name(): On further reflection Alexandra Ellwood2006-07-191-0/+3
* * src/lib/gssapi/krb5/gssapiP_krb5.h: Restore prototype ofTom Yu2006-06-151-0/+5
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-141-1/+39
* Remove krb5_init_context macro hack; change all the calls except inKen Raeburn2006-05-171-1/+0
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-0/+6
* This commit ensures that all files in the library includeJeffrey Altman2005-11-151-1/+1
* Add a mutex to the GSSAPI krb5 mechanism credential structure. Lock it whileKen Raeburn2004-07-291-3/+9
* Get rid of the global krb5 context used by the GSSAPI Kerberos mechanism. IKen Raeburn2004-07-151-4/+1
* * gssapiP_krb5.h (gssint_krb5_keytab_lock): DeclareKen Raeburn2004-07-141-0/+2
* ok, let's try this again..Tom Yu2004-06-161-0/+1
* Patch from kwc@citi.umich.edu to supportSam Hartman2004-06-081-0/+4
* back out a change I didn't mean to check inKen Raeburn2004-03-191-0/+3
* acquire_cred.c: revert previous change, it breaks the test suiteKen Raeburn2004-03-191-3/+0
* * k5seal.c (kg_seal): Extract the krb5 context from the security contextKen Raeburn2004-03-151-6/+5
* * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Add a krb5 context object.Ken Raeburn2004-03-151-0/+1
* * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Delete fields init_token andKen Raeburn2004-03-141-6/+0
* Make the set type separate from the set-element (linked list node) typeKen Raeburn2004-03-141-1/+1
* Missing prototype for gss_krb5int_unseal_token_v3Ezra Peisach2004-03-081-0/+8
* 2004-02-05 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-061-5/+0
* * util_crypt.c (kg_encrypt, kg_decrypt): Input pointer now points to const.Ken Raeburn2003-12-201-2/+2
* Add 64-bit sequence number support. Do sequence number ordering tests relativeKen Raeburn2003-12-131-9/+38
* Added kg_sync_ccache_name(), kg_get_ccache_name, and kg_set_ccache_name() and...Alexandra Ellwood2003-12-111-1/+9
* Remove kg_release_defcred and caching of default credential. RewriteTom Yu2003-07-171-2/+0
* Do not claim GSS_C_PROT_READY_FLAG since we don't support itSam Hartman2003-03-141-1/+1
* * disp_status.c, gssapi_krb5.h, gssapiP_krb5.h: Removed Mac header gooberAlexandra Ellwood2003-03-061-4/+1
* * accept_sec_context.c (krb5_gss_accept_sec_context): Use unsignedEzra Peisach2002-11-151-4/+4
* * gssapi_krb5.h: Added #include of gssapi.h and gssapi_generic.hTom Yu2002-07-141-4/+4
* Get rid of some unused functions and files. HideKen Raeburn2002-07-131-33/+0
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-261-2/+7
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-114/+114
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-1/+1
* * wrap_size_limit.c (krb5_gss_wrap_size_limit): Get rid of unusedEzra Peisach2001-05-141-2/+0
* pullup from 1.2 branchKen Raeburn2000-06-271-10/+67