Displaying 20 results from an estimated 26 matches for "have_poll_h".
Did you mean:
  have_poll
  
2014 Apr 29
3
[Bug 2237] New: monitor_fdpass.c: poll.h
...openssl/x86/install/include'
LDFLAGS='-L/opt/qnx632/target/qnx6/x86/lib
-L/opt/qnx632/target/qnx6/x86/usr/lib
-L/home/williams/openss/openssl/x86/install/lib' --sysconfdir=/etc/ssh
The file monitor_fdpass.c cannot find the file poll.h since it is in
the /usr/include/sys directory.  The HAVE_POLL_H is not defined and
HAVE_SYS_POLL_H is defined; both are correctly set. mux.c, scp.c,
monitor.c, atomicio.c all say:
#ifdef HAVE_POLL_H
#include <poll.h>
#else
# ifdef HAVE_SYS_POLL_H
#  include <sys/poll.h>
# endif
#endif
The only file that does not say this is monitor_fdpass.c which...
2007 Sep 18
2
poll.h vs sys/poll.h on QNX Neutrino
...sed given the
history of this header file.  Some older
systems, and some not-quite-XSI-compliant
systems such as QNX Neutrino, still have
<sys/poll.h> but not <poll.h>.
I suggest having configure.ac look for
both, and put the check for <poll.h> first
in atomicio.c, as in:
#ifdef HAVE_POLL_H
#include <poll.h>
#else
#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>
#endif
#endif
         dB
2012 May 09
1
warning from configuring openssh-6.0p1
...efine HAVE_ATTRIBUTE__NONNULL__ 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SY...
2005 Nov 09
0
Samba 3.0.20b / AIX 5.3 / VFS Modules
...H
  HAVE_DLFCN_H
  HAVE_FCNTL_H
  HAVE_GLOB_H
  HAVE_GRP_H
  HAVE_INT16_FROM_RPC_RPC_H
  HAVE_INT32_FROM_RPC_RPC_H
  HAVE_INTTYPES_H
  HAVE_LANGINFO_H
  HAVE_LIMITS_H
  HAVE_LOCALE_H
  HAVE_MEMORY_H
  HAVE_MNTENT_H
  HAVE_NETINET_IN_SYSTM_H
  HAVE_NETINET_IP_H
  HAVE_NETINET_TCP_H
  HAVE_NET_IF_H
  HAVE_POLL_H
  HAVE_READLINE_HISTORY_H
  HAVE_READLINE_READLINE_H
  HAVE_RPCSVC_NIS_H
  HAVE_RPCSVC_YPCLNT_H
  HAVE_RPCSVC_YP_PROT_H
  HAVE_RPC_NETTYPE_H
  HAVE_RPC_RPC_H
  HAVE_SECURITY_PAM_APPL_H
  HAVE_SECURITY_PAM_MODULES_H
  HAVE_STDARG_H
  HAVE_STDINT_H
  HAVE_STDLIB_H
  HAVE_STRINGS_H
  HAVE_STRING_H
  H...
2005 Oct 19
1
samba with ADS. winbindd ignore for user authentication
...HAVE_FCNTL_H
    HAVE_GLOB_H
    HAVE_GRP_H
    HAVE_GSSAPI_H
    HAVE_INTTYPES_H
    HAVE_KRB5_H
    HAVE_LANGINFO_H
    HAVE_LBER_H
    HAVE_LDAP_H
    HAVE_LIMITS_H
    HAVE_LOCALE_H
    HAVE_MEMORY_H
    HAVE_NETINET_IN_SYSTM_H
    HAVE_NETINET_IP_H
    HAVE_NETINET_TCP_H
    HAVE_NET_IF_H
    HAVE_POLL_H
    HAVE_READLINE_HISTORY_H
    HAVE_READLINE_READLINE_H
    HAVE_RPCSVC_NIS_H
    HAVE_RPCSVC_YPCLNT_H
    HAVE_RPC_RPC_H
    HAVE_SECURITY_PAM_APPL_H
    HAVE_SECURITY_PAM_MODULES_H
    HAVE_SECURITY__PAM_MACROS_H
    HAVE_STDARG_H
    HAVE_STDLIB_H
    HAVE_STRINGS_H
    HAVE_STRING_H
    HAVE_S...
