Age | Commit message (Expand) | Author |
2012-07-08 | Clear flags across all sessions, from Thomas Adam. | Nicholas Marriott |
2012-07-07 | calling help() is not an error, so just return 0. | Jasper Lievisse Adriaanse |
2012-07-07 | add a dump method, simplifying the --config call | Jasper Lievisse Adriaanse |
2012-07-07 | make $mode into an actual object. | Marc Espie |
2012-07-07 | rudimentary support for -Tman .Ft and .Fn; | Ingo Schwarze |
2012-07-07 | - since we're storing the config variables in an object now, just walk the | Jasper Lievisse Adriaanse |
2012-07-07 | basic support for -Tman .In | Ingo Schwarze |
2012-07-07 | Support the .cc request; code by kristaps@, tests by me. | Ingo Schwarze |
2012-07-07 | streamlined code | Marc Espie |
2012-07-07 | - add LT::OSConfig which'll be used to keep all the configuration values | Jasper Lievisse Adriaanse |
2012-07-07 | Fix an assert() raised by `RS' when following `TP' without a tag. | Ingo Schwarze |
2012-07-07 | re-add correctly handling no arguments | Jasper Lievisse Adriaanse |
2012-07-07 | Allow UDP server to receive datagrams from multiple socket pairs with -k | Christiano F. Haesbaert |
2012-07-07 | after .Lb in library section, break the line in the final output | Ingo Schwarze |
2012-07-07 | implement -Tman .Bk | Ingo Schwarze |
2012-07-07 | implement -Tman .Sm | Ingo Schwarze |
2012-07-07 | implement -Tman .Bd -offset and -compact | Ingo Schwarze |
2012-07-07 | minor -mdoc -Tman fixes | Ingo Schwarze |
2012-07-07 | Report incoming connections when -l is specified with -v. | Christiano F. Haesbaert |
2012-07-06 | restore horrible hack to where it was | Marc Espie |
2012-07-06 | fix print/pdflib | Marc Espie |
2012-07-06 | add my copyright, since I'm going to do yet MORE changes... | Marc Espie |
2012-07-06 | missing full stop in usage(); | Jason McIntyre |
2012-07-06 | move setting of tty_flag to after config parsing so RequestTTY options | Damien Miller |
2012-07-06 | fix memory leak of passed-in environment variables and connection | Damien Miller |
2012-07-06 | Add options to specify starting line number and number of lines to process | Darren Tucker |
2012-07-05 | error and warning messages should be explicit, sigh... | Marc Espie |
2012-07-04 | zap duplicate decl | Marc Espie |
2012-07-04 | zap, now a method | Marc Espie |
2012-07-04 | - start cleaning up options handling: put things into a separate package | Marc Espie |
2012-07-04 | fix the static arch fix. don't remove duplicates, but don't forget to | Marc Espie |
2012-07-02 | simplify rcsnum parsing by using a fixed array without all the realloc | Ted Unangst |
2012-07-02 | fix a couple of "assigned but not used" warnings. ok markus@ | Darren Tucker |
2012-07-02 | set interactive ToS for forwarded X11 sessions. ok djm@ | Darren Tucker |
2012-07-02 | Maintain mg's Public Domain license heritage. | lum |
2012-07-01 | oops | Marc Espie |
2012-07-01 | fix again -j4 properly | Marc Espie |
2012-07-01 | update currency exchange rates; | Jason McIntyre |
2012-06-30 | fix a during the load of the sandbox policies (child can still make | Markus Friedl |
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 |