summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-01-19mlk jr day is the third monday, and not just for new york.Ted Unangst
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
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
2015-01-19First step of hiding many kernel-only parts of <netinet/ip_ipsp.h>Theo de Raadt
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
2015-01-19Make use of an msr available on recent Intel processors to obtain theJonathan Gray
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingKenneth R Westerback
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
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
2015-01-19If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazyTheo de Raadt
2015-01-19replace local MIN() with MINIMUM()Theo de Raadt
2015-01-19pass the size of the softc to free.David Gwynne
2015-01-19be a bit more careful in these tests to ensure thatDamien Miller
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
2015-01-19like in ps(1), fetch the FSCALE value using sysctl rather than usingTheo de Raadt
2015-01-19move to <limits.h> universeTheo de Raadt
2015-01-19CMASK went out of scope with the recent <sys/param.h> removal. But ohTheo de Raadt
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
2015-01-19normalize formattingTheo de Raadt
2015-01-19cleanup sys/param.h commentTheo de Raadt
2015-01-19djm, your /usr/include tree is oldTheo de Raadt
2015-01-19The kernel doesn't actually care what a sockaddr's sa_len is on input,Philip Guenther
2015-01-18regression test for known_host file editing usingDamien Miller