Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / apps / gdp-writer.1 @ master

History | View | Annotate | Download (3.35 KB)

# Date Author Comment
49d76189 01/14/2020 01:06 PM Eric Allman

Version 2.2.3: Make failure to read a secret key for a writable log an
error instead of waiting for the first append to fail (this can be
turned off using gdp_open_info_set_no_skey_nonfatal, which causes
gdp_gin_open to return a warning instead of an error). Add a -S flag to...

36033ca2 03/16/2017 12:24 AM Eric Allman

Clean up exit statuses for apps to make it easier to use them in
monitoring scripts.

1f3adfd0 08/18/2016 04:28 PM Eric Allman

Add -i flag to gdp-writer to ignore append errors.

31012ba0 03/25/2016 03:39 PM Eric Allman

Fix some minor formating problems in the gdp-writer.1 man page.

0cb4611f 10/15/2015 04:45 PM Eric Allman

Add two new flags to gdp-writer: -q keeps the output quiet (good for
background tasks) and -1 writes the entire standard input as a single
record rather than one record per line.

37960b88 10/05/2015 06:38 PM Eric Allman

Add -K flag to gdp-writer to choose a signing key.

6e2cccae 10/05/2015 10:25 AM Eric Allman

Rename reader-test => gdp-reader and writer-test => gdp-writer. They
aren't test programs any more.