summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-26Reenable the ld.so pre-install test; the "am I cross-compiling" test wasPhilip Guenther
2015-07-26Copy relocations can't be jump-slot relocations, so delete the test for that.Philip Guenther
2015-07-21When reading untrusted user files, don't risk blocking, such thatIngo Schwarze
2015-07-18remove note in BUGS about the he capability;Jason McIntyre
2015-07-16remove mention of hostname editingTed Unangst
2015-07-16remove ancient support for edited hostnames. ok deraadt (long ago)Ted Unangst
2015-07-06Trim trailing whitespace from the comsat message before callingTodd C. Miller
2015-07-06Add support for IPv6 by using getaddrinfo(). Our inetd.conf shipsTodd C. Miller
2015-07-03Correctly handle relative-type relocations; very old ld.so bug which gotMiod Vallat
2015-06-10breath->breadthStuart Henderson
2015-06-10Typos: equalivant, fucntion, libary.Miod Vallat
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-06-01In the lazy binding routine, make sure we actually allocate the stack we need,Miod Vallat
2015-05-29Make ld.so on alpha cope with binaries built with secureplt (where secure hereMiod Vallat
2015-05-26Better cross-compilation checkMiod Vallat
2015-05-22be pedantic with sizeof useJonathan Gray
2015-05-18Change spamd to use divert-to instead of rdr-to.Reyk Floeter
2015-05-06Fix a memory leak in _dl_load_dep_libs()Jonathan Gray
2015-04-28tidy up the prebind text; prompted by zhukJason McIntyre
2015-04-21When diff(1) finds differences, it returns an exit status of 1.Ingo Schwarze
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-14document missing argument; ok jmcTheo de Raadt
2015-04-14wrap a long lineTheo de Raadt
2015-04-14Log a more useful error message if ttyname() fails. OK deraadt@Todd C. Miller
2015-03-27In mount(8) output, do not misparse lines where fs_spec ends with theIngo Schwarze
2015-03-27If /etc/passwd contains incomplete lines ending before theIngo Schwarze
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@Todd C. Miller
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-03-13delete some rpc fd_set related externs which are not usedTheo de Raadt
2015-03-12Use poll(2) instead of select(2). A pointer to the struct pollfdTodd C. Miller
2015-02-22Set the TLS ciphers to "compat" mode, restoring the previous behaviour.Joel Sing
2015-02-15Don't use Aq macros when <> is intended; they are not the same thing.Anthony J. Bentley
2015-02-12Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALLJoel Sing
2015-02-08Fix cross-build. OK jsing@ miod@ guenther@ deraadt@Masao Uebayashi
2015-02-07put -G and it's args back onto one line in SYNOPSIS, to avoid having mandocJason McIntyre
2015-02-07add STARTTLS support, using the shiny libtls.Henning Brauer
2015-02-06Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries canTheo de Raadt
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-01-22delete annoying white space that annoyTheo de Raadt
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2015-01-20If _dl_progname exceeds half the syslog buffer, truncate it with "...",Theo de Raadt
2015-01-20Allocate a bit more memory to reduce the change of having toTodd C. Miller
2015-01-20Add support for tracing libraries in static PIE binaries. rcrt does notTheo de Raadt
2015-01-19Does not need netinet/ip_ipsp.hTheo de Raadt
2015-01-19gcc does not understand that the loop conditionally sets bsod beforeTheo de Raadt
2015-01-19CMASK went out of scope with the recent <sys/param.h> removal. But ohTheo de Raadt
2015-01-18do not require <a.out.h>Theo de Raadt
2015-01-17eliminate strcpy & strcat, by using strlcpy, strlcat or snprintf whereTheo de Raadt
2015-01-16<sys/param.h> to <limits.h> conversion. Verified binariesTheo de Raadt