aboutsummaryrefslogtreecommitdiff
path: root/src/appl/simple
AgeCommit message (Expand)AuthorFilesLines
2023-08-22Eliminate sim_client include of getopt.hMichael Osipov1-3/+0
2023-02-27Avoid using internal APIs in sim_clientGreg Hudson1-20/+9
2021-05-21Rewrite not-yet-covered dejagnu tests in PythonGreg Hudson3-0/+38
2019-07-29Fix test suite issues affecting Travis imagesGreg Hudson1-13/+1
2019-06-04Simplify and modernize replay cache interfaceGreg Hudson1-19/+0
2017-09-11Fix AIX build issuesGreg Hudson2-2/+3
2016-07-28Use single-colon rules in makefilesGreg Hudson2-6/+6
2016-01-06Don't canonicalize hostname in sim_client.cTom Yu1-9/+1
2014-07-08Include autoconf.h before system headersGreg Hudson1-10/+5
2013-11-04Clean up the code to eliminate some clang warningsBen Kaduk1-2/+0
2013-05-16Reduce boilerplate in makefilesGreg Hudson2-7/+2
2012-06-04Fix -DDEBUG compilation errorsHenry B. Hotz1-0/+1
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson3-12/+12
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson3-3/+3
2010-04-24Add a sentinel line to sim_server after the socket is ready, and useGreg Hudson1-0/+2
2009-11-24Mark and reindent what's left of the appl directoryGreg Hudson3-179/+177
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson3-6/+0
2009-10-31make mark-cstyleTom Yu3-24/+24
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2-7/+7
2009-01-05move generated dependencies out of Makefile.inKen Raeburn3-0/+3
2008-12-31Set auth_context's rcache to NULL after destroying and before callingTom Yu1-1/+1
2008-11-10Delete replay cache before exiting with success indicationKen Raeburn1-0/+6
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+1
2007-03-25Configure appl test programs from top levelKen Raeburn3-6/+6
2007-01-20Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn1-1/+1
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman3-380/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn3-113/+0
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman2-2/+0
2004-03-08Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn6-3/+13
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn6-3/+15
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2-0/+2
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn6-3/+15
2002-04-06* sim_client.c: Always include stdlib.h.Ken Raeburn2-9/+5
2002-03-28* sim_client.c: Include errno.hKen Raeburn2-0/+5
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2-1/+5
2001-06-18 * sim_client.c (main): Cast argument to isupper()/tolower() to intEzra Peisach2-2/+6
2000-10-17 * sim_server.c: Cast to int strings width arguments in printfEzra Peisach2-2/+7
2000-09-26Cleanup gcc warnings of signed vs unsigned arguments to functionsEzra Peisach4-14/+32
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez3-6/+6
1999-10-26log tritan's changesTom Yu3-0/+21
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez3-6/+2
1999-09-24copyright notice updates from 1.1 branchKen Raeburn3-3/+12
1998-11-13Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot toTheodore Tso3-6/+6
1998-11-13Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso4-0/+20
1998-11-13configure.in: Removed and tests moved up to appl/configure.inTheodore Tso3-14/+12
1998-05-06POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso4-2/+12
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu6-6/+21
1998-02-12 * configure.in: Add commented out AC_OUTPUT to force autoreconf toTom Yu2-2/+6
1998-02-12Mass makefile/configure.in build system revampTheodore Tso9-17/+36
1997-02-18Remove krb5_xfree from the public interfaceRichard Basch4-4/+12