summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-11some very small tweaks to the openpgp2ssh man pageJameson Graef Rollins
2008-06-11Merge commit 'dkg/master'Jameson Graef Rollins
2008-06-11first pass at openpgp2ssh man page.Daniel Kahn Gillmor
2008-06-11quote some strings to not confuse checkbashismsJameson Graef Rollins
2008-06-11Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-11fix typo in monkeysphere(1)Daniel Kahn Gillmor
2008-06-11add COPYING fileJameson Graef Rollins
2008-06-11removing old rhesus and howler components as they have been madeJameson Graef Rollins
defunct by the new monkeysphere and monkeysphere-server tools (I probably could have figured out a way to transition from them smoother, but I didn't. oh well.).
2008-06-11update READMEJameson Graef Rollins
2008-06-11Updates to use the new openpgp2ssh program that dkg wrote.Jameson Graef Rollins
2008-06-11Fill out a little of the man pages.Jameson Graef Rollins
2008-06-10More cleanup of scriptsJameson Graef Rollins
- fixed bug in gpg2ssh_tmp call - broke out update_authorized_keys function - cleaned up gen_key function for server - added possible "Revoker:" parameter we might use - started gen_ae_subkey function that for some reason isn't working yet.
2008-06-10Cleaned/fix up update-userid function. also some general cleanup.Jameson Graef Rollins
2008-06-10Add some skeletal debian packaging stuff and man pages, and moved confJameson Graef Rollins
files to etc directory.
2008-06-10New client/server components:Jameson Graef Rollins
- broke out all common functions to "common" file - put all client commands into "monkeysphere" script - put all server commands into "monkeysphere-server" script - moved all code into src directory to clean things up a bit - this effectively makes obsolete rhesus and howler - added proposed monkeysphere-ssh-proxycommand script that can be called to update known_hosts from ssh ProxyCommand - updated monkeysphere.conf to work as global client config - added monkeysphere-server.conf for server config
2008-06-09small tweak to MonkeySpecJameson Graef Rollins
2008-06-09more work on rhesusJameson Graef Rollins
- known_hosts processing know processes known_hosts file directly - uses "ssh-keygen -R" to remove keys as necessary - known_hosts lines can be hashed if requested - added ability to specify required key capability - added ability to specify if user authorized_keys file is added
2008-06-07Merge commit 'dkg/master'Jameson Graef Rollins
2008-06-07small change to correct usage of howlerJameson Graef Rollins
2008-06-07updated gpg2ssh to properly check for data encryption and authentication.Daniel Kahn Gillmor
2008-06-07redefining tamarin and marmaset as concepts not scripts.Jamie McClelland
2008-06-07redefining tamarin to be more generic.Jamie McClelland
2008-06-06updated MonkeySpec to be more user-friendly.Daniel Kahn Gillmor
2008-05-26fixing spelling, fqdns in MonkeySpec examplesDaniel Kahn Gillmor
2008-05-26Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-05-26merging some changes from jrollins.Daniel Kahn Gillmor
2008-05-26update README to reflect changes to howler trust-keyJameson Graef Rollins
2008-05-26change howler command from "trust-uids" (which is inaccurate) to "trust-key".Jameson Graef Rollins
2008-05-25Merge commit 'dkg/master'Jameson Graef Rollins
Conflicts:
2008-05-25expand howler to handle general gpg maintenence tasks for serverJameson Graef Rollins
- add "gen-key", "publish-key", and "trust-uids" functions small tweak to rhesus. update README and MonkeySpec
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-05getting rid of spaces in filenames.Daniel Kahn Gillmor
2008-05-05cleaning up the git initialization document.Daniel Kahn Gillmor
2008-05-05Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-05-05Merge commit 'jamie/master'Daniel Kahn Gillmor
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-03adding jamie's git remote stanza.Jamie McClelland
2008-05-03Merge commit 'jamie/master'Daniel Kahn Gillmor
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 'mlcastle/master'Daniel Kahn Gillmor
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