| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-01-19 | Fix -S flag for non-root; from Ewen McNeill (closes PR 4066) |  millert | 1 | -2/+2 |
| 2005-01-19 | clarification; ok beck |  deraadt | 1 | -6/+13 |
| 2005-01-13 | handle |  espie | 1 | -1/+3 |
| 2005-01-09 | set %dp before any constructors get to run; found and debugged w/ niklas@ |  mickey | 2 | -2/+20 |
| 2005-01-04 | add some snprintf sanity checks. |  moritz | 1 | -3/+3 |
| 2005-01-04 | add some more snprintf sanity checks and fix two previously added checks. |  moritz | 1 | -5/+11 |
| 2004-12-24 | streamline parser loops, now we've got a simple loop with flags, instead |  espie | 2 | -126/+113 |
| 2004-12-22 | some -Wimplicit-function-declaration cleaning; ok millert@ |  david | 1 | -1/+2 |
| 2004-12-20 | change mail address |  moritz | 2 | -4/+4 |
| 2004-12-11 | make syscalls in the monitor restartable when signals occur, as was |  moritz | 3 | -53/+26 |
| 2004-12-06 | seperate reply_r, like earlier change but safer; moritz ok |  deraadt | 2 | -6/+32 |
| 2004-12-06 | make signal blocking a lot easier. |  moritz | 1 | -12/+2 |
| 2004-12-04 | reply() used to play a lot with stdout, expecially fflush(stdout). |  deraadt | 2 | -19/+20 |
| 2004-12-04 | fix a signal race which could kill unrelated processes. |  moritz | 1 | -8/+17 |
| 2004-12-03 | make reply() reentrant. fixes a signal race. |  moritz | 2 | -20/+19 |
| 2004-12-01 | fix dlsym(RTLD_NEXT,...) when called from the last shared object |  kurt | 1 | -2/+7 |
| 2004-11-29 | fix nasty signal races by blocking signals in signal handlers. |  henning | 1 | -1/+11 |
| 2004-11-28 | logging fixes: |  henning | 1 | -5/+5 |
| 2004-11-28 | use gettimeofday() instead of time() in functions called from signal handlers; henning ok |  deraadt | 2 | -6/+10 |
| 2004-11-28 | slave_pid -1 by default, not 0, and reset to -1 when it goes away, with theo |  henning | 1 | -5/+7 |
| 2004-11-28 | bump version |  henning | 1 | -3/+3 |
| 2004-11-28 | remove no longer appropriate bugs section |  henning | 1 | -9/+1 |
| 2004-11-28 | fix ttyline setting, fixes proctitle. |  henning | 2 | -4/+9 |
| 2004-11-28 | privilege seperate ftpd |  henning | 7 | -55/+734 |
| 2004-11-24 | Enable krb5 authentication (from Gabriel Kihlman) and encryption |  biorn | 1 | -2/+3 |
| 2004-11-22 | .{N,O}x fixes; |  jmc | 2 | -5/+5 |
| 2004-11-22 | More sensible error when both the -n and -A flags are used. Text OK jmc@ |  millert | 1 | -3/+6 |
| 2004-11-21 | clarify -A option; |  jmc | 1 | -2/+6 |
| 2004-11-19 | options sort and sync usage(); |  jmc | 2 | -11/+13 |
| 2004-11-17 | - \r\n fix for QUIT command |  beck | 1 | -2/+12 |
| 2004-11-17 | remove NI_WITHSCOPEID (which is not standard) |  itojun | 2 | -11/+3 |
| 2004-11-10 | use ${STATIC} rather than -static. ok miod |  drahn | 1 | -2/+2 |
| 2004-11-09 | Avoid use after free(), slight optimization. From Patrick Latifi. |  otto | 1 | -12/+14 |
| 2004-11-04 | some delint, grudging ok from otto, because it is messy stuff |  deraadt | 1 | -16/+13 |
| 2004-10-17 | Fix some problems related to LD_LIBRARY_PATH parsing where it would not |  drahn | 3 | -8/+39 |
| 2004-10-14 | Add dl_iterate_phdr() support. |  kettenis | 1 | -1/+28 |
| 2004-10-05 | Change the default passtime to 25 minutes, |  beck | 2 | -4/+4 |
| 2004-10-05 | change default to 451 for greylisting, thanks to a number of |  beck | 2 | -4/+4 |
| 2004-10-01 | Fix GOT reloc which had flaws in reloc processing. |  pefo | 1 | -4/+13 |
| 2004-09-30 | cope nicer with accept() failures, from freebsd; millert ok |  deraadt | 1 | -5/+7 |
| 2004-09-30 | handle unaligned in local relocs as well (c++) |  pefo | 1 | -5/+12 |
| 2004-09-28 | tweaks; |  jmc | 1 | -6/+6 |
| 2004-09-28 | pass lint |  deraadt | 1 | -2/+7 |
| 2004-09-28 | login script to provide TIS Firewall Toolkit authentication |  millert | 5 | -2/+899 |
| 2004-09-23 | When doing relocs to .rodata this section must be RW protected. |  pefo | 1 | -2/+3 |
| 2004-09-21 | Automatically adapt to actual text/data alignment |  pefo | 1 | -5/+12 |
| 2004-09-21 | ELF64 and got ro prot |  pefo | 3 | -47/+41 |
| 2004-09-18 | ARGSUSED signal handler |  deraadt | 1 | -1/+3 |
| 2004-09-18 | fix pr 3914, spamd doesn't log only incoming with -I, |  beck | 1 | -8/+9 |
| 2004-09-18 | This should be info, from mike@tric.ru |  beck | 1 | -2/+2 |