aboutsummaryrefslogtreecommitdiff
path: root/src/tests/gss-threads
AgeCommit message (Expand)AuthorFilesLines
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-2/+0
2013-03-29Fix warnings in tests/gss-threadsGreg Hudson3-17/+16
2013-03-29Reformat tests/gss-threadsGreg Hudson4-662/+632
2013-01-10make dependGreg Hudson1-1/+1
2012-07-03Minor cleanups relating to size_t being unsignedBen Kaduk1-1/+1
2011-09-04Get rid of variables triggering gcc's "defined but not used"Ken Raeburn1-4/+0
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-1/+1
2009-11-30Mark and reindent tests, with some exclusionsTom Yu2-807/+809
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-7/+5
2009-10-31make mark-cstyleTom Yu4-54/+54
2009-02-04regenerateKen Raeburn1-0/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-01-26Use 16/32-bit big/little-endian store functions in more placesKen Raeburn1-5/+3
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-16/+14
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-3/+2
2008-08-06Fix possible locking protocol failure in error handling pathKen Raeburn2-2/+4
2008-06-02Don't use 'log' as a global variable nameKen Raeburn1-40/+40
2007-03-25Build tests subtree makefiles at top levelKen Raeburn1-2/+2
2007-03-25Include autoconf.hKen Raeburn1-0/+1
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-26/+0
2006-03-31make depend, now with dependency sortingKen Raeburn1-11/+11
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn3-4/+8
2005-11-29make dependTom Yu1-2/+1
2005-06-21Use DL_LIB and THREAD_LINKOPTS instead of explicitly specifying the dlKen Raeburn2-2/+7
2005-06-21Update dependenciesKen Raeburn1-1/+2
2005-04-28updated dependencies for socket-utils.h changeKen Raeburn1-1/+2
2005-03-28update dependenciesKen Raeburn1-2/+3
2005-03-25threaded test program built even with thread support disabledKen Raeburn2-1/+9
2005-02-12* gss-misc.c: Include autoconf.h. If both time.h and sys/time.h are available,Ken Raeburn2-4/+11
2005-02-09multithreaded gssapi test prog based on gss-sample w/jaltman+raeburn changesKen Raeburn7-0/+2437