summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-10-05combining an assignment and *two* tests in one conditional is a bit much.Ted Unangst
2016-10-05Wrap some long lines in screen-write.c.Nicholas Marriott
2016-10-05Keep buffer creation time and add accessors for it and the order number.Nicholas Marriott
2016-10-05Allow cmd_mouse_at return arguments to be NULL.Nicholas Marriott
2016-10-04add a comment about implicitly-expected checks toDamien Miller
2016-10-04typoMarc Espie
2016-10-03Remove some dead code in cmd-move-window.c and make a load of localNicholas Marriott
2016-10-03Document set-hook -u.Nicholas Marriott
2016-10-03Remove some redundant checks and make ich/dch consistent.Nicholas Marriott
2016-10-02Indicate with an asterisk when a file has been unlinked.Philip Guenther
2016-10-02Avoid two printf("%s", NULL) with 'make -d v'.Theo Buehler
2016-10-01update currency exchange rates;Jason McIntyre
2016-09-30fix some -Wpointer-sign warnings in the new mux proxy; ok markus@Damien Miller
2016-09-30ssh proxy mux mode (-O proxy; idea from Simon Tatham):Markus Friedl
2016-09-30Set the device rate to the calculated rate. Otherwise, the signalAlexandre Ratchov
2016-09-30Remove unnecessary includes. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2016-09-29Check padding when writing any character with width > 1, in case theyNicholas Marriott
2016-09-28put back some pre-auth zlib bits that I shouldn't have removed -Damien Miller
2016-09-28restore pre-auth compression support in the client -- the previousDamien Miller
2016-09-28use a separate TOKENS section, as we've done for sshd_config(5);Jason McIntyre
2016-09-28Remove support for pre-authentication compression. Doing compressionDamien Miller
2016-09-28Couple of vasprintf -> xvasprintf.Nicholas Marriott
2016-09-28Rate limit TIOCSWINSZ on a timer to avoid programs getting hammered withNicholas Marriott
2016-09-27Remove empty #ifdef and #ifndef blocksFrederic Cambus
2016-09-27Don't rely on the resampling code to calculate the number of samplesAlexandre Ratchov
2016-09-27can make function static now that it's living in a separate file.Ted Unangst
2016-09-27the keytype checking is logically part of verify, and it's small, soTed Unangst
2016-09-27no need to copy keypath if we already have oneTed Unangst
2016-09-26have to advance pointer past the / to get basename.Ted Unangst
2016-09-26Avoid a theoretical signed integer overflow should BN_num_bytes()Damien Miller
2016-09-26there's a hidden feature to infer the public key from the signatureTed Unangst
2016-09-26Support set -a (append) with user options, suggested by Xandor Schiefer.Nicholas Marriott
2016-09-26no overstrikes in -i mode; ok millert@ guenther@Otto Moerbeek
2016-09-25Document the dependency on sysctl kern.allowkmemTheo de Raadt
2016-09-23remove usr.bin/sqlite3, it has moved back to portsStuart Henderson
2016-09-23Unhook sqlite3.Stuart Henderson
2016-09-23Fix many typos, from Michael W. Bombardieri <mb at ii.net>, thanksAlexandre Ratchov
2016-09-22missing bit from previous commitDamien Miller
2016-09-22organise the token stuff into a separate section;Jason McIntyre
2016-09-22trim STANDARDS; ok jsingJason McIntyre
2016-09-22mention curve25519-sha256 KEXDamien Miller
2016-09-22support plain curve25519-sha256 KEX algorithm now that it isDamien Miller
2016-09-22some minor cleanup;Jason McIntyre
2016-09-22shorten x509;Jason McIntyre
2016-09-22If ssh receives a PACKET_DISCONNECT during userauth it will causeDarren Tucker
2016-09-21correctly return errors from kex_send_ext_info(). Fix from Sami FarinDamien Miller
2016-09-21cast uint64_t for printfDamien Miller
2016-09-21Revert two recent changes to negated address matching. The newDamien Miller
2016-09-21Fix bad indentation. One already existed in 1.20, one introduced in 1.21;Otto Moerbeek
2016-09-21fix the signposting for -EeFf by partially rewriting the descriptions;Jason McIntyre