aboutsummaryrefslogtreecommitdiff
path: root/src/appl/simple/server
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 Hudson1-4/+4
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-1/+1
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 Hudson1-82/+81
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson1-2/+0
2009-10-31make mark-cstyleTom Yu1-9/+9
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-2/+2
2009-01-05move generated dependencies out of Makefile.inKen Raeburn1-0/+1
2007-03-25Configure appl test programs from top levelKen Raeburn1-2/+2
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-141/+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
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 Peisach2-8/+14
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-5/+6
1997-02-18Remove krb5_xfree from the public interfaceRichard Basch2-1/+5
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-1/+6
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-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-07-29 * configure.in: Don't link with -lkadmTom Yu2-1/+3
1995-07-07Reorganize library logic and use LDFLAGS from configurePaul Park3-8/+9
1995-06-28Include <string.h> for memcpy definitionsEzra Peisach2-0/+4
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-09sim_server.c: #include krb5.h first, to reduce size of debuggingTheodore Tso3-7/+9
1995-05-01 * sim_server.c (main()): Changes to auth_context to betterChris Provenzano2-25/+27
1995-04-14Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1-0/+37
1995-03-27 * sim_server.c: Use new calling convention for krb5_rd_req(),Chris Provenzano2-53/+31
1995-03-02Remove reference to $(ISODELIB)Theodore Tso2-2/+5
1995-03-01Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl withTheodore Tso2-3/+6
1995-02-28Avoid <krb5/...> and <com_err.h> includesJohn Gilmore2-5/+6
1995-02-03Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1-0/+1
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano2-15/+22
1994-10-26Conversion of autoconfigury to Autoconf V2Mark Eichin1-3/+3