Age | Commit message (Expand) | Author |
2005-01-13 | handle | Marc Espie |
2005-01-09 | set %dp before any constructors get to run; found and debugged w/ niklas@ | Michael Shalayeff |
2005-01-04 | add some snprintf sanity checks. | Moritz Jodeit |
2005-01-04 | add some more snprintf sanity checks and fix two previously added checks. | Moritz Jodeit |
2004-12-24 | streamline parser loops, now we've got a simple loop with flags, instead | Marc Espie |
2004-12-22 | some -Wimplicit-function-declaration cleaning; ok millert@ | David Krause |
2004-12-20 | change mail address | Moritz Jodeit |
2004-12-11 | make syscalls in the monitor restartable when signals occur, as was | Moritz Jodeit |
2004-12-06 | seperate reply_r, like earlier change but safer; moritz ok | Theo de Raadt |
2004-12-06 | make signal blocking a lot easier. | Moritz Jodeit |
2004-12-04 | reply() used to play a lot with stdout, expecially fflush(stdout). | Theo de Raadt |
2004-12-04 | fix a signal race which could kill unrelated processes. | Moritz Jodeit |
2004-12-03 | make reply() reentrant. fixes a signal race. | Moritz Jodeit |
2004-12-01 | fix dlsym(RTLD_NEXT,...) when called from the last shared object | Kurt Miller |
2004-11-29 | fix nasty signal races by blocking signals in signal handlers. | Henning Brauer |
2004-11-28 | logging fixes: | Henning Brauer |
2004-11-28 | use gettimeofday() instead of time() in functions called from signal handlers... | Theo de Raadt |
2004-11-28 | slave_pid -1 by default, not 0, and reset to -1 when it goes away, with theo | Henning Brauer |
2004-11-28 | bump version | Henning Brauer |
2004-11-28 | remove no longer appropriate bugs section | Henning Brauer |
2004-11-28 | fix ttyline setting, fixes proctitle. | Henning Brauer |
2004-11-28 | privilege seperate ftpd | Henning Brauer |
2004-11-24 | Enable krb5 authentication (from Gabriel Kihlman) and encryption | Bjorn Sandell |
2004-11-22 | .{N,O}x fixes; | Jason McIntyre |
2004-11-22 | More sensible error when both the -n and -A flags are used. Text OK jmc@ | Todd C. Miller |
2004-11-21 | clarify -A option; | Jason McIntyre |
2004-11-19 | options sort and sync usage(); | Jason McIntyre |
2004-11-17 | - \r\n fix for QUIT command | Bob Beck |
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino |
2004-11-10 | use ${STATIC} rather than -static. ok miod | Dale Rahn |
2004-11-09 | Avoid use after free(), slight optimization. From Patrick Latifi. | Otto Moerbeek |
2004-11-04 | some delint, grudging ok from otto, because it is messy stuff | Theo de Raadt |
2004-10-17 | Fix some problems related to LD_LIBRARY_PATH parsing where it would not | Dale Rahn |
2004-10-14 | Add dl_iterate_phdr() support. | Mark Kettenis |
2004-10-05 | Change the default passtime to 25 minutes, | Bob Beck |
2004-10-05 | change default to 451 for greylisting, thanks to a number of | Bob Beck |
2004-10-01 | Fix GOT reloc which had flaws in reloc processing. | Per Fogelstrom |
2004-09-30 | cope nicer with accept() failures, from freebsd; millert ok | Theo de Raadt |
2004-09-30 | handle unaligned in local relocs as well (c++) | Per Fogelstrom |
2004-09-28 | tweaks; | Jason McIntyre |
2004-09-28 | pass lint | Theo de Raadt |
2004-09-28 | login script to provide TIS Firewall Toolkit authentication | Todd C. Miller |
2004-09-23 | When doing relocs to .rodata this section must be RW protected. | Per Fogelstrom |
2004-09-21 | Automatically adapt to actual text/data alignment | Per Fogelstrom |
2004-09-21 | ELF64 and got ro prot | Per Fogelstrom |
2004-09-18 | ARGSUSED signal handler | Theo de Raadt |
2004-09-18 | fix pr 3914, spamd doesn't log only incoming with -I, | Bob Beck |
2004-09-18 | This should be info, from mike@tric.ru | Bob Beck |
2004-09-18 | ARGSUSED on signal handlers | Theo de Raadt |
2004-09-16 | more signal flag races; ok miod@ | Otto Moerbeek |