Age | Commit message (Expand) | Author |
2012-06-29 | match the documented MAC order of preference to the actual one; ok dtucker@ | Christian Weisgerber |
2012-06-29 | sigpending() returns a sigset just like sigprocmask(), so decode it the same | Philip Guenthe |
2012-06-28 | a few minor cleanup and performance tweaks (is_wrapper doesn't need to | Marc Espie |
2012-06-28 | Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed | Darren Tucker |
2012-06-27 | - extend an error message to hint to --help for a list of options | Jasper Lievisse Adriaanse |
2012-06-27 | - add a description of --tag | Jasper Lievisse Adriaanse |
2012-06-27 | Uniformize error messages printing, use err() instead of fprintf() | Alexandre Ratchov |
2012-06-27 | Don't return void expressions in functions returning void. Removes | Alexandre Ratchov |
2012-06-26 | It is time to bring this back alive. | Claudio Jeker |
2012-06-26 | add missing rcs ids | Jasper Lievisse Adriaanse |
2012-06-26 | Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation | Darren Tucker |
2012-06-25 | Provide common helper function for adding windows and sessions to choose | Nicholas Marriott |
2012-06-25 | Clean up and simplify the choose mode code, from Thomas Adam. | Nicholas Marriott |
2012-06-25 | Trim a blank line. | Nicholas Marriott |
2012-06-24 | work-around for obvious race condition with make -j4. | Marc Espie |
2012-06-24 | clean-up the mess: move modes into separate files, | Marc Espie |
2012-06-24 | Fix comment. Pointed out by Seth Wright (seth at crosse.org) | Philip Guenthe |
2012-06-22 | Remove unused variable leftover from tab-completion changes. | Darren Tucker |
2012-06-22 | remove dead code following 'for (;;)' loops. | Darren Tucker |
2012-06-21 | Shuffle leave-tmpdir-backups up to correct place in alphabetic order. | lum |
2012-06-21 | Add dumping of struct __tfork done by the revised __tfork syscall | Philip Guenthe |
2012-06-21 | fix strlcpy truncation check. from carsten at debian org, ok markus | Darren Tucker |
2012-06-20 | Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38 | Ingo Schwarze |
2012-06-20 | Remove a couple of unused variables from redbrain at gcc dot gnu dot org. | Nicholas Marriott |
2012-06-20 | Handle PT_GET_THREAD_* | Philip Guenthe |
2012-06-20 | CLOCK_* moved from sys/time.h to sys/_time.h | Philip Guenthe |
2012-06-20 | make a list format more nicely; ok lum | Jason McIntyre |
2012-06-20 | initialise accept() backoff timer to avoid EINVAL from select(2) in | Damien Miller |
2012-06-19 | tweak previous; ok markus | Jason McIntyre |
2012-06-19 | various small markup fixes; ok lum | Jason McIntyre |
2012-06-19 | Remove hidden options that are not needed any more, | Alexandre Ratchov |
2012-06-19 | avoid shell code errors | Marc Espie |
2012-06-19 | sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups} | Markus Friedl |
2012-06-19 | sync the descriptions of /etc/passwd; | Jason McIntyre |
2012-06-19 | add libtool to base, okay deraadt@, jasper@, millert@... | Marc Espie |
2012-06-18 | Add a BACKUP FILES section. | lum |
2012-06-18 | Actually write all the data to stdout/stderr. | Nicholas Marriott |
2012-06-18 | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott |
2012-06-18 | Clarify description of -W. Noted by Steve.McClellan at radisys com, ok jmc | Darren Tucker |
2012-06-18 | Remove mention of 'three' key files since there are now four. From | Darren Tucker |
2012-06-18 | RSA instead of DSA twice. From Steve.McClellan at radisys com | Darren Tucker |
2012-06-18 | correct sizeof usage. patch from saw at online.de, ok deraadt | Darren Tucker |
2012-06-18 | Add ~/.mg.d to FILES. Reviewed by jmc@ | lum |
2012-06-18 | Tidy up bell code, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | Add a couple of NULL pointer checks to key binding functions, from | Nicholas Marriott |
2012-06-18 | When using M-> Place cursor at the bottom of the window (minus 3 | lum |
2012-06-18 | Do not crash when the current session has no window, fixes a bug | Nicholas Marriott |
2012-06-18 | Removing this 'if' statement allows dired buffers to not have their | lum |
2012-06-18 | Add -a for kill-session, from Thomas Adam. | Nicholas Marriott |
2012-06-18 | Add -a flag for detach-client, from Thomas Adam. | Nicholas Marriott |