~ubuntu-branches/ubuntu/wily/dropbear/wily

« back to all changes in this revision

Viewing changes to sysoptions.h

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape, Matt Johnston, Gerrit Pape
  • Date: 2011-11-16 12:36:03 UTC
  • mfrom: (1.3.7) (14.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111116123603-fn0vgshz8wibumyo
[ Matt Johnston ]
* new upstream release.
  * Added ALLOW_BLANK_PASSWORD option. Dropbear also now allows public
    key logins to accounts with a blank password. Thanks to Rob
    Landley (closes: #555889).
  * Bind to sockets with IPV6_V6ONLY so that it works properly on
    systems regardless of the system-wide setting (closes: #636696).

[ Gerrit Pape ]
* debian/control: Standards-Version: 3.9.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *******************************************************************/
5
5
 
6
6
#ifndef DROPBEAR_VERSION
7
 
#define DROPBEAR_VERSION "0.53.1"
 
7
#define DROPBEAR_VERSION "2011.54"
8
8
#endif
9
9
 
10
10
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION