Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use fgetln(3) instead of fgets(3) so we can easily recognize lines | millert | 1998-03-16 | 1 | -6/+12 |
| | | | | that are too long and ignore them instead of corrupting later entries. | ||||
* | for YP lookups, avoid names longer than MAXHOSTNAMELEN | deraadt | 1998-01-20 | 1 | -1/+3 |
| | |||||
* | Add gethostent(), as some LEGACY code wants it. If you write new | weingart | 1998-01-11 | 1 | -1/+7 |
| | | | | | code, PLEASE don't use this. Currently only iterates through the local /etc/hosts file. | ||||
* | do not call abort() | deraadt | 1997-11-08 | 1 | -6/+2 |
| | |||||
* | Clean up some -Wall flowers. | millert | 1997-07-09 | 1 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | repair _hokchar | deraadt | 1997-04-13 | 1 | -6/+8 |
| | |||||
* | hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as | downsj | 1997-04-03 | 1 | -5/+5 |
| | | | | well. | ||||
* | another lookup[] loop accident | deraadt | 1997-04-03 | 1 | -2/+4 |
| | |||||
* | 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 |
| | |||||
* | spelling error | deraadt | 1997-04-02 | 1 | -2/+2 |
| | |||||
* | Integrate BIND 4.9.5 resolver and associated routines. | downsj | 1997-03-13 | 1 | -206/+569 |
| | | | | Includes the DNS aware getnetby*() routines and IPv6 support. | ||||
* | careful about MAXADDRS, abrown@eecs.harvard.edu | deraadt | 1997-01-30 | 1 | -1/+3 |
| | |||||
* | 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 ↵ | deraadt | 1996-09-26 | 1 | -14/+50 |
| | | | | these ideas | ||||
* | Add a couple of syscalls; bring more prototypes into scope | tholo | 1996-09-15 | 1 | -1/+2 |
| | |||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -8/+1 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | deraadt | 1996-08-05 | 1 | -1/+11 |
| | |||||
* | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | deraadt | 1996-04-24 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Pull in prototypes | tholo | 1996-03-25 | 1 | -8/+7 |
| | | | | Do the right thing in presense of __STDC__ | ||||
* | netbsd: bind 4.9.3 | dm | 1996-02-19 | 1 | -2/+0 |
| | |||||
* | gethostbyname("#.#.#.#") should fail; not return an incompletely and | deraadt | 1995-11-20 | 1 | -0/+2 |
| | | | | | | incorrectly initialized hostent. in particular, h_name is supposed to be `an official name', and gethostbyname() wasn't even trying to meet that requirement. | ||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+654 |