Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-11 | Fill out a little of the man pages. | Jameson Graef Rollins | |
2008-06-10 | More cleanup of scripts | Jameson 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-10 | Cleaned/fix up update-userid function. also some general cleanup. | Jameson Graef Rollins | |
2008-06-10 | Add some skeletal debian packaging stuff and man pages, and moved conf | Jameson Graef Rollins | |
files to etc directory. | |||
2008-06-10 | New 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-09 | small tweak to MonkeySpec | Jameson Graef Rollins | |
2008-06-09 | more work on rhesus | Jameson 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-07 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2008-06-07 | small change to correct usage of howler | Jameson Graef Rollins | |
2008-06-07 | updated gpg2ssh to properly check for data encryption and authentication. | Daniel Kahn Gillmor | |
2008-06-07 | redefining tamarin and marmaset as concepts not scripts. | Jamie McClelland | |
2008-06-07 | redefining tamarin to be more generic. | Jamie McClelland | |
2008-06-06 | updated MonkeySpec to be more user-friendly. | Daniel Kahn Gillmor | |
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). |