summaryrefslogtreecommitdiff
path: root/kiki.cabal
AgeCommit message (Collapse)Author
2019-07-06Minor refactorJoe Crayne
2019-07-04Better error reporting on unsupported packet.Joe Crayne
2019-07-04ASCII-armor support. New dependency: openpgp-asciiarmor.Joe Crayne
2019-07-02Find agent-socket in new location.Joe Crayne
2019-07-02Read packet file with larger chunk size.Joe Crayne
2019-07-01New debugging option: --trace-verifyJoe Crayne
2019-07-01get rid of some warningsAndrew Cady
really cleans up the codebase too
2019-07-01refactor without semantic effectAndrew Cady
2019-07-01disable some compile warningsAndrew Cady
2019-07-01enable build warningsAndrew Cady
2019-07-01Attempted to merge 0bc53f99cfd70f3a18802604d7ef3174d004db4c.Joe Crayne
I left lib/Kiki.hs out for later.
2019-06-30move functions around between files. nothing should be differentAndrew Cady
merge-note: I'm having trouble with the merge, so I'm leaving a lot of functions duplicated in lib/Keyring.hs that were originally moved-out to lib/KeyRing/BuildKeyDB.hs in this commit. I'll clean-up later. Hopefully.
2016-09-05Made cryptonite build the default.joe
2016-08-30Factored Transforms out of goliath KeyRing module.joe
2016-08-29cokiki build fix & show --packets option.joe
2016-08-28Refactored for smaller modules (faster rebuild).joe
2016-08-27Added module for talking to gpg-agent.joe
2016-08-27Replaced dataenc with memory.joe
2016-04-30jessie build fixesjoe
2016-04-29build fixesjoe
2016-04-29function to parse Triple-Field SpecsJames Crayne
2016-04-29sort cabal build-depends, add missing depsJames Crayne
2016-04-27transactional refreshCache function in cokikiJames Crayne
2016-04-27made cokiki create parent directories for missing config files.joe
2016-04-26type signatures to help debugging buildsJames Crayne
2016-04-26Set up stack-based buildsAndrew Cady
2016-04-26more export testsJames Crayne
2016-04-26backport testsuite to base 4.6.0joe
2016-04-26add cokiki tests, pending for nowJames Crayne
2016-04-26test casesJames Crayne
2016-04-26testsuiteJames Crayne
2016-04-25more work on cokiki (ssh-client)joe
2016-04-25more cokiki workjoe
2016-04-25Fixed cokiki buildjoe
2016-04-25Add ControlMaybe to lib:kikijoe
2016-04-25add need-local flag to cabal filejoe
2016-04-25Integrated CommandLine parsing library.joe
2016-04-24rename init-key to init.joe
2016-04-24Refactored build of executable and library.joe
2016-04-23Added --secrets support to tar file export.joe
2016-04-21Changed kiki synopsis.joe
2016-04-21Build fixes for Debian Jessie.joe
2016-04-14Updated build.joe
2015-06-22kikid: Serialization...James Crayne
2015-06-21kikid: The Beginnings of the Kiki DaemonJames Crayne
2015-06-21Prompt on interactive passphrase entry.James Crayne
Also bumbed version up, due to breaking api of KeyRing module. (The funciton cachedContents now takes a prompt parameter.)
2015-06-21Require patched openpgpJames Crayne
NOTE: When building OpenPGP-Haskell for the first time, be sure to first run: make Data/OpenPGP/Arbitrary.hs Otherwise, the first build succeeds, but cabal complains about missing the file on successive builds.
2015-06-20Restricted x509, due to Build errorJames Crayne
At version 1.6.0, Vincent Hanquez refactored x509 to depend on his cryptonite library, but this causes type errors due to functions which expect and return types from the wrong module.
2015-06-18Fix to work with x509>=1.5, probably breaks 1.4James Crayne
2014-08-01Added hosts binary to cabal filejoe