| Commit message (Expand) | Author | Age | Files | Lines |
* | * config/unix.exp (top level): Load helpers.exp here, to make sure database | Ken Raeburn | 2002-06-09 | 2 | -0/+8 |
* | do database expansion from tcl driver code | Ken Raeburn | 2002-01-09 | 3 | -1/+109 |
* | * xdr_reference.c (xdr_reference): Remove cast in argument to memset | Ezra Peisach | 2001-07-27 | 3 | -3/+10 |
* | * rpc_test_clnt.c, rpc_test_svc.c: Include string.h for memset | Ezra Peisach | 2001-07-09 | 3 | -0/+7 |
* | * rpc_test_svc.c: Change rpc_test_prog_1 to | Ezra Peisach | 2001-07-02 | 4 | -11/+22 |
* | * client.c: Include unistd.h for getopt() prototype | Ezra Peisach | 2001-06-08 | 4 | -95/+25 |
* | * server.c (log_badauth_display_status_1): Do not assume that | Ezra Peisach | 2001-06-07 | 2 | -6/+12 |
* | * server.c (log_badauth_display_status_1): Need value element of | Ezra Peisach | 2001-06-05 | 2 | -3/+6 |
* | * client.c (main): Missing arguments to printf fixed | Ezra Peisach | 2001-06-05 | 2 | -2/+10 |
* | * client.c (main): Ensure that end of string is NULL terminated | Ezra Peisach | 2001-04-24 | 2 | -9/+22 |
* | Run RPC tests with one invocation of DejaGnu rather than two | Ken Raeburn | 2000-07-01 | 4 | -15/+23 |
* | pullup from 1.2.1 release | Ken Raeburn | 2000-07-01 | 2 | -0/+6 |
* | * rpc_test_setup.sh: Error out if server_handle doesn't get set in the Tcl sc... | Ken Raeburn | 2000-06-30 | 2 | -0/+11 |
* | pullup from 1.2 branch | Ken Raeburn | 2000-06-27 | 2 | -3/+9 |
* | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
* | * server.c: Add code to set a signal handler for SIGHUP and a few | Tom Yu | 2000-02-15 | 3 | -0/+29 |
* | * config/unix.exp: Call send_error instead of fail to prevent | Tom Yu | 2000-02-07 | 3 | -7/+16 |
* | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
* | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -1/+1 |
* | * Makefile.in (unit-test-body-tcp, unit-test-body-udp): Pass $(RUNTESTFLAGS) to | Ken Raeburn | 1999-09-21 | 2 | -2/+7 |
* | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 2 | -1/+10 |
* | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 1 | -1/+1 |
* | * client.c: Update header locations. Rename of xdr_free | Tom Yu | 1998-02-14 | 4 | -8/+23 |
* | * client.c (main): Tweak the kludge variable | Tom Yu | 1998-02-12 | 2 | -0/+14 |
* | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 2 | -0/+6 |
* | * configure.in, Makefile.in: Add test to disable udp test under | Tom Yu | 1997-10-10 | 3 | -2/+19 |
* | Merge of libhack_branch | Tom Yu | 1997-02-09 | 3 | -11/+15 |
* | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 2 | -2/+8 |
* | * server.c (main): Add declaration of optind for systems that | Tom Yu | 1996-11-15 | 2 | -0/+6 |
* | * rpc_test_setup.sh: VERBOSE is now inherited from env-setup.sh | Barry Jaspan | 1996-11-14 | 2 | -8/+4 |
* | clean: Remove test programs and objects | Ezra Peisach | 1996-11-13 | 2 | -0/+11 |
* | * lib/helpers.exp, client.c, server.c, config/unix.exp, | Barry Jaspan | 1996-11-12 | 6 | -22/+79 |
* | * rpc_test_setup.sh: Fix test of $VERBOSE_TEST so that $VERBOSE | Tom Yu | 1996-11-12 | 2 | -2/+10 |
* | * rpc_test_setup.sh: Use a temp file rather than a here document | Tom Yu | 1996-11-12 | 2 | -3/+8 |
* | Changes to support AC_CANONICAL_HOST for runtest flags; see | Tom Yu | 1996-11-12 | 2 | -1/+6 |
* | * Makefile.in (client.o, server.o): client.o and server.o, not | Tom Yu | 1996-11-11 | 2 | -4/+6 |
* | Remove calls to macros that are a part of CONFIG_RULES; | Tom Yu | 1996-11-08 | 2 | -2/+2 |
* | * Makefile.in (server.o): Fix typo in previous checkin | Tom Yu | 1996-11-07 | 2 | -1/+5 |
* | * Makefile.in: Add dependencies on $(srcdir)/foo.c so that some | Tom Yu | 1996-11-06 | 2 | -0/+7 |
* | We don't need the special case for linux anymore, since we're | Theodore Tso | 1996-11-06 | 2 | -11/+6 |
* | Use $(LD) instead of $(CC) at link stage - this allows one to use | Ezra Peisach | 1996-10-31 | 2 | -2/+7 |
* | Fix typo in last | Ezra Peisach | 1996-10-31 | 1 | -1/+1 |
* | * Makefile.in: Only run tests if required programs, libraries | Ezra Peisach | 1996-10-31 | 3 | -1/+26 |
* | * Makefile.in, rpc_test_clnt.c, rpc_test_svc.c, rpc_test.h: | Barry Jaspan | 1996-10-24 | 5 | -9/+125 |
* | * rpc_test.0/expire.exp: add test for expired credentials | Barry Jaspan | 1996-10-16 | 4 | -96/+58 |
* | unit-test/testsuite merged up into unit-test, like all the other | Barry Jaspan | 1996-10-15 | 7 | -430/+0 |
* | * initial changes to make rpc unit tests work with new build/test | Barry Jaspan | 1996-10-15 | 11 | -1/+468 |
* | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 11 | -0/+1183 |