Age | Commit message (Expand) | Author |
2010-06-27 | Store the current working directory in the session, change the default-path | Nicholas Marriott |
2010-06-27 | Basic implementation of .Bk/.Ek. | Ingo Schwarze |
2010-06-27 | New option, detach-on-destroy, to set what happens to a client when the session | Nicholas Marriott |
2010-06-26 | Use server_destroy_session() for kill-session. | Nicholas Marriott |
2010-06-26 | oops, forgot to #include <canohost.h>; spotted and patch from chl@ | Damien Miller |
2010-06-26 | As a first step towards variable-width font support, | Ingo Schwarze |
2010-06-26 | Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed | Nicholas Marriott |
2010-06-26 | merge release 1.10.2 | Ingo Schwarze |
2010-06-26 | From the Loganaden Velvindron: | Kjell Wooding |
2010-06-26 | disable opencvs; maintainers went bye bye | Theo de Raadt |
2010-06-26 | tweak previous; | Jason McIntyre |
2010-06-25 | Add X11ForwardTimeout option to specify timeout for untrusted X11 | Damien Miller |
2010-06-25 | log the hostname and address that we connected to at LogLevel=verbose | Damien Miller |
2010-06-25 | skip the initial check for access with an empty password when | Damien Miller |
2010-06-25 | don't attempt to drain devices after they are destroyed, which | Alexandre Ratchov |
2010-06-25 | bz#1750: fix requirement for /dev/null inside ChrootDirectory for | Damien Miller |
2010-06-25 | bz#1327: remove hardcoded limit of 100 permitopen clauses and port | Damien Miller |
2010-06-24 | this just had to be here... | Jasper Lievisse Adriaanse |
2010-06-23 | fix printing of extensions in v01 certificates that I broke in r1.190 | Damien Miller |
2010-06-22 | include the user name on "subsystem request for ..." log messages; | Damien Miller |
2010-06-22 | replace verbose and overflow-prone Linebuf code with read_keyfile_line() | Damien Miller |
2010-06-22 | queue auth debug messages for bad ownership or permissions on the user's | Damien Miller |
2010-06-22 | standardise error messages when attempting to open private key | Damien Miller |
2010-06-22 | expose some more sshd_config options inside Match blocks: | Damien Miller |
2010-06-21 | Add a choose-buffer command for easier use of the paste buffer stack. | Nicholas Marriott |
2010-06-21 | Extend the -t:+ and -t:- window targets for next and previous window to | Nicholas Marriott |
2010-06-21 | Having a list of winlinks->alerts for each session is stupid, just store | Nicholas Marriott |
2010-06-21 | Rename activity->alert in a couple of functions for consistency. | Nicholas Marriott |
2010-06-21 | Give tmux sockets (but not the containing folder) group | Nicholas Marriott |
2010-06-21 | Ensure we overwrite UTF-8 wide characters properly, and never overwrite | Nicholas Marriott |
2010-06-20 | fix midicat(1) device mode when only -i or only -o is used (ie | Alexandre Ratchov |
2010-06-18 | fix memory leak in do_realpath() error path; bz#1771, patch from | Damien Miller |
2010-06-18 | Missing check for chroot_director == "none" (we already checked against | Damien Miller |
2010-06-18 | unbreak ls in working directories that contains globbing characters in | Damien Miller |
2010-06-17 | Correct sizing of object to be allocated by calloc(), replacing | Damien Miller |
2010-06-14 | Last change erroneously used the target argument for looking up the | Nicholas Marriott |
2010-06-14 | Add a missing command and some missing Ic, from Tiago Cunha. | Nicholas Marriott |
2010-06-13 | Update awk to May 23, 2010 version. OK miod@ | Todd C. Miller |
2010-06-13 | Prevent a segmentation fault. It could occur when login_getclass fails and | Tobias Stoeckmann |
2010-06-13 | remove obsolete ENVIRONMENT section; from Daniel Dickman | Jason McIntyre |
2010-06-11 | various fixes from Daniel Dickman: | Jason McIntyre |
2010-06-10 | minimal initial -Tps support, from kristaps@ GSOC | Ingo Schwarze |
2010-06-08 | check length of value returned C_GetAttributValue for != 0 | Markus Friedl |
2010-06-08 | Merge more bits that will be going into 1.10.1: | Ingo Schwarze |
2010-06-06 | Merge bsd.lv version 1.10.1 (to be released soon). | Ingo Schwarze |
2010-06-06 | Use a macro-based mask for obtaining a key or modifier-set from the | Nicholas Marriott |
2010-06-06 | Merge bsd.lv release 1.10.0, | Ingo Schwarze |
2010-06-05 | Increase the -man -Tascii text width from 65 to 78 characters | Ingo Schwarze |
2010-06-05 | Couple of missing command aliases/flags, from Tiago Cunha. | Nicholas Marriott |
2010-06-05 | Take into account wav ``riff'' header when calculating the offset | Alexandre Ratchov |