summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-03bzero cmsgbuf before using it, silences valgrind warnings.Bryan Steele
2015-07-03Fix cast in atomic_swap_ptr()Miod Vallat
2015-07-03Switch to standard, non-historical sort(1) and join(1) usage. ok millert@Jeremie Courreges-Anglas
2015-07-03Correctly restore ipl in fpusave_proc() when we have to busy loop.Miod Vallat
2015-07-03Enable static pie on sparc; be sure to upgrade your compiler before yourMiod Vallat
2015-07-03static pie support for sparc.Miod Vallat
2015-07-03Link static pie binaries against rcrt0.oMiod Vallat
2015-07-03Correctly handle relative-type relocations; very old ld.so bug which gotMiod Vallat
2015-07-03There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories insemarie
2015-07-03vax-11/780 announced 1977, not 1978;Jason McIntyre
2015-07-03legacy v00 certificates are gone; adapt and don't try to test them;Damien Miller
2015-07-03another SSH_RSA_MINIMUM_MODULUS_SIZE that needed crankingDamien Miller
2015-07-03add an XXX reminder for getting correct key paths from sshd_configDamien Miller
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