aboutsummaryrefslogtreecommitdiff
path: root/src/appl/sample/sserver/ChangeLog
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
committerSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
commit779066fca01df6c4354ccd4f80dcafe4e96d891c (patch)
tree45813dea9d0492f0411ea537cd3b521544767a94 /src/appl/sample/sserver/ChangeLog
parent4e4c10590e698cfbb138bfb85bd1455b74919ec7 (diff)
downloadkrb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.zip
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.gz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.bz2
Remove ChangeLog files from the source tree. From now on, the
subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample/sserver/ChangeLog')
-rw-r--r--src/appl/sample/sserver/ChangeLog152
1 files changed, 0 insertions, 152 deletions
diff --git a/src/appl/sample/sserver/ChangeLog b/src/appl/sample/sserver/ChangeLog
deleted file mode 100644
index 902f203..0000000
--- a/src/appl/sample/sserver/ChangeLog
+++ /dev/null
@@ -1,152 +0,0 @@
-2004-03-08 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (MY_SUBDIRS): Deleted.
-
-2002-08-29 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in: Revert $(S)=>/ change, for Windows support.
-
-2002-08-23 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
-
-2001-11-05 Ezra Peisach <epeisach@mit.edu>
-
- * sserver.c (main): Use GETPEERNAME_ARG3_TYPE instead of int.
-
-2000-07-28 Ezra Peisach <epeisach@mit.edu>
-
- * sserver.c (main): Include unistd.h if present (for close
- prototype). Change variable named sin (shadows maht
- library). Compiler warning cleanups.
-
-
-2000-02-25 Ezra Peisach <epeisach@mit.edu>
-
- * sserver.c (main): Return type should be int, not void. Clenup
- unused variables.
-
-1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
-
- * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
- LOCAL_INCLUDES such that one can override CFLAGS from the command
- line without losing CPP search patchs and defines. Some associated
- Makefile cleanup.
-
-1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * Makefile.in: Set the myfulldir and mydir variables (which are
- relative to buildtop and thisconfigdir, respectively.)
- Add a MY_SUBDIRS macro set to '.' to indicate that there
- are no subdirectories to be processed by the Makefile.
-
-1998-05-06 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * sserver.c (main): POSIX states that getopt returns -1 when it
- is done parsing options, not EOF.
-
-Wed Feb 18 15:33:15 1998 Tom Yu <tlyu@mit.edu>
-
- * Makefile.in: Remove trailing slash from thisconfigdir. Fix up
- BUILDTOP for new conventions.
-
-Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
-
-Tue Feb 4 20:47:55 1997 Tom Yu <tlyu@mit.edu>
-
- * Makefile.in:
- * configure.in: Update to new program build procedure.
-
-Thu Dec 5 19:44:05 1996 Tom Yu <tlyu@mit.edu>
-
- * sserver.M: remove ref's to "/krb5" [PR 279]
-
- * sserver.M: v5srvtab -> krb5.keytab; also kdb5_edit -> kadmin [PR
- 279]
-
-Thu Nov 7 15:24:43 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * sserver.c (main): Check the error return from
- krb5_init_context(), and print an error message if
- necessary.
-
-Tue Sep 10 14:09:19 1996 Tom Yu <tlyu@mit.edu>
-
- * sserver.M: remove ".so man1/header.doc"
-
-Sat Sep 16 00:21:01 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * sserver.c (main): Allow the user to specify the service instance
- using the -s option. Use SO_REUSEEADDR so that the port
- can be immediately reused. Free the context and
- auth_context before exiting.
-
-Sat Jul 29 04:39:02 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU>
-
- * configure.in: Don't link with -lkadm.
-
-Fri Jul 7 15:47:04 EDT 1995 Paul Park (pjpark@mit.edu)
- * Makefile.in - Remove all explicit library handling and LDFLAGS.
- * configure.in - Add KRB5_LIBRARIES and USE_KADM_LIBRARY.
-
-
-Thu Jun 15 17:39:17 EDT 1995 Paul Park (pjpark@mit.edu)
- * Makefile.in - Change explicit library names to -l<lib> form, and
- change target link line to use $(LD) and associated flags.
- * configure.in - Add shared library usage check.
-
-Sat Jun 10 22:58:40 1995 Tom Yu (tlyu@dragons-lair)
-
- * sserver.c: krb5_auth_context redefinitions
-
-Fri Jun 9 18:28:33 1995 <tytso@rsx-11.mit.edu>
-
- * configure.in: Remove standardized set of autoconf macros, which
- are now handled by CONFIG_RULES.
-
-Sat Jun 3 17:20:28 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
-
- * sserver.c (main): If using inetd, set file descriptor to 0.
-
-Wed May 10 15:18:19 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
-
- * sserver.M: Document options.
-
- * sserver.c: (main): Add options -p port, -S keytab for use by
- dejagnu. Cleaned up warnings in compile.
-
-Wed May 03 03:30:51 1995 Chris Provenzano (proven@mit.edu)
-
- * sserver.c: (krb5_recvauth()): No longer needs the rc_type arg.
-
-Tue Apr 25 21:41:46 1995 Chris Provenzano (proven@mit.edu)
-
- * sserver.c: Initialize auth_context to NULL before using.
-
-Mon Mar 27 07:56:26 1995 Chris Provenzano (proven@mit.edu)
-
- * sserver.c: Use new calling convention for krb5_recvauth().
-
-Thu Mar 2 12:27:36 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
-
-Wed Mar 1 11:57:12 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
- and -lnsl with WITH_NETLIB check.
-
-Tue Feb 28 01:59:17 1995 John Gilmore (gnu at toad.com)
-
- * sserver.c: Avoid <krb5/...> and <com_err.h> includes.
-
-Mon Oct 3 19:16:14 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * Makefile.in: Use $(srcdir) to find manual page for make install.
-
-Wed Sep 28 23:49:10 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * Makefile.in: Relink executable when library changes.
-