aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/rd_req_dec.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-03protoizeKen Raeburn1-38/+5
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-2/+2
2001-09-07* rd_req_dec.c (krb5_rd_req_decoded_opt): Pass server realm toKen Raeburn1-7/+5
2001-01-30 * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): FreeEzra Peisach1-1/+1
2000-10-04 * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): Fix memory leak ifEzra Peisach1-2/+2
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-27/+66
1996-05-04* get_creds.c (krb5_get_credentials_core): new function. Common part ofKen Raeburn1-4/+45
1996-04-10rd_req_dec.c (krb5_rd_req_decoded): Move code which validated theTheodore Tso1-15/+6
1996-01-26Removed outdated comment about mappingSam Hartman1-4/+0
1995-11-08* krbconfig.c: Removed the krb5_clockskew variableTheodore Tso1-4/+4
1995-10-23 rd_req_dec.c (krb5_rd_req_decoded): For heirarchal cross-realm,Ezra Peisach1-1/+1
1995-09-16sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1-1/+7
1995-09-12Reintegrate Macintosh changesEzra Peisach1-13/+8
1995-09-11Mac Beta 1 submissionKeith Vetter1-8/+13
1995-09-06 * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1-8/+8
1995-09-06 * decode_kdc.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, gc_frm_kdc.cChris Provenzano1-8/+3
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-1/+1
1995-06-09rd_req_dec.c (krb5_rd_req_decoded): Fix -Wall nitsTheodore Tso1-3/+3
1995-06-08Clean up gcc -Wall flamesTheodore Tso1-15/+16
1995-04-14Windows global stuff:Keith Vetter1-1/+1
1995-03-27 * Makefile.in: Removed rd_req_sim.cChris Provenzano1-139/+143
1995-03-02A few small changes for 16 vs 32 bit, pulling in winsock for network byteKeith Vetter1-1/+1
1995-02-28* *.c: Avoid <krb5/...> includes.John Gilmore1-5/+1
1995-02-27Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1-2/+2
1995-02-02 * int-proto.h Update prototypes for krb5_get_cred_via_tgt(), andChris Provenzano1-12/+9
1995-01-28in_tkt_sky.c (skey_keyproc()), rd_req_dec.c (krb5_rd_req_decoded())Chris Provenzano1-1/+9
1995-01-25 * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1-6/+0
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-45/+49
1994-12-13rd_req_dec.c (decrypt_authenticator): If the subkey doesn't exist,Theodore Tso1-1/+2
1994-11-11Set the encryption type in the keyblock information in the decryptedTheodore Tso1-0/+1
1994-09-22Applied Cybersafe's changes to do transited realm path checkingTheodore Tso1-1/+63
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1994-06-10Fix type of fetchfrom --- it refers to a keytab name, so it shouldTheodore Tso1-1/+1
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-2/+2
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1992-08-21Reduce the scope of the temporary assignment to tktauthent->ticketJohn Carr1-4/+5
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-03-14libos-proto.h -> los-proto.hJohn Kohl1-1/+1
1991-03-14fix copyrightsJohn Kohl1-2/+2
1991-03-08clean out tktauthent before using, so we can free it without worryingJohn Kohl1-1/+3
1991-02-19Changes to conform with API modificationsTheodore Tso1-78/+89
1991-01-08modify replay cache code to generalize itJohn Kohl1-4/+17
1990-12-14RFC draft protocol changes and related cleanupsJohn Kohl1-4/+10
1990-12-13Fix typo in previous changeJohn Carr1-1/+1
1990-12-12allow a NULL server argument to mean "take anything"John Kohl1-2/+5
1990-11-27krb5_kt_resolve now takes a const *, so no cast neededJohn Kohl1-1/+1
1990-11-20use new macro for assigning encryption system pointersJohn Kohl1-1/+1
1990-11-19changes for narrow/wide prototypesJohn Kohl1-4/+11
1990-11-08change bzero to memsetJohn Kohl1-1/+2