aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/mk_req_ext.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-08For new encryption types and for RC4, encrypt the krb_cred message inSam Hartman1-8/+9
2003-01-07Fix logic error in previous patch that broke gss_init_sec_contextSam Hartman1-9/+9
2003-01-06Implement krb5_auth_con_set_checksum_func, an API for setting aSam Hartman1-0/+10
2002-09-03protoizeKen Raeburn1-16/+4
2001-11-26Add entropy source identifiers for random seed callsSam Hartman1-1/+1
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-2/+2
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-4/+4
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-1/+1
2001-08-08 * walk_rtree.c (krb5_walk_realm_tree): Do not try to free const char *Ezra Peisach1-3/+3
2000-06-27pullup from 1.2 branchKen Raeburn1-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