summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-19more notes on work on george.Daniel Kahn Gillmor
2008-06-19preparing for first tagged release (planned for george.riseup.net).Daniel Kahn Gillmor
2008-06-19added debian-package target to Makefile to simplify package building ↵Daniel Kahn Gillmor
process. It gets a little weird and recursive; could probably be better-engineered.
2008-06-19added policy docs about george.riseup.netDaniel Kahn Gillmor
2008-06-19Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-18update george changelogJameson Graef Rollins
2008-06-18Update TODO after merge.Jameson Graef Rollins
2008-06-18Merge commit 'micah/master'Jameson Graef Rollins
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-18Merge commit 'micah/master'Daniel Kahn Gillmor
2008-06-18add todo items that we discussed as being important to address at some pointMicah Anderson
2008-06-18Merge commit 'dkg/master'Micah Anderson
Conflicts: doc/MonkeySpec
2008-06-18add george system changelogMicah Anderson
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-17Fix small bug in man page.Jameson Graef Rollins
2008-06-17Add preliminary script to try to import a gpg private key into the sshJameson Graef Rollins
agent.
2008-06-17Update man pages and TODO.Jameson Graef Rollins
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
2008-06-15Separate 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-14Merge commit 'dkg/master'Jameson Graef Rollins
2008-06-14More work on the man pages.Jameson Graef Rollins
2008-06-14Add lsign-key to the trust_keys function so that the trusted keyJameson Graef Rollins
actually ends up with full validity.
2008-06-14cleaning up error output.Daniel Kahn Gillmor
2008-06-13Merge commit 'dkg/master'Jameson Graef Rollins
2008-06-13Add 'remove_userid' function, inverse of 'update_userids'.Jameson Graef Rollins
Also, tweaked some of the output and man pages.
2008-06-13make sure the authorized_user_ids file exists for users processed byJameson Graef Rollins
monkeysphere-server.
2008-06-13More cleanup:Jameson Graef Rollins
- Batch mode for trust_key function. - fix some loggging. - Clean up publish_server_key function -> STILL NON-FUNCTIONING - more work on monkeysphere-ssh-proxycommand man page
2008-06-13added TODO documentation with additional projects.Daniel Kahn Gillmor
2008-06-13Modify how logging is handled. Now send most everything to stderr.Jameson Graef Rollins
Change to known_hosts hashing on by default.
2008-06-13added enw to developers.Daniel Kahn Gillmor
2008-06-13invert the sense of the loglevel test. duh.Daniel Kahn Gillmor
2008-06-13making openpgp2ssh less verbose.Daniel Kahn Gillmor
2008-06-13Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-13fix bugs in ssh key export functionsJameson Graef Rollins
2008-06-13Merge commit 'jrollins/master'Daniel Kahn Gillmor