Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-12 | fix reference to MONKEYSPHER_USER in ma/setup | Jameson Graef Rollins | |
2009-02-12 | break out a bunch of common functions in monkeysphere-host: | Jameson Graef Rollins | |
- create_*_*_file to create the key files - load_*fingerprint to load the host fingerprint into an exported variable (HOST_FINGERPRINT) - check_host_*key to check for the presence of a host key modified {import,gen}_key to use these new functions. | |||
2009-02-09 | rename function to get the host fingerprint, and fix some | Jameson Graef Rollins | |
HOST_FINGERPRINT variables. | |||
2009-02-09 | break su_monkeysphere_user into common function, since it will likely | Jameson Graef Rollins | |
be needed by both m-host and m-auth for communicating with keyservers. | |||
2009-02-09 | define variable for public key files (HOST_KEY_PUB, HOST_KEY_PUB_GPG). | Jameson Graef Rollins | |
also, fix some function calls to check_host_fail function. | |||
2009-02-09 | Break out host export commands into gpg_host_export and | Jameson Graef Rollins | |
gpg_host_export_to_ssh_file functions, and update the {gen,import}_key functions accordingly. | |||
2009-02-08 | Some rearragement/cleanup in the monkeysphere-host: | Jameson Graef Rollins | |
- define exported variable to hold host key fingerprint (HOST_FINGERPRINT) - broke out some common commands into simpler functions - rename the 'extend_key' function to be 'set_expire', since function is more generically offered now. | |||
2009-02-03 | fix up gen/import-key: | Jameson Graef Rollins | |
- remove stuff about expiration, so we assume keys imported/generated with no expiration - set expiration with 'set-expire' function - update tests to test key importing and generation - fix some bugs | |||
2009-02-01 | some general fixes: | Jameson Graef Rollins | |
- fix some references to old function names - move fingerprint_server_key to be fingerprint_host_key - update diagnostic scripts | |||
2009-02-01 | fix a bunch of directory references to the new data/share dirs | Jameson Graef Rollins | |
2009-01-31 | fix some things bugs from the separation transition, and try to fix the test ↵ | Jameson Graef Rollins | |
scripts | |||
2009-01-31 | some more fixes and tweaks to get things working in the new setup | Jameson Graef Rollins | |
2009-01-31 | more big cleanup of host/authentication commands to reflect new | Jameson Graef Rollins | |
separations. | |||
2009-01-31 | merging from jrollins | Daniel Kahn Gillmor | |
2009-01-31 | fix usage for import/gen-key, and remove revoker option from gen-key | Jameson Graef Rollins | |
2009-01-31 | turn subcommands into subfunctions, that will need to be sourced and executed. | Jameson Graef Rollins | |
2009-01-31 | merging jrollins and micah work, reverting ui changes for m-h gen-key and ↵ | Daniel Kahn Gillmor | |
import-key | |||
2009-01-31 | merging changes from micah | Daniel Kahn Gillmor | |
2009-01-31 | break out monkeysphere-{host,authentication} subcommands into seperate | Jameson Graef Rollins | |
scripts. MUCH MORE WORK NEEDED to get these working. | |||
2009-01-31 | break out import-key and gen-key from monkeysphere-host | Jameson Graef Rollins | |
break out diagnostics and update-users from monkeysphere-authentication | |||
2009-01-31 | - break out monkeysphere-server command into | Jameson Graef Rollins | |
monkeysphere-{host,authentication} commands - break out etc config into host/authentication configs |