| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-05-29 | Make ld.so on alpha cope with binaries built with secureplt (where secure here |  miod | 2 | -39/+130 |
| 2015-05-26 | Better cross-compilation check |  miod | 1 | -2/+2 |
| 2015-05-22 | be pedantic with sizeof use |  jsg | 1 | -2/+2 |
| 2015-05-18 | Change spamd to use divert-to instead of rdr-to. |  reyk | 4 | -105/+18 |
| 2015-05-06 | Fix a memory leak in _dl_load_dep_libs() |  jsg | 1 | -1/+3 |
| 2015-04-28 | tidy up the prebind text; prompted by zhuk |  jmc | 1 | -12/+11 |
| 2015-04-21 | When diff(1) finds differences, it returns an exit status of 1. |  schwarze | 1 | -2/+6 |
| 2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 3 | -23/+25 |
| 2015-04-14 | document missing argument; ok jmc |  deraadt | 1 | -3/+11 |
| 2015-04-14 | wrap a long line |  deraadt | 1 | -4/+4 |
| 2015-04-14 | Log a more useful error message if ttyname() fails. OK deraadt@ |  millert | 1 | -2/+10 |
| 2015-03-27 | In mount(8) output, do not misparse lines where fs_spec ends with the |  schwarze | 1 | -2/+2 |
| 2015-03-27 | If /etc/passwd contains incomplete lines ending before the |  schwarze | 1 | -3/+12 |
| 2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ |  millert | 1 | -2/+2 |
| 2015-03-15 | tzfile.h is an internal header that should never have been installed. |  millert | 1 | -2/+1 |
| 2015-03-13 | delete some rpc fd_set related externs which are not used |  deraadt | 1 | -4/+1 |
| 2015-03-12 | Use poll(2) instead of select(2). A pointer to the struct pollfd |  millert | 1 | -97/+103 |
| 2015-02-22 | Set the TLS ciphers to "compat" mode, restoring the previous behaviour. |  jsing | 1 | -2/+5 |
| 2015-02-15 | Don't use Aq macros when <> is intended; they are not the same thing. |  bentley | 1 | -7/+7 |
| 2015-02-12 | Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL |  jsing | 1 | -1/+3 |
| 2015-02-08 | Fix cross-build. OK jsing@ miod@ guenther@ deraadt@ |  uebayasi | 1 | -1/+3 |
| 2015-02-07 | put -G and it's args back onto one line in SYNOPSIS, to avoid having mandoc |  jmc | 1 | -7/+4 |
| 2015-02-07 | add STARTTLS support, using the shiny libtls. |  henning | 3 | -17/+135 |
| 2015-02-06 | Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can |  deraadt | 1 | -2/+2 |
| 2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the |  millert | 1 | -4/+4 |
| 2015-01-22 | delete annoying white space that annoy |  deraadt | 7 | -31/+31 |
| 2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when |  deraadt | 1 | -2/+2 |
| 2015-01-20 | If _dl_progname exceeds half the syslog buffer, truncate it with "...", |  deraadt | 1 | -2/+5 |
| 2015-01-20 | Allocate a bit more memory to reduce the change of having to |  millert | 1 | -9/+13 |
| 2015-01-20 | Add support for tracing libraries in static PIE binaries. rcrt does not |  deraadt | 1 | -20/+39 |
| 2015-01-19 | Does not need netinet/ip_ipsp.h |  deraadt | 1 | -2/+1 |
| 2015-01-19 | gcc does not understand that the loop conditionally sets bsod before |  deraadt | 1 | -1/+2 |
| 2015-01-19 | CMASK went out of scope with the recent <sys/param.h> removal. But oh |  deraadt | 1 | -6/+2 |
| 2015-01-18 | do not require <a.out.h> |  deraadt | 2 | -4/+2 |
| 2015-01-17 | eliminate strcpy & strcat, by using strlcpy, strlcat or snprintf where |  deraadt | 3 | -13/+7 |
| 2015-01-16 | <sys/param.h> to <limits.h> conversion. Verified binaries |  deraadt | 21 | -55/+40 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 21 | -71/+82 |
| 2015-01-16 | adjust to HOST_NAME_MAX+1 & LOGIN_NAME_MAX |  deraadt | 1 | -4/+4 |
| 2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> |  schwarze | 4 | -40/+26 |
| 2015-01-14 | Replace "errx(1, "malloc failed")" with "err(1, NULL)" to get |  millert | 1 | -9/+9 |
| 2015-01-13 | Move debug printf for duplicate af to correct location. |  millert | 1 | -7/+9 |
| 2015-01-13 | Remove bogus getopt.h include. |  millert | 1 | -2/+1 |
| 2015-01-13 | Fix printing of number of whitelist entries in debug mode. |  millert | 1 | -4/+7 |
| 2015-01-13 | Use address-family specific lists of addr/mask entries instead of |  millert | 5 | -192/+332 |
| 2015-01-08 | Avoid a crash (free of bogus pointer) when there is a syntax error |  millert | 1 | -13/+18 |
| 2014-12-30 | Use a 1MB realloc() increment instead of an 8KB one for the config |  millert | 1 | -24/+12 |
| 2014-12-30 | self-relocating crt0 bits for sh, and enable static pie by default. With some |  miod | 1 | -1/+3 |
| 2014-12-30 | Clean up and optimize _dl_start a bit by using immediate addressing for |  miod | 1 | -35/+17 |
| 2014-12-30 | Fix handling of R_MIPS_REL32_64 relocations that reference a symbol. |  kettenis | 1 | -3/+3 |
| 2014-12-29 | Minor cleanup: |  millert | 1 | -26/+10 |