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