summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/srv_rcache.c
Commit message (Expand)AuthorAgeFilesLines
* Modernize k5bufGreg Hudson2013-02-141-8/+8
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* make mark-cstyleTom Yu2009-10-311-18/+19
* krb5_get_server_rcache had some dead (and incorrect) code for cleaningGreg Hudson2009-01-301-13/+5
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-2/+2
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-1/+1
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-47/+13
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-1/+1
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-1/+1
* * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache):Tom Yu2006-06-301-0/+1
* * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache): AdaptedTom Yu2006-06-301-1/+6
* * src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache): ApplyTom Yu2006-06-221-4/+0
* * srv_rcache.c (krb5_get_server_rcache): Call krb5_rc_recover_or_initializeKen Raeburn2004-08-041-7/+5
* OopsKen Raeburn2004-06-041-1/+4
* * srv_rcache.c (krb5_get_server_rcache): Use krb5_rc_resolve_full instead ofKen Raeburn2004-06-021-13/+8
* Don't escape rcache filename characters with backslashTom Yu2003-06-111-5/+5
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-011-0/+3
* * srv_rcache.c (krb5_get_server_rcache): Fix missedTom Yu2003-03-051-1/+1
* Fix rcache character test introduced in last commitSam Hartman2003-03-051-2/+2
* GSS_C_NO_CREDENTIAL should accept any principalSam Hartman2003-03-041-2/+4
* protoizeKen Raeburn2002-09-031-4/+1
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-1/+1
* * Makefile.in (t_walk_rtree, t_kerb): Do not link against kdb librariesEzra Peisach2001-06-121-2/+2
* * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,Ezra Peisach2000-10-171-1/+2
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* srv_rcache.c (krb5_get_server_rcache):Theodore Tso1998-05-271-1/+1
* Include the uid in the replay cachenameRichard Basch1996-05-061-0/+21
* (krb5_get_server_rcache): Use krb5_rc_default_type instead of assumingEzra Peisach1995-11-171-1/+2
* * krbconfig.c: Removed the krb5_clockskew variableTheodore Tso1995-11-081-2/+2
* sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1995-09-161-1/+2
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-2/+2
* Fix fencepost error which caused an access beyond the allocated memoryTheodore Tso1995-04-291-1/+1
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* * *.c: Avoid <krb5/...> includes.John Gilmore1995-02-281-3/+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-8/+9
* Added missing continue so that we don't copy both the unprintableTheodore Tso1994-10-261-0/+1
* cache name was not being properly null-terminatedTheodore Tso1994-09-291-0/+1
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* ctype.hMark Eichin1994-08-141-0/+2
* Fix bugs I introduced into srv_rcache. The rcache name wasn't beingTheodore Tso1994-06-101-6/+13
* Do appropriate quoting if the server name contains non-ascii charactersTheodore Tso1994-06-021-22/+54
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-1/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* make input a krb5_data rather than null-term stringJohn Kohl1991-07-191-3/+3
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* *** empty log message ***John Kohl1991-03-051-0/+56