summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/chk_trans.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-1/+2
* Simplify principal access within libkrb5Greg Hudson2013-04-081-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+2
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-3/+3
* Anonymous support for KerberosSam Hartman2009-12-281-0/+6
* make mark-cstyleTom Yu2009-10-311-213/+214
* Signed/unsigned fix. The function is called with a sizeof - so unsigned isEzra Peisach2008-12-191-1/+1
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-9/+2
* ticket: newSam Hartman2002-10-311-1/+1
* * chk_trans.c (krb5_check_transited_list): Style nit: checkTom Yu2002-10-301-3/+3
* ticket: 1230Sam Hartman2002-10-301-4/+10
* krb5_check_transited_list now takes pointers to constKen Raeburn2001-07-311-2/+2
* * chk_trans.c (foreach_realm): Cleanup loal variable set but neverEzra Peisach2001-06-281-3/+1
* * chk_trans.c: Cast length arguments of %.*s in formats to intEzra Peisach2001-06-211-8/+8
* New implementation of transited-realm checking, with some test cases. The testKen Raeburn2001-06-201-78/+404
* reindent for readabilityKen Raeburn2001-03-311-72/+72
* pullup from 1.2 branchKen Raeburn2000-06-271-8/+9
* * chk_trans.c: Fix up previous fix; short-circuit out whenTom Yu1998-07-071-2/+3
* chk_trans.c (krb5_check_transited_list): Fix use of an uninitalizedTheodore Tso1998-07-011-2/+1
* * chk_trans.c (krb5_check_transited_list): Check lengths whenTom Yu1998-03-171-4/+20
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-2/+2
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-231-1/+1
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* Small changes in krb: 1 signed/unsigned, 1 disabling stderr, and changed LIB ...Keith Vetter1995-03-071-1/+1
* * *.c: Avoid <krb5/...> includes.John Gilmore1995-02-281-1/+1
* Converted the krb5/krb directory to work under windows. Mostly added theKeith Vetter1995-02-271-1/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-5/+6
* Applied Cybersafe's changes to do transited realm path checkingTheodore Tso1994-09-221-0/+92