Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-03-04 | ugh. default examples don't work since with an rdr to 127.0.0.1 | Bob Beck | |
you can't tell what socket you're talking to. avoid the whole issue and put the configuration on port + 1, todd@ | |||
2003-03-03 | Better handling of parse errors and/or allocation | Chad Loder | |
failures. Add two functions, sdl_free() and sdl_clear(), use them where needed. Misc. other cleanup and optimization. OK deraadt@ | |||
2003-03-03 | knf | Theo de Raadt | |
2003-03-03 | lies | Theo de Raadt | |
2003-03-03 | oops, removed a char from rend | Theo de Raadt | |
2003-03-03 | extra spaces | Theo de Raadt | |
2003-03-03 | always set ptr to NULL after free; from cloder | Theo de Raadt | |
2003-03-03 | "an table" -> "a table", add persist keyword. | Cedric Berger | |
ok deraadt@ | |||
2003-03-03 | More KNF. Use a size_t in one place where it makes sense. | Chad Loder | |
OK deraadt@ | |||
2003-03-02 | Add ANSI prototypes for all functions. Now compiles with | Chad Loder | |
-ansi -Wstrict-prototypes, update the Makefile to reflect that. | |||
2003-03-02 | KNF and one err->errx. ok deraadt@ | Kjell Wooding | |
2003-03-02 | more tweaking | Theo de Raadt | |
2003-03-02 | dumb | Theo de Raadt | |
2003-03-02 | knf | Theo de Raadt | |
2003-03-02 | more | Theo de Raadt | |
2003-03-02 | unbelievable; buffer mismanagement in new code | Theo de Raadt | |
2003-03-02 | knf | Theo de Raadt | |
2003-03-02 | knf | Theo de Raadt | |
2003-03-02 | bye bye | Theo de Raadt | |
2003-03-02 | Spamd changes to add blacklist awareness to spamd, new spamd-setup.pl | Bob Beck | |
which configures individual blacklists sources and deals with whitelists. Perl still needs some stylistic changes as suggested by bmc which will go in shortly. ok deraadt@ | |||
2003-02-26 | Initialized the ABI stated 'cleanup' parameter to _start. This parameter | Dale Rahn | |
is not used, but is now initialized to a valid value. | |||
2003-02-26 | start new sentence on a new line | David Krause | |
ok mpech@ | |||
2003-02-21 | Ssh... use -q of pfctl to quieten things down. | Jason Wright | |
2003-02-20 | remove useless cast in memset() | Todd C. Miller | |
2003-02-19 | document -s as synonym for -1, correct section number in title; PR# 3101 | Jason Wright | |
2003-02-17 | reply() -> perror_reply(). | Mike Pechkin | |
millert@ ok | |||
2003-02-15 | After relocation is completed, remove write protection from GOT/PLT in ld.so. | Dale Rahn | |
2003-02-15 | Paranoia about mprotect, mprotect page aligned regions for got and plt. | Dale Rahn | |
2003-02-15 | Do not call mprotect to enable writing for sections which normally are | Dale Rahn | |
writable. Idea taken from alpha version. Saves many mprotect syscalls. | |||
2003-02-14 | typos; | Jason McIntyre | |
tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@ | |||
2003-02-14 | delete $W in trap handler | Jason Wright | |
2003-02-14 | Add back -w support (was -much- easier than I thought) | Jason Wright | |