aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/init_sec_context.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-7/+14
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-19/+42
2009-09-13Implement s4u extensionsGreg Hudson1-19/+63
2009-04-08Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,Greg Hudson1-1/+10
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-02-02TWRITE_STR casts second argument; don't add redundant castingKen Raeburn1-3/+3
2009-02-02explicitly initialize pointer fields after memset (for coverity)Ken Raeburn1-0/+1
2009-01-23Remove some null checks in cases where pointers can't be nullGreg Hudson1-4/+2
2009-01-22whitespaceTom Yu1-49/+49
2009-01-09Remove conflict marker; restore broken copyright lineKen Raeburn1-2/+1
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-140/+122
2008-12-09Release default credentials before exiting krb5_gss_init_sec_context routineZhanna Tsitkov1-1/+3
2008-10-15Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu1-683/+683
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn1-1/+1
2007-07-04gss krb5 mech enhanced error messagesKen Raeburn1-4/+10
2006-10-16Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach1-0/+1
2006-07-25Changed GSSAPI opaque types (gss_name_t, gss_cred_id_t, gss_ctx_id_t) fromAlexandra Ellwood1-4/+4
2006-06-29gssapi compilation errors on WindowsJeffrey Altman1-2/+12
2006-06-14Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu1-0/+3
2006-05-17Remove krb5_init_context macro hack; change all the calls except inKen Raeburn1-2/+1
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn1-0/+40
2006-05-09Cleanup a number of cast away from const warnings in gssapiEzra Peisach1-2/+2
2006-04-22Signed/unsigned warnings cleanupEzra Peisach1-1/+1
2005-01-13 Fix the calls to krb5_gss_release_cred to pass in the correct type.Jeffrey Altman1-2/+2
2004-08-28 * init_sec_context.c (make_ap_req_v1): Free checksum dataTom Yu1-2/+4
2004-07-29Add a mutex to the GSSAPI krb5 mechanism credential structure. Lock it whileKen Raeburn1-3/+14
2004-07-15Get rid of the global krb5 context used by the GSSAPI Kerberos mechanism. IKen Raeburn1-0/+2
2004-06-14 * init_sec_context.c (krb5_gss_init_sec_context): Fix pointerTom Yu1-1/+1
2004-06-08Patch from kwc@citi.umich.edu to supportSam Hartman1-0/+9
2004-03-15* gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Add a krb5 context object.Ken Raeburn1-3/+27
2004-03-14* gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Delete fields init_token andKen Raeburn1-59/+3
2004-02-062004-02-05 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman1-1/+4
2004-01-27need more testing support for MSKen Raeburn1-2/+3
2004-01-05* init_sec_context.c: Include auth_con.h if CFX_EXERCISE is defined.Ken Raeburn1-1/+24
2003-12-19 * init_sec_context.c: Include k5-int.h for accessorTom Yu1-0/+1
2003-12-19The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,Jeffrey Altman1-3/+12
2003-12-13Add 64-bit sequence number support. Do sequence number ordering tests relativeKen Raeburn1-129/+107
2003-07-17Remove kg_release_defcred and caching of default credential. RewriteTom Yu1-435/+553
2003-06-13libgss leaks, UMRsTom Yu1-0/+1
2003-06-13make_ap_req_v1 leaks memoryTom Yu1-0/+2
2003-05-10Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu1-2/+2
2003-03-14Do not claim GSS_C_PROT_READY_FLAG since we don't support itSam Hartman1-0/+1
2003-02-24 * gssapi_krb5.c (kg_get_defcred): Revert previous; it's probablyTom Yu1-0/+7
2003-02-09Have g_token_size return unsigned int for signed/unsigned cleanupEzra Peisach1-1/+1
2003-01-08For new encryption types and for RC4, encrypt the krb_cred message inSam Hartman1-51/+86
2002-07-12* init_sec_context.c (make_ap_req_v2): Delete unused functionKen Raeburn1-19/+1
2002-07-12* init_sec_context.c (krb5_gss_init_sec_context): Instead of asking for theKen Raeburn1-3/+49
2002-07-01* init_sec_context.c (get_credentials): Delete unused variableKen Raeburn1-2/+1
2001-11-18When initiating GSSAPI context override tgs-enctypesSam Hartman1-24/+4
2001-10-26* Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman1-0/+15