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