summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2007-02-23Make spamd include the HELO/EHLO identification string sent bybeck2-15/+48
2007-02-23make dequotetolower use regular string functions instead of the manualbeck1-8/+12
2007-02-23continue collecting lint to be sold as a parsley substitute; ok beckderaadt3-22/+21
2007-02-23spacingderaadt1-6/+6
2007-02-23greytrapping improvementsbeck4-46/+171
2007-02-14Fix some realloc() off-by-one errors found by ray@.millert1-13/+7
2007-02-09Fix off by one in blacklist memory allocation. From tdeval@millert1-2/+2
2007-02-09readdir buffers should not get a fixed buffer size, but should be dependantdrahn3-17/+6
2007-02-08Remove __DTF_READALL usage in ld.so's private copy of readdir().millert1-4/+2
2007-02-06fix some dodgy displays;jmc1-5/+4
2007-02-03Kludge around a horrible problem where gcc 'knows' that __udivsi3 willdrahn1-1/+9
2007-01-28revert 1.108, the diff allowed ldd to print the load address of the binary,drahn1-13/+1
2007-01-04 Using DB_BTREE for spamd is wrong, order is never requiredbeck2-75/+264
2006-12-28assume that new elf architectures will have ld.soderaadt1-2/+2
2006-12-26no more seperate prebindderaadt1-2/+1
2006-12-23Spelling.krw1-4/+4
2006-12-21'immediatly' -> 'immediately' in comments.krw1-2/+2
2006-12-21'tranfer' -> 'transfer' in comments.krw1-3/+3
2006-12-20add an additional rule to the filter anchor that allows traffic out fromjoel1-1/+8
2006-12-20More strlen("") fixes.ray1-3/+11
2006-12-15reduce RFC2292/3542 #ifdef.itojun1-10/+2
2006-12-09IPV6_RECVDSTADDR is not standard. use more standard IPV6_PKTINFO.itojun1-6/+22
2006-12-07check exit status of the pfctl command executed. ok beck@otto1-3/+11
2006-11-27Make spamd error out for a greylisted session only after the DATAbeck1-4/+6
2006-11-26repair missing DPADD requestsderaadt1-1/+2
2006-11-21Fill in load/end address for binary.drahn1-1/+13
2006-11-15failed to purge doubled up environment variables; found by Mark Dowdderaadt1-3/+3
2006-11-14stack corruption was fixed a while ago.drahn1-12/+2
2006-11-14improve previous;jmc1-2/+2
2006-11-14clarify "maxcon" somewhat, particularly its upper limit;jmc1-3/+6
2006-11-14cleanup pointed out by miod@drahn1-4/+3
2006-11-13Let this build on landisk.drahn1-1/+4
2006-11-11when calculating envp, skip over the NULL between argv and envp.drahn1-1/+2
2006-11-11remove '#if 0' block.drahn1-47/+1
2006-11-11Working?drahn1-21/+10
2006-11-10dont want to know where this stack corruption is coming from.drahn1-2/+7
2006-11-10better...drahn1-5/+59
2006-11-10Getting much closer.drahn3-73/+545
2006-11-10`elminate' etc. is not really the right way to spell `eliminate'.mk1-2/+2
2006-11-10Not quite working ld.so support for shdrahn8-1/+953
2006-11-04remove misplaced -l stuff; henning needs more caffeine...jmc1-7/+1
2006-11-03donot for tcpdump, use libpcap directly.henning3-129/+217
2006-10-29use setresuid/gid and check for failure, ok bobhenning1-8/+6
2006-10-28Only mprotect pages during relocation if the library is marked TEXTRELdrahn6-29/+32
2006-10-26- sort optionsjmc2-10/+10
2006-10-25allow spamlogd to use an alternate pflog interfacehenning2-4/+15
2006-10-23no need to use "keep state" and "flags S/SA" in pf rules,jmc1-3/+3
2006-10-19no need to escape "'";jmc1-2/+2
2006-10-18Avoid double fclose() of a file if we exceed retries. Coverity ID 2669.millert1-4/+5
2006-10-18you do not call fclose() on a file descriptor; ok cloderderaadt1-3/+3