summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/t_ser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various warningsGreg Hudson2013-06-071-2/+2
* Replace i_vector with cstate in auth contextGreg Hudson2013-02-071-11/+0
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-241-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+1
* make mark-cstyleTom Yu2009-10-311-477/+478
* 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-6/+6
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-1/+1
* t_ser should no longer use kdb librariesEzra Peisach2007-08-141-1/+0
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-12/+17
* Don't need to register WRFILE: keytab type, it's already in the compiled-inKen Raeburn2007-02-011-7/+1
* * t_ser.c (ser_kcontext_test): Remove statement declaring anEzra Peisach2005-08-231-1/+0
* * t_ser.c (ser_data): Don't initialize db serialization code that doesn't existKen Raeburn2005-06-301-13/+1
* * t_ser.c (ser_keytab_test): Cleanup memory leak of forgetting toEzra Peisach2004-05-241-0/+2
* protoizeKen Raeburn2002-09-031-32/+10
* * t_ser.c (ser_ccache_test): Remove references to STDIO ccachesTom Yu2002-08-151-19/+3
* * t_ser.c (main): Free context on failure exit routeEzra Peisach2001-12-051-0/+1
* * t_ser.c: Cast getpid() calls to int as arguments to sprintfEzra Peisach2000-10-261-13/+13
* * vfy_increds.c: include int-proto.h for krb5_libdefault_booleanEzra Peisach2000-07-181-0/+2
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* from 1.1 branch:Ken Raeburn1999-09-011-0/+8
* t_ser.c (main): POSIX states that getopt returns -1 when it is doneTheodore Tso1998-05-061-1/+1
* * t_ser.c: Add support for changed kdb APITom Yu1997-07-251-2/+3
* t_ser.c: Clean up error reporting for krb5_init_context(). AlsoTheodore Tso1997-03-241-31/+74
* * Makefile.in (check-unix): Invoking t_ser requires thatEzra Peisach1996-11-091-0/+3
* * t_ser.c (stuff): New variable.Ken Raeburn1996-04-301-7/+8
* Reintegrate Macintosh changesEzra Peisach1995-09-121-6/+8
* Mac Beta 1 submissionKeith Vetter1995-09-111-3/+5
* * 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-5/+3
* New test module for serialization routinesPaul Park1995-08-291-0/+714