2005 May 18
1
Samba Comple Problem on Solaris 2.8
...HAVE_GSSAPI_H
   HAVE_INTTYPES_H
   HAVE_KRB5_H
   HAVE_LANGINFO_H
   HAVE_LASTLOG_H
   HAVE_LBER_H
   HAVE_LDAP_H
   HAVE_LIMITS_H
   HAVE_LOCALE_H
   HAVE_MEMORY_H
   HAVE_NETINET_IN_SYSTM_H
   HAVE_NETINET_IP_H
   HAVE_NETINET_TCP_H
   HAVE_NET_IF_H
   HAVE_NSSWITCH_H
   HAVE_NSS_COMMON_H
   HAVE_POLL_H
   HAVE_READLINE_HISTORY_H
   HAVE_READLINE_READLINE_H
   HAVE_RPCSVC_YPCLNT_H
   HAVE_RPC_NETTYPE_H
   HAVE_SECURITY_PAM_APPL_H
   HAVE_SECURITY_PAM_MODULES_H
   HAVE_SHADOW_H
   HAVE_STDARG_H
   HAVE_STDLIB_H
   HAVE_STRINGS_H
   HAVE_STRING_H
   HAVE_STROPTS_H
   HAVE_SYSLOG_H
   HAVE_TERMIOS_H...
2005 May 07
0
force group broken in 3.0.14?
...PI_GSSAPI_GENERIC_H
  HAVE_GSSAPI_GSSAPI_H
  HAVE_INTTYPES_H
  HAVE_KRB5_H
  HAVE_LANGINFO_H
  HAVE_LASTLOG_H
  HAVE_LBER_H
  HAVE_LDAP_H
  HAVE_LIMITS_H
  HAVE_LOCALE_H
  HAVE_MEMORY_H
  HAVE_MNTENT_H
  HAVE_NETINET_IN_SYSTM_H
  HAVE_NETINET_IP_H
  HAVE_NETINET_TCP_H
  HAVE_NET_IF_H
  HAVE_NSS_H
  HAVE_POLL_H
  HAVE_RPCSVC_NIS_H
  HAVE_RPCSVC_YPCLNT_H
  HAVE_RPCSVC_YP_PROT_H
  HAVE_RPC_RPC_H
  HAVE_SECURITY_PAM_APPL_H
  HAVE_SECURITY_PAM_MODULES_H
  HAVE_SECURITY__PAM_MACROS_H
  HAVE_SHADOW_H
  HAVE_STDARG_H
  HAVE_STDINT_H
  HAVE_STDLIB_H
  HAVE_STRINGS_H
  HAVE_STRING_H
  HAVE_STROPTS_H
  HAVE_SYSCALL...
