summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2016-07-12add "recvfd" to doas(1) for use with skey.Sebastien Marie
2016-07-11Make all components of the URI individually optional,Ingo Schwarze
2016-07-11Add missing "recvfd" pledge promise: Raf Czlonka reported ssh coredumpsTheo Buehler
2016-07-11obsolete note about fascistloggin is obsolete. ok djm dtuckerTed Unangst
2016-07-10Fix a nasty typo that prevented .so links to gziped manualsIngo Schwarze
2016-07-10Simplify the code and the server setup by deleting the pseudo-manpathIngo Schwarze
2016-07-10rename variable for consistencyTed Unangst
2016-07-09Do not treat PATH_INFO as a complete path if it doesn't containIngo Schwarze
2016-07-09getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;Ingo Schwarze
2016-07-08ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) onIngo Schwarze
2016-07-08POSIX requires that a process calling tcsetpgrp(3) from the backgroundIngo Schwarze
2016-07-08Pass errret pointer to setupterm() to prevent setupterm()Todd C. Miller
2016-07-08Improve crypto ordering for Encrypt-then-MAC (EtM) mode MAC algorithms.Damien Miller
2016-07-07sync with mdocml.bsd.lv: mention httpd(8) and slowcgi(8)Ingo Schwarze
2016-07-07Revert previous since the libtls change has been reverted.Joel Sing
2016-07-07biff, mesg, vi: only consider ACCESSPERMS for setting tty mode.Sebastien Marie
2016-07-07tmux: only consider ACCESSPERMS for setting mode on socket_path.Sebastien Marie
2016-07-06Remove manual file loading (now that libtls does this for us) and adjustJoel Sing
2016-07-05Modify code added in rev 1.30 to use the correct variable instead of aJonathan Gray
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-07-04Use fstatat() instead of crafting a filename to use with stat()Philip Guenther
2016-07-04The -I flag is documented but not implemented. This fixes that andTodd C. Miller
2016-07-02do not uppercase "hop limit";Jason McIntyre
2016-07-01Update and simplify the documentation of the -s option,Ingo Schwarze
2016-07-01update currency exchange rates;Jason McIntyre
2016-07-01Simplify IP proto-specific sockopt error handling.Brent Cook
2016-06-30Use CLOCK_UPTIME instead of CLOCK_MONOTONIC, as the later makes jumpsAlexandre Ratchov
2016-06-30Explicitly check for 100% completion to avoid potential floating pointDarren Tucker
2016-06-29If /tmp/vi.recover doesn't exist, don't create it. Warn onceTheo Buehler
2016-06-29sort the -o list;Jason McIntyre
2016-06-28Add -M and -m options to specify the outgoing and incoming minimum TTLJeremie Courreges-Anglas
2016-06-28If an error path if close() is called, save errno so that original errorTheo de Raadt
2016-06-27Be more careful initializing and tracking socket s through main, this isTheo de Raadt
2016-06-27minor tweaks; ok teduJason McIntyre
2016-06-27somehow nopass snuck onto the :wheel example. i think it's better without.Ted Unangst
2016-06-27revise environment handling.Ted Unangst
2016-06-27whitespaceTheo de Raadt
2016-06-24move a space to the correct spotTed Unangst
2016-06-23fix AuthenticationMethods during configuration re-parse;Damien Miller
2016-06-21use the same argument name for -f in usage() as in SYNOPSIS;Jason McIntyre
2016-06-21Make usage string match the man page.Alexandre Ratchov
2016-06-21some formatting and comma tweaks; ok ratchovJason McIntyre
2016-06-21Update manual to "new" audioctl:Alexandre Ratchov
2016-06-21Reimplement audioctl using new api in a simper way.Alexandre Ratchov
2016-06-21Fix a bug loading the default certificate path locations.Brent Cook
2016-06-19Move the RB_ code from doas.h to env.c, and limit the environment interface to aMartijn van Duren
2016-06-19revert 1.34; causes problems loading public keysDamien Miller
2016-06-17grammar fix;Jason McIntyre
2016-06-17translate OpenSSL error codes to something more meaninful;Damien Miller
2016-06-17ban AuthenticationMethods="" and accept AuthenticationMethods=anyDamien Miller