summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2004-11-21clarify -A option;Jason McIntyre
2004-11-19options sort and sync usage();Jason McIntyre
2004-11-17- \r\n fix for QUIT commandBob Beck
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
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
2004-10-14Add dl_iterate_phdr() support.Mark Kettenis
2004-10-05Change the default passtime to 25 minutes,Bob Beck
2004-10-05change default to 451 for greylisting, thanks to a number ofBob Beck
2004-10-01Fix GOT reloc which had flaws in reloc processing.Per Fogelstrom
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
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
2004-09-18This should be info, from mike@tric.ruBob Beck
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
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
2004-08-30minimal documentation for LD_DEBUG.Marc Espie
2004-08-30Use CMSG_SPACE when allocating space for the control message.Todd C. Miller
2004-08-24synch with apropos, kill lines longer than 8192.Marc Espie
2004-08-17impliment QUIT, beck okHenning Brauer
2004-08-15Expire entries that exactly match the time now in addition to onesTodd C. Miller
2004-08-14When reading the ld.so hints file, map the entire file in a single mmapDale Rahn
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
2004-08-11revert, should not have gone inPer Fogelstrom
2004-08-11mips->mips64Per Fogelstrom
2004-08-11Rename confusing variable for readability's sake. No actual code changes.Todd C. Miller
2004-08-10Variable size arrays are not ANSI C. Replace by malloc/free.Otto Moerbeek