aboutsummaryrefslogtreecommitdiff
path: root/src/appl/simple
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Fix -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
1997-02-09Merge of libhack_branchTom Yu6-20/+22
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso4-3/+13
1996-11-08Check the error return from krb5_init_context(), and print an errorTheodore Tso4-4/+22
1996-06-10cvsignore hackeryTom Yu3-3/+0
1995-11-09sim_client.c (main): Use krb5_get_server_rcache instead of duplicatingEzra Peisach2-21/+12
1995-10-15Fixed location where usage() wasn't being called with an argumentTheodore Tso2-1/+6
1995-09-16Fix optional host parsing so that host is recognized as an argumentTheodore Tso2-2/+12
1995-09-16Free the context and auth_context before exitingTheodore Tso2-0/+8
1995-09-15Improved (and changed) input argument handling, to make sim_serverTheodore Tso2-21/+81
1995-09-15Use separate definitions for the Kerberos instance name and the UDPTheodore Tso2-1/+7
1995-09-15sim_client.c (main): Added better options parsing for more flexibilityTheodore Tso3-53/+140