summaryrefslogtreecommitdiff
path: root/lib/libc/net/inet_ntop.c
AgeCommit message (Expand)Author
2015-09-13Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and thePhilip Guenther
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2014-05-17correctly match size and buffer. from enh at googleTed Unangst
2014-02-05Always set errno when returning NULL. OK kettenis@ henning@Todd C. Miller
2008-12-09fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soonOtto Moerbeek
2005-08-06zap rcsid.Marc Espie
2005-03-25ansify. ok deraadt@ moritz@Otto Moerbeek
2002-08-23deal with negative return value from snprintf.Jun-ichiro itojun Hagino
2002-08-19snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255),Jun-ichiro itojun Hagino
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1997-03-13Integrate BIND 4.9.5 resolver and associated routines.Jason Downs