summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-13further debianization work. (also, made src/common non-executable,Daniel Kahn Gillmor
since it is sourced, not executed).
2008-06-13added top-level Makefile for ease of building with debhelper.Daniel Kahn Gillmor
stupid whitespace cleanup in openpgp2ssh.c
2008-06-13keytrans cleanup: getting rid of unimplemented/useless code.Daniel Kahn Gillmor
2008-06-12tweaking debian packaging instructions. Still far from doneDaniel Kahn Gillmor
2008-06-12Major openpgp2ssh overhaul. It's an unforgiving and brittle tool, butDaniel Kahn Gillmor
it should do what we expect it to do, and its major limitations should be documented in the man page.
2008-06-12reorganizing to prepare for transition to openpgp2ssh.Daniel Kahn Gillmor
2008-06-12massaging the language in openpgp2ssh(1).Daniel Kahn Gillmor
2008-06-12added ssh2gpg to MakefileDaniel Kahn Gillmor
2008-06-12Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-12Man page work.Jameson Graef Rollins
- flesh out more of the man pages for monkeysphere and monkeysphere-server - move the server cache directory to /var/cache, where it should be.
2008-06-11some very small tweaks to the openpgp2ssh man pageJameson Graef Rollins
2008-06-11Merge commit 'jrollins/master'Daniel Kahn Gillmor
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