summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2012-06-25Provide common helper function for adding windows and sessions to chooseNicholas Marriott
2012-06-25Clean up and simplify the choose mode code, from Thomas Adam.Nicholas Marriott
2012-06-25Trim a blank line.Nicholas Marriott
2012-06-24work-around for obvious race condition with make -j4.Marc Espie
2012-06-24clean-up the mess: move modes into separate files,Marc Espie
2012-06-24Fix comment. Pointed out by Seth Wright (seth at crosse.org)Philip Guenthe
2012-06-22Remove unused variable leftover from tab-completion changes.Darren Tucker
2012-06-22remove dead code following 'for (;;)' loops.Darren Tucker
2012-06-21Shuffle leave-tmpdir-backups up to correct place in alphabetic order.lum
2012-06-21Add dumping of struct __tfork done by the revised __tfork syscallPhilip Guenthe
2012-06-21fix strlcpy truncation check. from carsten at debian org, ok markusDarren Tucker
2012-06-20Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38Ingo Schwarze