summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2007-02-27sort options and usage();Jason McIntyre
2007-02-27Flag day for spamd -Bob Beck
2007-02-26Link with libgcc, will be necessary after the upcoming toolchain changes.Miod Vallat
2007-02-25Add usage() and error out if given bogus arguments.Todd C. Miller
2007-02-25- HELO/EHLO is part of the tupleJason McIntyre
2007-02-25Attempt to clarify new greylisting rules.Todd C. Miller
2007-02-24When greylisting we don't actually need to use the <spamd> pf table.Todd C. Miller
2007-02-24tweaks;Jason McIntyre
2007-02-23to_suffixes -> alloweddomains, that got missed, noticedBob Beck
2007-02-23Make spamd include the HELO/EHLO identification string sent byBob Beck
2007-02-23make dequotetolower use regular string functions instead of the manualBob Beck
2007-02-23continue collecting lint to be sold as a parsley substitute; ok beckTheo de Raadt
2007-02-23spacingTheo de Raadt
2007-02-23greytrapping improvementsBob Beck
2007-02-14Fix some realloc() off-by-one errors found by ray@.Todd C. Miller
2007-02-09Fix off by one in blacklist memory allocation. From tdeval@Todd C. Miller
2007-02-09readdir buffers should not get a fixed buffer size, but should be dependantDale Rahn
2007-02-08Remove __DTF_READALL usage in ld.so's private copy of readdir().Todd C. Miller
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-03Kludge around a horrible problem where gcc 'knows' that __udivsi3 willDale Rahn
2007-01-28revert 1.108, the diff allowed ldd to print the load address of the binary,Dale Rahn
2007-01-04 Using DB_BTREE for spamd is wrong, order is never requiredBob Beck
2006-12-28assume that new elf architectures will have ld.soTheo de Raadt
2006-12-26no more seperate prebindTheo de Raadt
2006-12-23Spelling.Kenneth R Westerback
2006-12-21'immediatly' -> 'immediately' in comments.Kenneth R Westerback
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2006-12-20add an additional rule to the filter anchor that allows traffic out fromJoel Knight
2006-12-20More strlen("") fixes.Ray Lai
2006-12-15reduce RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-12-09IPV6_RECVDSTADDR is not standard. use more standard IPV6_PKTINFO.Jun-ichiro itojun Hagino
2006-12-07check exit status of the pfctl command executed. ok beck@Otto Moerbeek
2006-11-27Make spamd error out for a greylisted session only after the DATABob Beck
2006-11-26repair missing DPADD requestsTheo de Raadt
2006-11-21Fill in load/end address for binary.Dale Rahn
2006-11-15failed to purge doubled up environment variables; found by Mark DowdTheo de Raadt
2006-11-14stack corruption was fixed a while ago.Dale Rahn
2006-11-14improve previous;Jason McIntyre
2006-11-14clarify "maxcon" somewhat, particularly its upper limit;Jason McIntyre
2006-11-14cleanup pointed out by miod@Dale Rahn
2006-11-13Let this build on landisk.Dale Rahn
2006-11-11when calculating envp, skip over the NULL between argv and envp.Dale Rahn
2006-11-11remove '#if 0' block.Dale Rahn
2006-11-11Working?Dale Rahn
2006-11-10dont want to know where this stack corruption is coming from.Dale Rahn
2006-11-10better...Dale Rahn
2006-11-10Getting much closer.Dale Rahn
2006-11-10`elminate' etc. is not really the right way to spell `eliminate'.Michael Knudsen
2006-11-10Not quite working ld.so support for shDale Rahn
2006-11-04remove misplaced -l stuff; henning needs more caffeine...Jason McIntyre