summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-07-08Clear flags across all sessions, from Thomas Adam.Nicholas Marriott
2012-07-07calling help() is not an error, so just return 0.Jasper Lievisse Adriaanse
2012-07-07add a dump method, simplifying the --config callJasper Lievisse Adriaanse
2012-07-07make $mode into an actual object.Marc Espie
2012-07-07rudimentary support for -Tman .Ft and .Fn;Ingo Schwarze
2012-07-07- since we're storing the config variables in an object now, just walk theJasper Lievisse Adriaanse
2012-07-07basic support for -Tman .InIngo Schwarze
2012-07-07Support the .cc request; code by kristaps@, tests by me.Ingo Schwarze
2012-07-07streamlined codeMarc Espie
2012-07-07- add LT::OSConfig which'll be used to keep all the configuration valuesJasper Lievisse Adriaanse
2012-07-07Fix an assert() raised by `RS' when following `TP' without a tag.Ingo Schwarze
2012-07-07re-add correctly handling no argumentsJasper Lievisse Adriaanse
2012-07-07Allow UDP server to receive datagrams from multiple socket pairs with -kChristiano F. Haesbaert
2012-07-07after .Lb in library section, break the line in the final outputIngo Schwarze
2012-07-07implement -Tman .BkIngo Schwarze
2012-07-07implement -Tman .SmIngo Schwarze
2012-07-07implement -Tman .Bd -offset and -compactIngo Schwarze
2012-07-07minor -mdoc -Tman fixesIngo Schwarze
2012-07-07Report incoming connections when -l is specified with -v.Christiano F. Haesbaert
2012-07-06restore horrible hack to where it wasMarc Espie
2012-07-06fix print/pdflibMarc Espie
2012-07-06add my copyright, since I'm going to do yet MORE changes...Marc Espie
2012-07-06missing full stop in usage();Jason McIntyre
2012-07-06move setting of tty_flag to after config parsing so RequestTTY optionsDamien Miller
2012-07-06fix memory leak of passed-in environment variables and connectionDamien Miller
2012-07-06Add options to specify starting line number and number of lines to processDarren Tucker
2012-07-05error and warning messages should be explicit, sigh...Marc Espie
2012-07-04zap duplicate declMarc Espie
2012-07-04zap, now a methodMarc Espie
2012-07-04- start cleaning up options handling: put things into a separate packageMarc Espie
2012-07-04fix the static arch fix. don't remove duplicates, but don't forget toMarc Espie
2012-07-02simplify rcsnum parsing by using a fixed array without all the reallocTed Unangst
2012-07-02fix a couple of "assigned but not used" warnings. ok markus@Darren Tucker
2012-07-02set interactive ToS for forwarded X11 sessions. ok djm@Darren Tucker
2012-07-02Maintain mg's Public Domain license heritage.lum
2012-07-01oopsMarc Espie
2012-07-01fix again -j4 properlyMarc Espie
2012-07-01update currency exchange rates;Jason McIntyre
2012-06-30fix a during the load of the sandbox policies (child can still makeMarkus Friedl
2012-06-29match the documented MAC order of preference to the actual one; ok dtucker@Christian Weisgerber
2012-06-29sigpending() returns a sigset just like sigprocmask(), so decode it the samePhilip Guenthe
2012-06-28a few minor cleanup and performance tweaks (is_wrapper doesn't need toMarc Espie
2012-06-28Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removedDarren Tucker
2012-06-27- extend an error message to hint to --help for a list of optionsJasper Lievisse Adriaanse
2012-06-27- add a description of --tagJasper Lievisse Adriaanse
2012-06-27Uniformize error messages printing, use err() instead of fprintf()Alexandre Ratchov
2012-06-27Don't return void expressions in functions returning void. RemovesAlexandre Ratchov
2012-06-26It is time to bring this back alive.Claudio Jeker
2012-06-26add missing rcs idsJasper Lievisse Adriaanse
2012-06-26Add mquery to the list of allowed syscalls for "UsePrivilegeSeparationDarren Tucker