<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/dropbear, branch pkgsrc-2011Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2011Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2011Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2011-03-10T10:20:16Z</updated>
<entry>
<title>update to 0.53.1</title>
<updated>2011-03-10T10:20:16Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2011-03-10T10:20:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bf61ff2be84144add180b8cfa2e7ffcc442de15b'/>
<id>urn:sha1:bf61ff2be84144add180b8cfa2e7ffcc442de15b</id>
<content type='text'>
changes:
-misc fixes and improvements
-build against system libtommath/crypt</content>
</entry>
<entry>
<title>Update dropbear to 0.52.  Build an scp binary and call it dbscp so it</title>
<updated>2009-08-26T21:10:11Z</updated>
<author>
<name>snj</name>
<email>snj@pkgsrc.org</email>
</author>
<published>2009-08-26T21:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e60135222218c03d1c5b69889206221f6693254a'/>
<id>urn:sha1:e60135222218c03d1c5b69889206221f6693254a</id>
<content type='text'>
doesn't conflict with openssh.

Changes since 0.50:

0.52 - Wed 12 November 2008

- Add "netcat-alike" option (-B) to dbclient, allowing Dropbear to
  tunnel standard input/output to a TCP port-forwarded remote host.

- Add "proxy command" support to dbclient, to allow using a spawned
  process for IO rather than a direct TCP connection. eg
	  dbclient remotehost
  is equivalent to
	  dbclient -J 'nc remotehost 22' remotehost
  (the hostname is still provided purely for looking up saved host keys)

- Combine netcat-alike and proxy support to allow "multihop"
  connections, with comma-separated host syntax.  Allows running

	  dbclient user1@host1,user2@host2,user3@host3

  to end up at host3 via the other two, using SSH TCP forwarding. It's
  a bit like onion-routing. All connections are established from the
  local machine.  The comma-separated syntax can also be used for
  scp/rsync, eg

  rsync -a -e dbclient m@gateway,m2@host,martello:/home/matt/ ~/backup/

  to bounce through a few hosts.

- Add -I "idle timeout" option (contributed by Farrell Aultman)

- Allow restrictions on authorized_keys logins such as restricting
  commands to be run etc. This is a subset of those allowed by OpenSSH,
  doesn't yet allow restricting source host.

- Use vfork() for scp on uClinux

- Default to PATH=/usr/bin:/bin for shells.

- Report errors if -R forwarding fails

- Add counter mode cipher support, which avoids some security problems
  with the standard CBC mode.

- Support zlib@openssh.com delayed compression for client/server. It
  can be required for the Dropbear server with the '-Z' option. This
  is useful for security as it avoids exposing the server to attacks
  on zlib by unauthenticated remote users, though requires client side
  support.

- options.h has been split into options.h (user-changable) and
  sysoptions.h (less commonly changed)

- Support "dbclient -s sftp" to specify a subsystem

- Fix a bug in replies to channel requests that could be triggered by
  recent versions of PuTTY

0.51 - Thu 27 March 2008

- Make a copy of password fields rather erroneously relying on getwpnam()
  to be safe to call multiple times

- If $SSH_ASKPASS_ALWAYS environment variable is set (and $SSH_ASKPASS is
  as well) always use that program, ignoring isatty() and $DISPLAY

- Wait until a process exits before the server closes a connection, so
  that an exit code can be sent. This fixes problems with exit codes not
  being returned, which could cause scp to fail.</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:13:25Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-06-14T18:13:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4bfd4a2628453962ab2d8a5e4036aa1cd3352075'/>
<id>urn:sha1:4bfd4a2628453962ab2d8a5e4036aa1cd3352075</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Honor PKG_SYSCONFDIR.  The default host keys for dropbear are now found in</title>
<updated>2007-09-06T19:15:10Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-09-06T19:15:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=86ec3742a6daf24d5686ed679f981a779c9e6e8f'/>
<id>urn:sha1:86ec3742a6daf24d5686ed679f981a779c9e6e8f</id>
<content type='text'>
${PKG_SYSCONFDIR}/dropbear.  Bump the PKGREVISION to 2.</content>
</entry>
<entry>
<title>Install the manual pages for dropbear.  Bump the PKGREVISION to 1.</title>
<updated>2007-09-06T16:31:55Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-09-06T16:31:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b1fb9270c55931050a736bec502d99f8aa935f9b'/>
<id>urn:sha1:b1fb9270c55931050a736bec502d99f8aa935f9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put variable declarations at beginning of a block to work with older</title>
<updated>2007-09-06T16:07:51Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-09-06T16:07:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f76b802e8dc1c2e1798f532d55ee595c314fc281'/>
<id>urn:sha1:f76b802e8dc1c2e1798f532d55ee595c314fc281</id>
<content type='text'>
compilers.</content>
</entry>
<entry>
<title>For the "pam" package option, one needs to include pam.buildlink3.mk.</title>
<updated>2007-09-06T15:55:06Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-09-06T15:55:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f51a7b03240d6907d3664f01f5c4b91f4ed3512d'/>
<id>urn:sha1:f51a7b03240d6907d3664f01f5c4b91f4ed3512d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 0.50</title>
<updated>2007-09-05T21:08:06Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2007-09-05T21:08:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=aaeee9c66883c6c8bdc1656494110eeaa3264977'/>
<id>urn:sha1:aaeee9c66883c6c8bdc1656494110eeaa3264977</id>
<content type='text'>
changes:
- Add DROPBEAR_PASSWORD environment variable to specify a dbclient password
- Use /dev/urandom by default, since that's what everyone does anyway
- Exit with an exit code of 1 if dropbear can't bind to any ports
- Improve network performance and add a -W &lt;receive_window&gt; argument for
  adjusting the tradeoff between network performance and memory consumption
- Fix a problem where reply packets could be sent during key exchange,
  in violation of the SSH spec. This could manifest itself with connections
  being terminated after 8 hours with new TCP-forward connections being
  established
- Add -K &lt;keepalive_time&gt; argument, ensuring that data is transmitted
  over the connection at least every N seconds
- dropbearkey will no longer generate DSS keys of sizes other than 1024
  bits, as required by the DSS specification. (Other sizes are still
  accepted for use to provide backwards compatibility)</content>
</entry>
<entry>
<title>update to 0.49</title>
<updated>2007-03-23T20:07:02Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2007-03-23T20:07:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4d67262cc9b38e5044ffeed2651ae01bba88216f'/>
<id>urn:sha1:4d67262cc9b38e5044ffeed2651ae01bba88216f</id>
<content type='text'>
change: warn strongly when a hostkey mismatch occurred</content>
</entry>
<entry>
<title>update to 0.48.1</title>
<updated>2006-03-14T20:03:43Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2006-03-14T20:03:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6989a54eea2624de25ad81a539f25001b7640109'/>
<id>urn:sha1:6989a54eea2624de25ad81a539f25001b7640109</id>
<content type='text'>
changes:
-a security fix which was already in pkgsrc (0.46nb1)
-bugfixes
-zlib compression for dbclient
-Set "low delay" TOS bit
-client keyboard-interactive mode support
-logging improvements
-Added aes-256 cipher and sha1-96 hmac
-allow connections to listening forwarded ports from remote machines</content>
</entry>
</feed>
