aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionv0.04Tom Ryder2017-10-141-1/+1
|
* Correct a documentation errorTom Ryder2017-10-141-1/+1
|
* Bump versionv0.03Tom Ryder2017-10-141-1/+1
|
* Documentation correctionsTom Ryder2017-10-141-15/+20
|
* Bump version numberv0.02Tom Ryder2017-10-141-1/+1
|
* Fix lots of documentation and formattingTom Ryder2017-10-141-19/+39
|
* Fix typov0.01Tom Ryder2017-10-141-1/+1
|
* Perl::Tidy run over bin/runcryptTom Ryder2017-10-141-2/+1
|
* Don't pretend this will work with any OpenPGP impTom Ryder2017-10-141-4/+4
|
* Update BUGS/LIMITATIONS sectionsTom Ryder2017-10-141-7/+1
|
* Reassure Perl::Critic about some wordsTom Ryder2017-10-141-0/+1
|
* Add diagnostics for file messagesTom Ryder2017-10-141-0/+8
|
* Update file carp/croak messagesTom Ryder2017-10-141-2/+2
|
* Use lowercase carp/croak messages consistentlyTom Ryder2017-10-141-4/+4
|
* Correct usage information for runcryptTom Ryder2017-10-141-2/+4
|
* Change passphrase out for passfileTom Ryder2017-10-141-17/+48
| | | | This already makes things a lot better, I think.
* Add sign/encrypt optionsTom Ryder2017-10-141-0/+17
| | | | | Default signing to off; step 1 to mitigating the terrible literal passphrase passing.
* Specify reason for Perl 5.10Tom Ryder2017-10-141-2/+2
|
* Correct a couple of POD bonersTom Ryder2017-10-051-0/+4
|
* Rename/separate out into app and moduleTom Ryder2017-10-052-112/+254
| | | | | | | | | | | This still needs a lot more work before release. In particular, I have to figure out what I'm going to do about the `passphrase` option. It's probably better to both not require it, in which case no signing is done (only encryption), and to instead allow a path to a file to be specified. The other big puzzle would be how on earth to write automated tests for it... I may end up imitating however Mail::GnuPG is testing itself.
* Remove croncryptshcroncryptTom Ryder2017-05-131-3/+0
| | | | Turned out not to be such a good idea
* Add croncryptshTom Ryder2016-03-081-0/+3
|
* Remove useless variable initTom Ryder2014-10-301-1/+1
|
* Move to Artistic License 2.0Tom Ryder2014-09-301-1/+1
| | | | At request of possible contributor
* Use IPC::Run3 rather than IPC::Open3Tom Ryder2014-06-201-20/+3
| | | | | | | | | | | IPC::Open3 is recommended by Perl::Critic, but it's a relatively low-level tool that requires system select() calls and careful attention to buffering/blocking, among other things. It looks like it's great if you need fine-tuned detail like that, but in this case, I don't, I just need something better than system() that will capture both stdout and stderr from a call. IPC::Run3 is by the same author and much better suited to this purpose.
* Simplify required Perl versionTom Ryder2014-06-201-1/+1
|
* Move utf8 use pragma because I'm pickyTom Ryder2014-06-201-1/+1
|
* Add autodieTom Ryder2014-06-201-0/+1
|
* Move into logical bindirTom Ryder2014-05-261-0/+128