aboutsummaryrefslogtreecommitdiff
path: root/src/appl/sample
AgeCommit message (Expand)AuthorFilesLines
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
1995-07-07Reorganize library logic and use LDFLAGS from configurePaul Park6-16/+17
1995-07-07Remove LDFLAGSPaul Park2-1/+4
1995-06-20 * configure.in: added missing check for stdlib.hTom Yu2-0/+4
1995-06-15Remove extraneous debugging definition from previous checkinPaul Park1-1/+1
1995-06-15Shared library Makefile/configure changes and cleanupPaul Park6-6/+20
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu4-2/+10
1995-06-09configure.in: Remove standardized set of autoconf macros, which areTheodore Tso4-10/+10
1995-06-09configure.in: Remove standardized set of autoconf macros, which areTheodore Tso2-6/+8
1995-06-03If using inetd, set file descriptor of socket to 0Ezra Peisach2-0/+5
1995-05-10Include stdlib.h or declare malloc()Ezra Peisach2-0/+12
1995-05-10Add new options -p and -S to specify port and keytab filesEzra Peisach3-5/+70
1995-05-03 * sserver.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano2-1/+3
1995-04-26Initialize auth_context to NULL before usingChris Provenzano2-1/+6
1995-04-14Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso3-0/+115
1995-04-01Initialize auth_context to NULL before calling sendauth()Theodore Tso2-1/+6
1995-03-27 * sserver.c: Use new calling convention for krb5_recvauth()Chris Provenzano2-20/+22