Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2008-08-03 | rework out user id processing is done to provide better diagnostic output. | Jameson Graef Rollins | |
2008-08-02 | Fix how file modification check is done, and fix accidental extraneous | Jameson Graef Rollins | |
output. | |||
2008-08-01 | some tweaks to output formatting for diagnostic command. | Jameson Graef Rollins | |
2008-07-31 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-07-31 | properly handle host keys with no expiration date, store host key ↵ | Daniel Kahn Gillmor | |
fingerprint for later use in diagnostics. | |||
2008-07-31 | Fix inaccurate comment in process_user_id function. | Jameson Graef Rollins | |
2008-07-31 | be a little more helpful by printing out the actual expiration dates when ↵ | Daniel Kahn Gillmor | |
things are expiring. | |||
2008-07-31 | fixed broken invocation of stat | Daniel Kahn Gillmor | |
2008-07-31 | limiting output of monkeysphere-server help (usage) to 80 columns | Daniel Kahn Gillmor | |
2008-07-31 | initial pass at monkeysphere-server diagnostics (lots more to fill in!) | Daniel Kahn Gillmor | |
2008-07-29 | use socat if netcat is not available from monkeysphere-ssh-proxycommand. ↵ | Daniel Kahn Gillmor | |
Recommend: netcat | socat instead of just netcat. | |||
2008-07-29 | fix bug in ssh-proxycommand. | Jameson Graef Rollins | |
2008-07-27 | Don't fail when authorized_user_ids or known_hosts files are not found. | Jameson Graef Rollins | |
2008-07-27 | Tweak how empty authorized_user_ids and known_hosts files are handled. | Jameson Graef Rollins | |
2008-07-26 | Merge commit 'jrollins/master' | Daniel Kahn Gillmor | |
2008-07-25 | Fix how ownertrust is set for host key in authentication keyring. | Jameson Graef Rollins | |
Update TODO, removing completed tasks. | |||
2008-07-25 | allowing expiration dates with strings longer than one digit (e.g. "10m" ↵ | Daniel Kahn Gillmor | |
meaning "10 months") | |||
2008-07-23 | monkeysphere-server add-identity-certifier --trust now takes textual values ↵ | Daniel Kahn Gillmor | |
(marginal, full) instead of numeric (1,2). updated documentation as well. | |||
2008-07-22 | fixing return code error in openpgp2ssh, preparing for new release. | Daniel Kahn Gillmor | |
2008-07-10 | Fix tests for gen-subkey. | Jameson Graef Rollins | |
2008-07-10 | Fix argument checking for functions with options. | Jameson Graef Rollins | |
Tweak to prompt for add-certifier. | |||
2008-07-10 | Add man entry about gpg-authentication-cmd | Jameson Graef Rollins | |
2008-07-10 | Tweak key publication command. | Jameson Graef Rollins | |
2008-07-10 | Properly scope getopt for subcommands. | Jameson Graef Rollins | |
Fix bug in add-certifier command. Add command to pass gpg command directly to gpg-authentication keyring. | |||
2008-07-10 | Added file permission check function, and fixed bug in key writing for | Jameson Graef Rollins | |
untranslated keys. | |||
2008-07-10 | Update man pages, and tweak default error return code. | Jameson Graef Rollins | |
2008-07-09 | A bunch of changes for variable scoping, exit codes, etc. See | Jameson Graef Rollins | |
debian/changelog. | |||
2008-07-01 | small tweak to man page, and fix some alt port handling in proxy command. | Jameson Graef Rollins | |
2008-07-01 | A bunch of work on man pages to shore up interface and behavior before | Jameson Graef Rollins | |
developer release. Still do a bit of work to make sure actual commands meet the outlined behaviors. Small tweak to remove_line function to make sure it doesn't accidentally have a regexp match. | |||
2008-06-30 | Allow for passing CHECK_KEYSERVER variable to proxycommand | Jameson Graef Rollins | |
2008-06-30 | Update man pages. Small tweak to proxycommand. | Jameson Graef Rollins | |
2008-06-29 | Add better host certifier management, and updated man page. | Jameson Graef Rollins | |
2008-06-29 | remove unnecessary log output | Jameson Graef Rollins | |
2008-06-29 | More work on priviledge separation for host/authentication keyring. | Jameson Graef Rollins | |
Working now using dkg's new method with trust signatures. Implement better return codes for functions. Cleanup of functions. | |||
2008-06-25 | special gpg functions for host/authentication. | Jameson Graef Rollins | |
2008-06-24 | Priviledge separation: use new monkeysphere user to handle | Jameson Graef Rollins | |
authentication keychain for server. This required a bunch of changes to all ms-server functions. Seems to be working ok, although it feels kind of hackish. | |||
2008-06-24 | Fix man pages to reflect recent path changes. | Jameson Graef Rollins | |
2008-06-24 | Small tweaks to prepare for upcoming changes. | Jameson Graef Rollins | |