bind9/lib
David Lawrence 2b5f436aeb Make greatest_version() return an isc_result_t, which it should have
been doing all along since there was the possibility isc_dir_open() would
fail and overloading the return value of "0" was bad practice.

If isc_dir_open() fails in greatest_version(), make sure the path separator
is restored to the destination pathname if it was NULified before returning
the error.

The underlying problem of isc_log_open() not having the bad result of
isc_dir_open() reported anywhere will be slightly mediate by a change
to bin/named/logconf.c to test the directory.  lib/isc/log.c can't really
handle it because it has no idea to where such an error should be reported,
and it only shows up during isc_log_open() as part of the isc_log_write()
family of calls, which are all void.
2001-04-25 23:59:44 +00:00
..
bind enable IPv6 resolver support 2001-04-23 02:59:53 +00:00
dns "sending notifies (%u)" -> "sending notifies (serial %u)" 2001-04-24 23:03:04 +00:00
isc Make greatest_version() return an isc_result_t, which it should have 2001-04-25 23:59:44 +00:00
isccc The isccc headers weren't installed at all. Oops. 2001-04-16 22:50:18 +00:00
isccfg note that parsers are not reusable 2001-04-19 23:28:17 +00:00
lwres removed extraneous quotes 2001-04-24 18:13:47 +00:00
tests copyright update 2001-01-09 22:01:04 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in Remove OMAPI. 2001-03-27 00:53:58 +00:00