summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-08Just a bit of KNF.Claudio Jeker
2020-05-08Do not wait indefinitely for flushing when closing a tty.Martin Pieuchot
2020-05-08fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@Damien Miller
2020-05-08less ugly upstream namesTheo de Raadt
2020-05-07On receiving a handshake or alert record with empty inner plaintext,Theo Buehler
2020-05-07post-6.7 development continuesTheo de Raadt
2020-05-06openssh-8.3; ok deraadt@Damien Miller
2020-05-06another case where a utimes() failure could make scp send aDamien Miller
2020-05-06Currently LibreSSL reports an unknown SSL_internal error. AdjustAlexander Bluhm
2020-05-06Only allow forkmda() to be called from a local action dispatcher.Todd C. Miller
2020-05-06Bump LibreSSL version to 3.1.1Theo Buehler
2020-05-06The error message from LibreSSL has changed. Adjust regex in test.Alexander Bluhm
2020-05-06Same fix for ospfd lsupdate.c applies in ospf6d as well.Claudio Jeker
2020-05-06Do not use the pointer returned by ibuf_reserve() after calling anotherClaudio Jeker
2020-05-06rpki-client is only interested in real files. Don't tell rsync toClaudio Jeker
2020-05-06Do sanity checks in ip6_pullexthdr() preventing a panic in m_copydata(9).Martin Pieuchot
2020-05-05Purge the ic_bss->ni_savedq mbuf queue when a wireless interface goes down.Stefan Sperling
2020-05-05watch the /.profile and the /.cshrc in the root directory;Ingo Schwarze
2020-05-05Revert parts of CVS commit Jdqd26bn9Ev6aFMc ("Fix processing of compressedStefan Sperling
2020-05-04Remove redundant code testing if a terminal is a usb stream.Alexandre Ratchov
2020-05-04Use a larger (2048 bit) RSA test key.Joel Sing
2020-05-04Using int64_t together with printf %llu is not portable. Either add aClaudio Jeker
2020-05-04leave -beta.Theo de Raadt
2020-05-04Check v6 availablilty mask instead of v4.Gerhard Roth
2020-05-04Partially reverse a commit from 2019/12/28denis
2020-05-04Fix out-of-bounds access in tables[][] that was exposed in bluhm'sTheo Buehler
2020-05-04tcpbench: display stats on SIGINFO, not just at exit. ok tb@ procter@ deraadt@Stuart Henderson
2020-05-03Use strftime() rather than ctime() to generate timestamps nicer.Theo de Raadt
2020-05-03Make it clear the date is in UTC.Theo de Raadt
2020-05-03Correctly name max_out_prefix and don't clobber the max_prefix value.Claudio Jeker
2020-05-03repair headers, as noted by tbTheo de Raadt
2020-05-03correct dateTheo de Raadt
2020-05-03Accept two ChangeCipherSpec messages during a TLSv1.3 handshake.Joel Sing
2020-05-02Add ping(1)-like summary statistics.Richard Procter
2020-05-02Add ping(1)-like summary statistics.Richard Procter
2020-05-02Repair the description of "edh [params (none|auto|legacy)]" toSebastian Benoit
2020-05-02Minimal documentation of JSON output.Claudio Jeker
2020-05-02Add support to output data in JSON. This is still work in progress andClaudio Jeker
2020-05-02Adjust fmt_attr() to pass in -1 for flags to tell it you don't careClaudio Jeker
2020-05-02Indirect the output functions through function pointers so that theyClaudio Jeker
2020-05-02If read-write is set to disabled, also disable reading with the privateMartijn van Duren
2020-05-02Cleanup the output functions a bit. show_neighbor_full() should print someClaudio Jeker
2020-05-02The warning "bad AGGREGATOR, AS 0 not allowed ..." is not very helpful.Claudio Jeker
2020-05-02Get bus number from _CRS.Mark Kettenis
2020-05-02Use gettimeofday() instead of CLOCK_MONOTONIC in gettime(). The return valuetobhe
2020-05-02Fix buglet in previous commit; use time from the struct timeval that wasMark Kettenis
2020-05-02we have a sshkey_save_public() function to save public keys; use itDamien Miller
2020-05-02Don't make an illegal adde. Avoids fatal error on PowerPC.gkoehler
2020-05-02Add const to TLS1.3 internal vectorsKinichiro Inoguchi
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf