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