Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-14 | Change terminalname from a pointer to an array. Why people hide | Todd C. Miller | |
the actual storage array as a static inside a function is beyond me. By exposing the real array we can use sizeof on it for strlcpy. deraadt@ OK | |||
2003-04-14 | built in -> built-in; | Jason McIntyre | |
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@ | |||
2003-04-13 | try to use the X Window System, X11 or XFree86 consistently. | Jason McIntyre | |
diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@ | |||
2003-04-12 | rlimit handling code; aw@osn.de | Theo de Raadt | |
2003-04-12 | attempt not to wrap a line, bad nroff | Theo de Raadt | |
2003-04-10 | Replace strcpy() w/ strlcpy() from espie@ | Todd C. Miller | |
Don't try to free pw_dir -- it is no longer allocated separately. Instead, add an extra param to sgetpwnam() to allow it to dupe an existing struct passwd * (instead of doing a lookup by username) and use this to reallocate pw in the case where pw_dir is the NULL string. deraadt@ OK | |||
2003-04-08 | more logical handling of select() errors | Vincent Labrecque | |
ok millert@ deraadt@ | |||
2003-04-07 | strlcpy; ok millert | Theo de Raadt | |
2003-04-06 | string handling; ok millert | Theo de Raadt | |
2003-03-30 | fix logging time to reflect reality. minus crack induced blank lines. | Bob Beck | |
ok tholo@ | |||
2003-03-28 | logging fix from tholo@ | Bob Beck | |
log which lists are matched, so you can tell what is actually working. | |||
2003-03-28 | report how much time was wasted; ok beck | Jason Wright | |
2003-03-28 | login_passwd is now setgid _shadow instead of setuid root. | Todd C. Miller | |
2003-03-20 | cmdline options and descriptions in alphabetical order in usage() and manpage | David Krause | |
add arguments to the flags that take them in the DESCRIPTION add "inet" to the rdr rule example to match etc/pf.conf example ok dhartmei@ henning@ | |||
2003-03-20 | cmdline options in alphabetical order in usage() and manpage | David Krause | |
and make sure they are consistent ok dhartmei@ henning@ | |||
2003-03-18 | duplicate words: on on, in in | David Krause | |
ok miod@ jmc@ | |||
2003-03-17 | incorrect string length matching; ianm@cit.uws.edu.au | Theo de Raadt | |
2003-03-15 | spamd is running on port 8025, not 25; from Adrian Knoth | Peter Valchev | |
2003-03-13 | make spamd-setup/spamd use/require a reserved source port for the | Bob Beck | |
configuration connection. | |||
2003-03-13 | correct table usage in rdr example, spotted by todd | Henning Brauer | |
2003-03-12 | updated man page and path; | Jason McIntyre | |
- uucico part of uucp package - path now /usr/local... - fixed .Xr's ok millert@ | |||
2003-03-11 | new sentence, new line and whitespace at EOL | David Krause | |
ok jmc@ | |||
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2003-03-11 | EOL whitespace | David Krause | |
ok jmc@ | |||
2003-03-11 | new sentence, new line | David Krause | |
ok beck@ | |||
2003-03-10 | nothing of import | Theo de Raadt | |
2003-03-10 | fix exit code, stupid bob, spotted by lebel | Theo de Raadt | |
2003-03-10 | typo | David Krause | |
ok drahn@ | |||
2003-03-09 | also mention max connections default; ok deraadt | Peter Valchev | |
2003-03-09 | mention error code 450 is default; ok deraadt | Peter Valchev | |
2003-03-09 | typo. henning@ | Bob Beck | |
2003-03-09 | Fix a few typos, Make spamd and spamd-setup use /etc/services to find | Bob Beck | |
their ports. Adds "spamd" and "spamd-cfg" services to /etc/services. Mostly from Daniel Lucq <daniel@lucq.org>. | |||
2003-03-09 | missed memset, found by dhartmei@ | Bob Beck | |
2003-03-08 | knf | Theo de Raadt | |
2003-03-08 | remove some more ambigious bs | Bob Beck | |
2003-03-08 | spamd typos; | Jason McIntyre | |
ok beck@ | |||
2003-03-08 | move stuff to spamd.conf 5 | Bob Beck | |
2003-03-08 | KNF | Theo de Raadt | |
2003-03-08 | this needs to go too.. | Bob Beck | |
2003-03-08 | It's too damn slow... | Bob Beck | |
2003-03-08 | spamd-setup, in c. ok deraadt@, he wants to clean in situ. | Bob Beck | |
2003-03-07 | Fix cut and paste on wrong line bugs, now like other versions. ok miod@ | Dale Rahn | |
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-06 | can be can be, but also may not be, or cannot be, and in any case can be | Henning Brauer | |
once is better than can be can be guess who found that? yeah, David Krause, again. great! | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-03-06 | new sentence, new line | David Krause | |
(fixes some sentences with only 1 space between) ok henning@ | |||
2003-03-06 | pasto, from thierry, who does not want to be a pf-like commiter ;-) | Henning Brauer | |
2003-03-04 | typos; Daniel Lucq | Henning Brauer | |
2003-03-04 | typos, grammar etc | Henning Brauer | |
from Daniel Lucq, thanks | |||
2003-03-04 | spam not SPAM; nick@electric-pickle.net | Theo de Raadt | |