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