summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/rd_safe.c
Commit message (Expand)AuthorAgeFilesLines
* Data-driven ASN.1 decoderGreg Hudson2012-02-111-3/+4
* Make krb5_check_clockskew publicGreg Hudson2011-10-311-1/+1
* Allow rd_priv/rd_safe without remote addressGreg Hudson2011-10-151-3/+4
* Factor out the address checks in krb5_rd_safe and krb5_rd_priv intoGreg Hudson2011-04-021-78/+11
* In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c,Greg Hudson2011-04-021-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Renamed static function krb5_rd_safe_basic into rd_safe_basic to avoid confus...Zhanna Tsitkov2011-01-181-5/+5
* make mark-cstyleTom Yu2009-10-311-142/+142
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-8/+8
* mk_safe and mk_priv require the local address to be set in the authGreg Hudson2009-04-081-13/+14
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-3/+3
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-0/+1
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-251-1/+4
* fix free of automatic storageKen Raeburn2008-06-271-4/+4
* Pull out code for looking up the current time, comparing the offset ofKen Raeburn2007-07-201-10/+2
* Use memset to silence some 'may be used uninitialized' warningsKen Raeburn2007-03-251-0/+1
* whitespace (mostly wrapping long lines produced by protoize)Ken Raeburn2007-03-251-2/+8
* 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