move src/subcommands to srv/share, and add common file to src/share (update Makefile...
authorJameson Graef Rollins <jrollins@finestructure.net>
Sun, 1 Feb 2009 04:05:23 +0000 (23:05 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Sun, 1 Feb 2009 04:06:56 +0000 (23:06 -0500)
commit33888714f26a775b3be54edb27d77de719d5939c
tree0eacf9b1424198458ec7f2641c9353f18640bd86
parentabedd439e7b62428e1c76baf008f2d6b1afccc5a
move src/subcommands to srv/share, and add common file to src/share (update Makefile as well)
20 files changed:
Makefile
src/share/common [moved from src/common with 100% similarity]
src/share/m/gen_subkey [moved from src/subcommands/m/gen_subkey with 100% similarity]
src/share/m/import_subkey [moved from src/subcommands/m/import_subkey with 100% similarity]
src/share/m/ssh_proxycommand [moved from src/subcommands/m/ssh_proxycommand with 100% similarity]
src/share/m/subkey_to_ssh_agent [moved from src/subcommands/m/subkey_to_ssh_agent with 100% similarity]
src/share/ma/add_certifier [moved from src/subcommands/ma/add_certifier with 100% similarity]
src/share/ma/diagnostics [moved from src/subcommands/ma/diagnostics with 100% similarity]
src/share/ma/list_certifiers [moved from src/subcommands/ma/list_certifiers with 100% similarity]
src/share/ma/remove_certifier [moved from src/subcommands/ma/remove_certifier with 100% similarity]
src/share/ma/update_users [moved from src/subcommands/ma/update_users with 100% similarity]
src/share/mh/add_hostname [moved from src/subcommands/mh/add_hostname with 100% similarity]
src/share/mh/add_revoker [moved from src/subcommands/mh/add_revoker with 100% similarity]
src/share/mh/diagnostics [moved from src/subcommands/mh/diagnostics with 100% similarity]
src/share/mh/extend_key [moved from src/subcommands/mh/extend_key with 100% similarity]
src/share/mh/gen_key [moved from src/subcommands/mh/gen_key with 100% similarity]
src/share/mh/import_key [moved from src/subcommands/mh/import_key with 100% similarity]
src/share/mh/publish_key [moved from src/subcommands/mh/publish_key with 100% similarity]
src/share/mh/revoke_hostname [moved from src/subcommands/mh/revoke_hostname with 100% similarity]
src/share/mh/revoke_key [moved from src/subcommands/mh/revoke_key with 100% similarity]