summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/rd_safe.c
Commit message (Expand)AuthorAgeFilesLines
* Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu2003-10-081-4/+14
* Implement heuristic for matching broken Heimdal sequence number encodingsTom Yu2003-05-231-1/+2
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-3/+2
* protoizeKen Raeburn2002-09-031-15/+2
* * appdefault.c, get_in_tkt.c: made conf_yes and conf_no const toTom Yu2002-06-261-1/+1
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-061-3/+3
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-3/+3
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-5/+6
* rd_cred.c (krb5_rd_cred):Theodore Tso1998-02-061-2/+2
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-4/+4
* * krbconfig.c: Removed the krb5_clockskew variableTheodore Tso1995-11-081-2/+1
* Fix typo error in checkinEzra Peisach1995-09-181-2/+2
* sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1995-09-161-5/+3
* Use checksum verifierPaul Park1995-07-071-22/+10
* * rd_safe.c (krb5_rd_safe_basic): Pass context to os_localaddrTom Yu1995-07-061-1/+1
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-1/+1
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-9/+10
* Increment remote_seq_number if KRB5_AUTH_CONTEXT_DO_SEQUENCE is setEzra Peisach1995-05-201-0/+1
* * mk_cred.c (krb5_mk_cred()), mk_priv.c (krb5_mk_priv()),Chris Provenzano1995-05-111-2/+2
* Fix lots of typos in krb5_make_fulladdrs() patch. (Lots of places whereTheodore Tso1995-05-031-2/+2
* * mk_cred.c (mk_cred()), mk_priv.c (mk_priv()), mk_safe.c (mk_safe()),Chris Provenzano1995-05-021-13/+22
* * auth_con.c (krb5_auth_con_free()) :Chris Provenzano1995-05-011-4/+38
* * Makefile.in : Added gc_via_tkt.c and removed get_fcreds.cChris Provenzano1995-04-261-8/+14
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* * Makefile.in: Removed rd_req_sim.cChris Provenzano1995-03-271-2/+2
* Fixed signed/unsigned assignment mismatchesKeith Vetter1995-03-221-1/+0
* * auth_con.h auth_con.c Added for krb5_auth_con definition andChris Provenzano1995-03-101-92/+124
* * *.c: Avoid <krb5/...> includes.John Gilmore1995-02-281-5/+1
* Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1995-02-271-2/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-27/+28
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Always check the sender and receiver addresses. If the receiver is nullTheodore Tso1994-06-021-18/+21
* Fixed memory deallocation/cleanup on error returnsTheodore Tso1994-01-131-2/+6
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-5/+5
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Added check of the receiver's address (if present)Theodore Tso1992-09-291-0/+5
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* use macros for checksum routinesJohn Kohl1991-04-261-8/+5
* krb5_free_addr -> krb5_free_addressJohn Kohl1991-04-191-4/+4
* compare network addresesJohn Kohl1991-04-191-2/+4
* libos-proto.h -> los-proto.hJohn Kohl1991-03-141-1/+1
* update to actually do replay checkingJohn Kohl1991-02-271-7/+27
* Changes to conform with API modificationsTheodore Tso1991-02-191-1/+3
* change BADSEQ to BADORDERJohn Kohl1990-12-181-1/+1
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-141-25/+23
* change bzero to memsetJohn Kohl1990-11-081-1/+1
* use memcmp rather than bcmpJohn Kohl1990-11-081-2/+2
* fix direction comparisons by using new style messagesJohn Kohl1990-09-111-17/+35