| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2003-03-08 | this needs to go too.. | 1 | -162/+0 | ||
| 2003-03-08 | It's too damn slow... | 1 | -308/+0 | ||
| 2003-03-08 | spamd-setup, in c. ok deraadt@, he wants to clean in situ. | 5 | -8/+963 | ||
| 2003-03-07 | Fix cut and paste on wrong line bugs, now like other versions. ok miod@ | 1 | -4/+4 | ||
| 2003-03-06 | .Xr typos; | 4 | -13/+13 | ||
| ok deraadt@ | |||||
| 2003-03-06 | can be can be, but also may not be, or cannot be, and in any case can be | 1 | -2/+2 | ||
| 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 | 3 | -6/+6 | ||
| ok henning@ jmc@ | |||||
| 2003-03-06 | new sentence, new line | 2 | -16/+19 | ||
| (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 ;-) | 1 | -2/+2 | ||
| 2003-03-04 | typos; Daniel Lucq | 1 | -4/+4 | ||
| 2003-03-04 | typos, grammar etc | 1 | -4/+4 | ||
| from Daniel Lucq, thanks | |||||
| 2003-03-04 | spam not SPAM; nick@electric-pickle.net | 1 | -3/+3 | ||
| 2003-03-04 | ugh. default examples don't work since with an rdr to 127.0.0.1 | 2 | -4/+4 | ||
| 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 | 1 | -15/+47 | ||
| failures. Add two functions, sdl_free() and sdl_clear(), use them where needed. Misc. other cleanup and optimization. OK deraadt@ | |||||
| 2003-03-03 | knf | 1 | -9/+12 | ||
| 2003-03-03 | lies | 1 | -4/+2 | ||
| 2003-03-03 | oops, removed a char from rend | 1 | -2/+2 | ||
| 2003-03-03 | extra spaces | 1 | -19/+17 | ||
| 2003-03-03 | always set ptr to NULL after free; from cloder | 2 | -5/+11 | ||
| 2003-03-03 | "an table" -> "a table", add persist keyword. | 1 | -3/+3 | ||
| ok deraadt@ | |||||
| 2003-03-03 | More KNF. Use a size_t in one place where it makes sense. | 1 | -10/+10 | ||
| OK deraadt@ | |||||
| 2003-03-02 | Add ANSI prototypes for all functions. Now compiles with | 2 | -23/+40 | ||
| -ansi -Wstrict-prototypes, update the Makefile to reflect that. | |||||
| 2003-03-02 | KNF and one err->errx. ok deraadt@ | 1 | -23/+24 | ||
| 2003-03-02 | more tweaking | 2 | -13/+13 | ||
| 2003-03-02 | dumb | 1 | -2/+2 | ||
| 2003-03-02 | knf | 1 | -1/+2 | ||
| 2003-03-02 | more | 1 | -4/+4 | ||
| 2003-03-02 | unbelievable; buffer mismanagement in new code | 1 | -2/+4 | ||
| 2003-03-02 | knf | 2 | -14/+17 | ||
| 2003-03-02 | knf | 4 | -112/+110 | ||
| 2003-03-02 | bye bye | 1 | -85/+0 | ||
| 2003-03-02 | Spamd changes to add blacklist awareness to spamd, new spamd-setup.pl | 7 | -50/+1175 | ||
| 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 | 1 | -1/+2 | ||
| is not used, but is now initialized to a valid value. | |||||
| 2003-02-26 | start new sentence on a new line | 3 | -12/+18 | ||
| ok mpech@ | |||||
| 2003-02-21 | Ssh... use -q of pfctl to quieten things down. | 1 | -3/+3 | ||
| 2003-02-20 | remove useless cast in memset() | 1 | -2/+2 | ||
| 2003-02-19 | document -s as synonym for -1, correct section number in title; PR# 3101 | 1 | -3/+7 | ||
| 2003-02-17 | reply() -> perror_reply(). | 1 | -3/+3 | ||
| millert@ ok | |||||
| 2003-02-15 | After relocation is completed, remove write protection from GOT/PLT in ld.so. | 7 | -7/+45 | ||
| 2003-02-15 | Paranoia about mprotect, mprotect page aligned regions for got and plt. | 6 | -61/+145 | ||
| 2003-02-15 | Do not call mprotect to enable writing for sections which normally are | 1 | -4/+7 | ||
| writable. Idea taken from alpha version. Saves many mprotect syscalls. | |||||
| 2003-02-14 | typos; | 3 | -14/+18 | ||
| tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@ | |||||
| 2003-02-14 | delete $W in trap handler | 1 | -3/+3 | ||
| 2003-02-14 | Add back -w support (was -much- easier than I thought) | 2 | -13/+32 | ||
| 2003-02-14 | Give spamd.8 something to .Xr | 2 | -2/+76 | ||
| 2003-02-14 | spamd now uses tables (these load MUCH faster on my ss2); ok deraadt | 1 | -18/+8 | ||
| 2003-02-13 | typos; | 1 | -13/+14 | ||
| setextattr(8): example markus@ spamd(8): someone else found some of these on bugs/misc, but for the life of me i can't find out who pf.conf(5): from openbsd@davidkrause.com raidctl(8): from ian@darwinsys.com | |||||
| 2003-02-11 | typos; | 2 | -6/+9 | ||
| raidctl(8) ok millert@ mknetid(8) help maja@ | |||||
| 2003-02-11 | oops; beck | 1 | -3/+3 | ||
| 2003-02-10 | Add "inet proto tcp" to the last rdr example, it produces a syntax error | 1 | -3/+3 | ||
| otherwise. Found by David Norman. | |||||
