summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/mk_safe.c
Commit message (Expand)AuthorAgeFilesLines
* Improve mk_safe/mk_priv cleanup slightlyGreg Hudson2011-09-221-8/+9
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Remove an unnecessary clause from safe_cksumtype() which served onlyGreg Hudson2010-12-161-1/+1
* SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)Greg Hudson2010-11-301-28/+27
* make mark-cstyleTom Yu2009-10-311-136/+136
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-8/+9
* Fix handling of RET_SEQUENCE flag in mk_priv/mk_ncredGreg Hudson2009-04-281-2/+1
* mk_safe and mk_priv require the local address to be set in the authGreg Hudson2009-04-081-14/+14
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-2/+2
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-5/+5
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-0/+1
* whitespace (mostly wrapping long lines produced by protoize)Ken Raeburn2007-03-251-1/+3
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-3/+2
* protoizeKen Raeburn2002-09-031-16/+5
* * 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-2/+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
* * walk_rtree.c (krb5_walk_realm_tree): Do not try to free const char *Ezra Peisach2001-08-081-2/+2
* * mk_safe.c (krb5_mk_safe): Only use safe_cksumtype from theTom Yu2001-04-051-1/+26
* * t_walk_rtree.c (main): Declare as returning intEzra Peisach2000-06-301-1/+0
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-11/+4
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-4/+4
* * mk_req_ext.c mk_safe.c send_tgs.c:Richard Basch1996-05-151-2/+3
* ser_ctx.c (krb5_context_size, krb5_context_externalize,Theodore Tso1996-05-141-1/+1
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-1/+1
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-14/+14
* * mk_cred.c (krb5_mk_cred()), mk_priv.c (krb5_mk_priv()),Chris Provenzano1995-05-111-2/+2
* * mk_cred.c (mk_cred()), mk_priv.c (mk_priv()), mk_safe.c (mk_safe()),Chris Provenzano1995-05-021-13/+24
* * auth_con.c (krb5_auth_con_free()) :Chris Provenzano1995-05-011-4/+38
* Clear replaydata block before calling mk_safe_basicPaul Park1995-04-271-0/+3
* * Makefile.in : Added gc_via_tkt.c and removed get_fcreds.cChris Provenzano1995-04-261-10/+18
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* Fixed signed/unsigned assignment mismatchesKeith Vetter1995-03-221-2/+2
* * auth_con.h auth_con.c Added for krb5_auth_con definition andChris Provenzano1995-03-101-69/+110
* * *.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-1/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-24/+18
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-6/+6
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* use macros for checksum routinesJohn Kohl1991-04-261-8/+8
* libos-proto.h -> los-proto.hJohn Kohl1991-03-141-1/+1
* add rcache handlingJohn Kohl1991-02-271-0/+25
* update copyright noticesJohn Kohl1991-02-191-4/+3
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-141-14/+23
* change bzero to memsetJohn Kohl1990-11-081-1/+3
* remove unused addrsJohn Kohl1990-09-101-4/+0