summaryrefslogtreecommitdiff
path: root/lib/libc/net/getnetnamadr.c
AgeCommit message (Collapse)Author
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
1999-06-04Be consistent about the relaxation of invalid host name checking.Niklas Hallqvist
This allows CNAMEs to PTRs with names including slashes, something not really RFC-compliant but still in general use.
1999-05-30Revertion of last change, which was due to emacs' stupid ideaNiklas Hallqvist
of keeping the "*Shell Command Output*" buffer's wd from its creation instead of using the last command's wd!!!!
1999-05-30Some extra error checking, documentation and style wrt connectionsNiklas Hallqvist
1997-12-02i failed to test compile this before commitingTheo de Raadt
1997-12-01buf oflow; bitbltTheo de Raadt
1997-08-04init net_entry properlyTheo de Raadt
1997-04-14buf oflowTheo de Raadt
1997-04-13copyright fooJason Downs
1997-04-05Use in_addr_t not u_long and use in_port_t in some cases insteadTodd C. Miller
of u_short or u_int16_t.
1997-04-03hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asJason Downs
well.
1997-04-03Full implementation of lookups support, plus some bug fixes. Still no YP.Jason Downs
1997-04-03a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.Jason Downs
Includes the DNS aware getnetby*() routines and IPv6 support.