Age | Commit message (Expand) | Author |
2010-06-29 | explicitely initialize members of struct dev in dev_open() | Jacob Meuser |
2010-06-29 | If the device isn't opened yet (as can be the case with '-a off'), | Jacob Meuser |
2010-06-29 | Replace "nice" strcmp() wrapper macro with strcmp. | Nicholas Marriott |
2010-06-29 | replace some magic mouse constants with defines for clarity. ok nicm | Ted Unangst |
2010-06-29 | isdigit() is more readable than comparing ascii codes | Ted Unangst |
2010-06-29 | Custom layouts. list-windows command displays the layout as a string (such as | Nicholas Marriott |
2010-06-29 | Allow selecting both address family and protocol by passing the address family | Bret Lambert |
2010-06-28 | Send all three of stdin, stdout, stderr from the client to the server, so that | Nicholas Marriott |
2010-06-28 | move -H and -s to their own little section, since they did not belong in | Jason McIntyre |
2010-06-27 | This header was missing from the previous commit; sorry. | Ingo Schwarze |
2010-06-27 | Full .nr nS support, unbreaking the kernel manuals. | Ingo Schwarze |
2010-06-27 | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Ingo Schwarze |
2010-06-27 | Fix a crash when the directory entry isn't complete. | Peter Hessler |
2010-06-27 | minor .Bk fixes: | Ingo Schwarze |
2010-06-27 | Document .Bk/.Ek; reminded by kristaps@. | Ingo Schwarze |
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 |