blob: 22cea206a8460619a0a75a62d9e27cbd6cc04c5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
Tue Nov 12 14:58:20 1996 Tom Yu <tlyu@mit.edu>
* 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 <tlyu@mit.edu>
* 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 <chaoself@avalanche-breakdown.mit.edu>
* 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 <tlyu@mit.edu>
* 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 <tlyu@mit.edu>
* 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 <tytso@rsts-11.mit.edu>
* 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 <epeisach@kangaroo.mit.edu>
* Makefile.in (client,server): Use $(LD) instead of $(CC) in link
stage.
Thu Oct 31 08:47:47 1996 Ezra Peisach <epeisach@mit.edu>
* 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 <bjaspan@mit.edu>
* 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 <bjaspan@mit.edu>
* 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 <bjaspan@mit.edu>
* initial changes to make rpc unit tests work with new build/test
system
|