Age | Commit message (Expand) | Author |
2015-04-29 | Add missing #include <stdint.h> for SIZE_MAX | Todd C. Miller |
2015-04-29 | Add missing #include <stdint.h> for SIZE_MAX | Todd C. Miller |
2015-04-28 | enviroment -> environment: apologies to darren for not spotting that first | Jason McIntyre |
2015-04-28 | If looking for an index, don't fill in window when given a session. | Nicholas Marriott |
2015-04-28 | Do not do a search for the tty path if there isn't one. | Nicholas Marriott |
2015-04-28 | If can't find pane as a pane, try as a window; likewise if can't find | Nicholas Marriott |
2015-04-28 | Add select-layout -o to undo the last layout change (apply the previously | Nicholas Marriott |
2015-04-28 | Fix typo in previous | Darren Tucker |
2015-04-28 | Document that the TERM environment variable is not subject to SendEnv | Darren Tucker |
2015-04-28 | Add a missing free in the error path. | Lawrence Teo |
2015-04-27 | Do not include unattached clients when trying to find one for target. | Nicholas Marriott |
2015-04-27 | Reset cfg_ncauses to 0 as well or we could allocate the wrong size if | Nicholas Marriott |
2015-04-27 | Assign to the right variable when comparing clients. | Nicholas Marriott |
2015-04-27 | Make sshd default to PermitRootLogin=no; | Damien Miller |
2015-04-27 | Rewrite of the target resolution internals to be simpler and more | Nicholas Marriott |
2015-04-27 | Use a systrace(4) sandbox with a short whitelist of allowed syscalls for | Nicholas Marriott |
2015-04-27 | Add a _file user and use for privsep, ok deraadt | Nicholas Marriott |
2015-04-27 | Add simple privilege separation to file(1). Two processes, file | Nicholas Marriott |
2015-04-27 | remove some extraneous text; ok nicm | Jason McIntyre |
2015-04-27 | sync with rev 1.99 of sbin/route/show.c | Sebastian Benoit |
2015-04-27 | If the requested pane is already active, do not unzoom the window (or do | Nicholas Marriott |
2015-04-27 | more OPENSSL=no fixes; ok dtucker@ | Damien Miller |
2015-04-27 | fix compilation with OPENSSL=no; ok dtucker@ | Damien Miller |
2015-04-27 | Include stdio.h for FILE (used in sshkey.h) so it compiles with OPENSSL=no. | Darren Tucker |
2015-04-27 | allow "sshd -f none" to skip reading the config file, much like | Damien Miller |
2015-04-26 | Don't support -s on FIFOs, it doesn't work well and the workarounds are | Nicholas Marriott |
2015-04-26 | Remove panes from layout if spawning them fails, reported by Anthony J | Nicholas Marriott |
2015-04-26 | stat() the original link path not the resolved one which may be relative. | Nicholas Marriott |
2015-04-26 | Fix typo in the buffer size value: 7680 in the manpage vs 7860 in | David Coppa |
2015-04-25 | Only print MIME warnings when warnings are enabled. | Nicholas Marriott |
2015-04-25 | Get rid of window_choose_list type. | Nicholas Marriott |
2015-04-25 | Fix some char* -> char *. | Nicholas Marriott |
2015-04-25 | Use a char **,u_int pair for cfg_causes. | Nicholas Marriott |
2015-04-25 | Fail if a \ appears at EOL rather than continuing off the end of the | Nicholas Marriott |
2015-04-25 | Make message log a TAILQ. | Nicholas Marriott |
2015-04-25 | Move the functions to convert ids from strings into session.c and window.c. | Nicholas Marriott |
2015-04-25 | Switch to using the POSIX endian macros, i.e: be64toh vs. betoh64. | Bryan Steele |
2015-04-25 | Explicitly cancel mouse "button" mode, this happens implicitly with some | Nicholas Marriott |
2015-04-25 | add check for overflow while doubling (very unlikely in practice, but still | Marc Espie |
2015-04-24 | Convert clients list into a TAILQ. | Nicholas Marriott |
2015-04-24 | Set working directory for run-shell and if-shell. | Nicholas Marriott |
2015-04-24 | struct timespec/clock_gettime(3) conversion for vi(1). | Bryan Steele |
2015-04-24 | Allow choice options (multiple states) to be toggled between states 0 | Nicholas Marriott |
2015-04-24 | Set up signal handler earlier so that we don't get zombies, reported by | Nicholas Marriott |
2015-04-24 | Document -h, and bring some consistency to the option descriptions. ok jmc | Nicholas Marriott |
2015-04-24 | tweaks; ok nicm | Jason McIntyre |
2015-04-24 | remove the old tip SCCS note | Theo de Raadt |
2015-04-24 | Remove tip(1), superseded by cu(1). | Nicholas Marriott |
2015-04-24 | Do not attempt to use ~/.magic if running as root (or issetugid()). | Nicholas Marriott |
2015-04-24 | move an ugly space | Theo de Raadt |