Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-12-21 | mention sys/types.h needed; eth0@o2.pl | Theo de Raadt | |
2006-04-14 | delint | David Hill | |
ok otto@ | |||
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt | |
2005-11-10 | Use correct size when zeroing fd sets. From Michael Shuldman in PR | Otto Moerbeek | |
4603 with a twist by me. ok deraadt@ | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-05-31 | Remove redundant errno declaration. ok deraadt@ | Otto Moerbeek | |
2004-02-19 | new sentence, new line; | Jason McIntyre | |
2004-02-19 | escape full stops where necessary to kill erroneous double spaces; | Jason McIntyre | |
softly, softly, catchy monkey... | |||
2003-12-27 | obvious typi inside an #ifdef | Henning Brauer | |
FreeBSD PR 59674 via jmc@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-07-08 | some \" -> .\" that i missed earlier; | Jason McIntyre | |
2003-07-08 | - fix some lists and displays | Jason McIntyre | |
- simplify macros | |||
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-06-03 | fix various 3/4 licenses according to "terms" file | Theo de Raadt | |
2003-06-02 | - section reorder | Jason McIntyre | |
- new sentence, new line | |||
2003-05-27 | if reverse lookup result looks like a numeric hostname, | Jun-ichiro itojun Hagino | |
someone is trying to trick us by PTR record like following: 1.1.1.10.in-addr.arpa. IN PTR 2.3.4.5 so protect against this kind of attacks. deraadt ok | |||
2003-05-24 | - typos; | Jason McIntyre | |
- new sentence, new line; - whitespace at EOL | |||
2003-05-15 | NetBSD PR 15025: libwrap hangs in an infinite loop when a host access line | Paul Janzen | |
is > 2048 characters long. ok millert a long time ago. | |||
2003-04-19 | - kill unused var | Anil Madhavapeddy | |
- sscanf format string should scan for u_short not u_int - some missing includes - convert u_short -> in_port_t (from millert) ok millert@ | |||
2003-04-05 | sprintf -> snprintf | Thierry Deval | |
ok tedu@, krw@; hints deraadt@, millert@ | |||
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | Thierry Deval | |
ok tedu@, hints by deraadt@ and millert@ | |||
2003-04-03 | rfc -> RFC | Jason McIntyre | |
implenented -> implemented | |||
2003-03-22 | .Nd shouldn't end with a period | David Krause | |
ok jmc@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-01-18 | more typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-12-31 | If we're going to replace strtok() with strtok_r(), and the caller of the | Jun-ichiro itojun Hagino | |
latter is invoked recursively, use static (instead of automatic) storage for the "last" pointer so that we remember where we're up to ... Fixes bug with hosts.deny rules such as "rpcbind: ALL EXCEPT some.domain". netbsd lib/libwrap/hosts_access.c 1.17 | |||
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-06-22 | remove BUGS section; this library uses strtok_r(3) now. | Federico G. Schwindt | |
2002-06-22 | use strtok_r() instead of strtok(); millert ok | Theo de Raadt | |
2002-06-19 | use more snprintf | Theo de Raadt | |
2002-06-07 | support scoped IPv6 address. | Jun-ichiro itojun Hagino | |
no visible API change, old config files work just fine. now you can use expressions like "ALL: [fe80::%lo0/64]". theo ok | |||
2002-06-07 | func prototype | Jun-ichiro itojun Hagino | |
2002-06-07 | more strict prototype | Jun-ichiro itojun Hagino | |
2002-06-07 | snprintf | Jun-ichiro itojun Hagino | |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt | |
decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||
2002-05-27 | unsigned vs unsigned int | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-05-01 | Character 0 is called NUL, not nul. | Todd C. Miller | |
2002-05-01 | YP, not NIS | Todd C. Miller | |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-30 | Initial cleanup: | Mike Pechkin | |
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | |||
2002-04-25 | Protect IPv6 code with #ifdef INET6 | Mike Pechkin | |
millert@ ok | |||
2002-02-24 | wrong error message | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
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. | |||
2002-01-02 | more pid_t use | Theo de Raadt | |
2001-12-13 | atoi->strtoul | Bob Beck | |
2001-11-17 | fix a comment | Theo de Raadt | |