Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-31 | put back a security fix downsj removed ages ago | Theo de Raadt | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-24 | fix spelling of separate | Theo de Raadt | |
1998-06-26 | rcmdsh, not rcmd | Todd C. Miller | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1998-05-12 | document how to enable YP for each database | Theo de Raadt | |
1998-04-25 | Use PF_UNSPEC as proto in socketpair() instead of just 0 for clarity. | Todd C. Miller | |
1998-03-19 | some -Wall | Todd C. Miller | |
1998-03-18 | Todd does not test YP code; felix@mamba.pond.sub.org | Theo de Raadt | |
1998-03-17 | Fix .Ev usage | Todd C. Miller | |
1998-03-17 | Set errno to EINVAL if ether_ntoa() is passed bogus data. | Todd C. Miller | |
1998-03-17 | Whoops, fix a last minute change. | Todd C. Miller | |
1998-03-17 | hostname buffer will not overflow if it is size MAXHOSTNAMELEN. | Todd C. Miller | |
1998-03-17 | Fix some improbable overflows: | Todd C. Miller | |
o don't read in a hostname >= MAXHOSTNAMELEN o get rid of sscanf o check that octets passed in are <= 0xFF Also make the style consistent and add my copyright. | |||
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-03-07 | .Bx Open -> .Ox 2.x | Todd C. Miller | |
1998-02-27 | extra comma goes foom | Theo de Raadt | |
1998-02-12 | correct bounds check | Theo de Raadt | |
1998-02-12 | copyright | Theo de Raadt | |
1998-02-11 | use fgetln() instead of fgets() so that we can catch \0 in the .rhosts | Theo de Raadt | |
file. Thanks to fc@parkone.ci.oakland.ca.us for lots of testing and diagnosis help. | |||
1998-02-11 | increased paranoia about .rhosts validity | Theo de Raadt | |
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-12-02 | i failed to test compile this before commiting | Theo de Raadt | |
1997-12-01 | buf oflow; bitblt | Theo de Raadt | |
1997-11-20 | incorrect MLINKS | Theo de Raadt | |
1997-11-19 | Document new functions | Niklas Hallqvist | |
1997-11-08 | do not call abort() | Theo de Raadt | |
1997-09-29 | Xr bindresvport and rresvport | Theo de Raadt | |
1997-09-09 | s/ns_toa/ns_ntoa/ | kstailey | |
1997-08-24 | Fix compiler warnings. | Todd C. Miller | |
1997-08-04 | init net_entry properly | Theo de Raadt | |
1997-07-28 | Install inet(3) page as inet_{ntop,pton}(3) pages too | Niklas Hallqvist | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-23 | Don't do a gethostbyname() on "localhost" since we need it to | Todd C. Miller | |
be unmolested when we test whether or not to use a local shell instead of rsh. | |||
1997-07-21 | long stuff; netbsd | Theo de Raadt | |
1997-07-15 | buff overflow | flipk | |
1997-07-15 | Xr repair | Theo de Raadt | |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller | |
1997-07-07 | Define RESOLVSORT so "sortlist" resolver directive works. | Todd C. Miller | |
1997-07-06 | if we find an unprintable char, bail totally | Theo de Raadt | |
1997-06-29 | indent | Theo de Raadt | |
1997-06-23 | Add inet_ntop(3) and inet_pton(3) and the IPv6 address format. | Todd C. Miller | |
From BSD/OS 3.0, with permission from Jeffrey Finkelstein <finkels@bsdi.com> by way of NetBSD (lukem). Also add xfer for inet_net(3). | |||
1997-06-23 | Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem) | Todd C. Miller | |
1997-06-13 | s/environmental/environment/ | Theo de Raadt | |
1997-06-13 | hstrerror | Theo de Raadt | |
1997-06-11 | doc RES_USE_INET6; lukem | Theo de Raadt | |
1997-06-04 | use bzero instead of FD_ZERO | dm | |