summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* pledge dns so openssl can use dns.. noticed and fix by todd@beck2015-12-012-4/+4
* We no longer need pledge "wpath" since "tty" allows read-write onmillert2015-12-011-2/+2
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-302-7/+7
* pledge, better fatal() messages; feedback deraadt@djm2015-11-291-7/+16
* wrap long linederaadt2015-11-291-2/+3
* Delete a duplicated lineguenther2015-11-291-3/+2
* Drop pledge proc exec getpw after authenticating.millert2015-11-291-2/+5
* Remove useless getpwnam() call after getpwuid(). Noticed by deraadt@millert2015-11-291-4/+1
* telnet: check if fd is a tty before calling tcsetattr(fd, TCSADRAIN)semarie2015-11-291-3/+4
* fix duplicate targets in target list for good: split previous groupling fixespie2015-11-293-29/+70
* skeyinit needs pledge proc and exec to use BSD auth.millert2015-11-291-2/+2
* Allow the -n flag to work in -s mode.millert2015-11-291-18/+21
* Add missing rip() before the call to strtonum(). Otherwise, strtonummillert2015-11-291-1/+2
* do not leak temp file if there is no known_hosts filederaadt2015-11-281-2/+5
* don't include port number in tcpip-forward replies for requestsdjm2015-11-281-2/+3
* fix exit status on pledge(2) error, where it should be >1gsoares2015-11-281-2/+2
* after reading a too long line, restart at the beginning of the buffer sotedu2015-11-271-2/+4
* Do not set a limit on the length of commands when printing them.nicm2015-11-276-90/+85
* pledge "stdio rpath wpath cpath fattr tty proc exec" except for thederaadt2015-11-271-1/+11
* Delete YP password related code. As a result, these can also bederaadt2015-11-2611-818/+55
* Cleanup in the opposite order as initialization, inline privdrop()ratchov2015-11-261-27/+17
* No point in trying to go on when elementary database operationsschwarze2015-11-261-7/+10
* fix latest: don't set d->path as we just allocated itratchov2015-11-251-2/+1
* Allocate device names in the heap, so they can be generated.ratchov2015-11-252-3/+6
* spacingratchov2015-11-251-2/+2
* Don't print error if none to print.nicm2015-11-251-2/+2
* Make environ_set va_args and use it to tidy up some calls. Also add anicm2015-11-247-37/+55
* Shell command from -c doesn't have to be global, pass it as an argument.nicm2015-11-243-23/+23
* Do lock failures slightly better, return a special value so we don'tnicm2015-11-242-20/+24
* Actually show something (even if it not that helpful) if the servernicm2015-11-241-10/+19
* Document socket_path format.nicm2015-11-241-1/+2
* Tidy the code that works out the socket path, and just use the full pathnicm2015-11-243-53/+45
* Remove malloc_options DEBUG bit.nicm2015-11-241-9/+1
* Switch a fprintf to a fatal, and wrap some long lines.nicm2015-11-241-9/+8
* Remove the -I part of show-messages which isn't really that useful; thenicm2015-11-246-38/+18
* All kill-session -C to clear alerts in all windows, suggested by Aaronnicm2015-11-242-6/+17
* Log some system and libevent information at startup.nicm2015-11-241-1/+8
* Show libevent version in showmsgs -I.nicm2015-11-241-1/+3
* Make the log stuff a bit tidier with some helper functions.nicm2015-11-246-33/+42
* Fix usage of detach-client.nicm2015-11-242-6/+5
* fix an error in the text; from donald allenjmc2015-11-241-3/+3
* Update the other documentation to match the new filec default.bentley2015-11-241-2/+2
* remove unused test when handling of -U optionratchov2015-11-241-4/+2
* Turn on filename tab completion in vi by default.bentley2015-11-242-4/+5
* Don't allow options in table without scope set.nicm2015-11-242-2/+5
* Don't support repeated connections - avoids pledge problemsbeck2015-11-243-3/+10
* missing pledge "getpw"deraadt2015-11-241-2/+2
* Partly revert previous, it is harmless to keep support for UTF-8 mousenicm2015-11-234-6/+18
* Remove support for the UTF-8 mouse extension. This was a briefly used,nicm2015-11-237-70/+18
* define port_log even without -DDEBUGratchov2015-11-231-3/+1