Age | Commit message (Expand) | Author |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-07-26 | Reenable the ld.so pre-install test; the "am I cross-compiling" test was | Philip Guenther |
2015-07-26 | Copy relocations can't be jump-slot relocations, so delete the test for that. | Philip Guenther |
2015-07-21 | When reading untrusted user files, don't risk blocking, such that | Ingo Schwarze |
2015-07-18 | remove note in BUGS about the he capability; | Jason McIntyre |
2015-07-16 | remove mention of hostname editing | Ted Unangst |
2015-07-16 | remove ancient support for edited hostnames. ok deraadt (long ago) | Ted Unangst |
2015-07-06 | Trim trailing whitespace from the comsat message before calling | Todd C. Miller |
2015-07-06 | Add support for IPv6 by using getaddrinfo(). Our inetd.conf ships | Todd C. Miller |
2015-07-03 | Correctly handle relative-type relocations; very old ld.so bug which got | Miod Vallat |
2015-06-10 | breath->breadth | Stuart Henderson |
2015-06-10 | Typos: equalivant, fucntion, libary. | Miod Vallat |
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 |