summaryrefslogtreecommitdiff
path: root/lib/libc/net/getnetnamadr.c
AgeCommit message (Expand)Author
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
2003-01-28thread safer libc (note: safer, not safe)Marco S Hyman
2002-11-14Updates from http://www.isc.org/products/BIND/patches/bind4910.diffTodd C. Miller
2002-08-27allocate 64K recieve buffer for DNS responses.Jun-ichiro itojun Hagino
2002-07-25kill more strcpyTheo de Raadt
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>Jun-ichiro itojun Hagino
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
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
1999-05-30Revertion of last change, which was due to emacs' stupid ideaNiklas Hallqvist
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
1997-04-03hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asJason Downs
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