summaryrefslogtreecommitdiff
path: root/website/changelog
blob: 994b99173166efd8de6a3d03d9867733faed0d0c (plain)
  1. monkeysphere (0.21-1) unstable; urgency=low
  2. * move debian packaging to packaging subdirectory.
  3. -- Jameson Graef Rollins <jrollins@finestructure.net> Sat, 15 Nov 2008 14:26:48 -0500
  4. monkeysphere (0.20-1) unstable; urgency=low
  5. [ Daniel Kahn Gillmor ]
  6. * ensure that tempdirs are properly created, bail out otherwise instead
  7. of stumbling ahead.
  8. * minor fussing with the test script to make it cleaner.
  9. [ Jameson Graef Rollins ]
  10. * clean up Makefile to generate more elegant source tarballs.
  11. * make myself the maintainer.
  12. -- Jameson Graef Rollins <jrollins@finestructure.net> Sat, 15 Nov 2008 13:12:57 -0500
  13. monkeysphere (0.19-1) experimental; urgency=low
  14. [ Daniel Kahn Gillmor ]
  15. * simulating an X11 session in the test script.
  16. * updated packaging so that symlinks to config files are correct.
  17. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 29 Oct 2008 02:47:49 -0400
  18. monkeysphere (0.18-1) experimental; urgency=low
  19. [ Jameson Graef Rollins ]
  20. * Fix bugs in authorized_{user_ids,keys} file permission checking.
  21. * Add new monkeysphere tmpdir to enable atomic moves of authorized_keys
  22. files.
  23. * chown authorized_keys files to `whoami`, for compatibility with test
  24. suite.
  25. * major improvements to test suite, added more tests.
  26. [ Daniel Kahn Gillmor ]
  27. * update make install to ensure placement of
  28. /etc/monkeysphere/gnupg-{host,authentication}.conf
  29. * choose either --quick-random or --debug-quick-random depending on
  30. which gpg supports for the test suite.
  31. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 29 Oct 2008 00:41:38 -0400
  32. monkeysphere (0.17-1) experimental; urgency=low
  33. [ Jameson Graef Rollins ]
  34. * Fix some bugs in, and cleanup, authorized_keys file creation in
  35. monkeysphere-server update-users.
  36. * Move to using the empty string for not adding a user-controlled
  37. authorized_keys file in the RAW_AUTHORIZED_KEYS variable.
  38. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 28 Oct 2008 02:04:22 -0400
  39. monkeysphere (0.16-1) experimental; urgency=low
  40. [ Daniel Kahn Gillmor ]
  41. * replaced "#!/bin/bash" with "#!/usr/bin/env bash" for better
  42. portability.
  43. * fixed busted lockfile arrangement, where empty file was being locked
  44. * portability fixes in the way we use date, mktemp, hostname, su
  45. * stop using /usr/bin/stat, since the syntax appears to be totally
  46. unportable
  47. * require GNU getopt, and test for getopt failures (look for getopt in
  48. /usr/local/bin first, since that's where FreeBSD's GNU-compatible
  49. getopt lives.
  50. * monkeysphere-server diagnostics now counts problems and suggests a
  51. re-run after they have been resolved.
  52. * completed basic test suite: this can be run from the git sources or
  53. the tarball with: cd tests && ./basic
  54. [ Jameson Graef Rollins ]
  55. * Genericize fs location variables.
  56. * break out gpg.conf files into SYSCONFIGDIR, and not auto-generated at
  57. install.
  58. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sun, 26 Oct 2008 03:06:18 -0400
  59. monkeysphere (0.15-1) experimental; urgency=low
  60. * porting work and packaging simplification: clarifying makefiles,
  61. pruning dependencies, etc.
  62. * added tests to monkeysphere-server diagnostics
  63. * moved monkeysphere(5) to section 7 of the manual
  64. * now shipping TODO in /usr/share/doc/monkeysphere
  65. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 04 Sep 2008 19:08:40 -0400
  66. monkeysphere (0.14-1) experimental; urgency=low
  67. * changing debian packaging back to format 1.0 so we get automatic
  68. tarballs, and easier inclusion in other build networks.
  69. * no other source changes.
  70. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 04 Sep 2008 13:03:35 -0400
  71. monkeysphere (0.13-1) experimental; urgency=low
  72. [ Daniel Kahn Gillmor ]
  73. * tweaks in /usr/bin/monkeysphere to handle odd secret keyrings.
  74. * updated makefile to reflect the package building technique we've been
  75. using for a month now.
  76. [ Jameson Graef Rollins ]
  77. * move location of user config directory to ~/.monkeysphere.
  78. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 03 Sep 2008 17:26:10 -0400
  79. monkeysphere (0.12-1) experimental; urgency=low
  80. [ Jameson Graef Rollins ]
  81. * Improved output handling. New LOG_LEVEL variable.
  82. [ Daniel Kahn Gillmor ]
  83. * debian/control: switched Homepage: and Vcs-Git: to canonicalized
  84. upstream hostnames.
  85. * updated documentation for new release.
  86. * changed my associated e-mail address for this package.
  87. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 02 Sep 2008 18:54:29 -0400
  88. monkeysphere (0.11-1) experimental; urgency=low
  89. [ Jameson Graef Rollins ]
  90. * fix bug in trustdb update on add/revoke-hostname.
  91. [ Daniel Kahn Gillmor ]
  92. * debian/control: added Build-Depends: git-core for the new packaging
  93. format
  94. * new subcommand: monkeysphere subkey-to-ssh-agent (relies on a patched
  95. GnuTLS to deal with GPG's gnu-dummy S2K extension, but fails cleanly
  96. if not found).
  97. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Wed, 20 Aug 2008 11:24:35 -0400
  98. monkeysphere (0.10-1) experimental; urgency=low
  99. [ Jameson Graef Rollins ]
  100. * brown paper bag release: invert test on calculated validity of keys.
  101. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 18 Aug 2008 16:22:34 -0400
  102. monkeysphere (0.9-1) experimental; urgency=low
  103. [ Daniel Kahn Gillmor ]
  104. * implemented "monkeysphere-server extend-key" to adjust expiration
  105. date of host key.
  106. * removed "monkeysphere-server fingerprint". Use "monkeysphere-server
  107. show-key" instead.
  108. [ Jameson Graef Rollins ]
  109. * fixed bug in user id processing that prevented bad primary keys from
  110. being properly removed.
  111. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 18 Aug 2008 15:42:12 -0400
  112. monkeysphere (0.8-1) experimental; urgency=low
  113. [ Daniel Kahn Gillmor ]
  114. * debian/control: switched Vcs-Git to use "centralized" git repo instead
  115. of my own.
  116. * More monkeysphere-server diagnostics
  117. * monkeysphere --gen-subkey now guesses what KeyID you meant.
  118. * added Recommends: ssh-askpass to ensure monkeysphere --gen-subkey
  119. works sensibly under X11
  120. [ Jameson Graef Rollins ]
  121. * fix another bug when known_hosts files are missing.
  122. * sort processed keys so that "good" keys are processed after "bad"
  123. keys. This will prevent malicious bad keys from causing good keys to
  124. be removed from key files.
  125. * enabled host key publication.
  126. * added checking of gpg.conf for keyserver
  127. * new functions to add/revoke host key user IDs
  128. * improved list-certifiers function (now non-privileged)
  129. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 18 Aug 2008 12:43:37 -0400
  130. monkeysphere (0.7-1) experimental; urgency=low
  131. [ Daniel Kahn Gillmor ]
  132. * Added monkeysphere-server diagnostics subcommand.
  133. * rebuilding package using Format: 3.0 (git)
  134. [ Jameson Graef Rollins ]
  135. * fix how check for file modification is done.
  136. * rework out user id processing is done to provide more verbose log
  137. output.
  138. * fix bug in monkeysphpere update-authorized_keys subcommand where
  139. disallowed keys failed to be remove from authorized_keys file.
  140. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 04 Aug 2008 10:47:41 -0400
  141. monkeysphere (0.6-1) experimental; urgency=low
  142. [ Jameson Graef Rollins ]
  143. * Fix bug in return on error of ssh-proxycommand.
  144. [ Daniel Kahn Gillmor ]
  145. * try socat if netcat is not available in proxycommand.
  146. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 29 Jul 2008 10:27:20 -0400
  147. monkeysphere (0.5-1) experimental; urgency=low
  148. [ Daniel Kahn Gillmor ]
  149. * updated READMEs to match current state of code
  150. [ Jameson Graef Rollins ]
  151. * Tweak how empty authorized_user_ids and known_hosts files are handled.
  152. * Do not fail when authorized_user_ids or known_hosts file is not found.
  153. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 28 Jul 2008 10:50:02 -0400
  154. monkeysphere (0.4-1) experimental; urgency=low
  155. [ Daniel Kahn Gillmor ]
  156. * New version.
  157. * Fixed return code error in openpgp2ssh
  158. [ Jameson Graef Rollins ]
  159. * Privilege separation: use monkeysphere user to handle maintenance of
  160. the gnupg authentication keychain for server.
  161. * Improved certifier key management.
  162. * Fixed variable scoping and config file precedence.
  163. * Add options for key generation and add-certifier functions.
  164. * Fix return codes for known_host and authorized_keys updating
  165. functions.
  166. * Add write permission check on authorized_keys, known_hosts, and
  167. authorized_user_ids files.
  168. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 22 Jul 2008 21:50:17 -0400
  169. monkeysphere (0.3-1) experimental; urgency=low
  170. [ Daniel Kahn Gillmor ]
  171. * new version.
  172. [ Jameson Graef Rollins ]
  173. * Move files in /var/cache/monkeysphere and GNUPGHOME for server to
  174. the more appropriate /var/lib/monkeysphere.
  175. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 24 Jun 2008 00:55:29 -0400
  176. monkeysphere (0.2-2) experimental; urgency=low
  177. * added lockfile-progs dependency
  178. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 23 Jun 2008 19:34:05 -0400
  179. monkeysphere (0.2-1) experimental; urgency=low
  180. [ Daniel Kahn Gillmor ]
  181. * openpgp2ssh now supports specifying keys by full fingerprint.
  182. [ Jameson Graef Rollins ]
  183. * Add AUTHORIZED_USER_IDS config variable for server, which defaults to
  184. %h/.config/monkeysphere/authorized_user_ids, instead of
  185. /etc/monkeysphere/authorized_user_ids.
  186. * Remove {update,remove}-userids functions, since we decided they
  187. weren't useful enough to be worth maintaining.
  188. * Better handling of unknown users in server update-users
  189. * Add file locking when modifying known_hosts or authorized_keys
  190. * Better failure/prompting for gen-subkey
  191. * Add ability to set any owner trust level for keys in server keychain.
  192. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 23 Jun 2008 17:03:19 -0400
  193. monkeysphere (0.1-1) experimental; urgency=low
  194. * First release of debian package for monkeysphere.
  195. * This is experimental -- please report bugs!
  196. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Thu, 19 Jun 2008 00:34:53 -0400