summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-25move gpg2ssh stuff into it's own subdirectory to reduce some cluterJameson Graef Rollins
2008-05-25add new component "howler": small script to generate and publish a gpgJameson Graef Rollins
key for a server
2008-05-25update 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-25some 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-25fix bashism, and correct bad error messageJameson Graef Rollins
2008-05-23major 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-04major overhaul of rhesus. it now handles creation of bothJameson 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-03Merge commit 'jamie/master'Jameson Graef Rollins
2008-05-03Merge commit 'dkg/master'; commit 'enw/master'; commit 'micah/master'; ↵Jameson Graef Rollins
commit 'mlcastle/master'
2008-05-03Merge commit 'dkg/master'Jameson Graef Rollins
2008-05-03Merge 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-21updated gpg2ssh to use new flag for gnutls_openpgp_crt_get_auth_subkey() ↵Daniel Kahn Gillmor
(introduced in gnutls 2.3.6).
2008-04-21initial pass at converting PEM-encoded private keys into OpenPGP public keys.Daniel Kahn Gillmor
2008-04-14include docs from obbymike castleman
2008-04-14Merge commit 'micah/master'mike castleman
2008-04-14more work on rhesus. Improve retreival of key based on userid. cleanJameson Graef Rollins
up output. cleanup variables and monkeysphere.conf
2008-04-11Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-04-11some 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-09gpg2ssh: check the return status of the base64 pipe so we can fail properly ↵Daniel Kahn Gillmor
if it does.
2008-04-09cleaning up failed pipes properly, flushing error output to ensure it gets ↵Daniel Kahn Gillmor
printed before we die.
2008-04-09added FIXMEs documenting next steps for gpg2ssh.Daniel Kahn Gillmor
2008-04-09add support for DSA public key translation.Daniel Kahn Gillmor
2008-04-09When 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-09exporting RSA public keys in openssh known_hosts format.Daniel Kahn Gillmor
2008-04-08working with subkeys: preparing to write a gnutls-based gpg2ssh capable of ↵Daniel Kahn Gillmor
feeding the monkeysphere.
2008-04-07broke out gnutls business into a helper file in preparation for new projects.Daniel Kahn Gillmor
2008-04-04key translator: cleanup error checking.Daniel Kahn Gillmor
2008-04-03key translator: added more debugging infrastructure.Daniel Kahn Gillmor
2008-04-02add a READMEMicah Anderson
2008-04-01passwordless private key translation is now working in a pipeline,Daniel Kahn Gillmor
when built with GnuTLS v2.3.4
2008-03-31Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-03-30add start of a rhesus authorized_keys generator.Jameson Graef Rollins
start of a monkeysphere.conf file (in bash)
2008-03-08Merge commit 'greg/master'Daniel Kahn Gillmor
2008-03-08Removed test filesGreg Lyle
2008-03-08Merge commit 'micah/master'Greg Lyle
2008-03-08Merge commit 'micah/master'mike castleman
2008-03-08Merge branch 'master' of http://micah.riseup.net/git/monkeysphereJameson Graef Rollins
2008-03-08removing micah triviaDaniel Kahn Gillmor
2008-03-08Added a .PHONY to MakefileMatthew James Goins
2008-03-08Merge branch 'master' of http://micah.riseup.net/git/monkeysphereJameson Graef Rollins
2008-03-08add a testMicah Anderson
2008-03-08Merge branch 'master' of http://micah.riseup.net/git/monkeysphereDaniel Kahn Gillmor
2008-03-08Merge branch 'master' of ↵Daniel Kahn Gillmor
http://lair.fifthhorseman.net/~jrollins/git/monkeysphere
2008-03-08Merge commit 'mjgoins/master'Jameson Graef Rollins
2008-03-08Made non-zero size filesGreg Lyle
2008-03-08Added a .PHONY to MakefileMatthew James Goins
2008-03-08Added a second test fileGreg Lyle
2008-03-08added newlineJameson Graef Rollins
2008-03-08remote test fileJameson Graef Rollins
2008-03-08Touched an initial test file.Greg Lyle