summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-07-23tweak previous;Jason McIntyre
2015-07-22Implement quoting support in doas.conf. Now you can pass environmentVadim Zhukov
2015-07-22Fix memory leak when tail -r is used with anything but regular files.Tobias Stoeckmann
2015-07-22Small tweaks:Vadim Zhukov
2015-07-22Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integerJoel Sing
2015-07-22tweak previous; ok zhukJason McIntyre
2015-07-22one whitespace out of placeTheo de Raadt
2015-07-22Generate new moduli.Darren Tucker
2015-07-21options w/o args go first in SYNOPSIS, and add -C to usage();Jason McIntyre
2015-07-21Convert openssl(1) nseq to new option handling.Joel Sing
2015-07-21Convert openssl(1) pkcs7 to new option handling.Joel Sing
2015-07-21kill trailing whitespaceJasper Lievisse Adriaanse
2015-07-21oops, previous commit regarding cases should have just been for parse.y.Ted Unangst
2015-07-21cases should line up with switch, from Dimitris PapastamosTed Unangst
2015-07-21Add argument matching support to doas.Vadim Zhukov
2015-07-21whitespace cleanupJasper Lievisse Adriaanse
2015-07-21zap trailing whitespaceJasper Lievisse Adriaanse
2015-07-21whitespaceJasper Lievisse Adriaanse
2015-07-21remove superfluous strings.hBrent Cook
2015-07-21When creation of the temporary tags file fails, call the pagerIngo Schwarze
2015-07-20app_tminterval moved to apps_posix.c, we don't need sys/times.hBrent Cook
2015-07-20No need to recheck for NULL in openssl(1) ecparam.Doug Hogan
2015-07-20Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.Doug Hogan
2015-07-20Avoid NULL deref in openssl(1) s_cb.Doug Hogan
2015-07-20SHELL is out, from Michael ReedTed Unangst
2015-07-20Move .Pp before .Bl, not after to quiet mandoc -Tlint.Todd C. Miller
2015-07-20Sync usage with SYNOPSISTodd C. Miller
2015-07-20Avoid possible NULL deref in openssl(1) s_server.Doug Hogan
2015-07-20fix eyesore whitespaceJasper Lievisse Adriaanse
2015-07-20check the sigbuf value before using it.Remi Pointel
2015-07-20Avoid dereferencing a NULL.Doug Hogan
2015-07-20Remove condition that never happens and fix error handling.Doug Hogan
2015-07-20Add an option (history-file) for a file to save/restore command promptNicholas Marriott
2015-07-20Better desciption of Unix domain socket forwarding.Todd C. Miller
2015-07-20Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). WhileNicholas Marriott
2015-07-20Remove leftover xfree() prototype.Nicholas Marriott
2015-07-20whitespace;Jason McIntyre
2015-07-20Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.Doug Hogan
2015-07-20Check return value in openssl(1) s_socket.Doug Hogan
2015-07-20Remove check that is never true.Doug Hogan
2015-07-20Warn when rename() fails in openssl(1) apps.Doug Hogan
2015-07-20sf points out sudo doesn't allow SHELL in childrenTed Unangst
2015-07-20check that badlisted env has = after the nameTed Unangst
2015-07-20rescope and rename some variables to reduce pressure on the alphabetTed Unangst
2015-07-20introduce a minimal badset ($ENV) for environment stripping so thatTed Unangst
2015-07-20mention that the default of UseDNS=no implies that hostnames cannotDamien Miller
2015-07-19wrap long lines and kill some whitespaceSebastian Benoit
2015-07-19In the config file allow line continuations with backslashes.Sebastian Benoit
2015-07-19when using -D, do not use the mode set for the target file as the directory modeJasper Lievisse Adriaanse
2015-07-19figure out the linewidth at initialization, rather than lateTheo de Raadt