Age | Commit message (Expand) | Author |
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 |
2015-11-29 | skeyinit needs pledge proc and exec to use BSD auth. | Todd C. Miller |
2015-11-29 | Allow the -n flag to work in -s mode. | Todd C. Miller |
2015-11-29 | Add missing rip() before the call to strtonum(). Otherwise, strtonum | Todd C. Miller |
2015-11-28 | do not leak temp file if there is no known_hosts file | Theo de Raadt |
2015-11-28 | don't include port number in tcpip-forward replies for requests | Damien Miller |
2015-11-28 | fix exit status on pledge(2) error, where it should be >1 | Gleydson Soares |
2015-11-27 | after reading a too long line, restart at the beginning of the buffer so | Ted Unangst |
2015-11-27 | Do not set a limit on the length of commands when printing them. | Nicholas Marriott |
2015-11-27 | pledge "stdio rpath wpath cpath fattr tty proc exec" except for the | Theo de Raadt |
2015-11-26 | Delete YP password related code. As a result, these can also be | Theo de Raadt |
2015-11-26 | Cleanup in the opposite order as initialization, inline privdrop() | Alexandre Ratchov |
2015-11-26 | No point in trying to go on when elementary database operations | Ingo Schwarze |
2015-11-25 | fix latest: don't set d->path as we just allocated it | Alexandre Ratchov |
2015-11-25 | Allocate device names in the heap, so they can be generated. | Alexandre Ratchov |
2015-11-25 | spacing | Alexandre Ratchov |
2015-11-25 | Don't print error if none to print. | Nicholas Marriott |
2015-11-24 | Make environ_set va_args and use it to tidy up some calls. Also add a | Nicholas Marriott |
2015-11-24 | Shell command from -c doesn't have to be global, pass it as an argument. | Nicholas Marriott |
2015-11-24 | Do lock failures slightly better, return a special value so we don't | Nicholas Marriott |
2015-11-24 | Actually show something (even if it not that helpful) if the server | Nicholas Marriott |
2015-11-24 | Document socket_path format. | Nicholas Marriott |
2015-11-24 | Tidy the code that works out the socket path, and just use the full path | Nicholas Marriott |
2015-11-24 | Remove malloc_options DEBUG bit. | Nicholas Marriott |
2015-11-24 | Switch a fprintf to a fatal, and wrap some long lines. | Nicholas Marriott |
2015-11-24 | Remove the -I part of show-messages which isn't really that useful; the | Nicholas Marriott |
2015-11-24 | All kill-session -C to clear alerts in all windows, suggested by Aaron | Nicholas Marriott |
2015-11-24 | Log some system and libevent information at startup. | Nicholas Marriott |
2015-11-24 | Show libevent version in showmsgs -I. | Nicholas Marriott |
2015-11-24 | Make the log stuff a bit tidier with some helper functions. | Nicholas Marriott |
2015-11-24 | Fix usage of detach-client. | Nicholas Marriott |
2015-11-24 | fix an error in the text; from donald allen | Jason McIntyre |
2015-11-24 | Update the other documentation to match the new filec default. | Anthony J. Bentley |
2015-11-24 | remove unused test when handling of -U option | Alexandre Ratchov |
2015-11-24 | Turn on filename tab completion in vi by default. | Anthony J. Bentley |
2015-11-24 | Don't allow options in table without scope set. | Nicholas Marriott |
2015-11-24 | Don't support repeated connections - avoids pledge problems | Bob Beck |