summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2024-10-24Add sopv supportGuillem Jover
This is a subset of the Stateless OpenPGP CLI <https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/>, that can easily replace the GnuPG usage. There are multiple implementations providing this interface.
2024-10-24Clarify comment on exit code override to workaround overlapping codesGuillem Jover
The framework expects to be able to ignore specific exit codes from the plugins, but if we are possibly returning exit codes from different tools, then it's hard to untangle what tool generated which exit code. In the plugins at hand the exit code 1 seems like a safe one, given both curl and rsync usage, so we currently turn any OpenPGP verification error into that.
2024-10-24Current gpgv requires the datafile for detached signaturesGuillem Jover
Otherwise we get the following error: gpgv: no signed data gpgv: can't hash datafile: No data
2024-10-24Use OpenPGP when referring to the standard or objectsGuillem Jover
These are OpenPGP signatures that any conforming implementation should be able to handle. They are not specific to GnuPG, which is one of many implementations, even though a very prominent one.
2016-05-25plugins/psql: fix spelling in commentTimo Weingärtner
2015-01-22plugins/curl: fix silent wrong output on HTTP 404Timo Weingärtner
2013-01-12use #!/bin/sh, any POSIX sh is ok.Timo Weingärtner
Thanks: Philipp Kern <pkern@debian.org>
2013-01-07update pgsql plugin documentationTimo Weingärtner
+ add SSL verification options + replace PGCLUSTER with PGHOST, former cements the use of a specific version of postgresql-client. Git-Dch: Full
2012-02-25Imported Debian version 0.4debian/0.4Timo Weingärtner
2012-02-25Imported Debian version 0.2debian/0.2Timo Weingärtner
2012-02-25Imported Debian version 0.1debian/0.1Timo Weingärtner