Age | Commit message (Expand) | Author |
1997-08-04 | init net_entry properly | Theo de Raadt |
1997-07-28 | Install inet(3) page as inet_{ntop,pton}(3) pages too | Niklas Hallqvist |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-07-23 | Don't do a gethostbyname() on "localhost" since we need it to | Todd C. Miller |
1997-07-21 | long stuff; netbsd | Theo de Raadt |
1997-07-15 | buff overflow | flipk |
1997-07-15 | Xr repair | Theo de Raadt |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller |
1997-07-07 | Define RESOLVSORT so "sortlist" resolver directive works. | Todd C. Miller |
1997-07-06 | if we find an unprintable char, bail totally | Theo de Raadt |
1997-06-29 | indent | Theo de Raadt |
1997-06-23 | Add inet_ntop(3) and inet_pton(3) and the IPv6 address format. | Todd C. Miller |
1997-06-23 | Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem) | Todd C. Miller |
1997-06-13 | s/environmental/environment/ | Theo de Raadt |
1997-06-13 | hstrerror | Theo de Raadt |
1997-06-11 | doc RES_USE_INET6; lukem | Theo de Raadt |
1997-06-04 | use bzero instead of FD_ZERO | dm |
1997-06-03 | howmany(x+1, NFDBITS) | Theo de Raadt |
1997-05-28 | malloc fd_set dynamically, for very large fd uses | Theo de Raadt |
1997-05-28 | malloc fd_set dynamically, for very large fd uses | Theo de Raadt |
1997-04-30 | Be more careful about possible type promotion | Thorsten Lockert |
1997-04-30 | Remove unused variables | Thorsten Lockert |
1997-04-29 | oops | Theo de Raadt |
1997-04-29 | careful buffer handling | Theo de Raadt |
1997-04-27 | handle hex-like hostnames | Theo de Raadt |
1997-04-26 | my keyboard made a typo. | michaels |
1997-04-26 | correct declaration given for herror(3) and describe better. | michaels |
1997-04-25 | skipped too many ids | Niels Provos |
1997-04-24 | Revert last change | Thorsten Lockert |
1997-04-24 | Pad out trailing parts of the address with zeros so we get a legal network | Thorsten Lockert |
1997-04-23 | pmod to u_int16_t, Angelos kindly reminded me | Niels Provos |
1997-04-19 | constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duh | Theo de Raadt |
1997-04-19 | change time() to gettimeofday() | Niels Provos |
1997-04-19 | make things more complicated. | Niels Provos |
1997-04-15 | correct the paranoia check | Theo de Raadt |
1997-04-14 | with this here commit i label myself not the swiftest | Theo de Raadt |
1997-04-14 | buf oflow | Theo de Raadt |
1997-04-13 | fouled up a tiny bit | Niels Provos |
1997-04-13 | the before mentioned random number generator. | Niels Provos |
1997-04-13 | copyright foo | Jason Downs |
1997-04-13 | buf oflow; bitblt | Theo de Raadt |
1997-04-13 | repair _hokchar | Theo de Raadt |
1997-04-06 | issetugid() this last getenv based open | Theo de Raadt |
1997-04-05 | Use in_addr_t not u_long and use in_port_t in some cases instead | Todd C. Miller |
1997-04-03 | hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as | Jason Downs |
1997-04-03 | another lookup[] loop accident | Theo de Raadt |
1997-04-03 | Full implementation of lookups support, plus some bug fixes. Still no YP. | Jason Downs |
1997-04-03 | use MATCH() | Theo de Raadt |
1997-04-03 | if dns lookup fails, still honour _res.lookups[] | Theo de Raadt |
1997-04-03 | ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.com | Theo de Raadt |