index
:
kiki.git
master
wip
work
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kiki.hs
Age
Commit message (
Collapse
)
Author
2013-12-05
Invoke shell commands to generate absent keypairs.
joe
2013-12-05
Set file modification time when exporting subkey.
joe
2013-12-05
WIP: import/export secret keys
joe
2013-12-04
Implemented --import
joe
2013-12-04
Changed command line syntax.
joe
2013-12-03
Tested cross-merge capability!
joe
2013-12-03
Added code to preserve packet ordering.
joe
2013-12-03
Corrected accounting of newness of TrustPackets.
joe
2013-12-03
Progress toward writting out keyring files.
joe
2013-12-02
Save ordering information and public/private flag in origin slot of
joe
the key database.
2013-12-02
Fixed accidental exclusion of origins for UserID packets.
joe
2013-12-02
Removed trailing white space from source code lines.
joe
2013-12-02
Remember packet origins in key database.
joe
2013-12-02
Work in progress toward cross-merge interface.
joe
2013-11-29
Converted handles in trust packet maps to filenames.
joe
2013-11-29
Re-implemented public/secret trust packet catagorization to use a
joe
Data.Map lookup structure. This will ease the transition to categorizing trust packets based on file name rather than on whether they came from public or secret keyrings.
2013-11-26
Preserve TrustPackets accross merges.
joe
2013-11-25
Now avoids trust-signatures on self-certification.
joe
2013-11-25
Made tor signatures into tsign style signatures (TicId 8bafec)
joe
2013-11-25
Add tor uids and fixed autosign bug
joe
2013-11-09
Ability to specify top key by substring of user id.
joe
2013-11-09
Ability to output master keys.
joe
2013-11-09
Removed debug print
joe
2013-11-09
Ability to output PEM for public keys not in secring.gpg.
joe
2013-11-09
Merging functionality (mergesecrets command)
joe
2013-11-05
Added ability to output non-default public keys from secring.
joe
2013-11-04
Fail to output a public key if the specification is ambiguous.
joe
2013-11-04
Added DoAndIfThenElse to fix cabal build.
joe
2013-11-04
Ability to output public keys in PEM format.
joe
2013-11-02
Better handling for subkey-add of already existing key.
joe
2013-11-01
No longer attempts to re-add keys that are already present.
joe
2013-10-31
Renamed keys to kiki
joe