Commit graph

167 commits

Author SHA1 Message Date
Frank Denis
eb13b0adb7 2016 2016-01-01 21:00:31 +01:00
Frank Denis
74f7017d7e Despam 2016-01-01 10:39:56 +01:00
Frank Denis
90ff4a5f94 Merge pull request #16 from cedwardsmedia/manpage
Added manual page
2016-01-01 02:00:04 +01:00
Corey Edwards
7f41769d67 Added manual page
I thought it would be nice to have a man page for this wonderful piece of software, especially with it being available in various package managers like Homebrew.

This man page is basically a reformatting (and slight reorganizing to fit the typical man page structure) of the official docs.

src/manpage.md is the Markdown source which can generate the actual man page (share/man/man1/minisign.1) using ronn <http://rtomayko.github.com/ronn/>

Update: Corrected a few typos that I didn't catch before original submission.
2015-12-31 18:18:28 -06:00
Frank Denis
e748f644dd Support signing of empty files 2015-12-30 09:38:30 +01:00
Frank Denis
a205a35a1b Explain what failed when a base64 conversion failed 2015-12-29 19:29:02 +01:00
Frank Denis
d55d86e219 Merge pull request #11 from bitbeans/master
Added chocolatey to README
2015-12-29 17:16:32 +01:00
Christian Hermann
230ea4367d Added chocolatey to README
- See https://chocolatey.org/packages/minisign/0.6.0
2015-12-29 17:12:49 +01:00
Frank Denis
8b01faa74a Explicitly initialize mask 2015-11-12 17:59:54 +01:00
Frank Denis
06fb0e4aac Bump buffer sizes, bump version 2015-11-11 11:26:49 +01:00
Frank Denis
0efc6942b1 0.6 2015-11-11 11:25:14 +01:00
Frank Denis
ee4b6ba75e Hide the -H option if compiled with -DVERIFY_ONLY 2015-11-11 11:24:34 +01:00
Frank Denis
a3f4d7b794 Suggest using -H for files > 1 Gb 2015-11-10 23:13:12 +01:00
Frank Denis
6e1023d207 Support prehashing 2015-11-10 23:09:25 +01:00
Frank Denis
ee148f9007 0.5 2015-11-09 18:35:11 +01:00
Frank Denis
03f132bd9a Add -o to output the message to stdout after successful verification 2015-11-09 18:33:08 +01:00
Frank Denis
9546c80674 Return 1 if verification/password check failed, 2 for other errors
Suggested by @anvilstriker
2015-10-25 14:20:02 +01:00
Frank Denis
a88a7ececf Merge remote-tracking branch 'reelsense/patch-1'
* reelsense/patch-1:
  Added Windows scoop.sh info
2015-10-24 04:42:45 +02:00
Frank Denis
302a6227f7 Fix -p option with -V 2015-10-23 00:30:32 +02:00
Bryan Black
7778141aba Added Windows scoop.sh info 2015-10-18 20:03:33 -07:00
Frank Denis
826992ece6 Remove extra space 2015-08-11 16:40:02 +02:00
Frank Denis
74afe50a76 Mention homebrew 2015-07-18 16:28:29 +02:00
Frank Denis
056563c4ad Shorten; don't repeat in the README.md file what's available online 2015-07-18 16:21:59 +02:00
Frank Denis
de089ad2e5 Update documentation 2015-07-18 16:20:41 +02:00
Frank Denis
4b47e1b73f 0.4 2015-07-12 16:24:56 +02:00
Frank Denis
317c601f89 Update documentation 2015-07-12 16:24:19 +02:00
Frank Denis
cdae21b02d New switch: -Q, to display only the trusted comment (after verification) 2015-07-12 16:21:50 +02:00
Frank Denis
b2ece02b38 Tarballs will be signed, too 2015-06-14 19:31:07 +02:00
Frank Denis
51b549941c Add my PK 2015-06-13 01:36:15 +02:00
Frank Denis
60fd2910c0 The title is not needed twice 2015-06-11 08:59:01 +02:00
Frank Denis
72040dd2d9 Link to the web site 2015-06-11 08:58:39 +02:00
Frank Denis
a107da469c Formatting 2015-06-09 14:27:39 +02:00
Frank Denis
20511d68bd Add an extra empty line 2015-06-09 14:25:09 +02:00
Frank Denis
47fdfc3fff 0.3 2015-06-09 14:23:21 +02:00
Frank Denis
cece78ff71 Add instructions for minisign -G 2015-06-09 14:22:50 +02:00
Frank Denis
65d4a25172 Don't accept both -p and -P 2015-06-09 14:09:02 +02:00
Frank Denis
9d96b1c12a Add -P to specify the public key on the command-line 2015-06-09 14:04:06 +02:00
Frank Denis
eea7fad920 0.2 2015-06-08 21:42:53 +02:00
Frank Denis
a21ecff4a6 Use LTSV by default for trusted comments 2015-06-08 16:44:49 +02:00
Frank Denis
398a4790b7 Add CPack 2015-06-08 16:27:58 +02:00
Frank Denis
7ff02530f8 Document -v 2015-06-08 15:59:49 +02:00
Frank Denis
4f36c573a8 + -v 2015-06-08 15:59:30 +02:00
Frank Denis
1ccf3eaecb Remove fpurge() calls 2015-06-08 15:08:26 +02:00
Frank Denis
98ea87a872 Missing sodium_free() 2015-06-08 15:06:13 +02:00
Frank Denis
6a2e8df4c2 Tell what's going on when hashing the password 2015-06-08 15:04:04 +02:00
Frank Denis
ef81e72604 Provision an extra byte for Windows-style end of lines 2015-06-08 14:57:09 +02:00
Frank Denis
099525dfb7 Don't consider that GCC extensions are supported 2015-06-08 12:47:16 +02:00
Frank Denis
cc8548295d Add the signature algorithm to the checksum 2015-06-08 10:21:39 +02:00
Frank Denis
35bf369e5b fpurge() is not available on Windows 2015-06-08 01:10:18 +02:00
Frank Denis
46448bdb07 Disable echo on Windows 2015-06-08 00:35:41 +02:00