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