summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/fwd_tgt.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify principal access within libkrb5Greg Hudson2013-04-081-2/+2
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-1/+2
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-6/+3
* Use correct name-type in TGS-REQs for 2008R2 RODCsTom Yu2012-04-271-8/+4
* Documentation updates. Mostly GIC relatedZhanna Tsitkov2011-04-121-9/+4
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+1
* make mark-cstyleTom Yu2009-10-311-95/+96
* 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-1/+1
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* Set use_conf_ktypes to 1 while looking up the tgt to use forSam Hartman2003-06-161-0/+3
* Try forwarding with no enctype restriction if forwarding with anSam Hartman2003-05-131-3/+9
* Previously fwd_tgt_creds required either that the hostname be passedSam Hartman2003-01-081-14/+21
* Don't request addresses whenSam Hartman2002-09-111-11/+12
* protoizeKen Raeburn2002-09-031-10/+9
* Fix merge from 1.2.2 branch to mainlineSam Hartman2002-03-161-1/+0
* * ser_actx.c (krb5_auth_context_externalize): Do bounds checking on converted...Ken Raeburn2002-03-071-3/+24
* 2001-11-24 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-261-2/+13
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-5/+5
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* * fwd_tgt.c (krb5_fwd_tgt_creds): Copy enctype for new creds from tgtKen Raeburn2001-06-161-0/+1
* Check for existance of <memory.h>.Wilfredo Sanchez2000-06-011-0/+2
* 2000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-191-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* from 1.1 branch:Ken Raeburn1999-09-011-1/+2
* * fwd_tgt.c (krb5_fwd_tgt_creds): Use the client's realm ratherTom Yu1997-02-131-4/+3
* copy_addrs.c fwd_tgt.c mk_cred.c sendauth.c: Added FAR declarationsRichard Basch1997-02-071-3/+3
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-6/+3
* Fixed a potentional null dereferenceRichard Basch1996-04-281-1/+2
* Use NEED_SOCKETS instead of #including <netdb.h>Theodore Tso1996-03-011-1/+1
* Initialize addrs to 0 so that we don't try to free stack garbage on anTheodore Tso1996-01-111-2/+2
* fwd_tgt.c (krb5_fwd_tgt_creds): New function which handles all of theTheodore Tso1996-01-101-0/+147