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