summaryrefslogtreecommitdiff
path: root/src/monkeysphere-server
AgeCommit message (Collapse)Author
2008-08-19tweak add/revoke-hostname functions to properly update the correctJameson Graef Rollins
trustdb, and improve ouput of show-key.
2008-08-18collapsed "show-fingerprint" with "show-key" for monkeysphere-server.Daniel Kahn Gillmor
2008-08-18added 'monkeysphere-server extend-key' subcommandDaniel Kahn Gillmor
2008-08-18re-added fingerprint output during diagnostics.Daniel Kahn Gillmor
2008-08-18fix bug i accidentally introduced in the diagnostic functionJameson Graef Rollins
2008-08-18add loud warning about bug in revoke-hostnameJameson Graef Rollins
2008-08-16fixed typo in output.Daniel Kahn Gillmor
2008-08-16More work on finishing add/revoke hostname functions.Jameson Graef Rollins
Improved list-certifiers function, to use non-priviledged user.
2008-08-15Merge commit 'dkg/master'Jameson Graef Rollins
Conflicts: debian/changelog
2008-08-15Merge commit 'dkg/master'Jameson Graef Rollins
Conflicts: src/monkeysphere-server Resolved conflicts in revoke-hostname, and finish work on them.
2008-08-15more work on hostname add/revokeJameson Graef Rollins
2008-08-15fixing bugs in monkeysphere-server diagnostics.Daniel Kahn Gillmor
2008-08-15sigh. fixing some dumb typos in hostname revocation.Daniel Kahn Gillmor
2008-08-15first pass at revoking hostnames.Daniel Kahn Gillmor
2008-08-15remove defunct commentJameson Graef Rollins
2008-08-15enabled host key publication. be aware.Jameson Graef Rollins
2008-08-15add start of add/revoke-hostname functions. revocation needs to beJameson Graef Rollins
implemented.
2008-08-14reorganize shortcuts for monkeysphere-serverJameson Graef Rollins
2008-08-13making monkeysphere-server publish-key stricter about choice of emitted host ↵Daniel Kahn Gillmor
key.
2008-08-13Merge commit 'dkg/master'Micah Anderson
2008-08-11added monkeysphere-server diagnostics to check for (and advise) ↵Daniel Kahn Gillmor
AuthorizedKeysFile changes for monkeysphere-enabled authorized_keys
2008-08-07make it so monkeysphere-server will respond to --helpMicah Anderson
2008-08-07alphabetize the optionsMicah Anderson
2008-08-07Better key parsing for monkeyspher gen-subkey.Jameson Graef Rollins
Allow seckey2sshagent to output to file.
2008-08-07preparing better diagnostic messages for hosts that still have old HostKeys ↵Daniel Kahn Gillmor
left.
2008-08-01some tweaks to output formatting for diagnostic command.Jameson Graef Rollins
2008-07-31properly handle host keys with no expiration date, store host key ↵Daniel Kahn Gillmor
fingerprint for later use in diagnostics.
2008-07-31be a little more helpful by printing out the actual expiration dates when ↵Daniel Kahn Gillmor
things are expiring.
2008-07-31fixed broken invocation of statDaniel Kahn Gillmor
2008-07-31limiting output of monkeysphere-server help (usage) to 80 columnsDaniel Kahn Gillmor
2008-07-31initial pass at monkeysphere-server diagnostics (lots more to fill in!)Daniel Kahn Gillmor
2008-07-27Don't fail when authorized_user_ids or known_hosts files are not found.Jameson Graef Rollins
2008-07-25Fix how ownertrust is set for host key in authentication keyring.Jameson Graef Rollins
Update TODO, removing completed tasks.
2008-07-23monkeysphere-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-10Fix argument checking for functions with options.Jameson Graef Rollins
Tweak to prompt for add-certifier.
2008-07-10Add man entry about gpg-authentication-cmdJameson Graef Rollins
2008-07-10Tweak key publication command.Jameson Graef Rollins
2008-07-10Properly 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-10Added file permission check function, and fixed bug in key writing forJameson Graef Rollins
untranslated keys.
2008-07-10Update man pages, and tweak default error return code.Jameson Graef Rollins
2008-07-09A bunch of changes for variable scoping, exit codes, etc. SeeJameson Graef Rollins
debian/changelog.
2008-06-29Add better host certifier management, and updated man page.Jameson Graef Rollins
2008-06-29remove unnecessary log outputJameson Graef Rollins
2008-06-29More 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-25special gpg functions for host/authentication.Jameson Graef Rollins
2008-06-24Priviledge separation: use new monkeysphere user to handleJameson 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-24Fix man pages to reflect recent path changes.Jameson Graef Rollins
2008-06-24Small tweaks to prepare for upcoming changes.Jameson Graef Rollins
2008-06-24Move to /var/lib/monkeysphere instead of /var/cache/monkeysphere.Jameson Graef Rollins
Improve ms-server update-user function. Update/fix config files to remove some unwanted configs, and clarify some things.
2008-06-23fix some authorized_keys updating bugs in ms-server, and update to useJameson Graef Rollins
new ability of openpgp to handle 40 char fingerprints.