summaryrefslogtreecommitdiffstats
path: root/src/appl/simple
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/simple
parent4e4c10590e698cfbb138bfb85bd1455b74919ec7 (diff)
downloadkrb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.gz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.xz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.zip
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/simple')
-rw-r--r--src/appl/simple/ChangeLog64
-rw-r--r--src/appl/simple/client/ChangeLog175
-rw-r--r--src/appl/simple/server/ChangeLog141
3 files changed, 0 insertions, 380 deletions
diff --git a/src/appl/simple/ChangeLog b/src/appl/simple/ChangeLog
deleted file mode 100644
index 9c9da95696..0000000000
--- a/src/appl/simple/ChangeLog
+++ /dev/null
@@ -1,64 +0,0 @@
-2004-03-08 Ken Raeburn <raeburn@mit.edu>
-
- * Makefile.in (LOCAL_SUBDIRS): Renamed from MY_SUBDIRS.
-
-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.
-
-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>
-
- * configure.in: Removed and tests moved up to appl/configure.in
-
- * Makefile.in: Set the myfulldir and mydir variables (which are
- relative to buildtop and thisconfigdir, respectively.)
- Add a MY_SUBDIRS definition to control the directories
- which are recursively descended by the Makefile.
-
-Wed Feb 18 15:33:49 1998 Tom Yu <tlyu@mit.edu>
-
- * Makefile.in: Remove trailing slash from thisconfigdir. Fix up
- BUILDTOP for new conventions.
-
-Thu Feb 12 16:15:30 1998 Tom Yu <tlyu@mit.edu>
-
- * configure.in: Add commented AC_OUTPUT to force autoreconf to
- rebuild configure script.
-
-Mon Feb 2 16:47:05 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
-
- * configure.in: Create the makefiles for all of the subdirectories
- and move all of the configure.in tests from the
- subdirectories into this configure.in.
-
-Fri Sep 15 14:24:37 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * simple.h (SIMPLE_SERVICE, SIMPLE_PORT): Use separate definitions
- for the Kerberos instance name and the UDP port name.
-
-Thu Aug 24 19:25:48 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * .Sanitize: Update file list
-
-Fri Jul 7 15:47:50 EDT 1995 Paul Park (pjpark@mit.edu)
- * Makefile.in - Remove LDFLAGS.
-
-Fri Jun 9 18:28:55 1995 <tytso@rsx-11.mit.edu>
-
- * configure.in: Remove standardized set of autoconf macros, which
- are now handled by CONFIG_RULES. Use DO_SUBDIRS to
- recurse down subdirectories.
-
diff --git a/src/appl/simple/client/ChangeLog b/src/appl/simple/client/ChangeLog
deleted file mode 100644
index 29b95a64fe..0000000000
--- a/src/appl/simple/client/ChangeLog
+++ /dev/null
@@ -1,175 +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.
-
-2002-04-05 Ken Raeburn <raeburn@mit.edu>
-
- * sim_client.c: Always include stdlib.h.
- (main): Don't call valid_cksumtype.
-
-2002-03-28 Ken Raeburn <raeburn@mit.edu>
-
- * sim_client.c: Include errno.h.
-
-2001-10-09 Ken Raeburn <raeburn@mit.edu>
-
- * sim_client.c: Make prototypes unconditional.
-
-2001-06-18 Ezra Peisach <epeisach@mit.edu>
-
- * sim_client.c (main): Cast argument to isupper()/tolower() to int.
-
-Tue Sep 26 18:15:47 2000 Ezra Peisach <epeisach@mit.edu>
-
- * sim_client.c: Warnings cleanups unsigned vs signed.
-
-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>
-
- * sim_client.c (main): POSIX states that getopt returns -1 when it
- is done parsing options, not EOF.
-
-Wed Feb 18 15:34:52 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 18 18:11:03 1997 Richard Basch <basch@lehman.com>
-
- * sim_client.c: Replace krb5_xfree with krb5_free_data_contents
-
-Tue Feb 4 20:38:44 1997 Tom Yu <tlyu@mit.edu>
-
- * Makefile.in:
- * configure.in: Update to new program build procedure.
-
-Fri Nov 22 15:48:30 1996 unknown <bjaspan@mit.edu>
-
- * sim_client.c (main): use sizeof instead of h_length to determine
- number of bytes of addr to copy from DNS response [krb5-misc/211]
-
-Thu Nov 7 15:26:10 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * sim_client.c (main): Check the error return from
- krb5_init_context(), and print an error message if
- necessary.
-
-Thu Nov 9 09:33:38 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
-
- * sim_client.c (main): Use krb5_get_server_rcache instead of
- duplicating code. Remove use of krb5_clockskew variable.
-
-Sun Oct 15 10:49:35 1995 <tytso@rsts-11.mit.edu>
-
- * sim_client.c (main): Fixed location where usage() wasn't being
- called with an argument.
-
-Sat Sep 16 03:45:59 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * sim_client.c (main): Fix optional host parsing so that host is
- recognized as an argument without the -h option.
- Free the context and auth_context structures before exiting.
-
-Fri Sep 15 04:59:30 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * sim_client.c (main): Added better options parsing for more
- flexibility in calling this program. Worked around
- breakage in the Solaris Streams Sockets emulation where
- getsockname() can not be used to find out the address of
- a network interface.
-
- * configure.in: If we are including both -lsocket and -lnsl,
- #define BROKEN_STREAMS_SOCKETS.
-
-
-Fri Jul 7 15:48:14 EDT 1995 Paul Park (pjpark@mit.edu)
- * Makefile.in - Remove all explicit library handling and LDFLAGS.
- * configure.in - Add KRB5_LIBRARIES.
-
-Wed Jun 28 13:27:17 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
-
- * sim_client.c: Include stdlib.h or declare malloc.
- Include string.h for strlen and memcpy defintions.
-
- * configure.in: Check for stdlib.h.
-
-Thu Jun 15 17:39:54 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:57 1995 Tom Yu (tlyu@dragons-lair)
-
- * sim_client.c: krb5_auth_context redefinitions
-
-Fri Jun 9 18:29:09 1995 <tytso@rsx-11.mit.edu>
-
- * configure.in: Remove standardized set of autoconf macros, which
- are now handled by CONFIG_RULES.
-
-Mon May 01 15:56:32 1995 Chris Provenzano (proven@mit.edu)
-
- * sim_client.c (main()): Changes to auth_context to better
- support full addresses, for mk_safe() and friends.
-
-Mon Mar 27 09:25:21 1995 Chris Provenzano (proven@mit.edu)
-
- * sim_client.c: Don't set cksumtype because CKSUMTYPE_RSA_MD4_DES
- is now the default type.
-
-Fri Mar 10 11:09:34 1995 Chris Provenzano (proven@mit.edu)
-
- * sim_client.c: Use new calling convention for krb5_mk_req(),
- krb5_mk_priv(), and krb5_mk_safe().
-
-Thu Mar 2 12:26:47 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
-
-Wed Mar 1 16:24:21 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 02:01:29 1995 John Gilmore (gnu at toad.com)
-
- * sim_client.c: Avoid <krb5/...> and <com_err.h> includes.
-
-Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
-
- * sim_client.c Call krb5_sendauth() with new calling convention.
-
-Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
-
- * Added krb5_context to all krb5_routines
-
-Thu Sep 29 22:45:52 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * Makefile.in: Relink executable if library changes
-
-
diff --git a/src/appl/simple/server/ChangeLog b/src/appl/simple/server/ChangeLog
deleted file mode 100644
index 67d2769e4b..0000000000
--- a/src/appl/simple/server/ChangeLog
+++ /dev/null
@@ -1,141 +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.
-
-2000-10-16 Ezra Peisach <epeisach@mit.edu>
-
- * sim_server.c: Cast to int strings width arguments in printf.
-
-Tue Sep 26 18:16:33 2000 Ezra Peisach <epeisach@mit.edu>
-
- * sim_server.c: Warnigs cleanup of signed vs. unsigned arguments
- to functions.
-
-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>
-
- * sim_server.c (argv): POSIX states that getopt returns -1 when it
- is done parsing options, not EOF.
-
-Wed Feb 18 15:35:38 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 18 18:12:16 1997 Richard Basch <basch@lehman.com>
-
- * sim_server.c: Use krb5_free_data_contents instead of krb5_xfree
-
-Tue Feb 4 20:41:49 1997 Tom Yu <tlyu@mit.edu>
-
- * Makefile.in:
- * configure.in: Update to new program build procedure.
-
-Fri Nov 22 15:48:42 1996 unknown <bjaspan@mit.edu>
-
- * sim_server.c (argv): use sizeof instead of h_length to determine
- number of bytes of addr to copy from DNS response [krb5-misc/211]
-
-Thu Nov 7 15:26:44 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * sim_server.c (argv): Check the error return from
- krb5_init_context(), and print an error message if
- necessary.
-
-Sat Sep 16 03:41:40 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * sim_server.c (main): Free the context and auth_context before
- exiting.
-
-Fri Sep 15 14:31:06 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * sim_server.c: Improved (and changed) input argument handling, to
- make sim_server more flexible. This should make it
- possible to run sim_server from a DejaGnu test suite.
- Fixed -Wall nits.
-
-Sat Jul 29 04:39:39 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU>
-
- * configure.in: don't link with -lkadm.
-
-Fri Jul 7 15:48:58 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.
-
-Wed Jun 28 13:13:34 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
-
- * sim_server.c: Include <string.h> for memcpy definitions.
-
-Thu Jun 15 17:40:51 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:59:20 1995 Tom Yu (tlyu@dragons-lair)
-
- * sim_server.c: krb5_auth_context redefinitions
-
-Fri Jun 9 18:23:58 1995 <tytso@rsx-11.mit.edu>
-
- * sim_server.c: #include krb5.h first, to reduce size of debugging
- executable.
-
- * configure.in: Remove standardized set of autoconf macros, which
- are now handled by CONFIG_RULES.
-
-Mon May 01 15:56:32 1995 Chris Provenzano (proven@mit.edu)
-
- * sim_server.c (main()): Changes to auth_context to better
- support full addresses, for mk_safe() and friends.
-
-Mon Mar 27 07:56:26 1995 Chris Provenzano (proven@mit.edu)
-
- * sim_server.c: Use new calling convention for krb5_rd_req(),
- krb5_rd_safe(), and krb5_rd_priv().
-
-Thu Mar 2 12:27:03 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
-
-Wed Mar 1 16:24:58 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 02:01:53 1995 John Gilmore (gnu at toad.com)
-
- * sim_server.c: Avoid <krb5/...> and <com_err.h> includes.
-
-Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
-
- * Added krb5_context to all krb5_routines
-
-Thu Sep 29 22:46:51 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * Makefile.in: relink executable when libraries change
-