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