Age | Commit message (Expand) | Author |
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 |
2015-01-19 | First step of hiding many kernel-only parts of <netinet/ip_ipsp.h> | Theo de Raadt |
2015-01-19 | cleanup of the SMALL hiding from Mathias Svensson | Theo de Raadt |
2015-01-19 | Replace HOST_NAME_MAX+1 with NI_MAXHOST when the hostname is used | Alexander Bluhm |
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray |
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2015-01-19 | Remove unnecessary <netinet/ip_ipsp.h> includes | Mike Belopuhov |
2015-01-19 | Back out changes unrelated to the ENAMETOOLONG diff. | Todd C. Miller |
2015-01-19 | <netinet6/in6_ifattach.h> is not needed here. | Martin Pieuchot |
2015-01-19 | remove a couple of unused headers. | Brent Cook |
2015-01-19 | Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. | Nicholas Marriott |
2015-01-19 | Only care about other permissions, allow group to be set. | Nicholas Marriott |
2015-01-19 | Remove unnecessary duplicate S_ISDIR check, from Dmitri Paduchikh. | Nicholas Marriott |
2015-01-19 | add a specialized version of version compares that should not update | Marc Espie |
2015-01-19 | If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazy | Theo de Raadt |
2015-01-19 | replace local MIN() with MINIMUM() | Theo de Raadt |
2015-01-19 | pass the size of the softc to free. | David Gwynne |
2015-01-19 | be a bit more careful in these tests to ensure that | Damien Miller |
2015-01-19 | white space fixes. no binary change. | David Gwynne |
2015-01-19 | gcc does not understand that the loop conditionally sets bsod before | Theo de Raadt |
2015-01-19 | like in ps(1), fetch the FSCALE value using sysctl rather than using | Theo de Raadt |
2015-01-19 | move to <limits.h> universe | Theo de Raadt |
2015-01-19 | CMASK went out of scope with the recent <sys/param.h> removal. But oh | Theo de Raadt |
2015-01-19 | unneccessary cmask variable; ok guenther | Theo de Raadt |
2015-01-19 | If UID_MAX is not defined, this should fail to compile. | Theo de Raadt |
2015-01-19 | normalize formatting | Theo de Raadt |
2015-01-19 | cleanup sys/param.h comment | Theo de Raadt |
2015-01-19 | djm, your /usr/include tree is old | Theo de Raadt |
2015-01-19 | The kernel doesn't actually care what a sockaddr's sa_len is on input, | Philip Guenther |
2015-01-18 | regression test for known_host file editing using | Damien Miller |