summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-06-23unless a problem comes up, monkeysphere-server should return an error code of 0.Daniel Kahn Gillmor
2008-06-23Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-23openpgp2ssh can now accept arbitrary-length key IDs (from the trivialDaniel Kahn Gillmor
8 hex digit key IDs to 40 hex digits of a full fingerprint). This moves our build dependency on gnutls to 2.4.0, which includes subkey fingerprint calculations.
2008-06-23Genericize raw binary <-> printable hex converters.Daniel Kahn Gillmor
2008-06-23Provide better (ie. more informative) return codes. Required someJameson Graef Rollins
modifications to a couple of different functions.
2008-06-22Improve trust-key function.Jameson Graef Rollins
2008-06-21Improved gen-key function for server.Jameson Graef Rollins
Update TODO.
2008-06-21Merge commit 'dkg/master'Jameson Graef Rollins
Conflicts: src/seckey2sshagent
2008-06-21add some things to the TODOJameson Graef Rollins
2008-06-21make the ssh-agent prompt from seckey2sshagent more intelligibleDaniel Kahn Gillmor
2008-06-21Add some more checks to gen-subkeyJameson Graef Rollins
2008-06-21Merge commit 'mlcastle/master'Daniel Kahn Gillmor
2008-06-21Merge commit 'mlcastle/master'Jameson Graef Rollins
2008-06-21fix typomike castleman
2008-06-21Merge commit 'dkg/master'Jameson Graef Rollins
2008-06-21tiny change to commentJameson Graef Rollins
2008-06-20Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-20add file locking to known_hosts and authorized_keysJameson Graef Rollins
2008-06-19Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-19Fix for better way to check for user on system.Jameson Graef Rollins
2008-06-19Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-19Better handling of unknown users in server update-users. Updated TODO file.Jameson Graef Rollins
2008-06-19Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-19Remove {update,remove}-userids functions, since we decided theyJameson Graef Rollins
weren't worth it. Updated man pages as well.
2008-06-19added comments to seckey2sshagent.Daniel Kahn Gillmor
2008-06-19Added server config variable to specify user authorized_user_ids file,Jameson Graef Rollins
and changed default.
2008-06-19monkeysphere-server should not bother adding the user-controlled ↵Daniel Kahn Gillmor
authorized_keys file if it does not exist.
2008-06-19update monkeysphere-server help to include new show-fingerprint.Daniel Kahn Gillmor
2008-06-19added monkeysphere-server show-fingerprintDaniel Kahn Gillmor
2008-06-19clarify why monkeysphere-server publish_key is currently non-functional.Daniel Kahn Gillmor
2008-06-19monkeysphere-server gen-key creates keys with only the auth flag set.Daniel Kahn Gillmor
2008-06-18Update to new agreed default host key usage flag (only "a" requiredJameson Graef Rollins
for users and hosts). Update TODO file. Some other small changes.
2008-06-18Add more nuanced keyserver checking policy, including a defered checkJameson Graef Rollins
if key is not in keyring, but is in known_hosts.
2008-06-17Very small change to comment field for authorized_keys lines.Jameson Graef Rollins
2008-06-17Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-17Add preliminary script to try to import a gpg private key into the sshJameson Graef Rollins
agent.
2008-06-17Major rework to remove all caching. Everything processed straightJameson Graef Rollins
from gpg keyring. Major code simplification and cleanup.
2008-06-17Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-16Merge branch 'master' into no-cacheJameson Graef Rollins
Conflicts: src/common src/monkeysphere src/monkeysphere-ssh-proxycommand
2008-06-16Total rework of uid processing: rid of cache directoryJameson Graef Rollins
2008-06-16Add extra variables to gen-key.Jameson Graef Rollins
2008-06-16Add log output for keyserver checking.Jameson Graef Rollins
Fix bug in proxy command to export CHECK_KEYSERVER variable.
2008-06-16Fix bug in configuration handling for HASH_KNOWN_HOSTS andJameson Graef Rollins
USER_CONTROLLED_AUTHORIZED_KEYS
2008-06-16Allow 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-16Allow 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-16genericized the hex printing capabilities.Daniel Kahn Gillmor
2008-06-16openpgp2ssh whitespace and comment cleanup.Daniel Kahn Gillmor
2008-06-16openpgp2ssh now handles private key export for subkeys, not just public keys.Daniel Kahn Gillmor
2008-06-15fix some output formatting.Jameson Graef Rollins
2008-06-15Fix gen-subkey function for client.Jameson Graef Rollins