summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-14CantFindHome errorjoe
2014-04-14FailedToMakeSignature errorjoe
2014-04-14imports wallet filesjoe
2014-04-14moved more code from kiki.hs to KeyRing.hs for buildKeyDBjoe
2014-04-14progress on buildKeyDBjoe
2014-04-14work in progress: buildKeyDBjoe
2014-04-14runKeyRing methodjoe
2014-04-14another alternative monadjoe
2014-04-14alternative experimental monad instancejoe
2014-04-14experimental monad instancejoe
2014-04-12more experimental foojoe
2014-04-12moved merge function into KeyRing modulejoe
2014-04-12changed type of callback passed to cross_mergejoe
2014-04-12always use a single pass.joe
2014-04-12deleted commented codejoe
2014-04-12setHomejoe
2014-04-12more simplificationjoe
2014-04-12simplificationjoe
2014-04-12reorganized cross_merge to use runKeyringjoe
2014-04-11reorganized lockFilesjoe
2014-04-11process secring/pubring separately from othersjoe
2014-04-11moved getHomeDir to cross_mergejoe
2014-04-11keyring home globalsjoe
2014-04-11Started reworkjoe
2014-01-28allowed older version of 'network' dependencyjoe
2014-01-25untested: --import-if-authenticjoe
2014-01-16Removed unused bindings.joe
2014-01-15Added signature checks to --show-whose-keyjoe
2014-01-06--show-whose-key option to search who owns the given ssh key.joe
2014-01-06Documented --show-sshjoe
2014-01-06Option --show-ssh (works like --show-pem, but ssh-rsa format).joe
2014-01-06Length-prefixed big-endian numbers (RFC 4251).joe
2014-01-04Added Setup.hs for easy debianization.joe
2014-01-04Removed obsolete dependencies.joe
2014-01-02Experimental --hosts feature for import/export aliases from hosts file.joe
2013-12-25New exports from Hosts library: diff, encode, decode.joe
2013-12-24New library for making changes to /etc/hostsjoe
2013-12-23Added --show-key optionjoe
2013-12-18Merge branch 'master' into bitcoinjoe
2013-12-18No private key data on command line.joe
Conflicts: kiki.hs
2013-12-18No private key data on command line.joe
2013-12-18Added support for importing keys from various crypto-coin networks.joe
2013-12-17Bitcoin foojoe
2013-12-16Better error for unsupported key type for exportjoe
2013-12-15more bitcoin workjoe
2013-12-15Migrated from OpenPGP-CryptoAPI to openpgp-utiljoe
2013-12-13Changed pgpSign to return a Maybe in case a signature cannot be made.joe
2013-12-13Adapted to IO-based inteface pgpSign to reduce dependency onjoe
random number generator interface. Conflicts: kiki.hs
2013-12-13OpenPGP module to insulate the code from Data.OpenPGP.CryptoAPIjoe
2013-12-13Changed pgpSign to return a Maybe in case a signature cannot be made.joe