Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-26 | fixing spelling, fqdns in MonkeySpec examples | Daniel Kahn Gillmor | |
2008-05-26 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-05-26 | merging some changes from jrollins. | Daniel Kahn Gillmor | |
2008-05-26 | update README to reflect changes to howler trust-key | Jameson Graef Rollins | |
2008-05-26 | change howler command from "trust-uids" (which is inaccurate) to "trust-key". | Jameson Graef Rollins | |
2008-05-25 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
Conflicts: | |||
2008-05-25 | expand howler to handle general gpg maintenence tasks for server | Jameson Graef Rollins | |
- add "gen-key", "publish-key", and "trust-uids" functions small tweak to rhesus. update README and MonkeySpec | |||
2008-05-25 | move gpg2ssh stuff into it's own subdirectory to reduce some cluter | Jameson Graef Rollins | |
2008-05-25 | add new component "howler": small script to generate and publish a gpg | Jameson Graef Rollins | |
key for a server | |||
2008-05-25 | update to MonkeySpec: | Jameson Graef Rollins | |
- i took the liberty to reapportion some of the monkey names to new/different components. some components are no longer needed (eg. marmoset as originally defined is no longer needed since rhesus handles both ssh key file types). i also took the name "howler" and used it for a new component that generates and publishes server gpg keys. - fleshed out the Alice/Bob use case senario with some clarification and more detail. | |||
2008-05-25 | some updates to rhesus: | Jameson Graef Rollins | |
- add ability to rhesus to just process specified userids. - removed '--' in front of process type specification at command line. - cleaned up some log output | |||
2008-05-25 | fix bashism, and correct bad error message | Jameson Graef Rollins | |
2008-05-23 | major overhaul of rhesus: | Jameson Graef Rollins | |
- much more sophisticated validity checking of keys/uids - broke out more functions - cleaned-up/simplified code - changed to new variable naming standard | |||
2008-05-05 | getting rid of spaces in filenames. | Daniel Kahn Gillmor | |
2008-05-05 | cleaning up the git initialization document. | Daniel Kahn Gillmor | |
2008-05-05 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-05-05 | Merge commit 'jamie/master' | Daniel Kahn Gillmor | |
2008-05-04 | major overhaul of rhesus. it now handles creation of both | Jameson Graef Rollins | |
authorized_keys and known_hosts files, and is capable of being used by an administrator to maintain authorized_keys files for users. monkeysphere.conf file was updated for use by system administrator. | |||
2008-05-03 | adding jamie's git remote stanza. | Jamie McClelland | |
2008-05-03 | Merge commit 'jamie/master' | Daniel Kahn Gillmor | |
2008-05-03 | Merge commit 'jamie/master' | Jameson Graef Rollins | |
2008-05-03 | Merge commit 'dkg/master'; commit 'enw/master'; commit 'micah/master'; ↵ | Jameson Graef Rollins | |
commit 'mlcastle/master' | |||
2008-05-03 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2008-05-03 | Merge commit 'mlcastle/master' | Daniel Kahn Gillmor | |
2008-05-03 | Merge commit 'remotes/dkg/master'; commit 'remotes/enw/master'; commit ↵ | Jamie McClelland | |
'remotes/greg/master'; commit 'remotes/jrollins/master'; commit 'remotes/micah/master'; commit 'remotes/mjgoins/master'; commit 'remotes/mlcastle/master'; commit 'remotes/rossg/master' | |||
2008-04-21 | updated gpg2ssh to use new flag for gnutls_openpgp_crt_get_auth_subkey() ↵ | Daniel Kahn Gillmor | |
(introduced in gnutls 2.3.6). | |||
2008-04-21 | initial pass at converting PEM-encoded private keys into OpenPGP public keys. | Daniel Kahn Gillmor | |
2008-04-14 | include docs from obby | mike castleman | |
2008-04-14 | Merge commit 'micah/master' | mike castleman | |
2008-04-14 | more work on rhesus. Improve retreival of key based on userid. clean | Jameson Graef Rollins | |
up output. cleanup variables and monkeysphere.conf | |||
2008-04-11 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-04-11 | some more work on rhesus. receiving of keys is much improved. | Jameson Graef Rollins | |
rudimentery policy checking is implemented, but needs a lot more fleshing out (currently only accepts "fully trusted" keys). need to figure out how to query trustdb. | |||
2008-04-09 | gpg2ssh: check the return status of the base64 pipe so we can fail properly ↵ | Daniel Kahn Gillmor | |
if it does. | |||
2008-04-09 | cleaning up failed pipes properly, flushing error output to ensure it gets ↵ | Daniel Kahn Gillmor | |
printed before we die. | |||
2008-04-09 | added FIXMEs documenting next steps for gpg2ssh. | Daniel Kahn Gillmor | |
2008-04-09 | add support for DSA public key translation. | Daniel Kahn Gillmor | |
2008-04-09 | When outputting MPIs for OpenSSH format, ensure that the leading bit of the ↵ | Daniel Kahn Gillmor | |
first byte is not 1 (so that ssh does not get confused by a "negative" MPI). | |||
2008-04-09 | exporting RSA public keys in openssh known_hosts format. | Daniel Kahn Gillmor | |
2008-04-08 | working with subkeys: preparing to write a gnutls-based gpg2ssh capable of ↵ | Daniel Kahn Gillmor | |
feeding the monkeysphere. | |||
2008-04-07 | broke out gnutls business into a helper file in preparation for new projects. | Daniel Kahn Gillmor | |
2008-04-04 | key translator: cleanup error checking. | Daniel Kahn Gillmor | |
2008-04-03 | key translator: added more debugging infrastructure. | Daniel Kahn Gillmor | |
2008-04-02 | add a README | Micah Anderson | |
2008-04-01 | passwordless private key translation is now working in a pipeline, | Daniel Kahn Gillmor | |
when built with GnuTLS v2.3.4 | |||
2008-03-31 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-03-30 | add start of a rhesus authorized_keys generator. | Jameson Graef Rollins | |
start of a monkeysphere.conf file (in bash) | |||
2008-03-08 | Merge commit 'greg/master' | Daniel Kahn Gillmor | |
2008-03-08 | Removed test files | Greg Lyle | |
2008-03-08 | Merge commit 'micah/master' | Greg Lyle | |
2008-03-08 | Merge commit 'micah/master' | mike castleman | |