Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-24 | tweaked the key expiration checking function, and replied to SJJ's bug | Jameson Graef Rollins | |
comment. | |||
2008-08-22 | some small changes to subkey-to-ssh-agent. | Jameson Graef Rollins | |
2008-08-21 | made monkeysphere subkey-to-ssh-agent more user-friendly. | Daniel Kahn Gillmor | |
2008-08-21 | getting proper behavior from ssh-add; thanks to Jim Knoble and David Bronder ↵ | Daniel Kahn Gillmor | |
for their insights. | |||
2008-08-20 | broke out ssh-askpass-style prompting (to feed to gpg); implemented first ↵ | Daniel Kahn Gillmor | |
pass at monkeysphere subkey-to-ssh-agent. | |||
2008-08-19 | tweak add/revoke-hostname functions to properly update the correct | Jameson Graef Rollins | |
trustdb, and improve ouput of show-key. | |||
2008-08-18 | stupid big jimmy. fix bug in previous bug fix. | Jameson Graef Rollins | |
2008-08-18 | collapsed "show-fingerprint" with "show-key" for monkeysphere-server. | Daniel Kahn Gillmor | |
2008-08-18 | added 'monkeysphere-server extend-key' subcommand | Daniel Kahn Gillmor | |
2008-08-18 | re-added fingerprint output during diagnostics. | Daniel Kahn Gillmor | |
2008-08-18 | fix bug i accidentally introduced in the diagnostic function | Jameson Graef Rollins | |
2008-08-18 | fixed bad bug in user id processing that prevented bad primary keys | Jameson Graef Rollins | |
from being properly handled. | |||
2008-08-18 | add loud warning about bug in revoke-hostname | Jameson Graef Rollins | |
2008-08-17 | fixing usage for gen-subkey; allowing --help for monkeysphere (to match ↵ | Daniel Kahn Gillmor | |
monkeysphere-server behavior). | |||
2008-08-16 | fixed typo in output. | Daniel Kahn Gillmor | |
2008-08-16 | More work on finishing add/revoke hostname functions. | Jameson Graef Rollins | |
Improved list-certifiers function, to use non-priviledged user. | |||
2008-08-15 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
Conflicts: debian/changelog | |||
2008-08-15 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
Conflicts: src/monkeysphere-server Resolved conflicts in revoke-hostname, and finish work on them. | |||
2008-08-15 | fixing gen-subkey when no agent is present. | Daniel Kahn Gillmor | |
2008-08-15 | more work on hostname add/revoke | Jameson Graef Rollins | |
2008-08-15 | fixing bugs in monkeysphere-server diagnostics. | Daniel Kahn Gillmor | |
2008-08-15 | sigh. fixing some dumb typos in hostname revocation. | Daniel Kahn Gillmor | |
2008-08-15 | first pass at revoking hostnames. | Daniel Kahn Gillmor | |
2008-08-15 | Added checking of gpg.conf for keyserver. | Jameson Graef Rollins | |
2008-08-15 | remove defunct comment | Jameson Graef Rollins | |
2008-08-15 | enabled host key publication. be aware. | Jameson Graef Rollins | |
2008-08-15 | add start of add/revoke-hostname functions. revocation needs to be | Jameson Graef Rollins | |
implemented. | |||
2008-08-14 | reorganize shortcuts for monkeysphere-server | Jameson Graef Rollins | |
2008-08-14 | Add sorting of the processed key lines so that "good" keys are output | Jameson Graef Rollins | |
at the end. This is done so that they take precedence over "bad" when being processed in key files. If bad keys are processed after good keys, there is a possibility of malicious bad key causing good keys to be continually removed from key files, which would be a big nuisance. | |||
2008-08-13 | Merge commit 'dkg/master' | Jameson Graef Rollins | |
2008-08-13 | making monkeysphere-server publish-key stricter about choice of emitted host ↵ | Daniel Kahn Gillmor | |
key. | |||
2008-08-13 | Merge commit 'dkg/master' | Micah Anderson | |
2008-08-12 | fix another bug when processing ssh key files that do not exist. | Jameson Graef Rollins | |
2008-08-12 | unescape *all* colons, instead of just the first one in encoded user IDs | Daniel Kahn Gillmor | |
2008-08-11 | added monkeysphere-server diagnostics to check for (and advise) ↵ | Daniel Kahn Gillmor | |
AuthorizedKeysFile changes for monkeysphere-enabled authorized_keys | |||
2008-08-08 | made monkeysphere --gen-subkey work better for users without gpg keys. | Daniel Kahn Gillmor | |
2008-08-08 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-08-08 | made clearer comments, earlier bailouts for some user ID processing | Daniel Kahn Gillmor | |
2008-08-07 | make it so monkeysphere-server will respond to --help | Micah Anderson | |
2008-08-07 | alphabetize the options | Micah Anderson | |
2008-08-07 | Better key parsing for monkeyspher gen-subkey. | Jameson Graef Rollins | |
Allow seckey2sshagent to output to file. | |||
2008-08-07 | preparing better diagnostic messages for hosts that still have old HostKeys ↵ | Daniel Kahn Gillmor | |
left. | |||
2008-08-05 | merged changes from Jamie McClelland. | Daniel Kahn Gillmor | |
2008-08-05 | working around https://bugs.g10code.com/gnupg/issue945 in seckey2sshagent | Daniel Kahn Gillmor | |
2008-08-05 | chaning my previous edits - which were made before I realized that the | Jamie McClelland | |
script is supposed to work with no arguments! This change also removes the "$GPGID" part for listing all private keys, which generates an error. | |||
2008-08-05 | adding directions to pass your key id as the first argument. Also added | Jamie McClelland | |
extra test for people who don't pass anything as the first argument - so the help explanation is shown. | |||
2008-08-05 | seckey2sshagent now adds keys with semantic alias including full OpenPGP ↵ | Daniel Kahn Gillmor | |
fingerprint. | |||
2008-08-05 | properly clean up temporary keyring with seckey2sshagent. | Daniel Kahn Gillmor | |
2008-08-05 | cleanup and explanation for seckey2sshagent hack. | Daniel Kahn Gillmor | |
2008-08-03 | - Fixed bug in monkeysphere update-authorized_keys subcommand that had | Jameson Graef Rollins | |
been preventing disallowed user ids from being properly removed from authorized_keys file. - Fixed file md5sum checking. |