summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 1cc1dd8e70b5e25e9f9ef36c6dc0454b58361195 (plain)
  1. monkeysphere (0.12-1) UNRELEASED; urgency=low
  2. * Improved output handling. New LOG_LEVEL variable.
  3. * debian/control: switched Homepage: and Vcs-Git: to canonicalized
  4. upstream hostnames.
  5. -- Jameson Graef Rollins <jrollins@phys.columbia.edu> Mon, 01 Sep 2008 23:55:56 -0700
  6. monkeysphere (0.11-1) experimental; urgency=low
  7. [ Jameson Graef Rollins ]
  8. * fix bug in trustdb update on add/revoke-hostname.
  9. [ Daniel Kahn Gillmor ]
  10. * debian/control: added Build-Depends: git-core for the new packaging
  11. format
  12. * new subcommand: monkeysphere subkey-to-ssh-agent (relies on a patched
  13. GnuTLS to deal with GPG's gnu-dummy S2K extension, but fails cleanly
  14. if not found).
  15. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Wed, 20 Aug 2008 11:24:35 -0400
  16. monkeysphere (0.10-1) experimental; urgency=low
  17. [ Jameson Graef Rollins ]
  18. * brown paper bag release: invert test on calculated validity of keys.
  19. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 18 Aug 2008 16:22:34 -0400
  20. monkeysphere (0.9-1) experimental; urgency=low
  21. [ Daniel Kahn Gillmor ]
  22. * implemented "monkeysphere-server extend-key" to adjust expiration
  23. date of host key.
  24. * removed "monkeysphere-server fingerprint". Use "monkeysphere-server
  25. show-key" instead.
  26. [ Jameson Graef Rollins ]
  27. * fixed bug in user id processing that prevented bad primary keys from
  28. being properly removed.
  29. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 18 Aug 2008 15:42:12 -0400
  30. monkeysphere (0.8-1) experimental; urgency=low
  31. [ Daniel Kahn Gillmor ]
  32. * debian/control: switched Vcs-Git to use "centralized" git repo instead
  33. of my own.
  34. * More monkeysphere-server diagnostics
  35. * monkeysphere --gen-subkey now guesses what KeyID you meant.
  36. * added Recommends: ssh-askpass to ensure monkeysphere --gen-subkey
  37. works sensibly under X11
  38. [ Jameson Graef Rollins ]
  39. * fix another bug when known_hosts files are missing.
  40. * sort processed keys so that "good" keys are processed after "bad"
  41. keys. This will prevent malicious bad keys from causing good keys to
  42. be removed from key files.
  43. * enabled host key publication.
  44. * added checking of gpg.conf for keyserver
  45. * new functions to add/revoke host key user IDs
  46. * improved list-certifiers function (now non-privileged)
  47. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 18 Aug 2008 12:43:37 -0400
  48. monkeysphere (0.7-1) experimental; urgency=low
  49. [ Daniel Kahn Gillmor ]
  50. * Added monkeysphere-server diagnostics subcommand.
  51. * rebuilding package using Format: 3.0 (git)
  52. [ Jameson Graef Rollins ]
  53. * fix how check for file modification is done.
  54. * rework out user id processing is done to provide more verbose log
  55. output.
  56. * fix bug in monkeysphpere update-authorized_keys subcommand where
  57. disallowed keys failed to be remove from authorized_keys file.
  58. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 04 Aug 2008 10:47:41 -0400
  59. monkeysphere (0.6-1) experimental; urgency=low
  60. [ Jameson Graef Rollins ]
  61. * Fix bug in return on error of ssh-proxycommand.
  62. [ Daniel Kahn Gillmor ]
  63. * try socat if netcat is not available in proxycommand.
  64. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 29 Jul 2008 10:27:20 -0400
  65. monkeysphere (0.5-1) experimental; urgency=low
  66. [ Daniel Kahn Gillmor ]
  67. * updated READMEs to match current state of code
  68. [ Jameson Graef Rollins ]
  69. * Tweak how empty authorized_user_ids and known_hosts files are handled.
  70. * Do not fail when authorized_user_ids or known_hosts file is not found.
  71. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 28 Jul 2008 10:50:02 -0400
  72. monkeysphere (0.4-1) experimental; urgency=low
  73. [ Daniel Kahn Gillmor ]
  74. * New version.
  75. * Fixed return code error in openpgp2ssh
  76. [ Jameson Graef Rollins ]
  77. * Privilege separation: use monkeysphere user to handle maintenance of
  78. the gnupg authentication keychain for server.
  79. * Improved certifier key management.
  80. * Fixed variable scoping and config file precedence.
  81. * Add options for key generation and add-certifier functions.
  82. * Fix return codes for known_host and authorized_keys updating
  83. functions.
  84. * Add write permission check on authorized_keys, known_hosts, and
  85. authorized_user_ids files.
  86. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 22 Jul 2008 21:50:17 -0400
  87. monkeysphere (0.3-1) experimental; urgency=low
  88. [ Daniel Kahn Gillmor ]
  89. * new version.
  90. [ Jameson Graef Rollins ]
  91. * Move files in /var/cache/monkeysphere and GNUPGHOME for server to
  92. the more appropriate /var/lib/monkeysphere.
  93. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 24 Jun 2008 00:55:29 -0400
  94. monkeysphere (0.2-2) experimental; urgency=low
  95. * added lockfile-progs dependency
  96. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 23 Jun 2008 19:34:05 -0400
  97. monkeysphere (0.2-1) experimental; urgency=low
  98. [ Daniel Kahn Gillmor ]
  99. * openpgp2ssh now supports specifying keys by full fingerprint.
  100. [ Jameson Graef Rollins ]
  101. * Add AUTHORIZED_USER_IDS config variable for server, which defaults to
  102. %h/.config/monkeysphere/authorized_user_ids, instead of
  103. /etc/monkeysphere/authorized_user_ids.
  104. * Remove {update,remove}-userids functions, since we decided they
  105. weren't useful enough to be worth maintaining.
  106. * Better handling of unknown users in server update-users
  107. * Add file locking when modifying known_hosts or authorized_keys
  108. * Better failure/prompting for gen-subkey
  109. * Add ability to set any owner trust level for keys in server keychain.
  110. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 23 Jun 2008 17:03:19 -0400
  111. monkeysphere (0.1-1) experimental; urgency=low
  112. * First release of debian package for monkeysphere.
  113. * This is experimental -- please report bugs!
  114. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Thu, 19 Jun 2008 00:34:53 -0400