1998-11-13 Theodore Ts'o * Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) * configure.in: Use K5_AC_OUTPUT instead of K5_OUTPUT_FILES. Fri Feb 13 21:28:18 1998 Tom Yu * client.c: Update header locations. Rename of xdr_free. * rpc_test.h: Update header locations. * server.c: Update header locations. Thu Feb 12 16:39:38 1998 Tom Yu * client.c (main): Tweak the kludge variable krb5_gss_dbg_clietn_expcreds so we can send expired creds to the server. Mon Feb 2 16:59:48 1998 Theodore Ts'o * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile Thu Oct 9 20:58:35 1997 Tom Yu * configure.in, Makefile.in: Add test to disable udp test under Solaris 2.0 thru 2.5; a getsockname() bug prevents channel bindings from working. Thu Feb 6 15:58:52 1997 Tom Yu * Makefile.in: * configure.in: Update to new program build procedure. Wed Nov 20 16:00:21 1996 Barry Jaspan * Makefile.in (unit-test-): warn more loudly about unrun tests Thu Nov 14 22:27:05 1996 Tom Yu * server.c (main): Add declaration of optind for systems that don't have it in stdio.h or the like. Thu Nov 14 15:27:05 1996 Barry Jaspan * rpc_test_setup.sh: VERBOSE is now inherited from env-setup.sh Wed Nov 13 10:00:05 1996 Ezra Peisach * Makefile.in (clean): Remove test programs and objects. Tue Nov 12 16:27:51 1996 Barry Jaspan * lib/helpers.exp, client.c, server.c, config/unix.exp, Makefile.in: test GSS-RPC with both TCP and UDP transport layers [krb5-libs/180] Tue Nov 12 14:58:20 1996 Tom Yu * rpc_test_setup.sh: Fix test of $VERBOSE_TEST so that $VERBOSE only gets set if $VERBOSE_TEST is not empty. Mon Nov 11 20:52:27 1996 Tom Yu * rpc_test_setup.sh: Use a temp file rather than a here document feeding into eval because Ultrix sh doesn't deal. * configure.in: Add AC_CANONICAL_HOST to deal with new pre.in. Mon Nov 11 14:22:30 1996 Tom Yu * Makefile.in (client.o, server.o): client.o and server.o, not client.c and server.c, depend on rpc_test.h. Thu Nov 7 16:16:38 1996 Tom Yu * configure.in: Remove spurious KRB_INCLUDE and WITH_CCOPTS. * Makefile.in (server.o): Fix typo in previous checkin. Wed Nov 6 16:12:26 1996 Tom Yu * Makefile.in: Add dependencies on $(srcdir)/foo.c so that some makes can deal with VPATH properly (e.g. NetBSD pmake) Mon Nov 4 23:12:06 1996 Theodore Ts'o * server.c: We don't need the special case for linux anymore, since we're including the output from rpcgen in the source tree now. Thu Oct 31 13:14:45 1996 Ezra Peisach * Makefile.in (client,server): Use $(LD) instead of $(CC) in link stage. Thu Oct 31 08:47:47 1996 Ezra Peisach * Makefile.in: Only run tests if required programs, libraries available. * configure.in: Check for runtest, Perl, and tcl before making checks. Thu Oct 24 17:20:11 1996 Barry Jaspan * Makefile.in, rpc_test_clnt.c, rpc_test_svc.c, rpc_test.h: distribute generated rpc_test_* files instead of running rpcgen on rpc_text.x [krb5-admin/133] Wed Oct 16 16:13:13 1996 Barry Jaspan * rpc_test.0/expire.exp: add test for expired credentials [krb5-admin/17] * server.c (log_miscerr): add log_miscerr * Makefile.in: don't delete rpc_test.x, we might be in souce tree Tue Oct 15 16:12:04 1996 Barry Jaspan * initial changes to make rpc unit tests work with new build/test system