Bob Halley
|
6da50be436
|
add missing exit checks to udp_recv and tcp_recv
|
2000-02-02 23:29:47 +00:00 |
|
Michael Graff
|
ffd9f87970
|
s/IGNORELAME/RETURNLAME/g
|
2000-02-02 23:27:39 +00:00 |
|
Michael Graff
|
1a0e33bc20
|
implement DNS_ADBFIND_GLUEOK, DNS_ADBFIND_HINTOK, and DNS_ADBFIND_IGNORELAME
|
2000-02-02 23:24:04 +00:00 |
|
Michael Graff
|
a4987cc031
|
pull the timeout from the context, that's what it is there for.
|
2000-02-02 23:22:56 +00:00 |
|
Andreas Gustafsson
|
dbeb322610
|
treat-cr-as-space is obsolete;
global transfer-source is supported, but for IPv4 only
|
2000-02-02 21:56:42 +00:00 |
|
Andreas Gustafsson
|
250ed9e230
|
created
|
2000-02-02 21:26:08 +00:00 |
|
Bob Halley
|
2d8ac40e14
|
Wildcard matching was broken.
|
2000-02-02 21:22:09 +00:00 |
|
Andreas Gustafsson
|
d2bb8318e5
|
removed #include <dns/confip.h>
|
2000-02-02 21:05:18 +00:00 |
|
Andreas Gustafsson
|
6612c92a77
|
replaced remaining references to 'update' with 'notify'
|
2000-02-02 21:03:12 +00:00 |
|
Andreas Gustafsson
|
5a2b8787dc
|
more comments
|
2000-02-02 21:02:11 +00:00 |
|
Andreas Gustafsson
|
9f3188c3b7
|
removed obsolete comment
|
2000-02-02 21:01:59 +00:00 |
|
Bob Halley
|
5d661f0bde
|
dns_name_matcheswildcard("foo.com.", "*.foo.com.") incorrectly returned true
(see RFC 1034 section 4.3.3).
|
2000-02-02 20:44:22 +00:00 |
|
Bob Halley
|
37b4618a5b
|
fctx_start() did not properly check the fctx exit conditions and could
try to destroy the fctx before the reference count went to zero (triggering
an assertion).
|
2000-02-02 20:27:56 +00:00 |
|
Brian Wellington
|
d2b77d720f
|
Added dns_name_matcheswildcard
|
2000-02-02 20:11:55 +00:00 |
|
Michael Graff
|
5726326ccd
|
fix? a socket problem with canceling things, again
|
2000-02-02 19:00:01 +00:00 |
|
David Lawrence
|
279c6ec074
|
includes copyright and warning about using config.h in public headers
|
2000-02-02 13:28:20 +00:00 |
|
David Lawrence
|
4f734c198e
|
use @TOP@ to include copyright and warn about using config.h in public headers
|
2000-02-02 13:27:10 +00:00 |
|
David Lawrence
|
6ad69891ee
|
use ISC_PLATFORM_NETINET6_IN6_H, don't use config.h
|
2000-02-02 13:26:22 +00:00 |
|
David Lawrence
|
2b556032fd
|
(un)define ISC_PLATFORM_HAVENETINET6IN6H
|
2000-02-02 13:25:22 +00:00 |
|
Mark Andrews
|
6edd0196d3
|
lint
|
2000-02-02 06:42:26 +00:00 |
|
Mark Andrews
|
768125e5e5
|
Use ISC_TRUE not 1.
|
2000-02-02 06:38:43 +00:00 |
|
Mark Andrews
|
be54c486fa
|
remove unnecessary break
|
2000-02-02 05:59:59 +00:00 |
|
Mark Andrews
|
25a3fe479f
|
remove unreachable code
|
2000-02-02 05:55:56 +00:00 |
|
Mark Andrews
|
c27f90d73a
|
remove ambiguous else message
|
2000-02-02 05:49:55 +00:00 |
|
David Lawrence
|
ca860d298f
|
1 added, 3 no longer present
|
2000-02-02 02:39:53 +00:00 |
|
Bob Halley
|
6e1e90b9b6
|
Undo 1.100 which caused problems on platforms other than Linux.
|
2000-02-02 02:34:30 +00:00 |
|
Bob Halley
|
bd02a77484
|
add norecurse
|
2000-02-02 02:17:31 +00:00 |
|
Bob Halley
|
5d8c8b966c
|
separate omapi init/destroy from listen
|
2000-02-02 02:16:59 +00:00 |
|
Mark Andrews
|
f57cf8a270
|
Add gai_strerror
|
2000-02-02 02:01:04 +00:00 |
|
Mark Andrews
|
40de7483ff
|
lint
|
2000-02-02 01:15:43 +00:00 |
|
Mark Andrews
|
9a79198176
|
lint
|
2000-02-02 01:09:56 +00:00 |
|
Mark Andrews
|
095c311c79
|
main(){exit(0);} -> main(){return (0);}
|
2000-02-02 01:06:27 +00:00 |
|
Mark Andrews
|
9682cdee53
|
return rather than exit
|
2000-02-02 01:02:59 +00:00 |
|
Mark Andrews
|
83e592bfba
|
missing static
|
2000-02-02 01:01:24 +00:00 |
|
Mark Andrews
|
e63f7c6f55
|
lint
|
2000-02-02 00:58:15 +00:00 |
|
Andreas Gustafsson
|
7b24a94d11
|
typo in comment
|
2000-02-02 00:41:26 +00:00 |
|
Andreas Gustafsson
|
d5017b061c
|
typo in comment
|
2000-02-02 00:38:28 +00:00 |
|
Bob Halley
|
8c5039fd81
|
improve error message if zone callback fails; revise error levels
|
2000-02-02 00:38:11 +00:00 |
|
Bob Halley
|
148677b9a2
|
downgrade OMAPI successful start message to debug 3
|
2000-02-02 00:37:28 +00:00 |
|
Andreas Gustafsson
|
62e22bc7a5
|
typos in comments
|
2000-02-02 00:36:34 +00:00 |
|
Michael Graff
|
d257033612
|
Thanks to Mark's fix, select() actually wasn't broken, I was. Use NULL for write/except fds again
|
2000-02-02 00:34:46 +00:00 |
|
Bob Halley
|
0a7f99e6d6
|
lint
|
2000-02-01 23:33:39 +00:00 |
|
Bob Halley
|
859ee7da20
|
lint
|
2000-02-01 23:28:09 +00:00 |
|
Mark Andrews
|
f43d714ada
|
#include <stdlib.h> as va_arg may call abort(): BSDI 3.1
|
2000-02-01 23:18:52 +00:00 |
|
Bob Halley
|
c4f192b4d8
|
add copyright
|
2000-02-01 23:12:16 +00:00 |
|
Bob Halley
|
58007c5fde
|
update
|
2000-02-01 23:12:03 +00:00 |
|
Brian Wellington
|
af9cc9f133
|
ignore glue when generating SIGs and NXTs
|
2000-02-01 21:12:11 +00:00 |
|
Bob Halley
|
5e4b7294d8
|
remove CAP_SYS_RESOURCE
|
2000-02-01 20:17:32 +00:00 |
|
Bob Halley
|
54e587cfac
|
lint
|
2000-02-01 20:16:44 +00:00 |
|
Brian Wellington
|
b8df3e551a
|
minor cleanups
|
2000-02-01 19:37:57 +00:00 |
|