aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Update croncrypt(1) recommendationTom Ryder2018-02-211-2/+3
| | | | Mail::Run::Crypt is probably a better bet.
* Show only --open portsTom Ryder2018-02-191-1/+1
|
* Remove GitHub URLTom Ryder2016-06-191-1/+1
|
* Use explicit error codes for exit callsTom Ryder2014-06-111-3/+3
| | | | | Probably best not to rely on bash to carry the exit value forward correctly; clearer this way anyway
* Catch ndiff(1) error condition properlyTom Ryder2014-06-111-1/+5
| | | | | | | An exit value of 1 corresponds to there being some difference in the output, which means the diff never gets sent. This change will force the exit only if there's an actual error condition of 2, per the manual page for ndiff(1).
* Add version detectionTom Ryder2014-06-111-1/+1
|
* Remove opinionated -Pn (skip host discovery)Tom Ryder2014-05-261-1/+1
| | | | Otherwise people are going to wonder why their scans are taking so long
* Mention man page for croncrypt(1)Tom Ryder2014-05-261-2/+2
|
* Correct reversed directory existence testTom Ryder2014-05-261-1/+1
|
* Don't create parent directoriesTom Ryder2014-05-261-3/+5
| | | | Possible security implications
* Defensive umaskTom Ryder2014-05-261-0/+3
|
* Add notes about avoiding rootTom Ryder2014-05-261-0/+4
|
* Correct a few documentation pathsTom Ryder2014-05-261-1/+2
|
* Clarify a little what it doesTom Ryder2014-05-261-2/+2
|
* First commit of projectTom Ryder2014-05-261-0/+61
Just the script, a man page, a README, and a LICENSE. Probably doesn't need much else.