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