#
61150 |
| 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
61023 |
| 02-Jun-1993 |
karels |
integrate changes from bind 4.9 (most of them); continue to use address INADDR_ANY rather than 127.1; convert u_short to u_int16_t as appropriate |
#
57465 |
| 10-Jan-1993 |
bostic |
return an error if dn_expand() returns -1 |
#
54055 |
| 18-Jun-1992 |
andrew |
use inet_aton since it can distinguish 255.255.255.255 |
#
53078 |
| 29-Mar-1992 |
bostic |
gethostbyname takes a const char *, not a char * |
#
46606 |
| 24-Feb-1991 |
bostic |
need ctype.h, shouldn't have deleted it |
#
46605 |
| 24-Feb-1991 |
bostic |
doesn't need ctype.h |
#
46604 |
| 24-Feb-1991 |
bostic |
Add include files to get prototype declarations, and fix bugs found. |
#
46496 |
| 21-Feb-1991 |
bostic |
make dn_skipname, fp_query, hostalias, p_cdname, p_class, p_query, p_rr, p_time, p_type, putlong and putshort hidden |
#
42625 |
| 01-Jun-1990 |
bostic |
new copyright notice |
#
42266 |
| 21-May-1990 |
bostic |
put pathnames into netdb.h |
#
39862 |
| 04-Jan-1990 |
karels |
terminate address, alias lists for gethostbyaddr |
#
39710 |
| 14-Dec-1989 |
bloom |
add gethostbyname(dotted quad); gethostbyaddr didn't set up structures correctly for 4.2 systems |
#
37108 |
| 09-Mar-1989 |
bostic |
use strpbrk(3), not any |
#
35765 |
| 07-Oct-1988 |
karels |
align doesn't need to occupy storage |
#
35395 |
| 25-Aug-1988 |
bostic |
lint cleanups |
#
34812 |
| 27-Jun-1988 |
bostic |
install approved copyright notice |
#
33991 |
| 13-Apr-1988 |
karels |
trivia |
#
33990 |
| 12-Apr-1988 |
karels |
oops |
#
33735 |
| 14-Mar-1988 |
bostic |
new version from Mike Karels |
#
33734 |
| 14-Mar-1988 |
bostic |
add Berkeley specific headers; checked in for Mike Karels |
#
33600 |
| 26-Feb-1988 |
karels |
I give in, #ifdef on h_addr for those that are halfway to 43 |
#
33500 |
| 18-Feb-1988 |
karels |
maybe I'll find a way I like: try name from root even if search up tree fails other ways; don't try single-component names at root without trailing dot |
#
32976 |
| 11-Dec-1987 |
bostic |
disallow names consisting entirely of digits/dots unless they end in a trailing dot |
#
32648 |
| 19-Nov-1987 |
karels |
change dn_skip=>dn_skipname; bigger buffer; watch for bogus non-auth non-answer |