1999 Dec 21
0
Problem with UTMP recording
...ock.h> header file.  */
/* #undef HAVE_MAILLOCK_H */
/* Define if you have the <netgroup.h> header file.  */
/* #undef HAVE_NETGROUP_H */
/* Define if you have the <paths.h> header file.  */
#define HAVE_PATHS_H 1
/* Define if you have the <poll.h> header file.  */
/* #undef HAVE_POLL_H */
/* Define if you have the <pty.h> header file.  */
/* #undef HAVE_PTY_H */
/* Define if you have the <shadow.h> header file.  */
#define HAVE_SHADOW_H 1
/* Define if you have the <sys/poll.h> header file.  */
#define HAVE_SYS_POLL_H 1
/* Define if you have the <sys/selec...
2009 Apr 08
3
libedit not found on SUse 11.1
Included below is a diff between the output from configure on a 64 bit
SUse 11.1 (doesn't find libedit) and a 64 bit Suse 10.3 (does find
libedit) for otherwise identical setups.
1. How can I get the output set up to look at conftest.c?
2. I added a set -x to configure above  LIBEDIT_MSG=no
3. ./configure --with-ldflags="-L/usr/lib64" --with-cflags="-ggdb3
2004 Jul 10
2
Solaris username character limit issues.
Hello,
I've compiled Samba 3.0.4 with Heimdal 0.6.2 and all of the other
trimmings to join and ADS tree, which I have successfully done.  Winbind
correctly pulls all of the username and group information from the ADS
tree and all is good.
However...
I seem to be running into a wall with the wonderful Solaris 8 character
username / groupname limit.  Usernames with spaces or names longer than
2011 Jun 02
2
preauth privsep logging via monitor
...===================================
RCS file: /var/cvs/openssh/monitor.c,v
retrieving revision 1.147
diff -u -p -r1.147 monitor.c
--- monitor.c	29 May 2011 11:39:38 -0000	1.147
+++ monitor.c	2 Jun 2011 04:02:42 -0000
@@ -45,6 +45,14 @@
 #include <string.h>
 #include <unistd.h>
 
+#ifdef HAVE_POLL_H
+#include <poll.h>
+#else
+# ifdef HAVE_SYS_POLL_H
+#  include <sys/poll.h>
+# endif
+#endif
+
 #ifdef SKEY
 #include <skey.h>
 #endif
@@ -52,6 +60,7 @@
 #include <openssl/dh.h>
 
 #include "openbsd-compat/sys-queue.h"
+#include "atomicio.h"
 #include &qu...
2019 Oct 29
0
auth logging or auditing
...OS_H
?? HAVE_LINUX_TYPES_H
?? HAVE_LMDB_H
?? HAVE_LOCALE_H
?? HAVE_MALLOC_H
?? HAVE_MEMORY_H
?? HAVE_MENU_H
?? HAVE_MNTENT_H
?? HAVE_NCURSES_H
?? HAVE_NETDB_H
?? HAVE_NETINET_IN_H
?? HAVE_NETINET_IN_SYSTM_H
?? HAVE_NETINET_IP_H
?? HAVE_NETINET_TCP_H
?? HAVE_NET_IF_H
?? HAVE_NSS_H
?? HAVE_PANEL_H
?? HAVE_POLL_H
?? HAVE_POPT_H
?? HAVE_PTHREAD_H
?? HAVE_PTY_H
?? HAVE_PWD_H
?? HAVE_PYTHON_H
?? HAVE_READLINE_HISTORY_H
?? HAVE_READLINE_READLINE_H
?? HAVE_RESOLV_H
?? HAVE_RPCSVC_NIS_H
?? HAVE_RPCSVC_RQUOTA_H
?? HAVE_RPCSVC_YPCLNT_H
?? HAVE_RPCSVC_YP_PROT_H
?? HAVE_RPC_RPC_H
?? HAVE_RPC_TYPES_H
?? HAVE_RPC_XDR_H...
2005 Jun 28
1
Samba as ADS Fileserver
..._H
   HAVE_GSSAPI_GSSAPI_H
   HAVE_INTTYPES_H
   HAVE_KRB5_H
   HAVE_LANGINFO_H
   HAVE_LASTLOG_H
   HAVE_LBER_H
   HAVE_LDAP_H
   HAVE_LIMITS_H
   HAVE_LOCALE_H
   HAVE_MEMORY_H
   HAVE_MNTENT_H
   HAVE_NETINET_IN_SYSTM_H
   HAVE_NETINET_IP_H
   HAVE_NETINET_TCP_H
   HAVE_NET_IF_H
   HAVE_NSS_H
   HAVE_POLL_H
   HAVE_READLINE_HISTORY_H
   HAVE_READLINE_READLINE_H
   HAVE_RPCSVC_NIS_H
   HAVE_RPCSVC_YPCLNT_H
   HAVE_RPCSVC_YP_PROT_H
   HAVE_RPC_RPC_H
   HAVE_SHADOW_H
   HAVE_STDARG_H
   HAVE_STDINT_H
   HAVE_STDLIB_H
   HAVE_STRINGS_H
   HAVE_STRING_H
   HAVE_STROPTS_H
   HAVE_SYSCALL_H
   HAVE_SYSLOG_H...
2013 May 14
3
frequent tdb corruption
...DDRS_H
   HAVE_KRB5_H
   HAVE_LANGINFO_H
   HAVE_LBER_H
   HAVE_LDAP_H
   HAVE_LIBINTL_H
   HAVE_LIMITS_H
   HAVE_LOCALE_H
   HAVE_MEMORY_H
   HAVE_NETDB_H
   HAVE_NETINET_IN_H
   HAVE_NETINET_IN_SYSTM_H
   HAVE_NETINET_IP_H
   HAVE_NETINET_TCP_H
   HAVE_NET_IF_H
   HAVE_NSSWITCH_H
   HAVE_NSS_H
   HAVE_POLL_H
   HAVE_PTHREAD_H
   HAVE_PWD_H
   HAVE_READLINE_HISTORY_H
   HAVE_READLINE_READLINE_H
   HAVE_RPCSVC_NIS_H
   HAVE_RPCSVC_YPCLNT_H
   HAVE_RPCSVC_YP_PROT_H
   HAVE_RPC_NETTYPE_H
   HAVE_RPC_RPC_H
   HAVE_SECURITY_PAM_APPL_H
   HAVE_SECURITY_PAM_MODULES_H
   HAVE_SETJMP_H
   HAVE_STDARG_H
   HAVE_S...
2006 Jul 27
2
Problems with access to share after upgrading to 3.0.23(a)
...AVE_GRP_H
    HAVE_GSSAPI_H
    HAVE_INTTYPES_H
    HAVE_KRB5_H
    HAVE_LANGINFO_H
    HAVE_LBER_H
    HAVE_LDAP_H
    HAVE_LIMITS_H
    HAVE_LOCALE_H
    HAVE_MEMORY_H
    HAVE_NETINET_IN_SYSTM_H
    HAVE_NETINET_IP_H
    HAVE_NETINET_TCP_H
    HAVE_NET_IF_H
    HAVE_NSSWITCH_H
    HAVE_NSS_H
    HAVE_POLL_H
    HAVE_READLINE_HISTORY_H
    HAVE_READLINE_READLINE_H
    HAVE_RPCSVC_NIS_H
    HAVE_RPCSVC_YPCLNT_H
    HAVE_RPCSVC_YP_PROT_H
    HAVE_RPC_NETTYPE_H
    HAVE_RPC_RPC_H
    HAVE_SECURITY_PAM_APPL_H
    HAVE_SECURITY_PAM_MODULES_H
    HAVE_STDARG_H
    HAVE_STDINT_H
    HAVE_STDLIB_H
    HAVE_STR...
2020 Aug 15
3
[PATCH EXPERIMENTAL nbdkit 0/2] Port to Windows using mingw.
The patches following do indeed allow you to compile nbdkit.exe, but
it does not actually work yet.  I'm posting this experimental series
more as a work in progress and to get feedback.
Note this does not require Windows itself to build or test.  You can
cross-compile it using mingw64-* packages on Fedora or Debian, and
test it [spoiler alert: it fails] using Wine.
Rich.
2008 Mar 13
11
Testing wanted: OpenSSH 4.8
Hi,
We are preparing to make the release of OpenSSH 4.8 soon, so we would
greatly appreciate testing of snapshot releases in as many environments
and on as many operating systems as possible.
The highlights of this release are:
  * Added chroot(2) support for sshd(8), controlled by a new option
    "ChrootDirectory". Please refer to sshd_config(5) for details, and
    please use this
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem:
/dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered)
It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality. 
What can be the cause of this problem?
Thanks.
[2020/05/27 18:24:35.795379,  8]
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...e HAVE_MMAP 1
>
> /* Define to 1 if you have the <ndir.h> header file. */
> /* #undef HAVE_NDIR_H */
>
> /* Define to 1 if you have the `poll' function. */
> /* #define HAVE_POLL 1 */
>
> /* Define to 1 if you have the <poll.h> header file. */
> /* #define HAVE_POLL_H 1 */
>
> /* "pragma pack" */
> /* #undef HAVE_PRAGMA_PACK */
>
> /* "pragma pack hppa/hp-ux style" */
> /* #undef HAVE_PRAGMA_PACK_HPPA */
>
> /* Define to 1 if you have the <pwd.h> header file. */
> #define HAVE_PWD_H 1
>
> /* readdir_r ta...
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
...OS_H
   HAVE_LINUX_TYPES_H
   HAVE_LMDB_H
   HAVE_LOCALE_H
   HAVE_MALLOC_H
   HAVE_MEMORY_H
   HAVE_MENU_H
   HAVE_MNTENT_H
   HAVE_NCURSES_H
   HAVE_NETDB_H
   HAVE_NETINET_IN_H
   HAVE_NETINET_IN_SYSTM_H
   HAVE_NETINET_IP_H
   HAVE_NETINET_TCP_H
   HAVE_NET_IF_H
   HAVE_NSS_H
   HAVE_PANEL_H
   HAVE_POLL_H
   HAVE_POPT_H
   HAVE_PTHREAD_H
   HAVE_PTY_H
   HAVE_PWD_H
   HAVE_PYTHON_H
   HAVE_READLINE_HISTORY_H
   HAVE_READLINE_READLINE_H
   HAVE_RESOLV_H
   HAVE_RPCSVC_NIS_H
   HAVE_RPCSVC_RQUOTA_H
   HAVE_RPCSVC_YPCLNT_H
   HAVE_RPCSVC_YP_PROT_H
   HAVE_RPC_RPC_H
   HAVE_RPC_TYPES_H
   HAVE_RPC_XDR_H...