Age | Commit message (Expand) | Author |
2015-01-20 | printf wasn't supposed to go in. | Brad Smith |
2015-01-20 | Move #include <syslog.h> to the one file that needs it | Philip Guenther |
2015-01-20 | Add support for tracing libraries in static PIE binaries. rcrt does not | Theo de Raadt |
2015-01-20 | #include <sys/syslimits.h> to allow operation without requiring the noise | Theo de Raadt |
2015-01-19 | DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used | Theo de Raadt |
2015-01-19 | Routing sockets are here to stay, so delete the wrapper that would use the | Philip Guenther |
2012-08-16 | basic randomdata regression tests | Matthew Dempsky |
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2005-09-22 | Test if a program exits when some of it's symbols are not found. | Dale Rahn |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller |
2015-01-19 | Prefer linux_sockaddr over osockaddr, so the latter can go away. | Philip Guenther |
2015-01-19 | back it out properly | Theo de Raadt |
2015-01-19 | never tested with a make release | Theo de Raadt |
2015-01-19 | Talk about thread-local errno and do not mention "extern int errno". | Todd C. Miller |
2015-01-19 | The kernel doesn't actually care what a sockaddr's sa_len is on input, | Philip Guenther |
2015-01-19 | No need to include pfvar.h, another leftover from relayd. It was also | Reyk Floeter |
2015-01-19 | Use initial assignment of action to check for errors. | Brent Cook |
2015-01-19 | finally enable the KEX tests I wrote some years ago... | Markus Friedl |
2015-01-19 | adapt to new error message (SSH_ERR_MAC_INVALID) | Markus Friedl |
2015-01-19 | switch ssh-keyscan from setjmp to multiple ssh transport layer instances | Markus Friedl |
2015-01-19 | add experimental api for packet layer; ok djm@ | Markus Friedl |
2015-01-19 | Missing initialization; tjenahej@speedmail.se | Miod Vallat |
2015-01-19 | Add arc4random/getentropy shims for NetBSD. | Brent Cook |
2015-01-19 | store compat flags in struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | Oops, missed the new #include when manually applying the diff from | Philip Guenther |
2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | `wellspring' Apple keyboards found on Macbook Air need slightly different | Miod Vallat |
2015-01-19 | Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic() | Philip Guenther |
2015-01-19 | move dispatch to struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | Log the remote user in the access.log. | Florian Obser |
2015-01-19 | s/clt_fcgi_remote_user/clt_remote_user/ | Florian Obser |
2015-01-19 | Move doaccept() declaration from its .c file to sys/socketvar.h for use | Philip Guenther |
2015-01-19 | update packet.c & isolate, introduce struct ssh | Markus Friedl |
2015-01-19 | Delete ABI compat for osockaddr: 20 years and many ABI bumps since sa_len added | Philip Guenther |
2015-01-19 | Prefer strdup() to malloc() + strcpy() and ftello() to ftell() | Miod Vallat |
2015-01-19 | Decouple auth parameters from struct server_config into struct auth. | Reyk Floeter |
2015-01-19 | Does not need netinet/ip_ipsp.h | Theo de Raadt |
2015-01-19 | Also print the fspace member of map entries when PRINT_VM_MAP_ENTRY is | Mark Kettenis |
2015-01-19 | Remove dead store causing clang to warn; dhill | Miod Vallat |
2015-01-19 | use SYMLOOP_MAX rather than MAXSYMLINKS | Theo de Raadt |
2015-01-19 | mikeb points out that 'struct ipsec_policy' can also be hidden by _KERNEL | Theo de Raadt |
2015-01-19 | remove #ifndef #define blocks trying to handle lack of BUFSIZ | Theo de Raadt |
2015-01-19 | mlk jr day is the third monday, and not just for new york. | Ted Unangst |
2015-01-19 | SYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAX | Theo de Raadt |
2015-01-19 | Kill loadavg.h and just use the fscale value directly. | Todd C. Miller |
2015-01-19 | sparc also needs <machine/param.h> for CPU_SUN*. | Miod Vallat |
2015-01-19 | fix format strings in (disabled) debugging | Damien Miller |
2015-01-19 | this test was broken in at least two ways, such that it | Damien Miller |