summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Helg (xx404 (at) msn.com)
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
processing for Fn-key chords. From William Orr <will@worrbase.com>
2015-01-19Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic()Philip Guenther
From Helg (xx404 (at) msn.com)
2015-01-19move dispatch to struct ssh; ok djm@Markus Friedl
2015-01-19Log the remote user in the access.log.Florian Obser
Pointed out by, tweak & OK reyk@
2015-01-19s/clt_fcgi_remote_user/clt_remote_user/Florian Obser
OK reyk@
2015-01-19Move doaccept() declaration from its .c file to sys/socketvar.h for usePhilip Guenther
by compat/linux
2015-01-19update packet.c & isolate, introduce struct sshMarkus 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-19Delete ABI compat for osockaddr: 20 years and many ABI bumps since sa_len addedPhilip Guenther
ok krw@ bluhm@ deraadt@
2015-01-19Prefer strdup() to malloc() + strcpy() and ftello() to ftell()Miod Vallat
ok deraadt@ guenther@ millert@
2015-01-19Decouple auth parameters from struct server_config into struct auth.Reyk Floeter
OK florian@
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
requested. ok deraadt@
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
ok millert
2015-01-19mlk jr day is the third monday, and not just for new york.Ted Unangst
from richard
2015-01-19SYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAXTheo de Raadt
2015-01-19Kill 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-19sparc also needs <machine/param.h> for CPU_SUN*.Miod Vallat
2015-01-19fix format strings in (disabled) debuggingDamien Miller
2015-01-19this test was broken in at least two ways, such that itDamien Miller
wasn't checking that a KRL was not excluding valid keys
2015-01-19First 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-19cleanup of the SMALL hiding from Mathias SvenssonTheo de Raadt
2015-01-19Replace HOST_NAME_MAX+1 with NI_MAXHOST when the hostname is usedAlexander Bluhm
with getaddrinfo() or getnameinfo(), but keep HOST_NAME_MAX+1 when the hostname comes from gethostname(). No binary change; OK deraadt@
2015-01-19Make use of an msr available on recent Intel processors to obtain theJonathan 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-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
description.
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingKenneth 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-19Remove unnecessary <netinet/ip_ipsp.h> includesMike Belopuhov
2015-01-19Back 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-19remove a couple of unused headers.Brent Cook
reported by Jonas 'Sortie' Termansen
2015-01-19Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR.Nicholas Marriott
2015-01-19Only care about other permissions, allow group to be set.Nicholas Marriott
2015-01-19Remove unnecessary duplicate S_ISDIR check, from Dmitri Paduchikh.Nicholas Marriott
2015-01-19add a specialized version of version compares that should not updateMarc 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-19If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazyTheo de Raadt
honouring systems before 4.3BSD.
2015-01-19replace local MIN() with MINIMUM()Theo de Raadt
2015-01-19pass the size of the softc to free.David Gwynne
ok deraadt@
2015-01-19be a bit more careful in these tests to ensure thatDamien Miller
known_hosts is clean
2015-01-19white space fixes. no binary change.David Gwynne
2015-01-19gcc does not understand that the loop conditionally sets bsod beforeTheo de Raadt
using it, so it warns... Copy the warning silencing code from the same function in ../ld.so
2015-01-19like in ps(1), fetch the FSCALE value using sysctl rather than usingTheo de Raadt
the header version ok guenther
2015-01-19move to <limits.h> universeTheo de Raadt
ok yasuoka
2015-01-19CMASK went out of scope with the recent <sys/param.h> removal. But ohTheo 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-19unneccessary cmask variable; ok guentherTheo de Raadt
2015-01-19If UID_MAX is not defined, this should fail to compile.Theo de Raadt
ok guenther