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