Call for testing for coming 2.9 release.

Tom Holroyd tomh at po.crl.go.jp
Fri Apr 27 19:40:09 EST 2001


OpenSSH has been configured with the following options:
                 User binaries: /usr/local/bin
               System binaries: /usr/local/sbin
           Configuration files: /usr/local/etc
               Askpass program: /usr/local/libexec/ssh-askpass
                  Manual pages: /usr/local/man/manX
                      PID file: /usr/local/etc
        sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
      Random number collection: Builtin (timeout 200)
                Manpage format: man
                   PAM support: no
            KerberosIV support: no
                   AFS support: no
                 S/KEY support: no
          TCP Wrappers support: no
          MD5 password support: no
   IP address in $DISPLAY hack: no
      Use IPv4 by default hack: no
       Translate v4 in v6 hack: no

              Host: mips-sgi-irix6.5
          Compiler: cc
    Compiler flags: -O2 -woff 1164,1515
Preprocessor flags: -I/usr/local/ssl/include  -I/usr/local/include
      Linker flags: -L/usr/local/ssl/lib
         Libraries: -lz  -lgen -lcrypto

The -woff options suppress lots of unsigned vs. signed warnings.  The rest
are:

cc-1185 cc: WARNING File = log.c, Line = 71
  An enumerated type is mixed with another type.

        { NULL, 0 }
                ^

cc-1185 cc: WARNING File = log.c, Line = 88
  An enumerated type is mixed with another type.

        { NULL, 0 }
                ^

cc-1185 cc: WARNING File = readconf.c, Line = 180
  An enumerated type is mixed with another type.

        { NULL, 0 }
                ^

cc-1185 cc: WARNING File = servconf.c, Line = 301
  An enumerated type is mixed with another type.

        { NULL, 0 }
                ^

cc-1552 cc: WARNING File = ssh-keygen.c, Line = 187
  The variable "ignore" is set but never used.

        int ignore, magic, rlen, ktype;
            ^

cc-1185 cc: WARNING File = ssh-keygen.c, Line = 383
  An enumerated type is mixed with another type.

                fp = key_fingerprint(public, fptype, rep);
                                             ^

cc-1185 cc: WARNING File = ssh-keygen.c, Line = 383
  An enumerated type is mixed with another type.

                fp = key_fingerprint(public, fptype, rep);
                                                     ^

cc-1185 cc: WARNING File = ssh-keygen.c, Line = 440
  An enumerated type is mixed with another type.

                        fp = key_fingerprint(public, fptype, rep);
                                                     ^

cc-1185 cc: WARNING File = ssh-keygen.c, Line = 440
  An enumerated type is mixed with another type.

                        fp = key_fingerprint(public, fptype, rep);
                                                             ^

cc-1185 cc: WARNING File = ssh-agent.c, Line = 524
  An enumerated type is mixed with another type.

                        sockets[i].type = type;
                                        ^

cc-1185 cc: WARNING File = ssh-agent.c, Line = 537
  An enumerated type is mixed with another type.

        sockets[old_alloc].type = type;
                                ^
cc-1552 cc: WARNING File = sftp-client.c, Line = 534
  The variable "a" is set but never used.

        Attrib *a;
                ^

cc-1552 cc: WARNING File = sftp-client.c, Line = 634
  The variable "a" is set but never used.

        Attrib *a;
                ^





More information about the openssh-unix-dev mailing list