Age | Commit message (Expand) | Author |
2010-12-29 | Allow the config file parser and source-file to return "don't exit" to | Nicholas Marriott |
2010-12-29 | the random ioctl stuff is not very useful. I want to see all the | Theo de Raadt |
2010-12-29 | Reorg by Kristaps: In libmdoc, replace the union of pointers to structs | Ingo Schwarze |
2010-12-28 | - add /usr/lib/pkgconfig/ to the paths to look for .pc files, and search | Jasper Lievisse Adriaanse |
2010-12-27 | Remove two #defines that are unused since the *_action.c removal; | Ingo Schwarze |
2010-12-27 | In case an ID attribute is written in pieces, only protect the first | Ingo Schwarze |
2010-12-27 | mktemp(3) (and thus mktemp(1)) no longer use the process ID when | Todd C. Miller |
2010-12-27 | tweak previous; | Jason McIntyre |
2010-12-27 | Add a missing .Pp and sort options alphabetically, from Tiago Cunha. | Nicholas Marriott |
2010-12-26 | Behave more like groff (both old and new): Specifying both .%T and .%J in | Ingo Schwarze |
2010-12-26 | nits with current being NULL or not. | Marc Espie |
2010-12-25 | Yet another batch of -Thtml polishing from kristaps@: | Ingo Schwarze |
2010-12-24 | don't send the actual forced command in a debug message; ok markus deraadt | Damien Miller |
2010-12-23 | server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes | Nicholas Marriott |
2010-12-23 | Style tweaks. | Nicholas Marriott |
2010-12-22 | Use yet more standard HTML tags, | Ingo Schwarze |
2010-12-22 | More small -Thtml improvements by kristaps@, | Ingo Schwarze |
2010-12-21 | Migrate .An to use a pointer to its data, like everybody else. | Ingo Schwarze |
2010-12-21 | Vertical spacing improvements from kristaps@, small tweaks by me: | Ingo Schwarze |
2010-12-21 | Store sessions in an RB tree by name rather than a list, this is tidier | Nicholas Marriott |
2010-12-21 | ip6s_exthdrtoolong is always zero so remove it here which is the last user. | Claudio Jeker |
2010-12-21 | Kristaps questioned the efficiency of the algorithm used in roff.c r1.23. | Ingo Schwarze |
2010-12-21 | Sane behaviour for the growing of very small buffers: | Ingo Schwarze |
2010-12-20 | Fix another stray addition that was too early. Oops. | Nicholas Marriott |
2010-12-20 | Undo a change to next/previous session that got mixed in prematurely. | Nicholas Marriott |
2010-12-20 | Dead sessions are never on the active sessions list, so the SESSION_DEAD | Nicholas Marriott |
2010-12-20 | Use pointer rather than index for the client's last session. | Nicholas Marriott |
2010-12-20 | Unify the way sessions are used by callbacks - store the address and use | Nicholas Marriott |
2010-12-19 | Don't nuke the index counter when a session group comes up. | Nicholas Marriott |
2010-12-19 | Add other-pane-height and other-pane-width options, allowing the width | Nicholas Marriott |
2010-12-19 | Handle .Bk in -Thmtl the same way as in -Tascii. | Ingo Schwarze |
2010-12-19 | Handle .Bk the same way as groff 1.20.1: | Ingo Schwarze |
2010-12-19 | Significant improvements to -Thtml by kristaps@: | Ingo Schwarze |
2010-12-19 | Remove `i' and `r' macro handlers. These macros, originally part of the | Ingo Schwarze |
2010-12-15 | fix ControlMaster=ask regression | Damien Miller |
2010-12-14 | don't mention key type in key-changed-warning, since we also print | Markus Friedl |
2010-12-13 | Read ${X} environment variables in strings and $HOME from the global | Nicholas Marriott |
2010-12-13 | Call setusercontext() with the LOGIN_SETENV flag for "su -l" to pick up | Todd C. Miller |
2010-12-11 | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott |
2010-12-11 | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott |
2010-12-11 | Oops, these functions return a const char *, so make the local variable | Nicholas Marriott |
2010-12-11 | Make the prompt history global for all clients which is much more useful than... | Nicholas Marriott |
2010-12-11 | Make SYNOPSIS sections and code having .nr nS enabled | Ingo Schwarze |
2010-12-10 | Rephrase a confusing sentence. | Nicholas Marriott |
2010-12-10 | stating that -f may be used by users is wrong, since that would | Martynas Venckus |
2010-12-10 | - don't use memory from the session we've already cleaned in the | Martynas Venckus |
2010-12-10 | It is user/root not user.root for kerberos 5. | Todd C. Miller |
2010-12-10 | Try to make this a little less kerberos-centric and remove a BUGS | Todd C. Miller |
2010-12-10 | - plug an fd leak | Jasper Lievisse Adriaanse |
2010-12-09 | Abort endless loops during roff macro and string expansion. | Ingo Schwarze |