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