Age | Commit message (Expand) | Author |
2009-07-08 | Fix two memory leaks when assigning shell variables in configuration | Nicholas Marriott |
2009-07-08 | Add POSIX-compliant fuser mode to fstat. Originally based on | Todd C. Miller |
2009-07-08 | When reinitialising the screen, do not omit to clear the last line. | Nicholas Marriott |
2009-07-08 | Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, | Nicholas Marriott |
2009-07-08 | sync to 1.7.23: fixed const-nesses | Ingo Schwarze |
2009-07-08 | sync to 1.7.21: unified escape sequence validation for mdoc and man | Ingo Schwarze |
2009-07-07 | Don't let ambiguous commands override an exact alias match: eg if commands | Nicholas Marriott |
2009-07-07 | Rename the global options variables to be shorter and to make session options | Nicholas Marriott |
2009-07-07 | Handle empty or unset TERM correctly; also fix a fatal() message while here. | Nicholas Marriott |
2009-07-07 | When sending a "protocol mismatch" error message, tell the client to exit | Nicholas Marriott |
2009-07-07 | ..couldn't resist.. | Jasper Lievisse Adriaanse |
2009-07-07 | The fix for default-path (use target session options instead of global options) | Nicholas Marriott |
2009-07-07 | Minor fix: look for default-path in the options for the specified session first | Nicholas Marriott |
2009-07-07 | sync to 1.7.21: provide WESCAPE and MAN_IGN_ESCAPE, | Ingo Schwarze |
2009-07-07 | The word "indent" has a special meaning in ".Bd -tag -offset indent", | Ingo Schwarze |
2009-07-07 | sync to 1.7.21: kristaps@ seems to prefer British spelling... | Ingo Schwarze |
2009-07-07 | sync to 1.7.21: suboptarg is not portable to Linux; | Ingo Schwarze |
2009-07-07 | sync to 1.7.21: | Ingo Schwarze |
2009-07-06 | sync to 1.7.21: | Ingo Schwarze |
2009-07-06 | sync to 1.7.21: increment offset by the value of .Bd -offset | Ingo Schwarze |
2009-07-06 | .Bd -offset indent-two is two times 6, not two times 5 spaces | Ingo Schwarze |
2009-07-06 | remove unused WDEPCOL warning that became unused in 1.7.19 | Ingo Schwarze |
2009-07-06 | (1) exit with failure not success if options parsing fails; | Ingo Schwarze |
2009-07-06 | sync to 1.7.21: convert the last plain mdoc_err() in this file to verr(); | Ingo Schwarze |
2009-07-06 | Add a section summarising how options work, make the distinction between window | Nicholas Marriott |
2009-07-05 | only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@ | Kevin Steves |
2009-07-02 | Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error | Nicholas Marriott |
2009-07-02 | allow for long home dir paths (bz #1615). ok deraadt | Darren Tucker |
2009-06-30 | crank version; ok deraadt | Markus Friedl |
2009-06-30 | When unlocking the server, don't try to clear the prompt on clients without a | Nicholas Marriott |
2009-06-30 | Add missing single quotes around a colon in Runas_Spec definition. | Todd C. Miller |
2009-06-29 | Fix two errors with character/line insertion and deletion: the maximum number | Nicholas Marriott |
2009-06-29 | sync with sudo 1.7.2 | Todd C. Miller |
2009-06-29 | Fix the range of a #ifndef SMALL ... #endif not to include the "break;" | Alexander Hall |
2009-06-29 | Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was | Nicholas Marriott |
2009-06-27 | release storage after asprintf. ok sthen@ | Martynas Venckus |
2009-06-27 | Use gmtime_r so the current time isn't overwritten, the minute comparison works | Nicholas Marriott |
2009-06-27 | Now in sync with 1.7.20, except that a few patches looking incorrect | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: minimum offset for .Bl -enum is 5 spaces, not 4 | Ingo Schwarze |
2009-06-27 | Copy the 256-colour flag into the tty saved cell as well as the actual colour, | Nicholas Marriott |
2009-06-27 | sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual. | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: .Bd -indent uses 6-space, not 5-space indent | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: .Bl -diag get two spaces after the tag | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: handle [01-9]+m -width specifiers | Ingo Schwarze |
2009-06-27 | Mark MPLS routes with T (tagged) in route output. | Michele Marchetto |
2009-06-27 | sync to 1.7.20: .D1 and .Dl use 6-space, not 5-space indent; | Ingo Schwarze |
2009-06-27 | Add client option UseRoaming. It doesn't do anything yet but will | Andreas Gunnarsson |
2009-06-27 | It may be necessary to retransmit some data when resuming, so add it | Andreas Gunnarsson |
2009-06-27 | packet_bacup_state() and packet_restore_state() will be used to | Andreas Gunnarsson |
2009-06-26 | Add missing spaces before some alias closing brackets, otherwise they are | Nicholas Marriott |