summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Collapse)AuthorFilesLines
2003-03-08this needs to go too..beck1-162/+0
2003-03-08It's too damn slow...beck1-308/+0
2003-03-08spamd-setup, in c. ok deraadt@, he wants to clean in situ.beck5-8/+963
2003-03-07Fix cut and paste on wrong line bugs, now like other versions. ok miod@drahn1-4/+4
2003-03-06.Xr typos;jmc4-13/+13
ok deraadt@
2003-03-06can be can be, but also may not be, or cannot be, and in any case can behenning1-2/+2
once is better than can be can be guess who found that? yeah, David Krause, again. great!
2003-03-06date should be written formally: .Dd Month day, yeardavid3-6/+6
ok henning@ jmc@
2003-03-06new sentence, new linedavid2-16/+19
(fixes some sentences with only 1 space between) ok henning@
2003-03-06pasto, from thierry, who does not want to be a pf-like commiter ;-)henning1-2/+2
2003-03-04typos; Daniel Lucqhenning1-4/+4
2003-03-04typos, grammar etchenning1-4/+4
from Daniel Lucq, thanks
2003-03-04spam not SPAM; nick@electric-pickle.netderaadt1-3/+3
2003-03-04ugh. default examples don't work since with an rdr to 127.0.0.1beck2-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-03Better handling of parse errors and/or allocationcloder1-15/+47
failures. Add two functions, sdl_free() and sdl_clear(), use them where needed. Misc. other cleanup and optimization. OK deraadt@
2003-03-03knfderaadt1-9/+12
2003-03-03liesderaadt1-4/+2
2003-03-03oops, removed a char from rendderaadt1-2/+2
2003-03-03extra spacesderaadt1-19/+17
2003-03-03always set ptr to NULL after free; from cloderderaadt2-5/+11
2003-03-03"an table" -> "a table", add persist keyword.cedric1-3/+3
ok deraadt@
2003-03-03More KNF. Use a size_t in one place where it makes sense.cloder1-10/+10
OK deraadt@
2003-03-02Add ANSI prototypes for all functions. Now compiles withcloder2-23/+40
-ansi -Wstrict-prototypes, update the Makefile to reflect that.
2003-03-02KNF and one err->errx. ok deraadt@kjell1-23/+24
2003-03-02more tweakingderaadt2-13/+13
2003-03-02dumbderaadt1-2/+2
2003-03-02knfderaadt1-1/+2
2003-03-02morederaadt1-4/+4
2003-03-02unbelievable; buffer mismanagement in new codederaadt1-2/+4
2003-03-02knfderaadt2-14/+17
2003-03-02knfderaadt4-112/+110
2003-03-02bye byederaadt1-85/+0
2003-03-02Spamd changes to add blacklist awareness to spamd, new spamd-setup.plbeck7-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-26Initialized the ABI stated 'cleanup' parameter to _start. This parameterdrahn1-1/+2
is not used, but is now initialized to a valid value.
2003-02-26start new sentence on a new linedavid3-12/+18
ok mpech@
2003-02-21Ssh... use -q of pfctl to quieten things down.jason1-3/+3
2003-02-20remove useless cast in memset()millert1-2/+2
2003-02-19document -s as synonym for -1, correct section number in title; PR# 3101jason1-3/+7
2003-02-17reply() -> perror_reply().mpech1-3/+3
millert@ ok
2003-02-15After relocation is completed, remove write protection from GOT/PLT in ld.so.drahn7-7/+45
2003-02-15Paranoia about mprotect, mprotect page aligned regions for got and plt.drahn6-61/+145
2003-02-15Do not call mprotect to enable writing for sections which normally aredrahn1-4/+7
writable. Idea taken from alpha version. Saves many mprotect syscalls.
2003-02-14typos;jmc3-14/+18
tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@
2003-02-14delete $W in trap handlerjason1-3/+3
2003-02-14Add back -w support (was -much- easier than I thought)jason2-13/+32
2003-02-14Give spamd.8 something to .Xrjason2-2/+76
2003-02-14spamd now uses tables (these load MUCH faster on my ss2); ok deraadtjason1-18/+8
2003-02-13typos;jmc1-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-11typos;jmc2-6/+9
raidctl(8) ok millert@ mknetid(8) help maja@
2003-02-11oops; beckderaadt1-3/+3
2003-02-10Add "inet proto tcp" to the last rdr example, it produces a syntax errordhartmei1-3/+3
otherwise. Found by David Norman.