summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/send_tgs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unlikely null dereference in TGS client codeNeng Xue2014-06-301-1/+3
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-111-1/+1
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-4/+4
* Simplify TGS request constructionGreg Hudson2013-02-081-40/+34
* Modernize send_tgs.cGreg Hudson2013-02-081-245/+190
* Whitespace, style changes to past two commitsGreg Hudson2011-11-231-5/+7
* FAST TGSSam Hartman2011-11-231-3/+11
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-1/+1
* Clean up a number of variables set but not used warningsEzra Peisach2011-07-241-3/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Trace loggingGreg Hudson2010-06-071-0/+2
* Remove krb5int_send_tgs(); it is unused as of r23358Greg Hudson2010-04-081-74/+0
* Clean up error handling in krb5int_make_tgs_request_ext, closing someGreg Hudson2010-02-021-60/+41
* Clean up the flow control in krb5int_send_tgs, and avoid setting theGreg Hudson2009-11-271-38/+39
* libkrb5 support for non-blocking AS requestsGreg Hudson2009-11-261-36/+88
* Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h.Ezra Peisach2009-11-161-0/+1
* make mark-cstyleTom Yu2009-10-311-86/+86
* Implement s4u extensionsGreg Hudson2009-09-131-37/+78
* When using keyed checksum types with TGS subkeys, Microsoft AD 2003Greg Hudson2009-05-191-0/+2
* Use the preferred checksum for non-DES keys in the kdc_req path andSam Hartman2009-04-011-2/+14
* in send_tgs.c:Sam Hartman2009-03-311-1/+1
* Check return code of encode_krb5_ap_req. Also, tabs vs whitespaceZhanna Tsitkov2009-02-231-134/+135
* send_tgs.c:Sam Hartman2009-02-231-30/+33
* In tgs_construct_tgsreq, free scratch even if scratch->data is NULL.Greg Hudson2009-02-131-2/+2
* Implement TGS authenticator subkey usageSam Hartman2009-02-131-25/+44
* 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-10/+10
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-251-2/+1
* * send_tgs.c (krb5_send_tgs): Fix memory allocation size when padata isKen Raeburn2006-05-091-1/+1
* fix MITKRB5-SA-2004-002Tom Yu2004-08-311-0/+4
* * send_tgs.c: krb5_send_tgs() was broken in the case of a KRB_ERRORJeffrey Altman2004-05-131-0/+1
* As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman2004-02-271-2/+3
* Memory leak in krb5_send_tgs()Ezra Peisach2003-01-121-0/+2
* protoizeKen Raeburn2002-09-031-18/+7
* client-side TCP supportKen Raeburn2002-06-111-6/+18
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-061-1/+1
* * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,Ezra Peisach2000-10-171-1/+1
* * t_walk_rtree.c (main): Declare as returning intEzra Peisach2000-06-301-3/+2
* * conv_princ.c, get_creds.c, get_in_tkt.c, mk_rep.c, parse.c,Ezra Peisach2000-06-291-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-83/+17
* * Makefile.in: Add files chpw.c, gic_*, preauth2.c, vfy_increds.c,Tom Yu1997-12-061-1/+1
* send_tgs.c (krb5_send_tgs): Don't send a zero endtime; if theTheodore Tso1997-11-111-1/+2
* * mk_req_ext.c mk_safe.c send_tgs.c:Richard Basch1996-05-151-3/+2
* Fix multiple enctype bug: the enctype for the eblock used to encryptSam Hartman1996-03-241-2/+2
* krbconfig.c, Makefile.in: Removed krbconfig.c; it contained globalTheodore Tso1996-01-111-4/+3
* Instead of using the TGT session key type, use the application sessionRichard Basch1995-12-051-1/+1
* Reintegrate Macintosh changesEzra Peisach1995-09-121-25/+19
* Mac Beta 1 submissionKeith Vetter1995-09-111-19/+25
* * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c,Chris Provenzano1995-09-061-9/+9