summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-11-29skeyinit needs pledge proc and exec to use BSD auth.Todd C. Miller
2015-11-29Allow the -n flag to work in -s mode.Todd C. Miller
2015-11-29Add missing rip() before the call to strtonum(). Otherwise, strtonumTodd C. Miller
2015-11-28do not leak temp file if there is no known_hosts fileTheo de Raadt
2015-11-28don't include port number in tcpip-forward replies for requestsDamien Miller
2015-11-28fix exit status on pledge(2) error, where it should be >1Gleydson Soares
2015-11-27after reading a too long line, restart at the beginning of the buffer soTed Unangst
2015-11-27Do not set a limit on the length of commands when printing them.Nicholas Marriott
2015-11-27pledge "stdio rpath wpath cpath fattr tty proc exec" except for theTheo de Raadt
2015-11-26Delete YP password related code. As a result, these can also beTheo de Raadt
2015-11-26Cleanup in the opposite order as initialization, inline privdrop()Alexandre Ratchov
2015-11-26No point in trying to go on when elementary database operationsIngo Schwarze
2015-11-25fix latest: don't set d->path as we just allocated itAlexandre Ratchov
2015-11-25Allocate device names in the heap, so they can be generated.Alexandre Ratchov
2015-11-25spacingAlexandre Ratchov
2015-11-25Don't print error if none to print.Nicholas Marriott
2015-11-24Make environ_set va_args and use it to tidy up some calls. Also add aNicholas Marriott
2015-11-24Shell command from -c doesn't have to be global, pass it as an argument.Nicholas Marriott
2015-11-24Do lock failures slightly better, return a special value so we don'tNicholas Marriott
2015-11-24Actually show something (even if it not that helpful) if the serverNicholas Marriott
2015-11-24Document socket_path format.Nicholas Marriott
2015-11-24Tidy the code that works out the socket path, and just use the full pathNicholas Marriott
2015-11-24Remove malloc_options DEBUG bit.Nicholas Marriott
2015-11-24Switch a fprintf to a fatal, and wrap some long lines.Nicholas Marriott
2015-11-24Remove the -I part of show-messages which isn't really that useful; theNicholas Marriott
2015-11-24All kill-session -C to clear alerts in all windows, suggested by AaronNicholas Marriott
2015-11-24Log some system and libevent information at startup.Nicholas Marriott
2015-11-24Show libevent version in showmsgs -I.Nicholas Marriott
2015-11-24Make the log stuff a bit tidier with some helper functions.Nicholas Marriott
2015-11-24Fix usage of detach-client.Nicholas Marriott
2015-11-24fix an error in the text; from donald allenJason McIntyre
2015-11-24Update the other documentation to match the new filec default.Anthony J. Bentley
2015-11-24remove unused test when handling of -U optionAlexandre Ratchov
2015-11-24Turn on filename tab completion in vi by default.Anthony J. Bentley
2015-11-24Don't allow options in table without scope set.Nicholas Marriott
2015-11-24Don't support repeated connections - avoids pledge problemsBob Beck
2015-11-24missing pledge "getpw"Theo de Raadt
2015-11-23Partly revert previous, it is harmless to keep support for UTF-8 mouseNicholas Marriott
2015-11-23Remove support for the UTF-8 mouse extension. This was a briefly used,Nicholas Marriott
2015-11-23define port_log even without -DDEBUGAlexandre Ratchov
2015-11-23Update less(1) and lesskey(1) manuals for LESSCHARSET removaltb
2015-11-23Remove unused -M option (2+ years get used to it is enough)Alexandre Ratchov
2015-11-23If the clock is ticking because of a MMC start message, then stopAlexandre Ratchov
2015-11-23Remove bug-less email address. From Michael Reed, thanks!tb
2015-11-23Save and restore umask when creating /tmp/aucat/ to ensure theAlexandre Ratchov
2015-11-23use device numbers stored in the dev structure rather thanAlexandre Ratchov
2015-11-23- fix printing of non-ascii chars in error messageOtto Moerbeek
2015-11-23Insert new ports at the head of the list and stop assuming itsAlexandre Ratchov
2015-11-23Don't shadow a function argument.Nicholas Marriott
2015-11-23Most of these functions can be static.Nicholas Marriott