summaryrefslogtreecommitdiffstats
path: root/src/appl/sample/sserver
Commit message (Expand)AuthorAgeFilesLines
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-3/+0
* Remove install-oldmanBen Kaduk2012-10-171-1/+0
* Remove nroff man pagesBen Kaduk2012-10-161-130/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+4
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-241-95/+94
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-221-2/+0
* make mark-cstyleTom Yu2009-10-311-8/+8
* move generated dependencies out of Makefile.inKen Raeburn2009-01-051-0/+1
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-2/+5
* Configure appl test programs from top levelKen Raeburn2007-03-251-2/+2
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-201-1/+1
* Memory leak fixes on exitEzra Peisach2006-10-181-0/+5
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-152/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-38/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-1/+0
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-082-1/+4
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+1
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * sserver.c (main): Use GETPEERNAME_ARG3_TYPE instead of intEzra Peisach2001-11-062-1/+9
* * sserver.c (main): Include unistd.h if present (for closeEzra Peisach2000-07-292-15/+29
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* main() returns int - not void. Also cleanup unused variablesEzra Peisach2000-02-262-7/+7
* log tritan's changesTom Yu1999-10-261-0/+7
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-261-1/+0
* copyright notice updates from 1.1 branchKen Raeburn1999-09-242-2/+8
* Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot toTheodore Tso1998-11-131-2/+2
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-132-0/+11
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-062-1/+6
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
* Mass makefile/configure.in build system revampTheodore Tso1998-02-123-5/+6
* Merge of libhack_branchTom Yu1997-02-093-9/+10
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-132-7/+13
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-082-2/+11
* remove ".so man1/header.doc" and extra args to .THTom Yu1996-09-102-2/+5
* man page tweak from CygnusJeff Bigler1996-08-291-10/+10
* cvsignore hackeryTom Yu1996-06-101-1/+0
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-031-3/+2
* Allow the user to specify the service instance using the -s option.Theodore Tso1995-09-162-26/+44
* * configure.in: Don't link with -lkadmTom Yu1995-07-292-1/+3
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-073-8/+9
* Remove extraneous debugging definition from previous checkinPaul Park1995-06-151-1/+1
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-153-4/+11
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-112-1/+5
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-5/+5
* If using inetd, set file descriptor of socket to 0Ezra Peisach1995-06-032-0/+5
* Add new options -p and -S to specify port and keytab filesEzra Peisach1995-05-103-5/+70
* * sserver.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+3
* Initialize auth_context to NULL before usingChris Provenzano1995-04-262-1/+6