aboutsummaryrefslogtreecommitdiff
path: root/src/appl/sample
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson3-12/+9
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson3-3/+3
2009-11-24Mark and reindent what's left of the appl directoryGreg Hudson3-205/+203
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson3-6/+0
2009-10-31make mark-cstyleTom Yu3-17/+17
2009-01-05move generated dependencies out of Makefile.inKen Raeburn3-0/+3
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-2/+5
2008-11-05Replace strcpy/strcat/sprintf uses in a couple of sample code filesGreg Hudson1-2/+7
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-10-18Memory leak fixes on exitEzra Peisach2-1/+8
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman3-372/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn3-115/+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* sclient.c: Include fake-addrinfo.h. Include stdlib.h unconditionally.Ken Raeburn2-68/+93
2002-03-28* sclient.c: Include errno.hKen Raeburn2-0/+5
2001-11-06 * sserver.c (main): Use GETPEERNAME_ARG3_TYPE instead of intEzra Peisach2-1/+9
2001-11-06 * sclient.c (main): Use GETSOCKNAME_ARG3_TYPE instead of intEzra Peisach2-1/+10
2001-01-30 * sclient.c (main): Do not free auth_context unlessEzra Peisach2-2/+7
2000-07-29 * sserver.c (main): Include unistd.h if present (for closeEzra Peisach2-15/+29
2000-07-29 * sclient.c: Include unistd.h if present (for close prototype).Ezra Peisach2-16/+28
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez3-6/+6
2000-02-26main() returns int - not void. Also cleanup unused variablesEzra Peisach4-8/+12
1999-10-26log tritan's changesTom Yu3-0/+21
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez3-4/+0
1999-09-24copyright notice updates from 1.1 branchKen Raeburn5-5/+20
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/+22
1998-11-13configure.in: Removed and tests moved up to appl/configure.inTheodore Tso3-12/+12
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 Yu6-6/+21
1998-02-12 * configure.in: Add commented out AC_OUTPUT to force autoreconf toTom Yu2-1/+6
1998-02-12Mass makefile/configure.in build system revampTheodore Tso9-15/+34
1997-12-16 * sclient.c (main): Free client principal and krb5_ap_rep_enc_partEzra Peisach2-0/+12
1997-02-09Merge of libhack_branchTom Yu6-18/+20
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso2-7/+13
1996-11-08Check the error return from krb5_init_context(), and print an errorTheodore Tso4-4/+22
1996-09-10remove ".so man1/header.doc" and extra args to .THTom Yu4-4/+10
1996-08-29man page tweak from CygnusJeff Bigler2-11/+12
1996-06-10cvsignore hackeryTom Yu3-3/+0
1995-11-03remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin2-6/+4
1995-09-18Initialize the service name to SAMPLE_SERVICE instead of leaving as NULLEzra Peisach2-1/+5
1995-09-16Add an optional third argument which allows the user to set theTheodore Tso2-6/+14
1995-09-16Allow the user to specify the service instance using the -s option.Theodore Tso2-26/+44
1995-07-29 * configure.in: Don't link with -lkadmTom Yu2-1/+3