| Commit message (Expand) | Author | Age | Files | Lines |
* | malloc fd_set dynamically, for very large fd uses |  deraadt | 1997-05-28 | 2 | -13/+27 |
* | Be more careful about possible type promotion |  tholo | 1997-04-30 | 1 | -1/+6 |
* | Remove unused variables |  tholo | 1997-04-30 | 2 | -8/+9 |
* | oops |  deraadt | 1997-04-29 | 1 | -9/+9 |
* | careful buffer handling |  deraadt | 1997-04-29 | 1 | -9/+9 |
* | handle hex-like hostnames |  deraadt | 1997-04-27 | 1 | -2/+3 |
* | my keyboard made a typo. |  michaels | 1997-04-26 | 1 | -2/+2 |
* | correct declaration given for herror(3) and describe better. |  michaels | 1997-04-26 | 1 | -11/+15 |
* | skipped too many ids |  provos | 1997-04-25 | 1 | -2/+2 |
* | Revert last change |  tholo | 1997-04-24 | 1 | -2/+2 |
* | Pad out trailing parts of the address with zeros so we get a legal network |  tholo | 1997-04-24 | 1 | -3/+4 |
* | pmod to u_int16_t, Angelos kindly reminded me |  provos | 1997-04-23 | 1 | -5/+5 |
* | constrain to MAXHOSTNAMELEN-1 not MAXDNAME, duh |  deraadt | 1997-04-19 | 1 | -3/+5 |
* | change time() to gettimeofday() |  provos | 1997-04-19 | 1 | -5/+8 |
* | make things more complicated. |  provos | 1997-04-19 | 1 | -13/+46 |
* | correct the paranoia check |  deraadt | 1997-04-15 | 1 | -7/+10 |
* | with this here commit i label myself not the swiftest |  deraadt | 1997-04-14 | 1 | -8/+6 |
* | buf oflow |  deraadt | 1997-04-14 | 1 | -3/+4 |
* | fouled up a tiny bit |  provos | 1997-04-13 | 2 | -5/+6 |
* | the before mentioned random number generator. |  provos | 1997-04-13 | 3 | -18/+202 |
* | copyright foo |  downsj | 1997-04-13 | 1 | -2/+33 |
* | buf oflow; bitblt |  deraadt | 1997-04-13 | 1 | -3/+3 |
* | repair _hokchar |  deraadt | 1997-04-13 | 1 | -6/+8 |
* | issetugid() this last getenv based open |  deraadt | 1997-04-06 | 1 | -3/+3 |
* | Use in_addr_t not u_long and use in_port_t in some cases instead |  millert | 1997-04-05 | 16 | -58/+59 |
* | hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as |  downsj | 1997-04-03 | 2 | -7/+13 |
* | another lookup[] loop accident |  deraadt | 1997-04-03 | 1 | -2/+4 |
* | Full implementation of lookups support, plus some bug fixes. Still no YP. |  downsj | 1997-04-03 | 1 | -68/+97 |
* | use MATCH() |  deraadt | 1997-04-03 | 1 | -3/+3 |
* | if dns lookup fails, still honour _res.lookups[] |  deraadt | 1997-04-03 | 1 | -2/+2 |
* | ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.com |  deraadt | 1997-04-03 | 1 | -2/+6 |
* | a start a making getnetbyaddr() respect "lookup" keyword in resolv.conf |  kstailey | 1997-04-03 | 1 | -2/+24 |
* | add htonl() |  kstailey | 1997-04-03 | 1 | -2/+2 |
* | spelling error |  deraadt | 1997-04-02 | 1 | -2/+2 |
* | constrain hostnames to MAXHOSTNAMELEN (again), and fix a typo |  deraadt | 1997-03-27 | 1 | -4/+4 |
* | res_close is defined in a macro and should apperently not be used as _res_close. |  pefo | 1997-03-15 | 1 | -2/+2 |
* | Integrate BIND 4.9.5 resolver and associated routines. |  downsj | 1997-03-13 | 23 | -792/+3665 |
* | careful about MAXADDRS, abrown@eecs.harvard.edu |  deraadt | 1997-01-30 | 1 | -1/+3 |
* | never hand over a nonresv port, even if asked. problem reported by gmeinerj@ZUMtOBEL.co.at |  deraadt | 1997-01-25 | 1 | -2/+2 |
* | Clean up lint and compile warnings |  tholo | 1996-12-14 | 1 | -2/+2 |
* | Update {hton,ntoh}[ls] argument and return types to match changes in |  tholo | 1996-12-12 | 4 | -22/+18 |
* | htons et al. works on explicit 16- and 32-bit quantities and not the |  niklas | 1996-11-25 | 1 | -11/+15 |
* | Attempt at cleanup. |  michaels | 1996-10-08 | 1 | -2/+2 |
* | bzzzt |  deraadt | 1996-09-28 | 1 | -11/+14 |
* | more INADDRSZ pedantry |  deraadt | 1996-09-27 | 1 | -14/+11 |
* | use INADDRSZ, more careful length checking |  deraadt | 1996-09-27 | 1 | -7/+8 |
* | be safer about spoofed hostnames; thanks to bitblt and oliver for help with these ideas |  deraadt | 1996-09-26 | 1 | -14/+50 |
* | cannot be static, named uses it |  deraadt | 1996-09-22 | 1 | -2/+2 |
* | random function name |  deraadt | 1996-09-22 | 1 | -3/+2 |
* | randomize _res.id at start; could do better i hope |  deraadt | 1996-09-22 | 1 | -3/+7 |