aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/mk_req_ext.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-09This commit was manufactured by cvs2svn to create tagkrb5-1.2.8-finalno author1-1/+15
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-56/+9
1997-12-16 * mk_req_ext.c (krb5_mk_req_extended): Check enctype of sessionTom Yu1-1/+1
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-5/+5
1996-05-15* mk_req_ext.c mk_safe.c send_tgs.c:Richard Basch1-20/+21
1996-05-14ser_ctx.c (krb5_context_size, krb5_context_externalize,Theodore Tso1-3/+3
1996-04-10rd_req_dec.c (krb5_rd_req_decoded): Move code which validated theTheodore Tso1-0/+4
1995-12-05The wrong encryption system was being initialized. The response to the mk_reqRichard Basch1-2/+2
1995-09-16sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1-1/+0
1995-09-12Reintegrate Macintosh changesEzra Peisach1-5/+4
1995-09-11Mac Beta 1 submissionKeith Vetter1-4/+5
1995-09-06 * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1-5/+5
1995-09-06 * decode_kdc.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, gc_frm_kdc.cChris Provenzano1-5/+5
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-2/+2
1995-06-08Clean up gcc -Wall flamesTheodore Tso1-26/+28
1995-04-28 * auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_con_getflags()):Chris Provenzano1-1/+1
1995-04-25 * parse.c (krb5_parse_name): Add magic number to new structureEzra Peisach1-1/+0
1995-04-21Unless HAVE_C_STRUCTURE_ASSIGNMENT is defined, use memcpy to copyTheodore Tso1-0/+5
1995-04-20mk_req.c (krb5_mk_req): Use krb5_sname_to_principal() in orderTheodore Tso1-29/+26
1995-03-27 * Makefile.in: Removed rd_req_sim.cChris Provenzano1-7/+11
1995-03-22Fixed signed/unsigned assignment mismatchesKeith Vetter1-1/+1
1995-03-10 * auth_con.h auth_con.c Added for krb5_auth_con definition andChris Provenzano1-64/+98
1995-02-28* *.c: Avoid <krb5/...> includes.John Gilmore1-8/+1
1995-02-27Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1-1/+1
1995-02-23All to change krb5_get_credentials() ..Chris Provenzano1-19/+17
1995-01-19Oops in previous memory freeing fixes; was a bit too agressive freeing thingsTheodore Tso1-1/+1
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-31/+34
1994-11-21mk_req_ext.c (krb5_mk_req_extended): Sanitize how memory is freed inTheodore Tso1-73/+58
1994-11-21encode_kdc.c (krb5_encode_kdc_rep): Now requires that theTheodore Tso1-1/+4
1994-08-20Fix pointer aliasing problem between newkey and authent->subkeyTheodore Tso1-0/+8
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1994-06-02Also clear out the authorization data to avoid data aliasing problemsTheodore Tso1-1/+2
1993-12-01Declare statically used procedure (previously and incorrectly defined in .hTheodore Tso1-0/+5
1993-10-30Change so that mk_req_ext won't accidentally free caller's client andTheodore Tso1-8/+7
1993-10-15Fixed memory leak reported by marc; mk_req_ext wasn't free the authenticatorTheodore Tso1-10/+13
1993-09-01Changed krb5_generate_authenticator to accept a princiapl instead ofTheodore Tso1-4/+4
1993-09-01Modifications supplied by Ari Medvinsky to include the authorizationTheodore Tso1-9/+6
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-05-29Delete times argument to mk_req_extendedJohn Carr1-3/+1
1991-03-14libos-proto.h -> los-proto.hJohn Kohl1-1/+1
1991-03-04don't deref newkey unless it's there..John Kohl1-3/+4
1991-02-28allow it to generate the random key as neededJohn Kohl1-2/+12
1990-12-14RFC draft protocol changes and related cleanupsJohn Kohl1-6/+15
1990-11-20use new macro for assigning encryption system pointersJohn Kohl1-1/+1
1990-11-08change bzero to memsetJohn Kohl1-3/+4
1990-10-18make it the caller's responsibility to clean up credsJohn Kohl1-1/+5
1990-10-10change krb5_decode_ticket to decode_krb5_ticketJohn Kohl1-1/+1
1990-10-10changes for new encryption data structuresJohn Kohl1-7/+16