summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-03refuse to generate or accept RSA keys smaller than 1024 bits;Damien Miller
2015-07-03turn off 1024 bit diffie-hellman-group1-sha1 key exchange methodDamien Miller
2015-07-03delete support for legacy v00 certificates; "sure" markus@ dtucker@Damien Miller
2015-07-02most of the destinations for mbufs in ether_input are mpsafe except forDavid Gwynne
2015-07-02tweak MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED to only lookDavid Gwynne
2015-07-02Check the receive line count less strict to avoid false negatives.Alexander Bluhm
2015-07-02syncTheo de Raadt
2015-07-02To avoid copying the socket creation code for upcoming TCP listenAlexander Bluhm
2015-07-02syncTheo de Raadt
2015-07-02Make the i386 pmap (almost) mpsafe by protecting the pmap itself, the pvMark Kettenis
2015-07-02remove new_categories variable from global.semarie
2015-07-02Move back rdomain's check into ether_output() otherwise it triggersMartin Pieuchot
2015-07-02Unify the check for up & running between all pseudo-drivers.Martin Pieuchot
2015-07-02By design if_input_process() needs to hold a reference on the receivingMartin Pieuchot
2015-07-02copy MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED from alpha.David Gwynne
2015-07-02mikeb@ suggested making it clear that srp_enter and srp_leave pairsDavid Gwynne
2015-07-02shuffle the list of files so tsleep.9 isnt in the middle of all theDavid Gwynne
2015-07-02introduce srp, which according to the manpage i wrote is short forDavid Gwynne
2015-07-01don't expect SSH v.1 in unittestsDamien Miller
2015-07-01Compile-time disable SSH v.1 againDamien Miller
2015-07-01Use ksh style tests like in the rest of the installer scripts.Robert Peichaer
2015-07-01update currency exchange rates;Jason McIntyre
2015-07-01specify the array initializer valueBrent Cook
2015-07-01twiddle PermitRootLogin backDamien Miller
2015-07-01twiddle; (this commit marks the openssh-6.9 release)Damien Miller
2015-07-01better refuse ForwardX11Trusted=no connections attempted afterDamien Miller
2015-07-01put back default PermitRootLogin=noDamien Miller
2015-07-01openssh-6.9Damien Miller
2015-07-01reset default PermitRootLogin to 'yes' (momentarily, for release)Damien Miller
2015-06-30cosmetic comma is not really necessary, better to have a raw list of packages...Marc Espie
2015-06-30new sentence, new line;Jason McIntyre
2015-06-30Sort the syslogd getopt string and switch cases according to theAlexander Bluhm
2015-06-30Get rid of the undocumented & temporary* m_copy() macro added forMartin Pieuchot
2015-06-30Rename if_output() into if_enqueue() to avoid confusion with commentsMartin Pieuchot
2015-06-30Add tests for syslog -U.Alexander Bluhm
2015-06-30Add a -U command line switch for syslogd to specify an explict bindAlexander Bluhm
2015-06-30Move the specialized m_copym2() preserving the alignment of the payloadMartin Pieuchot
2015-06-30Clean up a needless check in an if statement.Mike Larkin
2015-06-30Add a small paragraph about some difference with Lua implementation.semarie
2015-06-30Add "sd" to be specifiedit as "rootdev=" boot parameter.YASUOKA Masahiko
2015-06-30fatal() when a remote window update causes the window value toDamien Miller
2015-06-30Fix math error in remote window calculations that causes eventual stallsDamien Miller
2015-06-29add getpid to sandbox, reachable by grace_alarm_handlerDamien Miller
2015-06-29Make this pass again on 32-bit platforms.Miod Vallat
2015-06-29syncTheo de Raadt
2015-06-29Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT"Mike Belopuhov
2015-06-29Clear root hub's "port link state".Martin Pieuchot
2015-06-29Move the logic to handle a "connect status change" from uhub_explore()Martin Pieuchot
2015-06-29After removing the p_swtime from the kernel, ps always printed 0.0Alexander Bluhm
2015-06-29Add test for blocks in syslog.conf constructed with the +host andAlexander Bluhm