Age | Commit message (Expand) | Author |
2015-07-27 | default permitted target is all users, not root. | Ted Unangst |
2015-07-27 | some improvements from michael reed; | Jason McIntyre |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-07-27 | Permit kbind(2) use in the sandbox now, to ease testing of ld.so work using it | Philip Guenther |
2015-07-27 | Add -n to usage. As noticed by Theo Buehler. | Marc Espie |
2015-07-27 | Make -q suppress ambiguous option warnings too, from Cam Hutchison. | Nicholas Marriott |
2015-07-26 | small clarifications | Ted Unangst |
2015-07-26 | checkconfig doesn't return anymore, noted by zhuk | Ted Unangst |
2015-07-26 | fix format string | Charles Longeau |
2015-07-26 | nflag (as in sudo, force non-interactive mode) | Marc Espie |
2015-07-26 | Oops, CVS mismerged changes, resulting in compilable and mostly working, | Vadim Zhukov |
2015-07-26 | tweak config checking slightly | Ted Unangst |
2015-07-26 | remove unused variable | Charles Longeau |
2015-07-26 | Stop exiting on cmdline overflow: it's used only for logging, so aborting | Vadim Zhukov |
2015-07-26 | Implement command matching without execution. This just extends | Vadim Zhukov |
2015-07-26 | Remove support for automatically checking files out of RCS. The | Todd C. Miller |
2015-07-25 | Simplify and make tag_put() more efficient by integrating tag_get() | Ingo Schwarze |
2015-07-25 | implement tagging for .Er | Ingo Schwarze |
2015-07-25 | basic tag support for function names; written at YYC | Ingo Schwarze |
2015-07-25 | basic support for tag priorities; written at YYC | Ingo Schwarze |
2015-07-24 | Crank watchdog timeout from 2 to 4 seconds. | Alexandre Ratchov |
2015-07-24 | Log when device is disconnected. | Alexandre Ratchov |
2015-07-24 | Clear watchdog timer when device is closed, fixes use-after-free in | Alexandre Ratchov |
2015-07-24 | Further improve syntax error reporting in doas: | Vadim Zhukov |
2015-07-23 | tweak previous; | Jason McIntyre |
2015-07-22 | Implement quoting support in doas.conf. Now you can pass environment | Vadim Zhukov |
2015-07-22 | Fix memory leak when tail -r is used with anything but regular files. | Tobias Stoeckmann |
2015-07-22 | Small tweaks: | Vadim Zhukov |
2015-07-22 | Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integer | Joel Sing |
2015-07-22 | tweak previous; ok zhuk | Jason McIntyre |
2015-07-22 | one whitespace out of place | Theo de Raadt |
2015-07-22 | Generate new moduli. | Darren Tucker |
2015-07-21 | options w/o args go first in SYNOPSIS, and add -C to usage(); | Jason McIntyre |
2015-07-21 | Convert openssl(1) nseq to new option handling. | Joel Sing |
2015-07-21 | Convert openssl(1) pkcs7 to new option handling. | Joel Sing |
2015-07-21 | kill trailing whitespace | Jasper Lievisse Adriaanse |
2015-07-21 | oops, previous commit regarding cases should have just been for parse.y. | Ted Unangst |
2015-07-21 | cases should line up with switch, from Dimitris Papastamos | Ted Unangst |
2015-07-21 | Add argument matching support to doas. | Vadim Zhukov |
2015-07-21 | whitespace cleanup | Jasper Lievisse Adriaanse |
2015-07-21 | zap trailing whitespace | Jasper Lievisse Adriaanse |
2015-07-21 | whitespace | Jasper Lievisse Adriaanse |
2015-07-21 | remove superfluous strings.h | Brent Cook |
2015-07-21 | When creation of the temporary tags file fails, call the pager | Ingo Schwarze |
2015-07-20 | app_tminterval moved to apps_posix.c, we don't need sys/times.h | Brent Cook |
2015-07-20 | No need to recheck for NULL in openssl(1) ecparam. | Doug Hogan |
2015-07-20 | Don't try to run ECDH if ecdh_checks fails in openssl(1) speed. | Doug Hogan |
2015-07-20 | Avoid NULL deref in openssl(1) s_cb. | Doug Hogan |
2015-07-20 | SHELL is out, from Michael Reed | Ted Unangst |
2015-07-20 | Move .Pp before .Bl, not after to quiet mandoc -Tlint. | Todd C. Miller |