Age | Commit message (Expand) | Author |
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 |
2015-11-30 | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | Jason McIntyre |
2015-11-29 | pledge, better fatal() messages; feedback deraadt@ | Damien Miller |
2015-11-29 | wrap long line | Theo de Raadt |
2015-11-29 | Delete a duplicated line | Philip Guenther |
2015-11-29 | Drop pledge proc exec getpw after authenticating. | Todd C. Miller |
2015-11-29 | Remove useless getpwnam() call after getpwuid(). Noticed by deraadt@ | Todd C. Miller |
2015-11-29 | telnet: check if fd is a tty before calling tcsetattr(fd, TCSADRAIN) | Sebastien Marie |
2015-11-29 | fix duplicate targets in target list for good: split previous groupling fix | Marc Espie |