summaryrefslogtreecommitdiff
path: root/src/monkeysphere-host
AgeCommit message (Collapse)Author
2009-02-09Break out host export commands into gpg_host_export andJameson Graef Rollins
gpg_host_export_to_ssh_file functions, and update the {gen,import}_key functions accordingly.
2009-02-08Some 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-03fix 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-01some 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-01fix a bunch of directory references to the new data/share dirsJameson Graef Rollins
2009-01-31fix some things bugs from the separation transition, and try to fix the test ↵Jameson Graef Rollins
scripts
2009-01-31some more fixes and tweaks to get things working in the new setupJameson Graef Rollins
2009-01-31more big cleanup of host/authentication commands to reflect newJameson Graef Rollins
separations.
2009-01-31merging from jrollinsDaniel Kahn Gillmor
2009-01-31fix usage for import/gen-key, and remove revoker option from gen-keyJameson Graef Rollins
2009-01-31turn subcommands into subfunctions, that will need to be sourced and executed.Jameson Graef Rollins
2009-01-31merging jrollins and micah work, reverting ui changes for m-h gen-key and ↵Daniel Kahn Gillmor
import-key
2009-01-31merging changes from micahDaniel Kahn Gillmor
2009-01-31break out monkeysphere-{host,authentication} subcommands into seperateJameson Graef Rollins
scripts. MUCH MORE WORK NEEDED to get these working.
2009-01-31break out import-key and gen-key from monkeysphere-hostJameson Graef Rollins
break out diagnostics and update-users from monkeysphere-authentication
2009-01-31- break out monkeysphere-server command intoJameson Graef Rollins
monkeysphere-{host,authentication} commands - break out etc config into host/authentication configs