summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2005-01-19Fix -S flag for non-root; from Ewen McNeill (closes PR 4066)millert1-2/+2
2005-01-19clarification; ok beckderaadt1-6/+13
2005-01-13handleespie1-1/+3
2005-01-09set %dp before any constructors get to run; found and debugged w/ niklas@mickey2-2/+20
2005-01-04add some snprintf sanity checks.moritz1-3/+3
2005-01-04add some more snprintf sanity checks and fix two previously added checks.moritz1-5/+11
2004-12-24streamline parser loops, now we've got a simple loop with flags, insteadespie2-126/+113
2004-12-22some -Wimplicit-function-declaration cleaning; ok millert@david1-1/+2
2004-12-20change mail addressmoritz2-4/+4
2004-12-11make syscalls in the monitor restartable when signals occur, as wasmoritz3-53/+26
2004-12-06seperate reply_r, like earlier change but safer; moritz okderaadt2-6/+32
2004-12-06make signal blocking a lot easier.moritz1-12/+2
2004-12-04reply() used to play a lot with stdout, expecially fflush(stdout).deraadt2-19/+20
2004-12-04fix a signal race which could kill unrelated processes.moritz1-8/+17
2004-12-03make reply() reentrant. fixes a signal race.moritz2-20/+19
2004-12-01fix dlsym(RTLD_NEXT,...) when called from the last shared objectkurt1-2/+7
2004-11-29fix nasty signal races by blocking signals in signal handlers.henning1-1/+11
2004-11-28logging fixes:henning1-5/+5
2004-11-28use gettimeofday() instead of time() in functions called from signal handlers; henning okderaadt2-6/+10
2004-11-28slave_pid -1 by default, not 0, and reset to -1 when it goes away, with theohenning1-5/+7
2004-11-28bump versionhenning1-3/+3
2004-11-28remove no longer appropriate bugs sectionhenning1-9/+1
2004-11-28fix ttyline setting, fixes proctitle.henning2-4/+9
2004-11-28privilege seperate ftpdhenning7-55/+734
2004-11-24Enable krb5 authentication (from Gabriel Kihlman) and encryptionbiorn1-2/+3
2004-11-22.{N,O}x fixes;jmc2-5/+5
2004-11-22More sensible error when both the -n and -A flags are used. Text OK jmc@millert1-3/+6
2004-11-21clarify -A option;jmc1-2/+6
2004-11-19options sort and sync usage();jmc2-11/+13
2004-11-17- \r\n fix for QUIT commandbeck1-2/+12
2004-11-17remove NI_WITHSCOPEID (which is not standard)itojun2-11/+3
2004-11-10use ${STATIC} rather than -static. ok mioddrahn1-2/+2
2004-11-09Avoid use after free(), slight optimization. From Patrick Latifi.otto1-12/+14
2004-11-04some delint, grudging ok from otto, because it is messy stuffderaadt1-16/+13
2004-10-17Fix some problems related to LD_LIBRARY_PATH parsing where it would notdrahn3-8/+39
2004-10-14Add dl_iterate_phdr() support.kettenis1-1/+28
2004-10-05Change the default passtime to 25 minutes,beck2-4/+4
2004-10-05change default to 451 for greylisting, thanks to a number ofbeck2-4/+4
2004-10-01Fix GOT reloc which had flaws in reloc processing.pefo1-4/+13
2004-09-30cope nicer with accept() failures, from freebsd; millert okderaadt1-5/+7
2004-09-30handle unaligned in local relocs as well (c++)pefo1-5/+12
2004-09-28tweaks;jmc1-6/+6
2004-09-28pass lintderaadt1-2/+7
2004-09-28login script to provide TIS Firewall Toolkit authenticationmillert5-2/+899
2004-09-23When doing relocs to .rodata this section must be RW protected.pefo1-2/+3
2004-09-21Automatically adapt to actual text/data alignmentpefo1-5/+12
2004-09-21ELF64 and got ro protpefo3-47/+41
2004-09-18ARGSUSED signal handlerderaadt1-1/+3
2004-09-18fix pr 3914, spamd doesn't log only incoming with -I,beck1-8/+9
2004-09-18This should be info, from mike@tric.rubeck1-2/+2