Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-16 | Use fgetln(3) instead of fgets(3) so we can easily recognize lines | Todd C. Miller | |
that are too long and ignore them instead of corrupting later entries. | |||
1998-01-20 | for YP lookups, avoid names longer than MAXHOSTNAMELEN | Theo de Raadt | |
1998-01-11 | Add gethostent(), as some LEGACY code wants it. If you write new | Tobias Weingartner | |
code, PLEASE don't use this. Currently only iterates through the local /etc/hosts file. | |||
1997-11-08 | do not call abort() | Theo de Raadt | |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller | |
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-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-13 | repair _hokchar | Theo de Raadt | |
1997-04-03 | hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as | Jason Downs | |
well. | |||
1997-04-03 | another lookup[] loop accident | 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-02 | spelling error | Theo de Raadt | |
1997-03-13 | Integrate BIND 4.9.5 resolver and associated routines. | Jason Downs | |
Includes the DNS aware getnetby*() routines and IPv6 support. | |||
1997-01-30 | careful about MAXADDRS, abrown@eecs.harvard.edu | Theo de Raadt | |
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 ↵ | Theo de Raadt | |
these ideas | |||
1996-09-15 | Add a couple of syscalls; bring more prototypes into scope | Thorsten Lockert | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-08-05 | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | Theo de Raadt | |
1996-04-24 | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | Theo de Raadt | |
accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely. | |||
1996-03-25 | Pull in prototypes | Thorsten Lockert | |
Do the right thing in presense of __STDC__ | |||
1996-02-19 | netbsd: bind 4.9.3 | dm | |
1995-11-20 | gethostbyname("#.#.#.#") should fail; not return an incompletely and | Theo de Raadt | |
incorrectly initialized hostent. in particular, h_name is supposed to be `an official name', and gethostbyname() wasn't even trying to meet that requirement. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |