summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-01-19Add arc4random/getentropy shims for NetBSD.Brent Cook
2015-01-19store compat flags in struct ssh; ok djm@Markus Friedl
2015-01-19Oops, missed the new #include when manually applying the diff fromPhilip Guenther
2015-01-19adapt kex to sshbuf and struct ssh; ok djm@Markus Friedl
2015-01-19`wellspring' Apple keyboards found on Macbook Air need slightly differentMiod Vallat
2015-01-19Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic()Philip Guenther
2015-01-19move dispatch to struct ssh; ok djm@Markus Friedl
2015-01-19Log the remote user in the access.log.Florian Obser
2015-01-19s/clt_fcgi_remote_user/clt_remote_user/Florian Obser
2015-01-19Move doaccept() declaration from its .c file to sys/socketvar.h for usePhilip Guenther
2015-01-19update packet.c & isolate, introduce struct sshMarkus Friedl
2015-01-19Delete ABI compat for osockaddr: 20 years and many ABI bumps since sa_len addedPhilip Guenther
2015-01-19Prefer strdup() to malloc() + strcpy() and ftello() to ftell()Miod Vallat
2015-01-19Decouple auth parameters from struct server_config into struct auth.Reyk Floeter
2015-01-19Does not need netinet/ip_ipsp.hTheo de Raadt
2015-01-19Also print the fspace member of map entries when PRINT_VM_MAP_ENTRY isMark Kettenis
2015-01-19Remove dead store causing clang to warn; dhillMiod Vallat
2015-01-19use SYMLOOP_MAX rather than MAXSYMLINKSTheo de Raadt
2015-01-19mikeb points out that 'struct ipsec_policy' can also be hidden by _KERNELTheo de Raadt
2015-01-19remove #ifndef #define blocks trying to handle lack of BUFSIZTheo de Raadt