search for: have_pty_h

Displaying 13 results from an estimated 13 matches for "have_pty_h".

Did you mean: have_pty
2002 May 09
4
make distprep broken?
Hello All, Doing a make distprep doesn't seem to work anymore: $ make -f Makefile.in distprep make: @SH@: Command not found make: *** [catman-do] Error 127 I've seen this on AIX & Redhat (gnu make) and Solaris (native make). I suspect this occurs on most platforms. Is this still the recommended way of autoreconf'ing CVS releases for building? -Daz.
2001 Jan 01
0
pty.c problem (was: OpenSSH 2.4.0 patch call..)
Another minor but difficult-to-fix-properly(?) issue: pty.c: In function `pty_allocate': pty.c:55: warning: implicit declaration of function `openpty' this happens if you have HAVE_PTY_H. To allow building out of the main directory, there is '-I. -I$(srcdir)' in the Makefile. Now, because there is 'pty.h', /usr/include/pty.h in '#include <pty.h>' is never getting included (rather, ./pty.h is), causing implicit declaration. Some ways to fix this(?):...
2002 Jun 28
0
[Bug 317] New: add header so ptty functions are found
...Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: dirk.meyer at dinoex.sub.org --- sshpty.c.orig Wed Jun 26 01:21:42 2002 +++ sshpty.c Fri Jun 28 07:09:38 2002 @@ -30,6 +30,9 @@ #ifdef HAVE_PTY_H # include <pty.h> #endif +#ifdef __FreeBSD__ +#include <libutil.h> +#endif #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H) # include <sys/stropts.h> #endif ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watch...
2002 Oct 21
1
[Bug 315] add missing includes and defines for FREEBSD
...penpty __P((int *_amaster, int *_aslave, char *_name, struct termios *_termp, struct winsize *_winp)); In openssh.3.5 this funtions have beenn moved to: sshpty.c --- sshpty.c.orig Wed Jun 26 01:21:42 2002 +++ sshpty.c Fri Jun 28 07:09:38 2002 @@ -30,6 +30,9 @@ #ifdef HAVE_PTY_H # include <pty.h> #endif +#ifdef HAVE_LIBUTIL_H +#include <libutil.h> +#endif #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H) # include <sys/stropts.h> #endif ------- You are receiving this mail because: ------- You are the assignee for the bug, or are w...
2012 May 09
1
warning from configuring openssh-6.0p1
...NNULL__ 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_SYS_DIR_H 1 | #define HAV...
1999 Dec 21
0
Problem with UTMP recording
...<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/select.h> header file. */ /* #undef HAVE_SYS_SELECT_H */ /* Define if you have the...
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
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...HAVE_NGETADDRINFO */ /* #undef HAVE_NSLEEP */ /* #undef HAVE_OGETADDRINFO */ /* #undef HAVE_OPENLOG_R */ #define HAVE_OPENPTY 1 /* #undef HAVE_PAM_GETENVLIST */ /* #undef HAVE_PAM_PAM_APPL_H */ /* #undef HAVE_PAM_PUTENV */ #define HAVE_PATHS_H 1 #define HAVE_PRCTL 1 /* #undef HAVE_PSTAT */ #define HAVE_PTY_H 1 #define HAVE_PUTUTLINE 1 #define HAVE_PUTUTXLINE 1 /* #undef HAVE_READPASSPHRASE */ /* #undef HAVE_READPASSPHRASE_H */ #define HAVE_REALPATH 1 #define HAVE_RECVMSG 1 #define HAVE_RPC_TYPES_H 1 #define HAVE_RRESVPORT_AF 1 /* #undef HAVE_SECTOK_H */ /* #undef HAVE_SECURITY_PAM_APPL_H */ #define HAV...
2019 Oct 29
0
auth logging or auditing
...E_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 ?? HAVE_SASL_SASL_H ?? HAVE_SCHED_H ?? HAVE_SE...
2004 Sep 07
0
Please review openssh patch for selinux
...sshpty.c --- openssh-3.9p1_vanilla/sshpty.c 2004-06-22 04:56:02.000000000 +0200 +++ openssh-3.9p1_selinux/sshpty.c 2004-09-07 17:42:39.000000000 +0200 @@ -22,6 +22,10 @@ #include "log.h" #include "misc.h" +#ifdef WITH_SELINUX +#include "selinux.h" +#endif + #ifdef HAVE_PTY_H # include <pty.h> #endif @@ -200,6 +204,10 @@ fatal("stat(%.100s) failed: %.100s", tty, strerror(errno)); +#ifdef WITH_SELINUX + setup_selinux_pty(pw->pw_name, tty); +#endif + if (st.st_uid != pw->pw_uid || st.st_gid != gid) { if (chown(tty, pw->pw_uid,...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...VE_LONG_LONG 1 #define HAVE_MEMMOVE 1 #define HAVE_MKDTEMP 1 #define HAVE_MMAP 1 #define HAVE_MODE_T 1 #define HAVE_NANOSLEEP 1 #define HAVE_NETDB_H 1 #define HAVE_OPENPTY 1 #define HAVE_OPENSSL 1 #define HAVE_PATHS_H 1 #define HAVE_PID_IN_UTMP 1 #define HAVE_PID_T 1 #define HAVE_PROC_PID 1 #define HAVE_PTY_H 1 #define HAVE_PUTUTLINE 1 #define HAVE_PUTUTXLINE 1 #define HAVE_REALPATH 1 #define HAVE_RECVMSG 1 #define HAVE_SA_FAMILY_T 1 #define HAVE_SENDMSG 1 #define HAVE_SETDTABLESIZE 1 #define HAVE_SETEGID 1 #define HAVE_SETENV 1 #define HAVE_SETEUID 1 #define HAVE_SETGROUPS 1 #define HAVE_SETREGID 1 #de...
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]
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
...E_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 HAVE_SCHED_H HAVE_SECURITY_PAM_APPL_H...