blob: 9b9269b9e03ab9cee20c0e1432a6961091c3952c (
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
|
Wed Sep 13 13:57:40 1995 Theodore Y. Ts'o <tytso@dcl>
* resolve.c (main): Fix fencepost error; use argv[1] to test for a
specfied host if argc is >= 1, not just > 1.
Wed Jul 12 12:32:14 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Add LD_LIBRARY_PATH in case we were linked with shared
libraries by default.
* configure.in - Remove V5_USE_SHARED_LIB.
Fri Jul 7 16:38:47 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove LDFLAGS and use DEPLIBS.
* configure.in - Add KRB5_LIBRARIES and V5_USE_SHARED_LIB
Fri Jun 9 18:58:43 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Mon May 1 20:00:18 1995 Theodore Y. Ts'o (tytso@dcl)
* resolve.c (main): Add --quiet option which only prints the fully
qualified domain name. This will allow this routine to be
used in the deja gnu tests to determine the FQDN of the
local host.
Tue Apr 25 22:16:38 1995 Mark Eichin <eichin@cygnus.com>
* resolve.c (main): copy the address sent back by gethostbyname
before calling gethostbyaddr, since the return is *static*.
(main): reindent declaration to make add-change-log-entry happy.
|