summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Crank watchdog timeout from 2 to 4 seconds.ratchov2015-07-241-2/+2
* Log when device is disconnected.ratchov2015-07-241-1/+7
* Clear watchdog timer when device is closed, fixes use-after-free inratchov2015-07-241-1/+2
* Further improve syntax error reporting in doas:zhuk2015-07-243-27/+36
* tweak previous;jmc2015-07-231-6/+6
* Implement quoting support in doas.conf. Now you can pass environmentzhuk2015-07-222-34/+103
* Fix memory leak when tail -r is used with anything but regular files.tobias2015-07-221-8/+14
* Small tweaks:zhuk2015-07-221-5/+4
* Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integerjsing2015-07-221-6/+2
* tweak previous; ok zhukjmc2015-07-221-9/+6
* one whitespace out of placederaadt2015-07-221-2/+2
* Generate new moduli.dtucker2015-07-227-245/+266
* options w/o args go first in SYNOPSIS, and add -C to usage();jmc2015-07-212-4/+4
* Convert openssl(1) nseq to new option handling.jsing2015-07-211-40/+51
* Convert openssl(1) pkcs7 to new option handling.jsing2015-07-211-93/+111
* kill trailing whitespacejasper2015-07-211-6/+6
* oops, previous commit regarding cases should have just been for parse.y.tedu2015-07-211-2/+3
* cases should line up with switch, from Dimitris Papastamostedu2015-07-213-26/+36
* Add argument matching support to doas.zhuk2015-07-215-19/+69
* whitespace cleanupjasper2015-07-211-12/+10
* zap trailing whitespacejasper2015-07-211-5/+5
* whitespacejasper2015-07-211-2/+2
* remove superfluous strings.hbcook2015-07-211-2/+1
* When creation of the temporary tags file fails, call the pagerschwarze2015-07-213-21/+17
* app_tminterval moved to apps_posix.c, we don't need sys/times.hbcook2015-07-201-2/+1
* No need to recheck for NULL in openssl(1) ecparam.doug2015-07-201-5/+1
* Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.doug2015-07-201-17/+23
* Avoid NULL deref in openssl(1) s_cb.doug2015-07-201-5/+14
* SHELL is out, from Michael Reedtedu2015-07-201-2/+1
* Move .Pp before .Bl, not after to quiet mandoc -Tlint.millert2015-07-201-2/+2
* Sync usage with SYNOPSISmillert2015-07-201-3/+3
* Avoid possible NULL deref in openssl(1) s_server.doug2015-07-201-2/+5
* fix eyesore whitespacejasper2015-07-201-6/+6
* check the sigbuf value before using it.rpointel2015-07-201-2/+7
* Avoid dereferencing a NULL.doug2015-07-201-5/+7
* Remove condition that never happens and fix error handling.doug2015-07-201-6/+5
* Add an option (history-file) for a file to save/restore command promptnicm2015-07-206-15/+130
* Better desciption of Unix domain socket forwarding.millert2015-07-201-21/+107
* Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). Whilenicm2015-07-201-7/+5
* Remove leftover xfree() prototype.nicm2015-07-201-2/+1
* whitespace;jmc2015-07-201-3/+3
* Check return value for ENGINE_ctrl and ENGINE_ctrl_cmd.doug2015-07-201-4/+15
* Check return value in openssl(1) s_socket.doug2015-07-201-3/+6
* Remove check that is never true.doug2015-07-201-3/+1
* Warn when rename() fails in openssl(1) apps.doug2015-07-201-8/+36
* sf points out sudo doesn't allow SHELL in childrentedu2015-07-201-2/+2
* check that badlisted env has = after the nametedu2015-07-201-2/+3
* rescope and rename some variables to reduce pressure on the alphabettedu2015-07-201-9/+12
* introduce a minimal badset ($ENV) for environment stripping so thattedu2015-07-201-8/+22
* mention that the default of UseDNS=no implies that hostnames cannotdjm2015-07-201-5/+14