summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-01-18some feedback from markus@: comment hostkeys_foreach()Damien Miller
2015-01-18make ssh-keygen use hostkeys_foreach(). Removes someDamien Miller
2015-01-18convert load_hostkeys() (hostkey ordering and known_hostDamien Miller
2015-01-18Back out previous. HOST_NAME_MAX is only defined for newer POSIXTodd C. Miller
2015-01-18introduce hostkeys_foreach() to allow iteration over aDamien Miller
2015-01-18Forward declare 'struct file' so that libkvm and others that indirectly pullPhilip Guenther
2015-01-18Do not trust the content of event TRBs coming from the hardware andMartin Pieuchot
2015-01-18Stop including <sys/param.h> from <netdb.h>. Portable software must eitherTheo de Raadt
2015-01-18Eliminate a gcc warnings by not #defining _KERNEL when pulling inPhilip Guenther
2015-01-18more and better key testsDamien Miller
2015-01-18make the signature fuzzing test much more rigorous:Damien Miller
2015-01-18add a fuzz_matches_original() function to the fuzzer toDamien Miller
2015-01-18better dumps from the fuzzer (shown on errors) - include theDamien Miller
2015-01-18didn't mean to commit these changesDamien Miller
2015-01-18enable hostkey-agent.sh testDamien Miller
2015-01-18Implement sending syslog messages over TLS.Alexander Bluhm
2015-01-18tweak previousFlorian Obser
2015-01-18This size check was obviously commented out because of the incorrectMartin Pieuchot
2015-01-18Do not calculated the length of a report with an extra byte for theMartin Pieuchot
2015-01-18When restoring spsr values when handling traps use spsr_fsxc insteadJonathan Gray