summaryrefslogtreecommitdiff
path: root/changelog
blob: e29cbaf65cbda1ec51d7879c6e79ff55bae0b72f (plain)
  1. monkeysphere (0.29~pre1) UNRELEASED; urgency=low
  2. * Fix man page typo about monkeysphere authorized_keys location
  3. * Monkeysphere should work properly even if the user has "armor" in
  4. their gpg.conf (closes MS #1625)
  5. * monkeysphere keys-for-userid now respects MONKEYSPHERE_CHECK_KEYSERVER
  6. environment variable (and defaults to true)
  7. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 18 Feb 2010 12:38:43 -0500
  8. monkeysphere (0.28) unstable; urgency=low
  9. * Major rework of monkeysphere-host to handle multiple host keys. We
  10. also no longer assume ssh service keys. monkeysphere-host is now a
  11. general-purpose host service OpenPGP key management UI.
  12. * Rename keys-from-userid command to more accurate keys-for-userid
  13. * separate upstream and debian changelogs
  14. -- Jameson Rollins <jrollins@finestructure.net> Tue, 19 Jan 2010 13:50:31 -0500
  15. monkeysphere (0.27) unstable; urgency=low
  16. * fixed monkeysphere gen-subkey subcommand that was erroneously creating
  17. DSA subkeys due to unannounced change in gpg edit-key UI. Now tests
  18. for gpg version (closes MS #1536)
  19. * add new monkeysphere keys-from-userid subcommand to output all
  20. acceptable keys for a given user ID literal
  21. -- Jameson Rollins <jrollins@finestructure.net> Mon, 11 Jan 2010 20:54:21 -0500
  22. monkeysphere (0.26) unstable; urgency=low
  23. * add 'refresh-keys' subcommand to monkeysphere-authentication
  24. * improve marginal UI (closes MS #1141)
  25. * add MONKEYSPHERE_STRICT_MODES configuration to avoid
  26. permission-checking (closes MS #649)
  27. * test scripts use STRICT_MODES to avoid failure when built under /tmp
  28. * do permissions checks with a perl script instead of non-portable
  29. readlink GNUisms
  30. * bail on permissions check if we hit the home directory (helpful on Mac
  31. OS and other systems with loose /home or /Users (closes MS #675)
  32. -- Jameson Graef Rollins <jrollins@finestructure.net> Sat, 01 Aug 2009 17:11:05 -0400
  33. monkeysphere (0.25) unstable; urgency=low
  34. * New upstream release:
  35. * update/fix the marginal ui output
  36. * use msmktempdir everywhere (avoid unwrapped calls to mktemp for
  37. portability)
  38. * clean out some redundant "cat"s
  39. * fix monkeysphere update-known_hosts for sshd running on non-standard
  40. ports
  41. * add 'sshfpr' subcommand to output the ssh fingerprint of a gpg key
  42. * pem2openpgp now generates self-sigs over SHA-256 instead of SHA-1
  43. (changes dependency to libdigest-sha-perl)
  44. * some portability improvements
  45. * properly handle translation of keys with fingerprints with leading
  46. all-zero bytes.
  47. * resolve symlinks when checking paths (thanks Silvio Rhatto)
  48. (closes MS #917)
  49. * explicitly set and use MONKEYSPHERE_GROUP from system "groups"
  50. * monkeysphere-host now uses keytrans to add and revoke hostname
  51. (closes MS #422)
  52. -- Jameson Graef Rollins <jrollins@finestructure.net> Thu, 16 Jul 2009 22:09:19 -0400
  53. monkeysphere (0.24) unstable; urgency=low
  54. * fixed how version information is stored/retrieved
  55. * now uses perl-based keytrans for both pem2openpgp and openpgp2ssh
  56. * no longer needs base64 in PATH
  57. * added "test" make target
  58. * improved transitions/0.23 script so it no longer fails in common
  59. circumstances (Closes: #517779)
  60. * RSA only: no longer handles DSA keys
  61. * added ability to specify subkeys to add to ssh agent with new
  62. MONKEYSPHERE_SUBKEYS_FOR_AGENT environment variable
  63. -- Jameson Graef Rollins <jrollins@finestructure.net> Tue, 03 Mar 2009 19:38:33 -0500
  64. monkeysphere (0.23) unstable; urgency=low
  65. "The Golden Bezoar Release"
  66. * rearchitect UI:
  67. - replace monkeysphere-server with monkeysphere-{authentication,host}
  68. - fold monkeysphere-ssh-proxycommand into /usr/bin/monkeysphere
  69. * new ability to import existing ssh host key into monkeysphere. So now
  70. m-a import-key replaces m-s gen-key.
  71. * provide pem2openpgp for translating unencrypted PEM-encoded raw key
  72. material into OpenPGP keys (introduces new perl dependencies)
  73. * get rid of getopts dependency
  74. * added version output option
  75. * better checks for the existence of a host private key for
  76. monkeysphere-host subcommands that need it.
  77. * better checks on validity of existing authentication subkeys when
  78. doing monkeysphere gen_subkey.
  79. * add transition infrastructure for major changes between releases (see
  80. transitions/README.txt)
  81. * implement and document two new monkeysphere-host subcommands:
  82. revoke-key and add-revoker
  83. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sat, 21 Feb 2009 17:51:06 -0500
  84. monkeysphere (0.22) unstable; urgency=low
  85. [ Jameson Graef Rollins ]
  86. * added info log output when a new key is added to known_hosts file.
  87. * added some useful output to the ssh-proxycommand for "marginal" cases
  88. where keys are found for host but do not have full validity.
  89. * force ssh-keygen to read from stdin to get ssh key fingerprint.
  90. [ Daniel Kahn Gillmor ]
  91. * automatically output two copies of the host's public key: one standard
  92. ssh public key file, and the other a minimal OpenPGP key with just the
  93. latest valid self-sig.
  94. * debian/control: corrected alternate dependency from procfile to
  95. procmail (which provides /usr/bin/lockfile)
  96. -- Jameson Graef Rollins <jrollins@finestructure.net> Fri, 28 Nov 2008 14:23:31 -0500
  97. monkeysphere (0.21) unstable; urgency=low
  98. * move debian packaging to packaging subdirectory.
  99. -- Jameson Graef Rollins <jrollins@finestructure.net> Sat, 15 Nov 2008 16:14:27 -0500
  100. monkeysphere (0.20) unstable; urgency=low
  101. [ Daniel Kahn Gillmor ]
  102. * ensure that tempdirs are properly created, bail out otherwise instead
  103. of stumbling ahead.
  104. * minor fussing with the test script to make it cleaner.
  105. [ Jameson Graef Rollins ]
  106. * clean up Makefile to generate more elegant source tarballs.
  107. * make myself the maintainer.
  108. -- Jameson Graef Rollins <jrollins@finestructure.net> Sat, 15 Nov 2008 13:12:57 -0500
  109. monkeysphere (0.19) experimental; urgency=low
  110. [ Daniel Kahn Gillmor ]
  111. * simulating an X11 session in the test script.
  112. * updated packaging so that symlinks to config files are correct.
  113. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 29 Oct 2008 02:47:49 -0400
  114. monkeysphere (0.18) experimental; urgency=low
  115. [ Jameson Graef Rollins ]
  116. * Fix bugs in authorized_{user_ids,keys} file permission checking.
  117. * Add new monkeysphere tmpdir to enable atomic moves of authorized_keys
  118. files.
  119. * chown authorized_keys files to `whoami`, for compatibility with test
  120. suite.
  121. * major improvements to test suite, added more tests.
  122. [ Daniel Kahn Gillmor ]
  123. * update make install to ensure placement of
  124. /etc/monkeysphere/gnupg-{host,authentication}.conf
  125. * choose either --quick-random or --debug-quick-random depending on
  126. which gpg supports for the test suite.
  127. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 29 Oct 2008 00:41:38 -0400
  128. monkeysphere (0.17) experimental; urgency=low
  129. [ Jameson Graef Rollins ]
  130. * Fix some bugs in, and cleanup, authorized_keys file creation in
  131. monkeysphere-server update-users.
  132. * Move to using the empty string for not adding a user-controlled
  133. authorized_keys file in the RAW_AUTHORIZED_KEYS variable.
  134. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 28 Oct 2008 02:04:22 -0400
  135. monkeysphere (0.16) experimental; urgency=low
  136. [ Daniel Kahn Gillmor ]
  137. * replaced "#!/bin/bash" with "#!/usr/bin/env bash" for better
  138. portability.
  139. * fixed busted lockfile arrangement, where empty file was being locked
  140. * portability fixes in the way we use date, mktemp, hostname, su
  141. * stop using /usr/bin/stat, since the syntax appears to be totally
  142. unportable
  143. * require GNU getopt, and test for getopt failures (look for getopt in
  144. /usr/local/bin first, since that's where FreeBSD's GNU-compatible
  145. getopt lives.
  146. * monkeysphere-server diagnostics now counts problems and suggests a
  147. re-run after they have been resolved.
  148. * completed basic test suite: this can be run from the git sources or
  149. the tarball with: cd tests && ./basic
  150. [ Jameson Graef Rollins ]
  151. * Genericize fs location variables.
  152. * break out gpg.conf files into SYSCONFIGDIR, and not auto-generated at
  153. install.
  154. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sun, 26 Oct 2008 03:06:18 -0400
  155. monkeysphere (0.15) experimental; urgency=low
  156. * porting work and packaging simplification: clarifying makefiles,
  157. pruning dependencies, etc.
  158. * added tests to monkeysphere-server diagnostics
  159. * moved monkeysphere(5) to section 7 of the manual
  160. * now shipping TODO in /usr/share/doc/monkeysphere
  161. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 04 Sep 2008 19:08:40 -0400
  162. monkeysphere (0.14) experimental; urgency=low
  163. * changing debian packaging back to format 1.0 so we get automatic
  164. tarballs, and easier inclusion in other build networks.
  165. * no other source changes.
  166. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 04 Sep 2008 13:03:35 -0400
  167. monkeysphere (0.13) experimental; urgency=low
  168. [ Daniel Kahn Gillmor ]
  169. * tweaks in /usr/bin/monkeysphere to handle odd secret keyrings.
  170. * updated makefile to reflect the package building technique we've been
  171. using for a month now.
  172. [ Jameson Graef Rollins ]
  173. * move location of user config directory to ~/.monkeysphere.
  174. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 03 Sep 2008 17:26:10 -0400
  175. monkeysphere (0.12) experimental; urgency=low
  176. [ Jameson Graef Rollins ]
  177. * Improved output handling. New LOG_LEVEL variable.
  178. [ Daniel Kahn Gillmor ]
  179. * debian/control: switched Homepage: and Vcs-Git: to canonicalized
  180. upstream hostnames.
  181. * updated documentation for new release.
  182. * changed my associated e-mail address for this package.
  183. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 02 Sep 2008 18:54:29 -0400
  184. monkeysphere (0.11) experimental; urgency=low
  185. [ Jameson Graef Rollins ]
  186. * fix bug in trustdb update on add/revoke-hostname.
  187. [ Daniel Kahn Gillmor ]
  188. * debian/control: added Build-Depends: git-core for the new packaging
  189. format
  190. * new subcommand: monkeysphere subkey-to-ssh-agent (relies on a patched
  191. GnuTLS to deal with GPG's gnu-dummy S2K extension, but fails cleanly
  192. if not found).
  193. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Wed, 20 Aug 2008 11:24:35 -0400
  194. monkeysphere (0.10) experimental; urgency=low
  195. [ Jameson Graef Rollins ]
  196. * brown paper bag release: invert test on calculated validity of keys.
  197. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 18 Aug 2008 16:22:34 -0400
  198. monkeysphere (0.9) experimental; urgency=low
  199. [ Daniel Kahn Gillmor ]
  200. * implemented "monkeysphere-server extend-key" to adjust expiration
  201. date of host key.
  202. * removed "monkeysphere-server fingerprint". Use "monkeysphere-server
  203. show-key" instead.
  204. [ Jameson Graef Rollins ]
  205. * fixed bug in user id processing that prevented bad primary keys from
  206. being properly removed.
  207. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 18 Aug 2008 15:42:12 -0400
  208. monkeysphere (0.8) experimental; urgency=low
  209. [ Daniel Kahn Gillmor ]
  210. * debian/control: switched Vcs-Git to use "centralized" git repo instead
  211. of my own.
  212. * More monkeysphere-server diagnostics
  213. * monkeysphere --gen-subkey now guesses what KeyID you meant.
  214. * added Recommends: ssh-askpass to ensure monkeysphere --gen-subkey
  215. works sensibly under X11
  216. [ Jameson Graef Rollins ]
  217. * fix another bug when known_hosts files are missing.
  218. * sort processed keys so that "good" keys are processed after "bad"
  219. keys. This will prevent malicious bad keys from causing good keys to
  220. be removed from key files.
  221. * enabled host key publication.
  222. * added checking of gpg.conf for keyserver
  223. * new functions to add/revoke host key user IDs
  224. * improved list-certifiers function (now non-privileged)
  225. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 18 Aug 2008 12:43:37 -0400
  226. monkeysphere (0.7) experimental; urgency=low
  227. [ Daniel Kahn Gillmor ]
  228. * Added monkeysphere-server diagnostics subcommand.
  229. * rebuilding package using Format: 3.0 (git)
  230. [ Jameson Graef Rollins ]
  231. * fix how check for file modification is done.
  232. * rework out user id processing is done to provide more verbose log
  233. output.
  234. * fix bug in monkeysphpere update-authorized_keys subcommand where
  235. disallowed keys failed to be remove from authorized_keys file.
  236. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 04 Aug 2008 10:47:41 -0400
  237. monkeysphere (0.6) experimental; urgency=low
  238. [ Jameson Graef Rollins ]
  239. * Fix bug in return on error of ssh-proxycommand.
  240. [ Daniel Kahn Gillmor ]
  241. * try socat if netcat is not available in proxycommand.
  242. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 29 Jul 2008 10:27:20 -0400
  243. monkeysphere (0.5) experimental; urgency=low
  244. [ Daniel Kahn Gillmor ]
  245. * updated READMEs to match current state of code
  246. [ Jameson Graef Rollins ]
  247. * Tweak how empty authorized_user_ids and known_hosts files are handled.
  248. * Do not fail when authorized_user_ids or known_hosts file is not found.
  249. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 28 Jul 2008 10:50:02 -0400
  250. monkeysphere (0.4) experimental; urgency=low
  251. [ Daniel Kahn Gillmor ]
  252. * New version.
  253. * Fixed return code error in openpgp2ssh
  254. [ Jameson Graef Rollins ]
  255. * Privilege separation: use monkeysphere user to handle maintenance of
  256. the gnupg authentication keychain for server.
  257. * Improved certifier key management.
  258. * Fixed variable scoping and config file precedence.
  259. * Add options for key generation and add-certifier functions.
  260. * Fix return codes for known_host and authorized_keys updating
  261. functions.
  262. * Add write permission check on authorized_keys, known_hosts, and
  263. authorized_user_ids files.
  264. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 22 Jul 2008 21:50:17 -0400
  265. monkeysphere (0.3) experimental; urgency=low
  266. [ Daniel Kahn Gillmor ]
  267. * new version.
  268. [ Jameson Graef Rollins ]
  269. * Move files in /var/cache/monkeysphere and GNUPGHOME for server to
  270. the more appropriate /var/lib/monkeysphere.
  271. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Tue, 24 Jun 2008 00:55:29 -0400
  272. monkeysphere (0.2) experimental; urgency=low
  273. * added lockfile-progs dependency
  274. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 23 Jun 2008 19:34:05 -0400
  275. monkeysphere (0.2) experimental; urgency=low
  276. [ Daniel Kahn Gillmor ]
  277. * openpgp2ssh now supports specifying keys by full fingerprint.
  278. [ Jameson Graef Rollins ]
  279. * Add AUTHORIZED_USER_IDS config variable for server, which defaults to
  280. %h/.config/monkeysphere/authorized_user_ids, instead of
  281. /etc/monkeysphere/authorized_user_ids.
  282. * Remove {update,remove}-userids functions, since we decided they
  283. weren't useful enough to be worth maintaining.
  284. * Better handling of unknown users in server update-users
  285. * Add file locking when modifying known_hosts or authorized_keys
  286. * Better failure/prompting for gen-subkey
  287. * Add ability to set any owner trust level for keys in server keychain.
  288. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Mon, 23 Jun 2008 17:03:19 -0400
  289. monkeysphere (0.1) experimental; urgency=low
  290. * First release of debian package for monkeysphere.
  291. * This is experimental -- please report bugs!
  292. -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Thu, 19 Jun 2008 00:34:53 -0400