Age | Commit message (Expand) | Author |
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 |
1997-04-03 | a start a making getnetbyaddr() respect "lookup" keyword in resolv.conf | kstailey |
1997-04-03 | add htonl() | kstailey |
1997-04-02 | spelling error | Theo de Raadt |
1997-03-27 | constrain hostnames to MAXHOSTNAMELEN (again), and fix a typo | Theo de Raadt |
1997-03-15 | res_close is defined in a macro and should apperently not be used as _res_close. | Per Fogelstrom |
1997-03-13 | Integrate BIND 4.9.5 resolver and associated routines. | Jason Downs |
1997-01-30 | careful about MAXADDRS, abrown@eecs.harvard.edu | Theo de Raadt |
1997-01-25 | never hand over a nonresv port, even if asked. problem reported by gmeinerj@Z... | Theo de Raadt |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert |
1996-12-12 | Update {hton,ntoh}[ls] argument and return types to match changes in | Thorsten Lockert |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist |
1996-10-08 | Attempt at cleanup. | michaels |
1996-09-28 | bzzzt | Theo de Raadt |
1996-09-27 | more INADDRSZ pedantry | Theo de Raadt |
1996-09-27 | use INADDRSZ, more careful length checking | Theo de Raadt |
1996-09-26 | be safer about spoofed hostnames; thanks to bitblt and oliver for help with t... | Theo de Raadt |
1996-09-22 | cannot be static, named uses it | Theo de Raadt |
1996-09-22 | random function name | Theo de Raadt |
1996-09-22 | randomize _res.id at start; could do better i hope | Theo de Raadt |
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert |
1996-09-15 | Remove dead code | Thorsten Lockert |
1996-09-05 | document latest rcmd change | Todd C. Miller |
1996-09-05 | ignore $RSH if we are setuid | Todd C. Miller |
1996-09-03 | proper types | Theo de Raadt |
1996-09-03 | constrain to MAXHOSTNAMELEN | Theo de Raadt |
1996-09-02 | talk about $RSH | Todd C. Miller |
1996-09-02 | Looks at RSH envariable and calls rcmdsh() with that value if set. | Todd C. Miller |
1996-09-01 | talk about rcmdsh() | Todd C. Miller |
1996-09-01 | First cut at man page for rcmdsh() | Todd C. Miller |
1996-09-01 | Don't dup stderr, you lose error messages and rsh does it for us anyway. | Todd C. Miller |
1996-09-01 | i have changed this enough to put copyright on it | Theo de Raadt |