aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/init_sec_context.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-22Cleanup usage of memory free routines:Danilo Almeida1-2/+2
2001-06-18 * accept_sec_context.c acquire_cred.c import_sec_context.cEzra Peisach1-3/+3
2001-05-14 * wrap_size_limit.c (krb5_gss_wrap_size_limit): Get rid of unusedEzra Peisach1-3/+5
2000-12-08* k5seal.c (make_seal_token_v1): Use ANSI-style definition, instead of K&R plusKen Raeburn1-0/+2
2000-07-01pullup from 1.2.1 releaseKen Raeburn1-1/+19
2000-06-27pullup from 1.2 branchKen Raeburn1-363/+113
2000-06-01Check for existance of <memory.h>.Wilfredo Sanchez1-0/+2
2000-01-27* init_sec_context.c (krb5_gss_init_sec_context): Default to des-cbc-crcKen Raeburn1-1/+1
1999-03-26gssapi_krb5.c: Rearrange OID's so that the V1V2 mechanism set returnsTheodore Tso1-0/+4
1998-12-22accept_sec_context.c (krb5_gss_accept_sec_context): Eliminate doubleTheodore Tso1-230/+204
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-102/+502
1998-02-12 * init_sec_context.c: KLUDGE!! Add global variableTom Yu1-1/+5
1998-01-31 * init_sec_context.c (krb5_gss_init_sec_context): ActuallyTom Yu1-5/+5
1998-01-24init_sec_context.c (make_ap_req): Enforce a stricter requirement onTheodore Tso1-2/+18
1997-11-16* accept_sec_context.c (krb5_gss_accept_sec_context),Theodore Tso1-4/+5
1997-07-16Always copy the mechtype so that delete_sec_context() can safelyTheodore Tso1-1/+5
1997-06-07accept_sec_context.c (krb5_gss_accept_sec_context): Reorganized errorTheodore Tso1-24/+47
1997-03-25A zero-length token should be treated like a GSS_C_NO_BUFFER duringTheodore Tso1-2/+2
1997-02-19Replace instances of krb5_xfree..Richard Basch1-4/+3
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1-35/+40
1996-08-22* Require DES-CBC-CRC. This works alwaysSam Hartman1-1/+1
1996-07-25init_sec_context.c (krb5_gss_init_sec_context): Fixed error checkingTheodore Tso1-6/+15
1996-07-25ser_sctx.c (kg_oid_externalize): Add proper return codeTheodore Tso1-4/+4
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-93/+132
1996-06-07Changed `mutual' element of struct _krb5_gss_ctx_id_rec into more generalKevin Mitchell1-5/+6
1996-05-14Change call to krb5_auth_con_setcksumtype to useTheodore Tso1-1/+1
1996-04-10If make_ap_req() returns KRB5APP_TKT_EXPIRED, then returnTheodore Tso1-0/+2
1996-02-24gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * asTheodore Tso1-4/+6
1996-01-26Require DES for credentialsSam Hartman1-1/+1
1996-01-23Check for stdlib.h, include stdlib.h, string.h, cast to handle gcc warningEzra Peisach1-1/+1
1996-01-10gssapiP_krb5.h (KRB5_GSS_FOR_CREDS_OPTION): New constant added forTheodore Tso1-62/+121
1995-10-25Change the input type of do_mutual to be OM_int32 instead of an int,Theodore Tso1-1/+1
1995-09-16Lots of memory leaks and other fixes...Theodore Tso1-5/+4
1995-09-12Reintegrate the keytab -> enctype changesEzra Peisach1-2/+2
1995-09-11Mac Beta 1 submissionKeith Vetter1-2/+2
1995-09-09(gss_delete_sec_context): Add extra indirection so that we actuallyTheodore Tso1-1/+1
1995-09-06 * accept_sec_context.c, init_sec_context.c, util.c :Chris Provenzano1-2/+2
1995-09-06 * accept_sec_context.c, init_sec_context.c, util_seed.c :Chris Provenzano1-2/+2
1995-08-31Update to GSSAPI-V2Paul Park1-6/+6
1995-08-30init_sec_context.c (krb5_gss_init_sec_context): Remove duplicatedEzra Peisach1-23/+1
1995-08-29Zero out newly allocated context so encrypt_block doesnt have garbagePaul Park1-1/+1
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-1/+1
1995-05-01 * init_sec_context.c (krb5_gss_init_sec_context()) :Chris Provenzano1-10/+35
1995-04-14Windows global stuff:Keith Vetter1-2/+2
1995-03-22Changed the name of the gssapi library created under Windows and a couple ofKeith Vetter1-1/+4
1995-03-10 * init_sec_context.c (krb5_gss_init_sec_context())Chris Provenzano1-49/+62
1995-03-08Made explicit the signed to unsigned conversions in the gssapi/krb5Keith Vetter1-5/+4
1995-02-23 * init_sec_context.c (make_ap_req()) Use new API forChris Provenzano1-49/+59
1995-02-21PC'fied gssapi directories. Mostly changing Makefile.in and adding theKeith Vetter1-2/+4
1995-01-19Fixed bugs in introduction of context variables; if the global context isTheodore Tso1-1/+2