aboutsummaryrefslogtreecommitdiff
path: root/src/appl/simple/client
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-4/+4
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-1/+1
2009-11-24Mark and reindent what's left of the appl directoryGreg Hudson1-95/+93
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson1-2/+0
2009-10-31make mark-cstyleTom Yu1-13/+13
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-5/+5
2009-01-05move generated dependencies out of Makefile.inKen Raeburn1-0/+1
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
2007-03-25Configure appl test programs from top levelKen Raeburn1-2/+2
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 Hartman1-175/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn1-37/+0
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman1-1/+0
2004-03-08Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2-1/+4
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-1/+5
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn1-0/+1
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-1/+5
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-09-26Cleanup gcc warnings of signed vs unsigned arguments to functionsEzra Peisach2-6/+18
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez1-2/+2
1999-10-26log tritan's changesTom Yu1-0/+7
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1-2/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-11-13Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot toTheodore Tso1-2/+2
1998-11-13Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso2-0/+10
1998-05-06POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso2-1/+6
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu2-2/+7
1998-02-12Mass makefile/configure.in build system revampTheodore Tso3-9/+6
1997-02-18Remove krb5_xfree from the public interfaceRichard Basch2-3/+7
1997-02-09Merge of libhack_branchTom Yu3-10/+11
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso2-2/+7
1996-11-08Check the error return from krb5_init_context(), and print an errorTheodore Tso2-2/+11
1996-06-10cvsignore hackeryTom Yu1-1/+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-15sim_client.c (main): Added better options parsing for more flexibilityTheodore Tso3-53/+140
1995-07-07Reorganize library logic and use LDFLAGS from configurePaul Park3-8/+8
1995-06-28sim_client.c: Include stdlib.h or declare malloc. Include string.h forEzra Peisach3-0/+14
1995-06-15Shared library Makefile/configure changes and cleanupPaul Park3-4/+10
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu2-1/+5
1995-06-09configure.in: Remove standardized set of autoconf macros, which areTheodore Tso2-5/+4
1995-05-01 * sim_client.c (main()): Changes to auth_context to betterChris Provenzano2-13/+24
1995-04-14Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1-0/+37
1995-03-27 * sim_client.c: Don't set cksumtype because CKSUMTYPE_RSA_MD4_DESChris Provenzano2-4/+7
1995-03-10 * sim_client.c Use new calling convention for krb5_mk_req(),Chris Provenzano2-103/+35