search for: unixwar

Displaying 20 results from an estimated 188 matches for "unixwar".

Did you mean: unixware
2001 Feb 12
2
patches for UnixWare v2.x pty (misc.c,configure.in)
I have attached two patches to the current source code. The first addresses the pty problems with UnixWare 2.x with connecting with SSH2. It sets the sigaction to SA_RESTART. This fixes UnixWare v2.x, but haven't heard any feedback as to effects on other OS'. The first patch is against misc.c. The second patch adds a section "*-*-sysv4.2uw2*" to configure to set the TEST_MINUS_S_SH...
2005 Apr 19
1
Patch for UnixWare 7
Hi, I have ported OpenSSH-4.0p1 to UnixWare 7.1.4. Can you please add the following for UnixWare 7 in the configure script: Description: + cross compiler produces i386a.out. + libcrypt which needs to come after openssl's libcrypto. + passwd needs user name. Thanks, Ahsan Rashid --- openssh-4.0p1/configure Tue Mar 8 23:54:16 2005 +...
2008 Jan 25
2
Availablity of OpenSSH on SCO Unixware 7.1.2
I have been asked to investigate the use of OpenSSH on some of our systems. These systems are running SCO OpenUnix ( Unixware 7.1.2). Are you aware of any issues that may prevent me from using OpenSSH on this version of SCO. Thank you Andrew Harasymiw Senior Technical Analyst Shoppers Drug Mart Office: (416) 493-1220 Ext: 5225 Cell: (416) 553-4616 Email: aharasymiw at shoppersdrugmart.ca
2002 Nov 05
2
SCO Unix - Unixware
Hi, Does Samba supports SCO Unix (Unixware)? From the FTP sites looks like it doesn't. Regards, Mahesh -------------- next part -------------- HTML attachment scrubbed and removed
2004 Jul 10
3
Printing banners
Hi I'm running Samba 2.2.8a on a UnixWare 7.1.3 box. I'd set up the Samba printer shares, and it seemed to be working fine (only live for a couple of weeks). However, I've just added some heavy users, and the printer daemon keeps bombing out. I'd configured the printers to use lpr, but someone suggested I should use lp, so...
2001 Feb 12
1
OpenSSH 2.3.0p1 bug with SCO UnixWare 7.1.0
I wasn't sur if you're the right person to send the bug reports to... SCO Unixware 7.1.0 (uname: UnixWare) and probably the 2.1.x versions (uname: UNIX_SV) requires also to have USE_PIPES defined. Also when compiling with tcpwrap it doesn't link due to the fact that UW doesn't have setenv() and libwrap have one built-in (duplicate symbols)... Also when using the SSH2 p...
1998 Jan 08
0
Samba 1.9.18 on Unixware 2.1.2, Makefile problem (& solution, sorta)
Hello Samba gurus: I apologize if I'm not following some established protocol, I'm pretty new to samba and to this list. I just tried compiling samba 1.9.18 on UnixWare 2.1.2 and ran into a problem with UnixWare's /usr/ccs/bin/cc: it doesn't deal with the "-o" option in combination with the "-c" option well at all. It either ignores the "-o" or complains that it would result in the object file being overwritten by the execut...
2002 Jul 11
1
Samba + winbind on Unixware
Hello, I'm traying to install samba 2.2.5 with winbind support on a Unixware 7.1.1. The question is: is necessary to install PAM to support winbind? thank you, Leonardo Martinez
2002 Dec 23
3
rsync 2.5.5 SCO Unixware patch
...rsync 2.5.5, and it serves two purposes. The small patches to batch.c, flist.c and log.c simply add "void" to some function definitions so that all declarations in proto.h have full parameter lists. unsigned char read_batch_flags() OLD unsigned char read_batch_flags(void) NEW The SCO UNIXWare compiler correctly objected to these functions not having a prototype in scope. The fix seems to be innocuous and should not break anything. It does seem to require a "make proto" afterwards to rebuild proto.h The change in popt/popt.c is to work around a bug in the SCO UNIXWare 8 compi...
2003 Jul 10
1
OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + PasswordAuthentication no + PermitEmptyPasswords yes
Greetings, I recently discovered a problem with OpenSSH 3.6.1p2 and UnixWare 7.1.1 (as well as OpenServer 5.0.X and SCO 3.2v4.2) When I set up sshd_config as follows: PasswordAuthentication no PermitEmptyPasswords yes and try to connect to a password less account ( I know its a F*up, but that's the application ID10Ts .... ) I can get in using the SSH2 version with...
2000 Nov 21
1
Openssh-2.2.0pl1 for UnixWare 7.1
UnixWare (not sure when, 7? 7.1?) introduces a new sockaddr_in structure that splits the 16 bit family entity into an 8-bit length and an 8-bit familiy memember: (from in.h): struct sockaddr_in { #ifdef __NEW_SOCKADDR__ sa_len_t sin_len; /* 8-bit structure length */ #endif sa_family_t sin_family...
2003 Jul 10
0
OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + PasswordAuthenticatio n no + PermitEmptyPasswords yes
Greetings, > -----Original Message----- > From: Vikash Badal - PCS > Sent: 10 July 2003 07:36 > To: 'Tim Rice' > Subject: RE: OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + > PasswordAuthentication no + PermitEmptyPasswords yes > > > Greetings, > > Using gcc (2.95.2) + maintenance pack 2 > > Will try maintenance pack 3 and recompile > > Thanks. > > > -----Original Message----- > > From: Tim Rice [mailto...
2003 Jul 10
1
OpenSSH 3.6.1p2 +UnixWare 7.1.1 +SSH2 + PasswordAuthentication no + PermitEmptyPasswords yes (followup)
Greetings, Problem : Openssh3.6.1p2 on UnixWare 7.1.1 allows access to passwordless account without a valid key when sshd_config has PasswordAuthentication no + PermitEmptyPasswords yes Attempts: Installed maintence pack3 and recompiled both OpenSSH and OpenSSL (0.9.7b) with native c compiler. Recompiled both OpenSSH and OpenSSL (0.9.7b) wit...
2002 Feb 02
1
Unixware Rsync compilation
Hi! I have some problems compiling rsync.2.5.2 in Unixware 7.1.1. Some examples: popt/poptconfig.c:18: warning: subscript has type `char' options.c:343: warning: missing initializer options.c:343: warning: (near initialization for `long_options[67].val') all of them are warnings, and when I compiling with gmake, the "rsync" e...
1998 Nov 14
0
SAMBA 2.0 Alpha15 in UnixWare 2.1.3
Hello all, Has anyone gotten to compile SAMBA alpha15 in UnixWare 2.1.3? I have tried with GCC 2.7.2 and also with UnixWare's native C compiler with no success. I get the following error when using GCC 2.7.2: 273 /home/SOURCE/WinServer/samba/source: gmake all Using FLAGS = -g -O2 -Iinclude -I./include -I./ubiqx -I./smbwrapper -DSMBLOGFILE ="/usr/loca...
2003 Oct 01
1
Samba 3.0.0 compilation errors under Unixware 7.1.1
...?)\*\/': invalid *, +, ?, \{\} or {} opera tor UX:nawk: INFO: Source line number 117 UX:nawk: INFO: Context is /^\/\* >>> (.*?)\*\// <<< { *** Error code 2 (bu21) UX:make: ERROR: fatal error. # ################################################### The Machine is a UW7 UnixWare scotty 5 7.1.1 i386 x86at SCO UNIX_SVR5 It seems the error comes from the script ./script/mkbuildoptions.awk We want to build our own samba package because its more suitable for our customers. Any help is very welcome. You can also mail to pkess@schasiepen.de Best Regards Peter Kess
2005 Feb 05
1
New user Q: dovecot-0.99-13 / UnixWare 7.1.0
Trying to get dovecot up and running. I managed to get everything compiled and linked correctly, but there seems to be some problem with either the auth process or communication between the main process and the auth process. When I try to login, I get: * OK dovecot ready. 1 login n9yty testing * OK Waiting for authentication process to respond.. And I keep getting the same message over and
2007 Jan 26
0
install problem on SCO Unixware 7
Trying to install rsync on SCO Unixware 7.1.1 and 7.1.3 just running the configure file gives me the following error configure: Configuring rsync 2.6.9 configure: error: cannot run /usr/bin/posix/sh ./config.sub how do I resolve this? --------------------------------------------------------------------------- Homer Simpson: Oh, they...
2004 Dec 03
3
do_pwchange() is broken on SCO UnixWare 7
The do_pwchange() function in session.c needs to pass the username as an argument to the passwd command. Without it, passwd always fails with something like "passwd: unknown user" as if its getting a blank user arg. It's strange but so are many other things in SCO, which BTW was NOT my OS of choice :( To make it work I simply changed line 1317 to this: execl(_PATH_PASSWD_PROG,
2000 Jan 05
3
openssh-1.2.1pre24 on SCO
Yo All! Sorry if this is obvious but I am new to openssh. I have used the original ssh for a while and am familiar with it (and it's restrictive license). I am trying to port openssh-1.2.1pre24 on to SCO UnixWare 7.1.0. I will post the small patches when it is really running. Two problems, SCO has no /dev/random so I installed egd-0.6. It usually works but sometimes dies. I have sent the details to the egd folks. The other problem is odd and affects both ssh and sshd. If I ssh to a known good sshd,...