summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/mk_priv.c
Commit message (Expand)AuthorAgeFilesLines
* Replace i_vector with cstate in auth contextGreg Hudson2013-02-071-14/+4
* Make kprop/kpropd work with RC4 session keyGreg Hudson2013-02-071-4/+5
* Improve mk_safe/mk_priv cleanup slightlyGreg Hudson2011-09-221-4/+7
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Remove krb5_ prefix from some static func namesZhanna Tsitkov2009-12-221-7/+7
* make mark-cstyleTom Yu2009-10-311-118/+118
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-10/+10
* Fix handling of RET_SEQUENCE flag in mk_priv/mk_ncredGreg Hudson2009-04-281-5/+2
* 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-4/+4
* 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/+4
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-3/+2
* protoizeKen Raeburn2002-09-031-16/+4
* 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
* pullup from 1.2 branchKen Raeburn2000-06-271-8/+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-36/+23
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-4/+4
* Reintegrate Macintosh changesEzra Peisach1995-09-121-3/+3
* Mac Beta 1 submissionKeith Vetter1995-09-111-3/+3
* * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1995-09-061-3/+3
* * decode_kdc.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, gc_frm_kdc.cChris Provenzano1995-09-061-3/+3
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-1/+1
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-16/+15
* * 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-1/+1
* * mk_cred.c (mk_cred()), mk_priv.c (mk_priv()), mk_safe.c (mk_safe()),Chris Provenzano1995-05-021-14/+24
* * auth_con.c (krb5_auth_con_free()) :Chris Provenzano1995-05-011-3/+36
* Back out previous changes here, replace them with more correct changePaul Park1995-04-271-8/+12
* Supply the time regardless of whether DO_TIME is set becausePaul Park1995-04-261-9/+8
* * Makefile.in : Added gc_via_tkt.c and removed get_fcreds.cChris Provenzano1995-04-261-11/+19
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* * auth_con.h auth_con.c Added for krb5_auth_con definition andChris Provenzano1995-03-101-114/+127
* * *.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-29/+22
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-4/+4
* 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-1/+2
* libos-proto.h -> los-proto.hJohn Kohl1991-03-141-1/+1
* add rcache handlingJohn Kohl1991-02-271-3/+29
* update copyright noticesJohn Kohl1991-02-191-3/+3
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-141-16/+22
* use new macro for assigning encryption system pointersJohn Kohl1990-11-201-1/+1
* change bcopy to memcpy, memset to bzeroJohn Kohl1990-11-081-8/+9