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