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