summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2008-06-13Added Greg to author list.Daniel Kahn Gillmor
2008-06-13add debian manpages for proxycommandJameson Graef Rollins
2008-06-13fix bug if user monkeysphere home directory didn't exist.Jameson Graef Rollins
2008-06-13add man page for the ssh proxy command script. needs to be filled in.Jameson Graef Rollins
2008-06-13including cache and config files in debian package.Daniel Kahn Gillmor
2008-06-13monkeysphere debianization. Package can now be cleanly built with minimal ↵Daniel Kahn Gillmor
lintian warnings.
2008-06-13further debianization work. (also, made src/common non-executable,Daniel Kahn Gillmor
since it is sourced, not executed).
2008-06-13added top-level Makefile for ease of building with debhelper.Daniel Kahn Gillmor
stupid whitespace cleanup in openpgp2ssh.c
2008-06-13keytrans cleanup: getting rid of unimplemented/useless code.Daniel Kahn Gillmor
2008-06-12tweaking debian packaging instructions. Still far from doneDaniel Kahn Gillmor
2008-06-12Major openpgp2ssh overhaul. It's an unforgiving and brittle tool, butDaniel Kahn Gillmor
it should do what we expect it to do, and its major limitations should be documented in the man page.
2008-06-12reorganizing to prepare for transition to openpgp2ssh.Daniel Kahn Gillmor
2008-06-12massaging the language in openpgp2ssh(1).Daniel Kahn Gillmor
2008-06-12added ssh2gpg to MakefileDaniel Kahn Gillmor
2008-06-12Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-12Man page work.Jameson Graef Rollins
- flesh out more of the man pages for monkeysphere and monkeysphere-server - move the server cache directory to /var/cache, where it should be.
2008-06-11some very small tweaks to the openpgp2ssh man pageJameson Graef Rollins
2008-06-11Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-11Merge commit 'dkg/master'Jameson Graef Rollins
2008-06-11first pass at openpgp2ssh man page.Daniel Kahn Gillmor
2008-06-11quote some strings to not confuse checkbashismsJameson Graef Rollins
2008-06-11Merge commit 'jrollins/master'Daniel Kahn Gillmor
2008-06-11fix typo in monkeysphere(1)Daniel Kahn Gillmor
2008-06-11add COPYING fileJameson Graef Rollins
2008-06-11removing old rhesus and howler components as they have been madeJameson Graef Rollins
defunct by the new monkeysphere and monkeysphere-server tools (I probably could have figured out a way to transition from them smoother, but I didn't. oh well.).
2008-06-11update READMEJameson Graef Rollins
2008-06-11Updates to use the new openpgp2ssh program that dkg wrote.Jameson Graef Rollins