Commit graph

5 commits

Author SHA1 Message Date
Thomas Hochstein 57c4ee5c87 filter_innd: Add sha256/sha512 for Cancel-Lock/Key.
Signed-off-by: Thomas Hochstein <thh@thh.name>
2023-05-20 15:46:53 +02:00
Thomas Hochstein 0ed9a8166d filter_innd: Correctly read folded headers.
Signed-off-by: Thomas Hochstein <thh@thh.name>
2023-05-20 15:32:12 +02:00
Thomas Hochstein 121fcbc15f Changes for Debian Wheezy.
Replace Digest::SHA1 with Digest::SHA.

Installation of install libdigest-sha-perl
is necessary.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2014-02-23 19:56:53 +01:00
Thomas Hochstein 7eded19b39 Remove superfluous module.
Digest::HMAC_SHA1() was not used in filter_innd.pl,
only in filter_nnrpd.pl

Signed-off-by: Thomas Hochstein <thh@inter.net>
2014-02-23 19:56:49 +01:00
Thomas Hochstein 8faa6b210c Add filter examples for Cancel-Lock/-Key.
This is a possible implementation of Cancel-Lock
and Cancel-Key. cleanfeed.local will check for
a matching Cancel-Key before accepting a cancel,
filter_nnrpd.pl will add Cancel-Locks to all
postings (and a matching Cancel-Key to cancel
messages).

See also
http://th-h.de/blog/archives/1473-INN-Cancel-Lock-und-Cancel-Key.html

Signed-off-by: Thomas Hochstein <thh@inter.net>
2011-12-18 01:51:35 +01:00