Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-23 | Genericize raw binary <-> printable hex converters. | Daniel Kahn Gillmor | |
2008-06-23 | Provide better (ie. more informative) return codes. Required some | Jameson Graef Rollins | |
modifications to a couple of different functions. | |||
2008-06-22 | Improve trust-key function. | Jameson Graef Rollins | |
2008-06-21 | Improved gen-key function for server. | Jameson Graef Rollins | |
Update TODO. | |||
2008-06-21 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
Conflicts: src/seckey2sshagent | |||
2008-06-21 | add some things to the TODO | Jameson Graef Rollins | |
2008-06-21 | make the ssh-agent prompt from seckey2sshagent more intelligible | Daniel Kahn Gillmor | |
2008-06-21 | Add some more checks to gen-subkey | Jameson Graef Rollins | |
2008-06-21 | Merge commit 'mlcastle/master' | Daniel Kahn Gillmor | |
2008-06-21 | Merge commit 'mlcastle/master' | Jameson Graef Rollins | |
2008-06-21 | fix typo | mike castleman | |
2008-06-21 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2008-06-21 | tiny change to comment | Jameson Graef Rollins | |
2008-06-20 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-20 | add file locking to known_hosts and authorized_keys | Jameson Graef Rollins | |
2008-06-19 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-19 | Fix for better way to check for user on system. | Jameson Graef Rollins | |
2008-06-19 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-19 | Better handling of unknown users in server update-users. Updated TODO file. | Jameson Graef Rollins | |
2008-06-19 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-19 | Remove {update,remove}-userids functions, since we decided they | Jameson Graef Rollins | |
weren't worth it. Updated man pages as well. | |||
2008-06-19 | added comments to seckey2sshagent. | Daniel Kahn Gillmor | |
2008-06-19 | Added server config variable to specify user authorized_user_ids file, | Jameson Graef Rollins | |
and changed default. | |||
2008-06-19 | monkeysphere-server should not bother adding the user-controlled ↵ | Daniel Kahn Gillmor | |
authorized_keys file if it does not exist. | |||
2008-06-19 | update monkeysphere-server help to include new show-fingerprint. | Daniel Kahn Gillmor | |
2008-06-19 | added monkeysphere-server show-fingerprint | Daniel Kahn Gillmor | |
2008-06-19 | clarify why monkeysphere-server publish_key is currently non-functional. | Daniel Kahn Gillmor | |
2008-06-19 | monkeysphere-server gen-key creates keys with only the auth flag set. | Daniel Kahn Gillmor | |
2008-06-18 | Update to new agreed default host key usage flag (only "a" required | Jameson Graef Rollins | |
for users and hosts). Update TODO file. Some other small changes. | |||
2008-06-18 | Add more nuanced keyserver checking policy, including a defered check | Jameson Graef Rollins | |
if key is not in keyring, but is in known_hosts. | |||
2008-06-17 | Very small change to comment field for authorized_keys lines. | Jameson Graef Rollins | |
2008-06-17 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-17 | Add preliminary script to try to import a gpg private key into the ssh | Jameson Graef Rollins | |
agent. | |||
2008-06-17 | Major rework to remove all caching. Everything processed straight | Jameson Graef Rollins | |
from gpg keyring. Major code simplification and cleanup. | |||
2008-06-17 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-06-16 | Merge branch 'master' into no-cache | Jameson Graef Rollins | |
Conflicts: src/common src/monkeysphere src/monkeysphere-ssh-proxycommand | |||
2008-06-16 | Total rework of uid processing: rid of cache directory | Jameson Graef Rollins | |
2008-06-16 | Add extra variables to gen-key. | Jameson Graef Rollins | |
2008-06-16 | Add log output for keyserver checking. | Jameson Graef Rollins | |
Fix bug in proxy command to export CHECK_KEYSERVER variable. | |||
2008-06-16 | Fix bug in configuration handling for HASH_KNOWN_HOSTS and | Jameson Graef Rollins | |
USER_CONTROLLED_AUTHORIZED_KEYS | |||
2008-06-16 | Allow for specification of whether to check keyserver. | Jameson Graef Rollins | |
Update proxy command to check keyserver if host not found in known_hosts. | |||
2008-06-16 | Allow for specification of whether to check keyserver. | Jameson Graef Rollins | |
Update proxy command to check keyserver if host not found in known_hosts. | |||
2008-06-16 | genericized the hex printing capabilities. | Daniel Kahn Gillmor | |
2008-06-16 | openpgp2ssh whitespace and comment cleanup. | Daniel Kahn Gillmor | |
2008-06-16 | openpgp2ssh now handles private key export for subkeys, not just public keys. | Daniel Kahn Gillmor | |
2008-06-15 | fix some output formatting. | Jameson Graef Rollins | |
2008-06-15 | Fix gen-subkey function for client. | Jameson Graef Rollins | |
2008-06-15 | Separate required key capability variables for users and hosts. | Jameson Graef Rollins | |
Change default for user to be "a", and host to be "e a". | |||
2008-06-14 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2008-06-14 | More work on the man pages. | Jameson Graef Rollins | |