Commit Graph
5420 Commits
Author SHA1 Message Date
Danny Mayer e1bdeeadb3 libisc workspace file 2001-07-06 05:29:58 +00:00
Danny Mayer fc72de271b libisc project file 2001-07-06 05:29:24 +00:00
Danny Mayer 1d7574a6de Export link File 2001-07-06 05:28:32 +00:00
Danny Mayer 0b38e0a117 Keyboard Routines 2001-07-06 05:27:37 +00:00
Danny Mayer e2d579a021 ipv6 variables initialization 2001-07-06 05:26:58 +00:00
Danny Mayer 3d8c1213d9 Interface Iteration routines 2001-07-06 05:25:20 +00:00
Danny Mayer fc4bae7e83 header file for error routines 2001-07-06 05:24:22 +00:00
Danny Mayer 9fe3c2060d error routines 2001-07-06 05:23:58 +00:00
Danny Mayer a38e51e5ef Fixed duplicate routines 2001-07-06 05:22:46 +00:00
Danny Mayer 6f5d6e3f8c isc_app_* routines 2001-07-06 05:21:44 +00:00
Danny Mayer 1e36937976 Entry point routine for libisc 2001-07-06 05:20:33 +00:00
Danny Mayer e35c1bb3ec Initial win32 Release 2001-07-06 05:08:39 +00:00
Danny Mayer 2773eae702 Fix variable declarations and remove initializations 2001-07-06 02:57:40 +00:00
Danny Mayer 4da4fef481 Fix printf's to use fprintf(stdout... to be consistent and set data initializations in main since they are runtime addresses 2001-07-06 02:56:47 +00:00
Brian Wellington ed95ebaa42 remove references to vms_idhacks.h, since VMS doesn't seem to need it.
[RT #1432]
2001-07-05 19:06:07 +00:00
Brian Wellington b6d5ee2fb2 ignore lib/bind/timestamp and lib/bind/port/*/include/Makefile 2001-07-05 18:50:39 +00:00
Mark Andrews c8366d92f7 add port_before.h/port_after.h 2001-07-05 06:18:43 +00:00
Mark Andrews 3b8c76cb25 regen 2001-07-05 06:13:15 +00:00
Mark Andrews 9565793aed pullup BIND 8.
1239.   [bug]           call res_ndestroy() in net_data_destroy().
2001-07-04 08:10:23 +00:00
Mark Andrews e598df739d Add getnetgrent_r.c prototype 2001-07-04 05:32:42 +00:00
Mark Andrews 93373a8c3c silence broken IN6ADDR_{ANY,LOOPBACK}_INIT macros 2001-07-04 05:18:12 +00:00
Mark Andrews 60d17e54ea singed/unsigned 2001-07-04 04:51:05 +00:00
Mark Andrews 567fb9c5e7 silence __sputaux 2001-07-04 03:48:43 +00:00
Brian Wellington 64b92523f9 check for getc_unlocked() 2001-07-04 00:34:44 +00:00
Andreas Gustafsson 37c961df41 extra space in error message string 2001-07-03 17:12:19 +00:00
Mark Andrews 2ef189c6d7 missed one 2001-07-03 13:44:53 +00:00
Mark Andrews 7cbf7d6613 nsprom() was unused. 2001-07-03 08:11:51 +00:00
Mark Andrews 5a20525ef3 unreachable statement 2001-07-03 07:53:36 +00:00
Mark Andrews b8c618c852 remove unreachable code.
move&correct error statement.
2001-07-03 07:43:02 +00:00
Mark Andrews 7fff9e8cea unused variable 2001-07-03 06:55:04 +00:00
Mark Andrews 2b959a1fad regen 2001-07-03 06:52:15 +00:00
Mark Andrews 7050586959 silence aix (+others) compiler warnings re accept, getsockname, getpeername,
recvfrom etc.
2001-07-03 06:49:55 +00:00
Mark Andrews 265c5051d7 cp was being assign from the wrong pointer 2001-07-03 06:47:32 +00:00
Mark Andrews b0a599b02e regen 2001-07-03 03:56:47 +00:00
Mark Andrews a1703aa367 ISC_SOCKADDR_LEN_T 2001-07-03 03:55:42 +00:00
Andreas Gustafsson 00380255bd regenerated 2001-07-02 21:29:16 +00:00
Andreas Gustafsson 47ad4fad77 922. [func] Added two new lwres_getrrsetbyname() result codes,
ERR_NONAME and ERR_NODATA.
2001-07-02 21:28:56 +00:00
Brian Wellington 5733d25b06 921. [bug] lwres returned an incorrect error code if it received
a truncated message.

 920.	[func]		Increase the lwres receive buffer size to 16K.
			[RT #1451]
2001-07-02 20:46:31 +00:00
Andreas Gustafsson 5f62432db2 removed extraneous empty line 2001-07-02 20:44:30 +00:00
Andreas Gustafsson 2b8e5a5254 errors were logged as warnings and vice versa 2001-07-02 17:48:27 +00:00
Andreas Gustafsson 207c7c1ea3 added ISC_FORMAT_PRINTF checks 2001-07-02 17:05:46 +00:00
Mark Andrews 1f90214bb4 pullup from BIND 8:
1236.   [bug]           ignore white space after address of nameserver.
2001-07-02 02:33:45 +00:00
Mark Andrews 8eca454f9f regen 2001-07-02 02:03:54 +00:00
Mark Andrews 9e80f632c8 pullup BIND 8:
Solaris 2.4 (and earlier) USE_FIONBIO_IOCTL support.
2001-07-02 02:02:27 +00:00
Mark Andrews d4e535315d pullup from BIND 8:
1237.   [bug]           buffer overrun, access mode read.
2001-07-02 00:44:50 +00:00
Danny Mayer cddd0ddf07 rdclass and rdtype size misdeclaration 2001-06-30 04:13:50 +00:00
Andreas Gustafsson 97e1692460 New function cfg_print_grammar(), which generates a human-readable
summary of the grammar for a given configuration type from its syntax
tables.  Running bin/tests/cfg_test --grammar --named will print a
named.conf grammar summary, and bin/tests/cfg_test --grammar --rndc
will print the rndc.conf grammar summary.
2001-06-29 18:36:13 +00:00
Mark Andrews 545be70a4d regen 2001-06-29 15:26:15 +00:00
Mark Andrews b0b4e03da5 "make install" should now work. 2001-06-29 15:25:25 +00:00
Andreas Gustafsson 7d8c3693d0 914. [bug] Gobal 'server' statements were rejected when
using views, even though they were accepted
                        in 9.1. [RT #1368]
2001-06-28 21:58:54 +00:00