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