summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/mk_cred.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unlikely null dereference in mk_cred()Nalin Dahyabhai2014-06-251-7/+0
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-3/+4
* mk_cred: memory managementSam Hartman2011-12-021-1/+1
* make mark-cstyleTom Yu2009-10-311-91/+91
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-12/+11
* Fix handling of RET_SEQUENCE flag in mk_priv/mk_ncredGreg Hudson2009-04-281-6/+3
* Fix a few memory leaks in krb5_mk_ncred. Also tighten up the errorGreg Hudson2009-04-271-16/+18
* 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
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-2/+4
* malloc+memset(,0,) -> callocKen Raeburn2008-08-071-7/+4
* use-after-free bugsKen Raeburn2008-06-271-1/+1
* whitespace (mostly wrapping long lines produced by protoize)Ken Raeburn2007-03-251-4/+13
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-3/+2
* protoizeKen Raeburn2002-09-031-28/+4
* * appdefault.c, get_in_tkt.c: made conf_yes and conf_no const toTom Yu2002-06-261-1/+1
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-22/+22
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-2/+2
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-44/+3
* copy_addrs.c fwd_tgt.c mk_cred.c sendauth.c: Added FAR declarationsRichard Basch1997-02-071-21/+21
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-8/+8
* walk_rtree.c (krb5_walk_realm_tree): Fix 16bit vs. 32bit error.Theodore Tso1996-03-211-5/+6
* fixes ticket-forwarding crashes on linux..Mark Eichin1996-03-181-2/+5
* fwd_tgt.c (krb5_fwd_tgt_creds): New function which handles all of theTheodore Tso1996-01-101-65/+51
* * rd_cred.c (krb5_rd_cred_basic): When the keyblock is NULL, assumeTheodore Tso1996-01-041-2/+15
* 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-2/+2
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-24/+25
* * 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-48/+0
* * mk_cred.c (mk_cred()), mk_priv.c (mk_priv()), mk_safe.c (mk_safe()),Chris Provenzano1995-05-021-13/+28
* * auth_con.c (krb5_auth_con_free()) :Chris Provenzano1995-05-011-6/+55
* Fixes so that the Unix changes no longer breaks on the PCKeith Vetter1995-04-281-3/+6
* * Makefile.in : Added gc_via_tkt.c and removed get_fcreds.cChris Provenzano1995-04-261-138/+314
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* * *.c: Avoid <krb5/...> includes.John Gilmore1995-02-281-4/+1
* Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1995-02-271-1/+1
* Fix argument type to krb5_free_cred_enc_part()Theodore Tso1995-02-221-1/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-17/+18
* Rename rd_cred and mk_cred to krb5_rd_cred and krb5_mk_cred. The APITheodore Tso1994-11-301-1/+3
* get_in_tkt (krb5_get_in_tkt): Set the encryption type of the sessionTheodore Tso1994-11-141-0/+174