summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-21Connect netcat client to server and close stdin. Then netcat waitsAlexander Bluhm
2020-01-21expose the number of currently-authenticating connectionsDamien Miller
2020-01-21Allow the interface setting "type p2p" to be configured globallz or perremi
2020-01-21Some remaining items for the curious.Martin Pieuchot
2020-01-21Regression tests for btrace(8).Martin Pieuchot
2020-01-21Import a bug tracer, companion of dt(4), that speaks the bt(5) language.Martin Pieuchot
2020-01-21regenMartin Pieuchot
2020-01-21Add /dev/dtMartin Pieuchot
2020-01-21Manual for dt(4).Martin Pieuchot
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2020-01-21regenVisa Hankala
2020-01-21Make __thrsleep(2) and __thrwakeup(2) MP-safeVisa Hankala
2020-01-21No need to pass peerid to lsa_snap()denis
2020-01-21document the default value of the ControlPersist option; ok dtucker@ djm@Christian Weisgerber
2020-01-21In -C mode, the public key is optional since it can be deduced fromTheo Buehler
2020-01-21Correct legacy fallback for TLSv1.3 client.Joel Sing
2020-01-21Report sent or received errors (normally not both at the same time).Claudio Jeker
2020-01-21Update get_errstr() to report errors like log_notification() in bgpd.Claudio Jeker
2020-01-21Add last_rcvd_errcode and last_rcvd_suberr to the peer_stats so thatClaudio Jeker
2020-01-21Whack last remaining LIBRESSL_VERSION_NUMBER check in the C code.Theo Buehler
2020-01-21Add some additional cease error subcodes as defined by iana.Claudio Jeker
2020-01-21Set --enable-openssl-hash to use digests from libcrypto insteadTheo Buehler
2020-01-21don't #ifdef out the KRL code when compiling without libcryptoDamien Miller
2020-01-21Remove redundant ASN1_INTEGER_set call in PKCS7_set_typeKinichiro Inoguchi
2020-01-21libisc has a global variable called "isc_bind9" that indicates the program-fa...Theo de Raadt
2020-01-21Get rid of isccfg/log.c by pulling in the tiny bits needed intoFlorian Obser
2020-01-21pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting cleared;Damien Miller
2020-01-21Enable mmhub power gating on picasso. Matches linux 4.20.Jonathan Gray
2020-01-21remove entry for esp(4);Jason McIntyre
2020-01-21check access(ssh-sk-helper, X_OK) to provide friendly error messageDamien Miller
2020-01-21use an underscore for -p's argument, rather than hyphen: matches SYNOPSISJason McIntyre
2020-01-21remove trailing whitespace;Jason McIntyre
2020-01-21remove -m from usage();Jason McIntyre
2020-01-21Fix support for additional I2C busses in piixpm(4) for older SB800 SMBusClaudio Jeker
2020-01-21Fix a commentClaudio Jeker
2020-01-21Document sntrup4591761x25519-sha512@tinyssh.org. Patch fromDarren Tucker
2020-01-21fix ssh-keygen not displaying authenticator touch prompt;Damien Miller
2020-01-21a little more verbosity in sign_and_send_pubkey() debug messagesDamien Miller
2020-01-21Provide SSL_R_UNKNOWN.Joel Sing
2020-01-21Fix tls_handshake() usage which was added without checking return valuesBob Beck
2020-01-21Clear and free the tls13_ctx that hangs off an SSL *s fromTheo Buehler
2020-01-21Add alert processing in tls client code, by adding alert to theBob Beck
2020-01-21Whitespace fixes. No code change.Mike Larkin
2020-01-21Remove some prototypes under #ifdef HIBERNATE that we don't use anymore.Mike Larkin
2020-01-21Whitespace/style fixes. No code change.Mike Larkin
2020-01-21remove unfinished macppc esp driver.Ted Unangst
2020-01-21remove a few disabled drivers that don't compile and seem unlikely toTed Unangst
2020-01-21Add the beginnings of an nvmem "framework".Mark Kettenis
2020-01-21sys/nfs: misc. tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha
2020-01-21remove top-level files no longer relevantTheo de Raadt