summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2014-11-03Eliminate RTLD_PROTECT_PLT: ld.so is built with -Bsymbolic so thePhilip Guenther
2014-11-03reduce dependency on passwd. just call bcrypt_newhash to do the dummy work.Ted Unangst
2014-11-03arc4random_uniform() transformation was off, resulting in badly skewedPhilip Guenther
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-19Revert last commit due to changed semantics found by make release.Doug Hogan
2014-10-18Better POSIX compliance in realpath(3).Doug Hogan
2014-10-18Convert some malloc() and realloc() calls to reallocarray().Doug Hogan
2014-10-18Simple malloc() to reallocarray() conversion.Doug Hogan
2014-10-11Fix manpage: -y only takes interface names, and doesnt take ip addresses.Landry Breuil
2014-10-11obvious reallocarrayTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-09obvious reallocarray() conversionsTheo de Raadt
2014-10-08obvious reallocarray() use for * int overflow; ok dougTheo de Raadt
2014-10-08remove useless castTheo de Raadt
2014-10-08do not need a cast from void *Theo de Raadt
2014-10-05we use tradcpp instead; ok jsgTheo de Raadt
2014-09-22Correct the token used.Brad Smith
2014-09-16use crypt_checkpass function to make things simpleTed Unangst
2014-09-16less sendmail;Jason McIntyre
2014-09-16less sendmail;Jason McIntyre
2014-09-16no need to Xr sendmail here;Jason McIntyre
2014-09-15Remove non-standard <sys/dkstat.h> header. It has not contained anythingMiod Vallat
2014-09-01Sync readlink(2) with IEEE Std 1003.1-2008.Doug Hogan
2014-09-01Simplify the syslog.conf example: .info means that *and higher*Philip Guenther
2014-08-30Make the handling of PLT entries above the 32k mark thread-safe.Philip Guenther
2014-08-25Delete secret or secret-derived data with explicit_bzero.Doug Hogan
2014-08-19ld.so(1): Missing stack var initializationMasao Uebayashi
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2014-08-08some basic fixes;Jason McIntyre
2014-08-08Add support for using - as shorthand for stdin/stdout in tradcpp.Jonathan Gray
2014-07-30unhook auxcppJonathan Gray
2014-07-30descend into tradcppJonathan Gray
2014-07-30Add tradcpp 0.4, a standalone traditional whitespace preserving cppJonathan Gray
2014-07-28_dl_sigprocmask() works better when it actually saves the returned sigmaskPhilip Guenther
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-14The file /etc/exports is now optional and not installed by default,Ingo Schwarze
2014-07-14explicit copyright, as authorized by Thomas. Thanks!Marc Espie
2014-07-14Now that we have sendsyslog(2), we can directly use it in theTheo de Raadt
2014-07-12Hook auxcppMatthieu Herrb
2014-07-12Eliminate strcpy() and sprintf() in auxcpp. ok deraadt@Matthieu Herrb
2014-07-12Local tweaks to ucpp:Matthieu Herrb
2014-07-12Rename the manual page to auxcpp.1Matthieu Herrb
2014-07-12BSD Makefile for auxcppMatthieu Herrb
2014-07-12Import a copy of ucpp, lightweight cpp that doesn't dependMatthieu Herrb
2014-07-11using COPTS is probably better than CFLAGSTheo de Raadt
2014-07-10check all memory allocations; ok miod@ guenther@Otto Moerbeek
2014-07-10typo in previousMiod Vallat
2014-07-09Use O_CLOEXEC to make sure fork+exec in a threaded process can'tPhilip Guenther
2014-07-09_dl_fcntl() is no longer used; kill the stubsPhilip Guenther
2014-07-09Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY insteadPhilip Guenther