Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Helg (xx404 (at) msn.com) | |||
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 | |
processing for Fn-key chords. From William Orr <will@worrbase.com> | |||
2015-01-19 | Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic() | Philip Guenther | |
From Helg (xx404 (at) msn.com) | |||
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 | |
Pointed out by, tweak & OK reyk@ | |||
2015-01-19 | s/clt_fcgi_remote_user/clt_remote_user/ | Florian Obser | |
OK reyk@ | |||
2015-01-19 | Move doaccept() declaration from its .c file to sys/socketvar.h for use | Philip Guenther | |
by compat/linux | |||
2015-01-19 | update packet.c & isolate, introduce struct ssh | Markus Friedl | |
a) switch packet.c to buffer api and isolate per-connection info into struct ssh b) (de)serialization of the state is moved from monitor to packet.c c) the old packet.c API is implemented in opacket.[ch] d) compress.c/h is removed and integrated into packet.c with and ok djm@ | |||
2015-01-19 | Delete ABI compat for osockaddr: 20 years and many ABI bumps since sa_len added | Philip Guenther | |
ok krw@ bluhm@ deraadt@ | |||
2015-01-19 | Prefer strdup() to malloc() + strcpy() and ftello() to ftell() | Miod Vallat | |
ok deraadt@ guenther@ millert@ | |||
2015-01-19 | Decouple auth parameters from struct server_config into struct auth. | Reyk Floeter | |
OK florian@ | |||
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 | |
requested. ok deraadt@ | |||
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 | |
ok millert | |||
2015-01-19 | mlk jr day is the third monday, and not just for new york. | Ted Unangst | |
from richard | |||
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 | |
There's no need for crazy casts of p_pctcpu in ORDERKEY_PCTCPU since kinfo_proc exports it as uint32_t. OK deraadt@ | |||
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 | |
wasn't checking that a KRL was not excluding valid keys | |||
2015-01-19 | First step of hiding many kernel-only parts of <netinet/ip_ipsp.h> | Theo de Raadt | |
under _KERNEL, and adjust the one consumer (netstat) so that it requests the exposure. Will take a few more rounds to get this right. ok mikeb | |||
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 | |
with getaddrinfo() or getnameinfo(), but keep HOST_NAME_MAX+1 when the hostname comes from gethostname(). No binary change; OK deraadt@ | |||
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray | |
maximum supported temperature, Tj(Max). As the temperature values are relative to this value this should make the sensor values more accurate. From Simon Mages. | |||
2015-01-19 | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | Todd C. Miller | |
description. | |||
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback | |
superflous '*' after '/*' and adding blank after terminating '$'. Also eases parsing of the lines by simple awk scripts. Aesthetic approval from tedu@. | |||
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 | |
reported by Jonas 'Sortie' Termansen | |||
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 | |
everything all the time, at the bequest of aja. (basically, we updated everything when runtime dependencies changed, even though we actually only care for wantlib, and hard dependencies, but those trigger bumps all over the tree) Experimental for now, turn on with -DSHORTENED. Likely to become the new default if nothing bad comes out of it. | |||
2015-01-19 | If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazy | Theo de Raadt | |
honouring systems before 4.3BSD. | |||
2015-01-19 | replace local MIN() with MINIMUM() | Theo de Raadt | |
2015-01-19 | pass the size of the softc to free. | David Gwynne | |
ok deraadt@ | |||
2015-01-19 | be a bit more careful in these tests to ensure that | Damien Miller | |
known_hosts is clean | |||
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 | |
using it, so it warns... Copy the warning silencing code from the same function in ../ld.so | |||
2015-01-19 | like in ps(1), fetch the FSCALE value using sysctl rather than using | Theo de Raadt | |
the header version ok guenther | |||
2015-01-19 | move to <limits.h> universe | Theo de Raadt | |
ok yasuoka | |||
2015-01-19 | CMASK went out of scope with the recent <sys/param.h> removal. But oh | Theo de Raadt | |
golly gee, ftpd can handle that itself due to the glorious old practice of #ifndef #define. Remove that junk. ok guenther | |||
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 | |
ok guenther |