summaryrefslogtreecommitdiffstats
path: root/src/appl/simple
Commit message (Expand)AuthorAgeFilesLines
* Clean up the code to eliminate some clang warningsBen Kaduk2013-11-041-2/+0
* Reduce boilerplate in makefilesGreg Hudson2013-05-162-7/+2
* Fix -DDEBUG compilation errorsHenry B. Hotz2012-06-041-0/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-093-12/+12
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-283-3/+3
* Add a sentinel line to sim_server after the socket is ready, and useGreg Hudson2010-04-241-0/+2
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-243-179/+177
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-223-6/+0
* make mark-cstyleTom Yu2009-10-313-24/+24
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-022-7/+7
* move generated dependencies out of Makefile.inKen Raeburn2009-01-053-0/+3
* Set auth_context's rcache to NULL after destroying and before callingTom Yu2008-12-311-1/+1
* Delete replay cache before exiting with success indicationKen Raeburn2008-11-101-0/+6
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* Configure appl test programs from top levelKen Raeburn2007-03-253-6/+6
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-201-1/+1
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-113-380/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-113-113/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-242-2/+0
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-086-3/+13
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-296-3/+15
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-292-0/+2
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-236-3/+15
* * sim_client.c: Always include stdlib.h.Ken Raeburn2002-04-062-9/+5
* * sim_client.c: Include errno.hKen Raeburn2002-03-282-0/+5
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-102-1/+5
* * sim_client.c (main): Cast argument to isupper()/tolower() to intEzra Peisach2001-06-182-2/+6
* * sim_server.c: Cast to int strings width arguments in printfEzra Peisach2000-10-172-2/+7
* Cleanup gcc warnings of signed vs unsigned arguments to functionsEzra Peisach2000-09-264-14/+32
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-013-6/+6
* log tritan's changesTom Yu1999-10-263-0/+21
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-263-6/+2
* copyright notice updates from 1.1 branchKen Raeburn1999-09-243-3/+12
* Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot toTheodore Tso1998-11-133-6/+6
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-134-0/+20
* configure.in: Removed and tests moved up to appl/configure.inTheodore Tso1998-11-133-14/+12
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-064-2/+12
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-186-6/+21
* * configure.in: Add commented out AC_OUTPUT to force autoreconf toTom Yu1998-02-122-2/+6
* Mass makefile/configure.in build system revampTheodore Tso1998-02-129-17/+36
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-184-4/+12
* Merge of libhack_branchTom Yu1997-02-096-20/+22
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-134-3/+13
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-084-4/+22
* cvsignore hackeryTom Yu1996-06-103-3/+0
* sim_client.c (main): Use krb5_get_server_rcache instead of duplicatingEzra Peisach1995-11-092-21/+12
* Fixed location where usage() wasn't being called with an argumentTheodore Tso1995-10-152-1/+6
* Fix optional host parsing so that host is recognized as an argumentTheodore Tso1995-09-162-2/+12
* Free the context and auth_context before exitingTheodore Tso1995-09-162-0/+8
* Improved (and changed) input argument handling, to make sim_serverTheodore Tso1995-09-152-21/+81