search for: i_push

Displaying 16 results from an estimated 16 matches for "i_push".

Did you mean: t_push
1999 Dec 09
1
openssh-1.2pre16 patch to pty.c for Solaris 2.6
Greetings, While attempting to build openssh for Solaris 2.6, I ran into a minor problem that should probably be corrected in the next release of openssh. The file pty.c does not #include <stropts.h> to define I_PUSH even though I_PUSH is used when HAVE_DEV_PTMX is defined. Platform: SunOS test01 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-60 Using: zlib 1.1.3 http://www.cdrom.com/pub/infozip/zlib/zlib-1.1.3.tar.gz rsaref2.0 (plus patch from bugtraq digest 30-Nov-1999) ftp://ftp.funet.fi/pub/unix/securi...
2000 Jan 07
1
Slackware 4.0: wtmp and pty.c problems
...locate': pty.c:100: warning: implicit declaration of function `grantpt' pty.c:104: warning: implicit declaration of function `unlockpt' pty.c:108: warning: implicit declaration of function `ptsname' pty.c:108: warning: assignment makes pointer from integer without a cast pty.c:122: `I_PUSH' undeclared (first use this function) pty.c:122: (Each undeclared identifier is reported only once pty.c:122: for each function it appears in.) make: *** [pty.o] Error 1 If I then edit pty.c and add a line after the test, unconditionally undefining HAVE_DEV_PTMX like this: /* Pty allocated wi...
2000 Sep 02
2
[PATCH]: Cygwin port of 2.2.0p1
...- includes.h: Use HAVE_CYGWIN to care for include files. Define `open' as `binary_open' and `pipe' as `binary_pipe' when HAVE_CYGWIN is set. - loginrec.c: Disable check for uid 0 when HAVE_CYGWIN is set. - pty.c: Check for USE_VHANGUP instead of HAVE_VHANGUP. Don't call I_PUSH ioctl's under Cygwin. - readconf.c: Disable check for uid 0 when HAVE_CYGWIN is set. - scp.c: Call tcgetpgrp() instead of ioctl(..., TIOCGPGRP) to get the controlling terminal when HAVE_CYGWIN is set. - session.c: Close xauthfiles immediatly to avoid implicit file lockings on Windows N...
2002 Dec 13
5
[Bug 245] SSH can not log out under Solaris 2.6
http://bugzilla.mindrot.org/show_bug.cgi?id=245 ------- Additional Comments From dtucker at zip.com.au 2002-12-14 00:36 ------- Did some digging on this. Carson seems to be correct in that the problem is due to missing controlling terminal. I uncommented the setsid() in sshd.c and added some debugging log() calls to sshd, which generated the following: sshd[21690]: main: before setsid
1999 Dec 08
0
apparent fix for Solaris 7 compilation problems
...-- gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c pty.c -o pty.o pty.c: In function `pty_allocate': pty.c:115: `I_PUSH' undeclared (first use in this function) pty.c:115: (Each undeclared identifier is reported only once pty.c:115: for each function it appears in.) make: *** [pty.o] Error 1 --------------------------------------------------------------------- And here's the fix... In "include...
2000 Jan 16
1
Report on openssh-1.2.1pre26.tar.gz
...;: pty.c:100: warning: implicit declaration of function `grantpt' pty.c:104: warning: implicit declaration of function `unlockpt' pty.c:108: warning: implicit declaration of function `ptsname' pty.c:108: warning: assignment makes pointer from integer without a cast pty.c:122: `I_PUSH' undeclared (first use this function) pty.c:122: (Each undeclared identifier is reported only once pty.c:122: for each function it appears in.) make: *** [pty.o] Error 1 I encountered the same error when I tried 1.2.1pre25 and 1.2pre17, while I succeeded to make 1.2pre15 with some harmle...
2005 Feb 24
0
[PATCH] Drop two useless HAVE_CYGWIN
...0 -0000 @@ -102,7 +102,6 @@ openpty(int *amaster, int *aslave, char return (-1); } -#ifndef HAVE_CYGWIN /* * Try to push the appropriate streams modules, as described * in Solaris pts(7). @@ -112,7 +111,6 @@ openpty(int *amaster, int *aslave, char # ifndef __hpux ioctl(*aslave, I_PUSH, "ttcompat"); # endif /* __hpux */ -#endif /* HAVE_CYGWIN */ return (0); Index: openbsd-compat/inet_ntop.c =================================================================== RCS file: /cvs/openssh_cvs/openbsd-compat/inet_ntop.c,v retrieving revision 1.9 diff -p -u -r1.9 inet_ntop....
2006 Nov 01
0
No subject
I_PUSH Pushes the module whose name is pointed to by arg onto the top of the current stream, just below the STREAM head. If the STREAM is a pipe, the module will be inserted between the stream heads of both ends of the pipe. It then calls the open routine of the newly-...
1998 Nov 14
0
Sync passwd and smbpasswd
...t/samba/bin/smbd -D -d 100 poll(0xEFFFC648, 1, -1) (sleeping...) poll(0xEFFFC648, 1, -1) = 1 getmsg(7, 0xEFFFE600, 0xEFFFE5F4, 0xEFFFE60C) = 0 sigprocmask(SIG_BLOCK, 0xEFFFE3B8, 0xEFFFE4B0) = 0 open("/dev/tcp", O_RDWR) = 8 ioctl(8, I_PUSH, "sockmod") = 0 ioctl(8, I_STR, 0xEFFFE300) = 0 ioctl(8, I_SETCLTIME, 0xEFFFE3B4) = 0 ioctl(8, I_SWROPT, 0x00000002) = 0 sigprocmask(SIG_SETMASK, 0xEFFFE3A4, 0xEFFFE394) = 0 ioctl(8, I_STR, 0xEFFFE218)...
2000 Feb 26
1
OpenSSH on HP-UX 11 with TCB
...TRUSTED_SYSTEM_PW encrypted_password = bigcrypt(password, salt); # else encrypted_password = crypt(password, salt); #endif /* HAVE_HPUX_TRUSTED_SYSTEM_PW */ #endif /* HAVE_MD5_PASSWORDS */ Still some issues with man pages and warnings during compilation. Get syslog error=> error: ioctl I_PUSH ttcompat: Invalid argument Get syslog error=> Cannot delete credentials: Permission denied I had to have root permissions to run configure successfully as /tcb on my system has permissions 500 Run configure with (at least) --with-rsh=/usr/bin/remsh Thanks Ged Lodder -- lodder at yacc.com.a...
2000 Aug 08
1
[PATCH] Updated patch to Cygwin port of 2.1.1p4
...es.h: Use HAVE_CYGWIN to care for include files. Define `open' as `binary_open' and `pipe' as `binary_pipe' when HAVE_CYGWIN is set. - loginrec.c: Disable check for uid 0 when HAVE_CYGWIN is set. - pty.c: Disable HAVE_VHANGUP explicitely if HAVE_CYGWIN is set. Don't call I_PUSH ioctl's under Cygwin. - readconf.c: Disable check for uid 0 when HAVE_CYGWIN is set. - scp.c: Call tcgetpgrp() instead of ioctl(..., TIOCGPGRP) to get the controlling terminal when HAVE_CYGWIN is set. - session.c: Close xauthfiles immediatly to avoid implicit file lockings on Windows N...
2000 Aug 01
2
Port of OpenSSH-2.1.1p4 to Cygwin
...call. - config.h.in: Add HAVE_CYGWIN. - configure.in: Add *-*-cygwin as target. Call AC_EXEEXT now. - entropy.c: Add O_BINARY to open calls. - includes.h: Use HAVE_CYGWIN to care for include files. Add a define for O_BINARY. - loginrec.c: Add O_BINARY to open calls. - pty.c: Don't call I_PUSH ioctl's under Cygwin. - scp.c: Add O_BINARY to open calls. Call tcgetpgrp() instead of ioctl(..., TIOCGPGRP) to get the controlling terminal. - session.c: Close xauthfiles immediatly to avoid implicit file lockings on Windows NT systems. Changes in environment setting. Disable check...
2000 Apr 25
3
passwords for NT and AIX
I've finally gotten Samba (version 1.9.18p4) working on a RS/6000 server running AIX version 4.3.2, for a group of Windows NT 4.0 workstations on build 5 to access some shared directories. Everything works fine when I set them up - I have encrypt passwords = yes smb passwd file = /usr/local/samba/private/smbpasswd in my smb.conf, added the passwords to the smbpasswd file, and it
2003 Sep 17
5
openssh-3.7.1p1 segfaults
...the client hangs. ========================================================================= ===<truss -f -p 4415; 4455 is the pid of the child the segfaults>======== ... <snip> 4455: open("/dev/udp", O_RDWR) = 8 4455: ioctl(8, I_FIND, "timod") = 0 4455: ioctl(8, I_PUSH, "timod") = 0 4455: sigprocmask(SIG_SETMASK, 0xEFFFDD70, 0xEFFFDD60) = 0 4455: ioctl(8, I_STR, 0xEFFFDBE8) = 0 4455: sigprocmask(SIG_SETMASK, 0xEFFFDD60, 0x00000000) = 0 4455: ioctl(8, I_FLUSH, FLUSHRW) = 0 4455: sigprocmask(SIG_SETMASK, 0xEFFFDD70, 0xEFFFDD60) = 0 4455: ioctl(8, I_...
2003 Aug 01
0
FW: winbind on Solaris 2.5.1 not working.
...0 549: lseek(4, 0, SEEK_CUR) = 1064 549: lseek(4, 0, SEEK_SET) = 0 549: read(4, " #\n # T h e " N e t".., 8192) = 1064 549: read(4, 0x00132484, 8192) = 0 549: lseek(4, 0, SEEK_CUR) = 1064 549: close(4) = 0 549: open("/dev/udp", O_RDWR) = 4 549: ioctl(4, I_PUSH, "sockmod") = 0 549: ioctl(4, I_STR, 0xEFFFB820) = 0 549: ioctl(4, I_SETCLTIME, 0xEFFFB8D4) = 0 549: ioctl(4, I_SWROPT, 0x00000002) = 0 549: sigprocmask(SIG_SETMASK, 0xEFFFB8C4, 0xEFFFB8B4) = 0 549: ioctl(4, I_STR, 0xEFFFB738) = 0 549: sigprocmask(SIG_SETMASK, 0xEFFFB8B4, 0xEFFFB...
2010 Aug 13
15
NFS issue with ZFS
I have Solaris 10 U7 that is exporting ZFS filesytem. The client is Solaris 9 U7. I can mount the filesytem just fine but I am unable to write to it. showmount -e shows my mount is set for everyone. the dfstab file has option rw set. So what gives? Phillip -- This message posted from opensolaris.org