Age | Commit message (Expand) | Author |
2010-06-29 | Use the libutil implementation of UUCP locking. | Nicholas Marriott |
2010-06-29 | fix a typo in the function declaration; | Ingo Schwarze |
2010-06-29 | Remove now unused prototypes and sort by file. | Nicholas Marriott |
2010-06-29 | Considerably simplify block rewind rules; no functional change intended. | Ingo Schwarze |
2010-06-29 | Now that there is no dial-up support, all connections are hardwired so drop the | Nicholas Marriott |
2010-06-29 | ultrix support going away, ok deraadt | Ted Unangst |
2010-06-29 | Missed this dial-up bit from cu(1). | Nicholas Marriott |
2010-06-29 | please attempt to match the style of the code | Theo de Raadt |
2010-06-29 | avoid a null pointer deref. ok jsg | Chris Kuethe |
2010-06-29 | Support for badly nested blocks, written around the time of | Ingo Schwarze |
2010-06-29 | Nuke -DCONNECT and -DACULOG which we always set, also trim huge useless comment | Nicholas Marriott |
2010-06-29 | Bye-bye acu which even UUCP-using naddy agrees "was obsolete 20 years ago" :-). | Nicholas Marriott |
2010-06-29 | sync to bsd.lv version 1.10.3: | Ingo Schwarze |
2010-06-29 | framework for glyph width encoding; from kristaps@ | Ingo Schwarze |
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 |