Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-28 | thread safer libc (note: safer, not safe) | Marco S Hyman | |
Access to the global _res structure replaced by pointers to a per thread instance. If unthreaded the pointer is to the global structure. Also replaced a 64k stack array with malloc-ed memory so threaded aps (with a default 64k stack) have a chance at working. ok deraadt@ | |||
2003-01-18 | inet6 fixes from jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-12-15 | more writeable -> writable by torh | Henning Brauer | |
2002-11-14 | Updates from http://www.isc.org/products/BIND/patches/bind4910.diff | Todd C. Miller | |
o check __dn_skipname() return value for errors o fix sanity checking of reverse records, getnetbyname() may not have been working before. | |||
2002-10-26 | Describe the actual operation of inet_net_pton with a few examples. | Marco S Hyman | |
Also add caution regarding dst field initialization. operation text OK millert@ | |||
2002-09-25 | missing arg; peterw@ifost.org.au | Theo de Raadt | |
2002-09-07 | ansi pedantic. ok deraadt@ | Jakob Schlyter | |
2002-09-06 | use socklen_t where needed; henning pvalchev ok | Theo de Raadt | |
2002-08-28 | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | Jun-ichiro itojun Hagino | |
from onoe@sm.sony.co.jp | |||
2002-08-27 | allocate 64K recieve buffer for DNS responses. | Jun-ichiro itojun Hagino | |
2002-08-23 | deal with negative return value from snprintf. | Jun-ichiro itojun Hagino | |
2002-08-22 | drop AAAA reply with IPv4 mapped address. sync w/kame | Jun-ichiro itojun Hagino | |
draft-itojun-v6ops-v4mapped-harmful-00.txt | |||
2002-08-19 | snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255), | Jun-ichiro itojun Hagino | |
more pickier string manipulation. deraadt ok | |||
2002-08-09 | remove obsolete comment, no SIOCGIFCONF path any more | Jun-ichiro itojun Hagino | |
2002-08-09 | unifdef for auditability. | Jun-ichiro itojun Hagino | |
2002-07-30 | more strlcpy; itojun ok | Theo de Raadt | |
2002-07-29 | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | Jun-ichiro itojun Hagino | |
(need some string-manipulation cleanup near here) | |||
2002-07-25 | more snprintf and strlcpy; help from millert | Theo de Raadt | |
2002-07-25 | kill more strcpy | Theo de Raadt | |
2002-07-25 | cleanup | Theo de Raadt | |
2002-07-24 | have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup. | Jun-ichiro itojun Hagino | |
2002-07-01 | more type pedant | Jun-ichiro itojun Hagino | |
2002-07-01 | lint clean (and don't mixup signed/unsigned). from martin husemann | Jun-ichiro itojun Hagino | |
2002-07-01 | make more pedantic check on strtoul. from deraadt, sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-29 | correct port range check. from deraadt. sync w/kame. bind-bugs have ↵ | Jun-ichiro itojun Hagino | |
already notified. | |||
2002-06-27 | %d -> %u. mostly in #ifdef DEBUG. | Jun-ichiro itojun Hagino | |
2002-06-27 | %d/%u mixup (in #ifdef DEBUG) | Jun-ichiro itojun Hagino | |
2002-06-27 | ntohs() returns unsigned value | Jun-ichiro itojun Hagino | |
2002-06-26 | correct bad practice in the code - it uses two changing variables | Jun-ichiro itojun Hagino | |
to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is NOT critical. | |||
2002-06-26 | avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> | Jun-ichiro itojun Hagino | |
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical. | |||
2002-06-09 | spelling; moritz@jodeit.org | Theo de Raadt | |
2002-05-24 | try to use strlcpy and snprintf more; ok various | Theo de Raadt | |
2002-05-22 | more strlcpy and snprintf | Theo de Raadt | |
2002-05-18 | do not reverse-lookup scoped ipv6 address - it is meaningless as there's | Jun-ichiro itojun Hagino | |
no way to pass scope id. sync w/kame | |||
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-30 | Initial cleanup: | Mike Pechkin | |
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | |||
2002-03-12 | Tack on MagniComp (BSD) license since this originally came from rdist. | Todd C. Miller | |
2002-03-07 | Xr getifaddrs(3) and networking(4) in SEE ALSO section. | Todd C. Miller | |
2002-03-07 | Replace SIOCGIFCONF-using NRL versions with KAME versions that use | Todd C. Miller | |
getifaddrs(3). Fixes problems on LP64 platforms. | |||
2002-02-25 | skip sockaddr correctly if sa_len < sockaddr. from niklas | Jun-ichiro itojun Hagino | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part 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. | |||
2002-01-02 | label abort() from inside library as ILLEGAL | Theo de Raadt | |
2002-01-02 | more pid_t use | Theo de Raadt | |
2002-01-02 | Add missing .Os. deraadt@ ok | Thomas Nordin | |
2001-11-15 | sync with reality; scope identifier comes even without NI_WITHSCOPEID. | Jun-ichiro itojun Hagino | |
2001-11-15 | make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis. | Jun-ichiro itojun Hagino | |
sync with kame. | |||
2001-11-14 | sync with kame better. open some renaming #defines (ENI_xx). | Jun-ichiro itojun Hagino | |