History log of /csrg-svn/lib/libc/net/res_comp.c (Results 1 – 25 of 32)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 61151 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

# 47588 19-Mar-1991 bostic

has nameser.h; needs sys/param.h for endian.h

# 47045 06-Mar-1991 bostic

resolver interface with named and friends defined in resolve.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

# 44325 27-Jun-1990 bloom

one more try at getting the buffer end checking right in dn_expand

# 42627 01-Jun-1990 bostic

new copyright notice

# 41093 25-Apr-1990 leres

Fix gcc warning.

# 39788 27-Dec-1989 bloom

dn_expand required more character than it used; dn_comp did not clean
up correctly when an error occurred leading to further errors; dn_find did
not handle dots in names correctly

# 34817 27-Jun-1988 bostic

install approved copyright notice

# 33727 13-Mar-1988 bostic

note that _getshort used by sendmail

# 33679 07-Mar-1988 bostic

added Berkeley specific header

# 33617 28-Feb-1988 karels

don't need to skip first dnptr in dn_find, it's already been skipped;
make dn_find static

# 32647 19-Nov-1987 karels

change dn_skip to dn_skipname with new arg for sanity checking;
make things unsigned so don't need to strip

# 31686 25-Jun-1987 karels

check for loops in compressed names

# 30441 31-Jan-1987 kjd

change getshort() and getlong() to _getshort() and _getlong()

# 26812 11-Mar-1986 bloom

preserve case

# 26631 09-Mar-1986 donn

added LIBC_SCCS condition for sccs ids

# 26240 18-Feb-1986 kjd

Fix for dn_find core dumping

# 26112 07-Feb-1986 karels

make up out minds: second arg to dn_expand is ptr, is beyond msg

# 26064 04-Feb-1986 kjd

Pass msglen to dn_expand

# 25360 01-Nov-1985 bloom

performance improvements

# 25353 31-Oct-1985 kjd

Freeze for November 1 network distribution

# 24735 14-Sep-1985 bloom

return names in lower case, fix some lint problems

12