Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | |
1999-06-04 | Be consistent about the relaxation of invalid host name checking. | Niklas Hallqvist | |
This allows CNAMEs to PTRs with names including slashes, something not really RFC-compliant but still in general use. | |||
1999-05-30 | Revertion of last change, which was due to emacs' stupid idea | Niklas Hallqvist | |
of keeping the "*Shell Command Output*" buffer's wd from its creation instead of using the last command's wd!!!! | |||
1999-05-30 | Some extra error checking, documentation and style wrt connections | Niklas Hallqvist | |
1997-12-02 | i failed to test compile this before commiting | Theo de Raadt | |
1997-12-01 | buf oflow; bitblt | Theo de Raadt | |
1997-08-04 | init net_entry properly | Theo de Raadt | |
1997-04-14 | buf oflow | Theo de Raadt | |
1997-04-13 | copyright foo | Jason Downs | |
1997-04-05 | Use in_addr_t not u_long and use in_port_t in some cases instead | Todd C. Miller | |
of u_short or u_int16_t. | |||
1997-04-03 | hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as | Jason Downs | |
well. | |||
1997-04-03 | Full implementation of lookups support, plus some bug fixes. Still no YP. | Jason Downs | |
1997-04-03 | a start a making getnetbyaddr() respect "lookup" keyword in resolv.conf | kstailey | |
1997-03-13 | Integrate BIND 4.9.5 resolver and associated routines. | Jason Downs | |
Includes the DNS aware getnetby*() routines and IPv6 support. |