lp:~vcs-imports/openssh/main

Created by VCS imports and last modified
Get this branch:
bzr branch lp:~vcs-imports/openssh/main

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
portable OpenSSH
Status:
Merged

Import details

Import Status: Suspended

This branch is an import of the CVS module openssh from :ext:anoncvs@anoncvs.mindrot.org:/cvs.

Last successful import was .

Import started on pear and finished taking 1 minute — see the log
Import started on neumayer and finished taking 2 minutes — see the log
Import started on pear and finished taking 3 minutes — see the log
Import started on pear and finished taking 2 minutes — see the log

Whiteboard

20140225: moved to git mirror, lp:~vcs-imports/openssh/master

Recent revisions

7255. By djm

   - <email address hidden> 2014/02/23 20:11:36
     [readconf.c readconf.h ssh.c ssh_config.5]
     reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
     the hostname. This allows users to write configurations that always
     refer to canonical hostnames, e.g.

     CanonicalizeHostname yes
     CanonicalDomains int.example.org example.org
     CanonicalizeFallbackLocal no

     Host *.int.example.org
         Compression off
     Host *.example.org
         User djm

     ok markus@

7254. By djm

   - <email address hidden> 2014/02/23 20:03:42
     [ssh-ed25519.c]
     check for unsigned overflow; not reachable in OpenSSH but others might
     copy our code...

7253. By djm

   - <email address hidden> 2014/02/22 01:32:19
     [readconf.c]
     when processing Match blocks, skip 'exec' clauses if previous predicates
     failed to match; ok markus@

7252. By djm

   - <email address hidden> 2014/02/15 23:05:36
     [channels.c]
     avoid spurious "getsockname failed: Bad file descriptor" errors in ssh -W;
     bz#2200, debian#738692 via Colin Watson; ok dtucker@

7251. By djm

   - <email address hidden> 2014/02/07 06:55:54
     [cipher.c mac.c]
     remove some logging that makes ssh debugging output very verbose;
     ok markus

7250. By tim

20140221
 - (tim) [configure.ac] Fix cut-and-paste error. Patch from Bryan Drewery.

7249. By dtucker

 - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat
   code for older OpenSSL versions that don't have EVP_MD_CTX_copy_ex.

7248. By djm

   - <email address hidden> 2014/02/06 22:21:01
     [sshconnect.c]
     in ssh_create_socket(), only do the getaddrinfo for BindAddress when
     BindAddress is actually specified. Fixes regression in 6.5 for
     UsePrivilegedPort=yes; patch from Corinna Vinschen

7247. By djm

   - <email address hidden> 2014/02/05 20:13:25
     [ssh-keygen.1 ssh-keygen.c]
     tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@
     while here, fix ordering in usage(); requested by jmc@

7246. By djm

 - (djm) [sandbox-seccomp-filter.c] Not all Linux architectures define
    __NR_shutdown; some go via the socketcall(2) multiplexer.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.