aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/rd_safe.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-03protoizeKen Raeburn1-15/+2
2002-06-26 * appdefault.c, get_in_tkt.c: made conf_yes and conf_no const toTom Yu1-1/+1
2002-04-06call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn1-3/+3
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-3/+3
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-5/+6
1998-02-06rd_cred.c (krb5_rd_cred):Theodore Tso1-2/+2
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-4/+4
1995-11-08* krbconfig.c: Removed the krb5_clockskew variableTheodore Tso1-2/+1
1995-09-18Fix typo error in checkinEzra Peisach1-2/+2
1995-09-16sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1-5/+3
1995-07-07Use checksum verifierPaul Park1-22/+10
1995-07-06 * rd_safe.c (krb5_rd_safe_basic): Pass context to os_localaddrTom Yu1-1/+1
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-1/+1
1995-06-08Clean up gcc -Wall flamesTheodore Tso1-9/+10
1995-05-20Increment remote_seq_number if KRB5_AUTH_CONTEXT_DO_SEQUENCE is setEzra Peisach1-0/+1
1995-05-11 * mk_cred.c (krb5_mk_cred()), mk_priv.c (krb5_mk_priv()),Chris Provenzano1-2/+2
1995-05-03Fix lots of typos in krb5_make_fulladdrs() patch. (Lots of places whereTheodore Tso1-2/+2
1995-05-02 * mk_cred.c (mk_cred()), mk_priv.c (mk_priv()), mk_safe.c (mk_safe()),Chris Provenzano1-13/+22
1995-05-01 * auth_con.c (krb5_auth_con_free()) :Chris Provenzano1-4/+38
1995-04-26 * Makefile.in : Added gc_via_tkt.c and removed get_fcreds.cChris Provenzano1-8/+14
1995-04-14Windows global stuff:Keith Vetter1-1/+1
1995-03-27 * Makefile.in: Removed rd_req_sim.cChris Provenzano1-2/+2
1995-03-22Fixed signed/unsigned assignment mismatchesKeith Vetter1-1/+0
1995-03-10 * auth_con.h auth_con.c Added for krb5_auth_con definition andChris Provenzano1-92/+124
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-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-27/+28
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1994-06-02Always check the sender and receiver addresses. If the receiver is nullTheodore Tso1-18/+21
1994-01-13Fixed memory deallocation/cleanup on error returnsTheodore Tso1-2/+6
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-5/+5
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1992-09-29Added check of the receiver's address (if present)Theodore Tso1-0/+5
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-04-26use macros for checksum routinesJohn Kohl1-8/+5
1991-04-19krb5_free_addr -> krb5_free_addressJohn Kohl1-4/+4
1991-04-19compare network addresesJohn Kohl1-2/+4
1991-03-14libos-proto.h -> los-proto.hJohn Kohl1-1/+1
1991-02-27update to actually do replay checkingJohn Kohl1-7/+27
1991-02-19Changes to conform with API modificationsTheodore Tso1-1/+3
1990-12-18change BADSEQ to BADORDERJohn Kohl1-1/+1
1990-12-14RFC draft protocol changes and related cleanupsJohn Kohl1-25/+23
1990-11-08change bzero to memsetJohn Kohl1-1/+1
1990-11-08use memcmp rather than bcmpJohn Kohl1-2/+2
1990-09-11fix direction comparisons by using new style messagesJohn Kohl1-17/+35
1990-05-25fix copyright/distribution referenceJohn Kohl1-1/+1
1990-05-23fix include filesJohn Kohl1-4/+0
1990-05-09changes for new checksum interfaceJohn Kohl1-4/+12