Age | Commit message (Expand) | Author |
2015-12-08 | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | Nicholas Marriott |
2015-12-08 | UTF-8 support: implement -m for character counting | Ingo Schwarze |
2015-12-08 | Use ^= instead of a verbose alternative. ok nicm@ | mmcc |
2015-12-07 | Remove needless type casts and corresponding type parameters from | mmcc |
2015-12-07 | stricter encoding type checks for ssh-rsa; ok djm@ | Markus Friedl |
2015-12-07 | Represent line numbers with off_t rather than int. This prevents | mmcc |
2015-12-07 | tweak the code a bit and add a -w option to display day of week. | Marc Espie |
2015-12-07 | delete pointless setlocale(3) call; | Ingo Schwarze |
2015-12-07 | Yet another missed ferror call | Marc Espie |
2015-12-07 | reset the slowaccept flag in sock_close() | Alexandre Ratchov |
2015-12-07 | Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff | Nicholas Marriott |
2015-12-07 | Get rid of modulo bias and replace the naive shuffle by the | tb |
2015-12-06 | Fix qsort() comparison functions: | Philip Guenther |
2015-12-06 | Use __progname instead of manually handling argv[0]. | Tobias Stoeckmann |
2015-12-06 | document LC_CTYPE; feedback and OK jmc@ | Ingo Schwarze |
2015-12-06 | Use ENVIRONMENT rather than CAVEATS to document LC_CTYPE. | Ingo Schwarze |
2015-12-05 | Fix previous by using the right argument name. | mmcc |
2015-12-05 | Let special/ftp compile again. 'ares' is only used inside #ifndef SMALL, so | Kenneth R Westerback |
2015-12-05 | Send bad whitespace to the attic. | Kenneth R Westerback |
2015-12-05 | Silence gcc whining about using 'serrno' uninitialized by initializing | Kenneth R Westerback |
2015-12-05 | prefer rsa-sha2-512 over -256 for hostkeys, too; noticed by naddy@ | Markus Friedl |
2015-12-05 | yet another feof check, just to be sure. | Marc Espie |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-12-05 | Fix an incorrect use of sizeof(pointer) by removing it and switching | Jonathan Gray |
2015-12-04 | Properly handle invalid %-format by calling fatal. | Tobias Stoeckmann |
2015-12-04 | Document that the -M option doesn't save a backup when passed ''. Also | mmcc |
2015-12-04 | remove -i from SYNOPSIS and usage(); | Jason McIntyre |
2015-12-04 | read_hints should also protect against ferror. | Marc Espie |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-12-04 | cap_mkdb no longer needs to understand terminfo files, so remove -i. | Nicholas Marriott |
2015-12-04 | polishing | Ted Unangst |
2015-12-04 | espie reminds me that EOF can happen for errors as well, so check for that | Ted Unangst |
2015-12-04 | clean up agent_fd handling; properly initialise it to -1 and | Damien Miller |
2015-12-03 | pledges ssh client: | Sebastien Marie |
2015-12-03 | Print the interface index, we no longer have a pointer to the interface. | Martin Pieuchot |
2015-12-03 | UTF-8 support: In a UTF-8 locale, properly align columns in the | Ingo Schwarze |
2015-12-03 | Change /usr/share/misc/terminfo.db to /usr/share/terminfo. | Nicholas Marriott |
2015-12-03 | After inserting a backslash, don't treat ^H ^? or ^U as special cases. | Anthony J. Bentley |
2015-12-03 | use the more direct auth interfaces so we can provide a custom password | Ted Unangst |
2015-12-02 | Mark new active pane changed after pane lost in window, and after | Nicholas Marriott |
2015-12-02 | Add "cpath" to the ssh-agent pledge so the cleanup handler can unlink(). | Doug Hogan |
2015-12-02 | ssh-agent pledge needs proc for askpass; spotted by todd@ | Damien Miller |
2015-12-02 | UTF-8 support: Implement -c and -n | Ingo Schwarze |
2015-12-01 | basic pledge() for ssh-agent, more refinement needed | Damien Miller |
2015-12-01 | s_server also needs DNS; reported by tb@ | Jeremie Courreges-Anglas |
2015-12-01 | Undo previous, pledge("dns") was already present. The problem was in s_server. | Jeremie Courreges-Anglas |
2015-12-01 | Do not deref wp if window_get_active_at returns NULL which can happen on | Nicholas Marriott |
2015-12-01 | update currency exchange rates; | Jason McIntyre |
2015-12-01 | pledge dns so openssl can use dns.. noticed and fix by todd@ | Bob Beck |
2015-12-01 | We no longer need pledge "wpath" since "tty" allows read-write on | Todd C. Miller |