summaryrefslogtreecommitdiff
path: root/Echolot/Pinger/CPunk.pm
Commit message (Collapse)AuthorAge
* Remove $Id$ tags from all filesPeter Palfrader2014-10-22
|
* Work with newer GnuPG::Interface versions againPeter Palfrader2014-10-22
| | | | | | | | Newer GnuPG::Interface versions are more picky when it comes to command and command_args. Previously, they would accept things in any order and would not care which of the two arrays had which. Now, command_args is really limited to have arguments for the command listed in command. Any options go with, and in front of, the command.
* Update copyright statementPeter Palfrader2014-10-22
|
* Update FSF address in all filesPeter Palfrader2005-10-09
|
* Add GPL and copyright boilerplate to all filesPeter Palfrader2004-04-28
| | | | | update copyright notices to include 2004 enable keyword expansion for Id on all files that have them
* prefix readwrite_gpg with Echolot::Tools:: to qualify themPeter Palfrader2004-04-25
|
* use English if we use INPUT_RECORD_SEPARATORPeter Palfrader2004-04-24
|
* Switch to a common readwrite_gpg()Peter Palfrader2004-04-24
|
* Move duplicated IO::Handle preperations for GnuPG::Interface to ↵Peter Palfrader2004-04-24
| | | | Echolot::Tools::make_gpg_fds.
* Regularily clean up temp dirPeter Palfrader2003-06-06
|
* Reliable and CRLF - a neverending (sad) story - works now (for real)Peter Palfrader2003-02-22
|
* Reliable and CRLF - a neverending (sad) story - works nowPeter Palfrader2003-02-21
|
* new CRLF tryPeter Palfrader2003-02-21
|
* Reliable and CRLF - a neverending (sad) storyPeter Palfrader2003-02-21
|
* Collect From: header linesPeter Palfrader2003-02-17
|
* Removed --pgp2 for RSA keysPeter Palfrader2003-02-15
|
* Chain pinging fixesPeter Palfrader2003-02-15
|
* Moved pgp2compat into hop information with cpunk pingsPeter Palfrader2003-02-14
| | | | | minor cleanups and code beautification
* First go at sane loggingPeter Palfrader2003-01-14
|
* Work around a bug that let pingd die in certain random cases when dealing ↵Peter Palfrader2003-01-13
| | | | with unuseable PGP keys (like expired keys).
* Always use --no-secmem-warning with GnuPG callsPeter Palfrader2003-01-02
|
* Don't use GnuPG::Interface's recipients when encrypting any more as it is ↵Peter Palfrader2003-01-02
| | | | broken with at least GnuPG 1.2.1
* Random spelling fixesPeter Palfrader2002-09-05
|
* You no longer need an extra Mixmaster installation for your pingerPeter Palfrader2002-07-22
| | | | | | | The config hash �Pinger::Mix� is obsolete Default gnupghome changed from �gnupg� to �gnupghome� New config options: mixmaster, mixhome, gnupg
* no "use warnings"; anymore so it runs with older perlsPeter Palfrader2002-07-16
|
* ping cpunk without pgponly in clear tooPeter Palfrader2002-07-02
|
* Also unlink those evil gnupg backupsPeter Palfrader2002-07-02
|
* pinging windows remailers works now. need to do LF -> CRLF before encryptingPeter Palfrader2002-06-20
|
* Initial ImportPeter Palfrader2002-06-18