1998-05-06 Theodore Ts'o * 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 * Makefile.in: Remove trailing slash from thisconfigdir. Fix up BUILDTOP for new conventions. Mon Feb 2 17:02:29 1998 Theodore Ts'o * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile Tue Feb 18 18:12:16 1997 Richard Basch * sim_server.c: Use krb5_free_data_contents instead of krb5_xfree Tue Feb 4 20:41:49 1997 Tom Yu * Makefile.in: * configure.in: Update to new program build procedure. Fri Nov 22 15:48:42 1996 unknown * 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 * 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 * sim_server.c (main): Free the context and auth_context before exiting. Fri Sep 15 14:31:06 1995 Theodore Y. Ts'o * 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 * 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 * sim_server.c: Include for memcpy definitions. Thu Jun 15 17:40:51 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - Change explicit library names to -l 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 * 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 * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). Wed Mar 1 16:24:58 1995 Theodore Y. Ts'o * 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 and 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