search for: expected_status

Displaying 4 results from an estimated 4 matches for "expected_status".

2015 May 31
2
Call for testing: OpenSSH 6.9
FreeBSD 10.1-RELEASE passes tests DragonflyBSD snapshot passes tests Debian 8 run test connect.sh ... Missing privilege separation directory: /var/empty FATAL: sshd_proxy broken Makefile:192: recipe for target 't-exec' failed make[1]: *** [t-exec] Error 1 make[1]: Leaving directory '/home/sme/openssh/regress' Makefile:544: recipe for target 'tests' failed make: ***
2015 Jun 23
2
Call for testing: OpenSSH 6.9
.../unittests/hostkeys/test_iterate.c @@ -92,12 +92,22 @@ check(struct hostkey_foreach_line *l, void *_ctx) #ifndef WITH_SSH1 if (parse_key && (expected->l.keytype == KEY_RSA1 || - expected->no_parse_keytype == KEY_RSA1)) { + expected->no_parse_keytype == KEY_RSA1)) { expected_status = HKF_STATUS_INVALID; expected_keytype = KEY_UNSPEC; parse_key = 0; } #endif +#ifndef WITH_OPENSSL + if (expected->l.keytype == KEY_RSA || + expected->no_parse_keytype == KEY_RSA || + expected->l.keytype == KEY_DSA || + expected->no_parse_keytype == KEY_DSA) { + e...
2015 May 29
16
Call for testing: OpenSSH 6.9
Hi, OpenSSH 6.9 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This release contains some substantial new features and a number of bugfixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is
2010 May 02
2
samba4 make error - drsblobs.so
...ch.c Compiling torture/raw/close.c Compiling torture/raw/open.c torture/raw/open.c: In function ?test_ntcreatexdir?: torture/raw/open.c:2066: warning: label ?done? defined but not used torture/raw/open.c:1891: warning: unused variable ?access_mask? torture/raw/open.c:1888: warning: unused variable ?expected_status? torture/raw/open.c:1885: warning: unused variable ?finfo? Compiling torture/raw/mkdir.c Compiling torture/raw/oplock.c Compiling torture/raw/notify.c Compiling torture/raw/mux.c Compiling torture/raw/ioctl.c Compiling torture/raw/chkpath.c Compiling torture/raw/unlink.c Compiling torture/raw/read....