summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2004-03-03assign servtimeout to sa.sa_handler to actually use the alternatejcs1-1/+2
2004-03-01zap extra spaces. From a PR by Jared Yanovich.espie1-5/+6
2004-03-01typo; we do have spamlogd(8) not spamlog(8);xsa1-2/+2
2004-03-01uset inet_pton(3) instead of home grown address validator; some other cleanupotto2-68/+23
2004-02-28Fix macro definition if pf.conf example. Ok beck@matthieu1-3/+3
2004-02-28- ensure greylist entry expiry is not updated until actually whitelistedbeck2-77/+87
2004-02-27fix CFLAGS -Idavid1-2/+2
2004-02-27make spamlogd watch the destination of outbound smtp connections,beck2-37/+113
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt6-762/+2
2004-02-26don't leak one here either.beck1-2/+3
2004-02-26don't leak an fd here.beck1-4/+5
2004-02-26Add ommitted copyright.beck1-2/+15
2004-02-26paranoia; beck okderaadt7-31/+66
2004-02-26spacesderaadt1-4/+4
2004-02-26Add -g option for greylisting support for spamd. The greylisting techinquebeck10-90/+1127
2004-02-25Fix this assumed sizeof(long) == 4 error. Would very occasionally causedrahn1-2/+2
2004-02-24Make example "rdr pass" not just "rdr"; OK beck@millert1-2/+2
2004-02-23prettyderaadt6-50/+50
2004-02-23Set the user variable environ early in ld.so so that library constructors candrahn1-1/+30
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.tedu1-3/+3
2004-02-11some sections came out wrong (no space) in SDL.espie1-3/+3
2004-02-11more accurate .so test.espie1-2/+2
2004-02-10misleading regexp -> patternespie1-3/+3
2004-02-10harder check in picky mode: find the page AND verify it is the same.espie1-10/+38
2004-02-10Make this work. will figure out what this should be later.drahn2-8/+10
2004-02-10Fix/enable lazy binding on amd64 ld.sodrahn2-62/+22
2004-02-10Disable lazy binding for now.drahn2-2/+20
2004-02-10sync with reloc.h change.drahn2-6/+2
2004-02-10AMD64 dynamic linker. initial work by mickey finished up by myself.drahn10-0/+1544
2004-02-10Check for RTLD_TEXT_PLT define instead of an architecture specific check.drahn3-5/+9
2004-02-09Enable lazy binding on arm:drahn2-44/+67
2004-02-09Use macros to reduce the amount of hand written asm. inspired by future amd64drahn1-91/+25
2004-02-09Disable lazy binding until that feature is fixed.drahn1-1/+9
2004-02-07Dynamic linker support for arm. non-lazy binding works.drahn6-3/+780
2004-01-29spamd-setup(8) does not take a file arg;jmc1-2/+1
2004-01-27TSIZE & TIMEOUT support; from freebsd via tholoderaadt1-14/+140
2004-01-22Add a -a address option to set the address which the proxy will usebeck3-19/+53
2004-01-21clean from jmcderaadt1-2/+3
2004-01-21New spamd configuration method. Many people have trouble with the spamderaadt3-14/+59
2004-01-21cleanupderaadt1-15/+19
2004-01-21the example should use 'rdr pass' so that you do not have to open 8025 toderaadt1-2/+3
2004-01-12make DESCRIPTION not conflict with the options;jmc1-5/+19
2004-01-12GCC3 compatible asm code. tested on gcc2 myself. ok brad@drahn1-41/+52
2004-01-10the sparcv9 ABI requires registers %g2, %g3 to be first announced beforepvalchev1-1/+2
2004-01-07Inline the cleanup() routine since it is no longer a signal handlermillert1-13/+8
2004-01-05include path fixes for gcc3.espie1-2/+2
2004-01-04spacesderaadt2-4/+4
2003-12-22use socklen_t; andrushock@korovino.netderaadt1-2/+3
2003-12-12knfderaadt1-8/+9
2003-12-12term 3 cleanup, ok from brezakderaadt1-9/+4