summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archTheo de Raadt
2018-03-04Add if (D_VENDOR) check to last SUN_CYLCHECK block lacking it.Kenneth R Westerback
2018-03-04remove unnecessary headerGilles Chehade
2018-03-04various tweaks, in part to try and clean up the amount of verticalJason McIntyre
2018-03-04grow dmesg buffer - bigger machines showing upTheo de Raadt
2018-03-04when -n is used, no need to spit out "Missing parameters." beforeJason McIntyre
2018-03-04for the pty control tests, just check that the PTY path points toDamien Miller
2018-03-03Provide macro versions of SSL_CTX_set_min/max_proto_version and friendsJeremie Courreges-Anglas
2018-03-03Be specific on what is slowjob
2018-03-03Lowercase 'usage' and group -n with interface in it.Landry Breuil
2018-03-03Document the -n flag.Landry Breuil
2018-03-03Update RSA minimum modulus size to 1024. sshkey.h rev 1.18 bumpedDarren Tucker
2018-03-03unit tests for new authorized_keys options APIDamien Miller
2018-03-03switch over to the new authorized_keys options API and remove theDamien Miller
2018-03-03Introduce a new API for handling authorized_keys options. This APIDamien Miller
2018-03-03warn when the agent returns a signature type that was different toDamien Miller
2018-03-03Add missing comma.rob
2018-03-02apply a lick of paint; tweaks/ok dtuckerJason McIntyre
2018-03-02Protect the calls to ifpromisc() in bpf(4) with net lock. ThisAlexander Bluhm
2018-03-02Return monotonically increasing values.cheloha
2018-03-02Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now.Claudio Jeker
2018-03-02Fix reference clock frequency.Visa Hankala
2018-03-02Fix the locating of the OpenBSD disklabel on media with 2048 byteVisa Hankala
2018-03-02Tweak a couple of long lines.Kenneth R Westerback
2018-03-02Always call get_cpg() after calling get_bsize(). InitializeKenneth R Westerback
2018-03-02rework the description of encdebug to make it clear it's talkingJason McIntyre
2018-03-02syncTheo de Raadt
2018-03-02The UEFI specification states that a watchdog timer should be armed forJonathan Gray
2018-03-02Allow escaped quotes \" and \' in ssh_config and sshd_config quotesDamien Miller
2018-03-02fix testing of pty option, include positive test and testing ofDamien Miller
2018-03-02better testing for port-forwarding and restrict flags inDamien Miller
2018-03-02Refactor the countdown loop() to simplify it.cheloha
2018-03-02refactor sshkey_read() to make it a little more, err, readable.Damien Miller
2018-03-02syncTheo de Raadt
2018-03-02Add a manual page for lld from lld svn rev 326463 with options notJonathan Gray
2018-03-01AAPCS requires 8-byte alignment for 64-bit types. We missed this when weMark Kettenis
2018-03-01consistently spell "IPsec"; from raf czlonkaJason McIntyre
2018-03-01missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by jmc@Markus Friedl
2018-03-01Check for a negative value and overflow in getuint64() when performingTodd C. Miller
2018-03-01syncTheo de Raadt
2018-03-01Two new manual pages OPENSSL_sk_new(3) and STACK_OF(3), written fromIngo Schwarze
2018-03-01OpenBSD 6.4 packages keyChristian Weisgerber
2018-03-01openbsd 6.4 base keyTheo de Raadt
2018-03-01Don't overflow or underflow value when [+-] operatorsKenneth R Westerback
2018-03-01Avoid underflow under SUN_CYLCHECK when rounding partition size toKenneth R Westerback
2018-03-01Check return value of getuint64() for ULLONG_MAX, andKenneth R Westerback
2018-03-01When socket splicing is involved, delay the pool_put() after theAlexander Bluhm
2018-03-01Protect the calls to trapsignal() and psignal() with a kernel lockAlexander Bluhm
2018-03-01Expand formats in window and session names.Nicholas Marriott
2018-03-01add 6.4 firmware keyStuart Henderson