Displaying 20 results from an estimated 600 matches similar to: "greater than 8 character passwords on SCO OSR6"
2005 Jul 28
1
greater than 8 character passwords on Unixware (IA database support)
I made some quick changes to support the IA security thing in Uniware
7.1.1. I wish I understood all of this well enough to make a proper
patch to include new defines and what not. I tried and made a mess.
Hopefully I can get a better grasp this weekend. The only files I
changed were xcrypt.c and Makefile.
Makefile needed -lcrypt and -liaf added to LIBS=. It had -lcrypto but
needed -lcrypt for
2007 Sep 10
1
4.7p1 password auth broken on SCO OSR6
openssh 4.7p1
SCO OSR6
Password authentication is non-functional. This seems dependent on
USE_LIBIAF which further depends on HAVE_LIBIAF (in defines.h), but
there is no longer any code in configure to define the latter. Building
with HAVE_LIBIAF defined enables password authentication, but only for
non-long (<9 char) passwords, even though UNIXWARE_LONG_PASSWORDS seems
to be defined. I
2008 Jul 30
1
5.1p build problem on SCO OSR6
Build of 5.1p1 fails on SCO OSR6 with the error:
UX:acomp: ERROR: "addrmatch.c", line 100: undefined struct/union member: sin6_scope_id
configure checks for presence of struct sockaddr_in6 and uses the system
declaration if found (via #define HAVE_STRUCT_SOCKADDR_IN6 in config.h)
If not found, the struct is declared in openbsd-compat/fake-rfc2553.h.
OSR6 has struct sockaddr_in6 but it
2007 May 01
1
problem while doing make - openssh on sco unix 7.1
I am trying to install openssh on sco unix 7.1 and getting following error ,
please help
I have installed zlib - zlib-1.2.3
Openssl openssl-0.9.8e
Openssh openssh-4.6p1
# make
if test ! -z "yes"; then \
/usr/bin/perl ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
cc -o ssh
2007 Feb 24
1
Bigcrypt password patch
Hi,
we are currently in the progress of switching an HPUX mailserver to linux and
dovecot. The only issue so far is, that HPUX has bigcrypt for passwords > 8
chars. Bigcrypt uses standard libc crypt for every block of 8 chars.
The linux pam modules have a bigcrypt.c file which can be used for dovecot as
well to authenticate crypt and bigcrypt passwords.
I have used the pam bigcrypt.c code
2003 Sep 22
0
Compiling issues in HPUX 11.11 for 3.7.1
The openssh-unix-dev list is the correct place for questions about OpenSSH
Portable.
chi-leung.wong at nokia.com wrote:
>
> Hi,
>
> Sorry to send you this issue but I haven't been able to find
> this issue anywhere on the net and we have tried to compile on a few
> HPUX 11.11 systems ending up with the same situation. We cheated so the
> compile works but does
2003 Sep 29
0
Openssh-3.7.1p2 install on HP-UX 11i not working
I downloaded
http://gatekeep.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.7.1p2/
and have been trying to install it on our HP-UX 11i system. Although
configure completes successfully, make give the following errors:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I.
-I./..
-I/usr/local/ssl/include -D_HPUX_SOURCE -D_XOPEN_SOURCE
-D_XOPEN_SOURCE_EXTENDE
D=1
2005 Aug 26
0
Patch for UnixWare 7
Hi Openssh developers,
Attached please find patch to support long passwords (> 8-char) on
UnixWare 7.
Thanks,
Ahsan
--
Ahsan Rashid
Escalations Research Group arms at sco.com
The SCO Group Inc., Murray Hill, NJ 908 790 2279
-------------- next part --------------
--- openssh/CREDITS.old 2004-05-26 16:59:31.000000000 -0700
+++ openssh/CREDITS 2005-08-25 13:53:08.602447006 -0700
@@ -3,6 +3,7
2003 Sep 02
12
[Bug 633] Password authentication fails in HP-UX trusted mode due to DISABLE_SHADOW
http://bugzilla.mindrot.org/show_bug.cgi?id=633
Summary: Password authentication fails in HP-UX trusted mode due
to DISABLE_SHADOW
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2002 Dec 25
1
Trouble installing samba
Well Hello one and all,
I am just getting my feet wet here with Linux (Using Mandr...
x86 300 Mhz machine) and I have been having a bit of troub...
samba.
> I have downloaded RPM's, source files, binaries, and what not, read
> tutorials after tutorials, FAQ's up the wazo and have still not be
able
> to get this damned program to work.
>
> To simplify things I will go
2000 Sep 20
1
password aging and account lock checks
I'm looking at the password aging and account lock checks in
auth.c:allowed_user(), and specifically their behaviour on
HP-UX.
First, should this code be ifdef'd away if we're using PAM?
Next:
/* Check account expiry */
if ((spw->sp_expire > 0) && (days > spw->sp_expire))
return 0;
If I lock an account by entering too many incorrect passwords,
sp_expire
2003 Jun 02
2
./configure --with-pam fails allways
Hi,
It is since a while on different distributions that i can't compile samba
--with-pam
I download 2.2.8a
./configure --with-pam
And i always get:
1)config.log
2)screen dump
1) this is the config.log file
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:814: checking for gcc
configure:927: checking
2011 Sep 20
7
Unreal Development Kit installation error: Shader Model 3
Hi All!
I am using WineHQ 1.3.28 on Ubuntu 11.04 and I have enabled Pixel Shader Model however when installing UDK (Unreal Development Kit) an error message appears saying it is required at least Shader Model 3. I don't understand because in Windows XP I can install UDK and this error message doesn't appear.
I have a NVidia 7600 Go and it supports shader model 3. In windows XP it works
2010 Dec 14
2
Need advice! Beginning wine development!
What should i know to start developing wine project? (there are some progs that i want to make working)
2002 Jan 02
1
SCO OpenServer password issue
If SCO OpenServer is configured for large passwords, i.e. u_pwseg is
greater than 1 in /etc/auth/system/default, then user authentication in
auth-passwd.c will fail for users whose passwords are longer than 8
characters. The "traditional" level of security installs with
u_pwseg#1, so most users would never encounter this problem. This has
been an issue in openssh since I started using
2004 Apr 13
8
OpenSSH 3.8.1p1: call for testing
Hello All.
Portable OpenSSH version 3.8.1p1 nearing release. This is primarily a
bug fix release and we're asking for interested parties to try a
snapshot [1]. A reminder: we rely on community feedback to find out
about problems, particularly as there are many platforms any
configurations that we don't have access to and can't test.
In most cases, running the built-in tests is
1997 Jul 16
0
SCO compilation of 1.9.16p10 and higher
Hello list,
We discovered that it was impossible to compile Samba
1.9.16p10 on SCO Openserver 3.2.2 (native compiler).
Here's a small patch that fixes this problem:
----cut here----
*** includes.h.orig Sun Feb 23 04:26:40 1997
--- includes.h Mon Jun 30 16:18:27 1997
***************
*** 668,692 ****
#include <prot.h>
#define crypt bigcrypt
#endif
- #ifndef EVEREST
-
2002 Jul 01
5
./configure --with-pam
Hi all,
I still have problems with my nt authentication on linux.
My problems start when compiling --with-pam
This is the output, i can't figure out why i get the error.
[root@squid source]# ./configure --with-pam
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a
2000 Feb 26
1
OpenSSH on HP-UX 11 with TCB
Hi,
an updated and more civilized post (to my one and only previous one) on
getting OpenSSH to work on HP-UX 11 using the TCB. I used the HP ANSI C
compiler.
Firstly, I needed to download, compile and install OpenSSL, EGD and
ZLib.
Specific issues:
configure did not handle hpux 11
login.c did not compile
makefile did not use $(CFLAGS)
sshd did not compile (pam issues), I wanted to use
2002 Oct 21
1
compilation probs...
hi all. I am trying to get 2.2.6 to compile but get the dreaded:
checking for test routines... configure: error: cant find test code. Aborting config
I have many instances of this but no real solutions
I have RH7.2 and gcc 2.95-3 compiled by hand
attached is configure output for compilation
thanks
sean
-------------- next part --------------
[sean@sean-turnbull source]$ sudo ./configure