Age | Commit message (Expand) | Author |
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 |
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 |
1998-03-16 | Use fgetln(3) instead of fgets(3) so we can easily recognize lines | Todd C. Miller |
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 |
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 |
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 |
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 |
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 |
1997-06-03 | howmany(x+1, NFDBITS) | Theo de Raadt |
1997-05-28 | malloc fd_set dynamically, for very large fd uses | Theo de Raadt |
1997-05-28 | malloc fd_set dynamically, for very large fd uses | Theo de Raadt |
1997-04-30 | Be more careful about possible type promotion | Thorsten Lockert |
1997-04-30 | Remove unused variables | Thorsten Lockert |