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