summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-20Revert some $OpenBSD$ additions about which there are doubts.Kenneth R Westerback
2015-01-20Revert some $OpenBSD$ additions about which there are doubts.Kenneth R Westerback
2015-01-20Revert some $OpenBSD$ additions about which there are doubts.Kenneth R Westerback
2015-01-20Make ix(4) work on strict alignment architectures. The Intel networkingMark Kettenis
2015-01-20We do not support AIO, so comment it out in the kqueue(2) manpage for now.Reyk Floeter
2015-01-20typo in comment ;) ok nicmStuart Henderson
2015-01-20Check for out-of-range indices when searching the default dac and adc.Alexandre Ratchov
2015-01-20Split out from rdist/defs.h the client-only and server-only bits intoPhilip Guenther
2015-01-20Support blinking cursor mode, both the xterm CSI ?12 h/l and (theNicholas Marriott
2015-01-20this test would accidentally delete agent.sh if run without obj/Damien Miller
2015-01-20make this compile with KERBEROS5 enabledDamien Miller
2015-01-20fix hostkeys in agent; ok markus@Damien Miller
2015-01-20Change the machdep.lidsupsend example now that the default setting has beenTheo de Raadt
2015-01-20We all have syslog() now; assume LOG_PID and LOG_DAEMONPhilip Guenther
2015-01-20Change the machdep.lidsupsend example now that the default setting has beenMiod Vallat
2015-01-20Move MF_* to message.c tooPhilip Guenther
2015-01-20Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedefPhilip Guenther
2015-01-20rework the audio key handling to allocate a message to send to theDavid Gwynne
2015-01-20Fix size of the bcopy when extracting the MAC address.Brad Smith
2015-01-20Don't use utime(), so don't need <utime.h>Philip Guenther
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2015-01-20Remove use of the link change interrupt handling, not all controllersBrad Smith
2015-01-20Some fixes for handling link state changes.Brad Smith
2015-01-20And the variable too.Brad Smith
2015-01-20SELECT_FD_TYPE is obsoletePhilip Guenther
2015-01-20Back out a chunk of rev 1.34 that wasn't supposed to go in with theBrad Smith
2015-01-20printf wasn't supposed to go in.Brad Smith
2015-01-20Move #include <syslog.h> to the one file that needs itPhilip Guenther
2015-01-20Add support for tracing libraries in static PIE binaries. rcrt does notTheo de Raadt
2015-01-20#include <sys/syslimits.h> to allow operation without requiring the noiseTheo de Raadt
2015-01-19DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer usedTheo de Raadt
2015-01-19Routing sockets are here to stay, so delete the wrapper that would use thePhilip Guenther
2012-08-16basic randomdata regression testsMatthew Dempsky
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2005-09-22Test if a program exits when some of it's symbols are not found.Dale Rahn
1995-10-18initial import of NetBSD treeTheo de Raadt
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-19Prefer linux_sockaddr over osockaddr, so the latter can go away.Philip Guenther
2015-01-19back it out properlyTheo de Raadt
2015-01-19never tested with a make releaseTheo de Raadt
2015-01-19Talk about thread-local errno and do not mention "extern int errno".Todd C. Miller
2015-01-19The kernel doesn't actually care what a sockaddr's sa_len is on input,Philip Guenther
2015-01-19No need to include pfvar.h, another leftover from relayd. It was alsoReyk Floeter
2015-01-19Use initial assignment of action to check for errors.Brent Cook
2015-01-19finally enable the KEX tests I wrote some years ago...Markus Friedl
2015-01-19adapt to new error message (SSH_ERR_MAC_INVALID)Markus Friedl
2015-01-19switch ssh-keyscan from setjmp to multiple ssh transport layer instancesMarkus Friedl
2015-01-19add experimental api for packet layer; ok djm@Markus Friedl
2015-01-19Missing initialization; tjenahej@speedmail.seMiod Vallat