summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2004-11-22.{N,O}x fixes;Jason McIntyre
2004-11-22More sensible error when both the -n and -A flags are used. Text OK jmc@Todd C. Miller
2004-11-21clarify -A option;Jason McIntyre
from a discussion on misc@
2004-11-19options sort and sync usage();Jason McIntyre
from wiz@netbsd
2004-11-17- \r\n fix for QUIT commandBob Beck
- Implement RSET in spamd - some virus scanning products (notably symantec's viruswall) spew a RSET into the smtp stream before every attempted delivery. (noticed by reitenba@fh-brandenburg.de and some others). This ensures such things can successfully talk to a spamd greylister. ok millert@ henning@
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-11-10use ${STATIC} rather than -static. ok miodDale Rahn
2004-11-09Avoid use after free(), slight optimization. From Patrick Latifi.Otto Moerbeek
ok tom@ deraadt@
2004-11-04some delint, grudging ok from otto, because it is messy stuffTheo de Raadt
2004-10-17Fix some problems related to LD_LIBRARY_PATH parsing where it would notDale Rahn
correctly deal with current directory searches specified by "::", ":foo" or "foo:"
2004-10-14Add dl_iterate_phdr() support.Mark Kettenis
ok drahn@, millert@
2004-10-05Change the default passtime to 25 minutes,Bob Beck
MTA's with a quadratic retry schedule have a retry after 26 minutes, and then again after an hour, so this probably makes a lot more sense than the old 30 minute default. ok henning@
2004-10-05change default to 451 for greylisting, thanks to a number ofBob Beck
people on misc, and some observations by Evan harris on the greylisting mailing list that a number of clustered mailers like aol behave better (and retry from the same IP) when they see a 451, but do not when they see a 450 (traditionally used for mailbox lock failure) 450 was the original for spamd, as the default for the tarpit is to encourage quick retries to punish blacklisted smtp servers more. This got carried over to the greylisting implementation, and isnt' really optimal for that case. ok millert@, henning@, todd@
2004-10-01Fix GOT reloc which had flaws in reloc processing.Per Fogelstrom
Big thanks to Mark Kettenis for finding the problem!
2004-09-30cope nicer with accept() failures, from freebsd; millert okTheo de Raadt
2004-09-30handle unaligned in local relocs as well (c++)Per Fogelstrom
2004-09-28tweaks;Jason McIntyre
2004-09-28pass lintTheo de Raadt
2004-09-28login script to provide TIS Firewall Toolkit authenticationTodd C. Miller
2004-09-23When doing relocs to .rodata this section must be RW protected.Per Fogelstrom
It would be nice to fix this so it does not do a mprotect call for each and every reloc but it will need a change in MI code so we just fix it like this for now. There are not so many relocs in ld.so itself.
2004-09-21Automatically adapt to actual text/data alignmentPer Fogelstrom
2004-09-21ELF64 and got ro protPer Fogelstrom
2004-09-18ARGSUSED signal handlerTheo de Raadt
2004-09-18fix pr 3914, spamd doesn't log only incoming with -I,Bob Beck
and change to look only at S/SA so people logging all crud don't get slaughtered by entries. again from mike@tric.tomsk.gov.ru ok henning@
2004-09-18This should be info, from mike@tric.ruBob Beck
ok henning@
2004-09-18ARGSUSED on signal handlersTheo de Raadt
2004-09-16more signal flag races; ok miod@Otto Moerbeek
2004-09-16i hate macros with 50 , :? and ())()()((()())); otto okTheo de Raadt
2004-09-16clean C for a changeTheo de Raadt
2004-09-16remove unused variablesTheo de Raadt
2004-09-16more unsigned charTheo de Raadt
2004-09-15ARGSUSED signal handlerTheo de Raadt
2004-09-15ARGSUSED signal handlerTheo de Raadt
2004-09-15ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14remove unused variables galoreTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-11Verify packets from the server were md5'd with the same sharedTodd C. Miller
secret we used in the request. OK deraadt@
2004-09-09ABI64 shared libs now handled.Per Fogelstrom
2004-09-08after openpty() do not close() slave and reopen it. that is just crazyTheo de Raadt
talk. instead, save the descriptor and reuse it. millert ok
2004-08-30minimal documentation for LD_DEBUG.Marc Espie
okay millert@, miod@
2004-08-30Use CMSG_SPACE when allocating space for the control message.Todd C. Miller
Fixes fd passing problems on sparc and sparc64. OK henning@
2004-08-24synch with apropos, kill lines longer than 8192.Marc Espie
from Jared Yanovich. (pending better parser after 3.6)
2004-08-17impliment QUIT, beck okHenning Brauer
2004-08-15Expire entries that exactly match the time now in addition to onesTodd C. Miller
with an expire time in the past. From beck@, OK deraadt@
2004-08-14When reading the ld.so hints file, map the entire file in a single mmapDale Rahn
instead of assuming the region after the first mmap is available. Same change was made to ELF ld.so previously. ok deraadt miod pvalchev
2004-08-13Cast to Elf_Addr to remove warnings of ELF types(int)/pointer, ok david@Dale Rahn
2004-08-11add dladdr() support and add some 'standard' dlsym() support.Dale Rahn
ok millert miod pval, grumble deraadt
2004-08-11revert, should not have gone inPer Fogelstrom
2004-08-11mips->mips64Per Fogelstrom