Age | Commit message (Expand) | Author |
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 |
2014-12-30 | Fix handling of R_MIPS_REL32_64 relocations that reference a symbol. | Mark Kettenis |
2014-12-29 | Minor cleanup: | Todd C. Miller |
2014-12-27 | Static PIE for mips64. Still something not quite right as a full make build | Mark Kettenis |
2014-12-27 | Make ld.so process only R_ALPHA_RELATIVE relocations during early GOT | Mark Kettenis |
2014-12-24 | Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL value | Kurt Miller |
2014-12-22 | Self-relocation code for i386. | Kurt Miller |
2014-12-22 | Static PIE has been delayed for quite a while. By pushing hard with pascal | Theo de Raadt |
2014-12-22 | Introduce new csu0 variant for -static -pie binaries to use called | Kurt Miller |
2014-12-19 | place the afterinstall: target correctly for static-only architectures | Theo de Raadt |
2014-12-16 | install both ld.so with mode 444 | Theo de Raadt |
2014-12-16 | Install a copy of ld.so into /sbin. Soon to be used in order to make "static" | Pascal Stumpf |
2014-12-14 | Revert r1.10: properly built shared libraries will never have any DISP26 | Miod Vallat |
2014-12-09 | avoid void arithmetic. from david carlier | Ted Unangst |
2014-12-04 | AnonCVS is designed to work with a user account that has no password and a | Ingo Schwarze |
2014-12-02 | some minor fixes from martin natano; | Jason McIntyre |