Displaying 9 results from an estimated 9 matches for "hpux10".
Did you mean:
hpux11
1998 Mar 31
0
Semaphore problem on HP-UX ?
...unning SAMBA 1.9.17p3. Most of them are
> on HP-UX 10.20 as well with the same patch level.
> Can this problem be introduced with 1.9.18 ?
>
Luc,
Hope you don't mind, but I'm CC:ing the samba
list with the reply to this, as other HPUX users will
find this useful.
It seems that HPUX10.x defines the symbol SEMMSL in
the include files to be a rather large number (the
max number of available semaphores on a system).
The code in shmem_sysv.c (new for the 1.9.18 releases),
which controls the use of System V semaphores in Samba,
uses the value (SEMMSL-1) as the number of semaphores...
2000 Jun 12
1
AIX and 2.1.1p1
...plus an AIX tweak.
--- configure.in.orig Thu Jun 8 21:58:35 2000
+++ configure.in Mon Jun 12 16:27:54 2000
@@ -38,6 +38,8 @@
AC_DEFINE(BROKEN_GETADDRINFO)
dnl AIX handles lastlog as part of its login message
AC_DEFINE(DISABLE_LASTLOG)
+ MANTYPE='$(CATMAN)'
+ mansubdir=cat
;;
*-*-hpux10*)
if test -z "$GCC"; then
@@ -994,7 +996,7 @@
[ char *lastlog = _PATH_LASTLOG; ],
[ AC_MSG_RESULT(yes) ],
[
- AC_MSG_RESULT(no),
+ AC_MSG_RESULT(no)
system_lastlog_path=no
])
]
--- session.c.orig Mon Jun 12 16:52:59 2000
+++ session.c Mon Jun 12 16:54:24 2000
@@ -5...
2000 May 15
1
AIX authenticate patches
...configure.in Wed May 10 11:10:59 2000
@@ -32,6 +32,7 @@
if test "$LD" != "gcc" -a -z "$blibpath"; then
blibpath="/usr/lib:/lib:/usr/local/lib"
fi
+ AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)])
AC_DEFINE(BROKEN_GETADDRINFO)
;;
*-*-hpux10*)
--- login.c.orig Tue May 9 13:11:36 2000
+++ login.c Tue May 9 13:10:40 2000
@@ -53,6 +53,10 @@
get_last_login_time(uid_t uid, const char *logname,
char *buf, unsigned int bufsize)
{
+#if defined(WITH_AIXAUTHENTICATE)
+ /* This is done in do_authentication */
+ return (unsigned long) 0...
2002 Mar 25
0
[Bug 184] New: 3.1p1 openssh fails to build a working sshd on Trusted HP-UX 10.26
...e.cache
diff -cr openssh-3.1p1.orig/configure.ac openssh-3.1p1/configure.ac
*** openssh-3.1p1.orig/configure.ac Wed Feb 27 06:12:35 2002
--- openssh-3.1p1/configure.ac Fri Mar 22 00:08:59 2002
***************
*** 80,85 ****
--- 80,100 ----
*-*-darwin*)
AC_DEFINE(BROKEN_GETADDRINFO)
;;
+ *-*-hpux10.26)
+ if test -z "$GCC"; then
+ CFLAGS="$CFLAGS -Ae"
+ fi
+ CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE
-D_XOPEN_SOURCE_EXTENDED=1"
+ IPADDR_IN_DISPLAY=yes
+ AC_DEFINE(USE_PIPES)
+ AC_DEFINE(TRUSTED_HPUX)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
+ AC_DEFINE(DISA...
2000 Jun 13
2
2.2.1p1 / AIX 4.2.1.0.06 login nits
Hi.
New (2.1.1p1) login code is nicer on AIX (4.2.1.0.06). Thanks.
A couple of issues, though, which I haven't really dug into yet. I'm
wondering if anyone else has seen them? If not, I'll investigate &
report.
1. If I set "UseLogin" to "yes", everything seems fine except that
the authentication agent forwarding doesn't work. The "SSH"
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...)-\([^-]*\)-\(.*\)$/\3/'`
-
-# Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC.
-
-wl=
-if test "$GCC" = yes; then
- wl='-Wl,'
-else
- case "$host_os" in
- aix*)
- wl='-Wl,'
- ;;
- mingw* | pw32* | os2*)
- ;;
- hpux9* | hpux10* | hpux11*)
- wl='-Wl,'
- ;;
- irix5* | irix6* | nonstopux*)
- wl='-Wl,'
- ;;
- newsos6)
- ;;
- linux*)
- case $CC in
- icc|ecc)
- wl='-Wl,'
- ;;
- ccc)
- wl='-Wl,'
- ;;
- e...
2000 May 17
4
Openssh-2.1.0p1 test release
This to announce a test release of 2.1.0p1 before making it widely
available.
This release includes many fixes to problems reported over the last
week. In particular:
- spurious error and coredumps caused by the inbuilt entropy gathering
- RSAref detection
- Compilation fixes for Solaris and others
It also contains (completely untested) support for compiling without
RSA support. This may be
1998 Jun 13
0
Samba 1.9.18p8 released.
...hanging of SMB password to fail if UNIX pasword change
fails and unix password sync is set.
4). Ensure the Samba names are added to the remote broadcast subnet
to allow NT workstations to do a directed broadcast node status
query (they seem to want to do this for some reason).
5). Fixed HPUX10 Trusted systems bigcrypt password authentication call.
6). Ensure smbd doesn't crash if 'account disabled' set in smbpasswd
file.
7). Ensured 'revalidate' parameter is only checked if we're in share
level security.
8). Ensure that password lengths are sanity checked...
1998 Aug 26
1
Samba 1.9.18p10 released.
...hanging of SMB password to fail if UNIX pasword change
fails and unix password sync is set.
4). Ensure the Samba names are added to the remote broadcast subnet
to allow NT workstations to do a directed broadcast node status
query (they seem to want to do this for some reason).
5). Fixed HPUX10 Trusted systems bigcrypt password authentication call.
6). Ensure smbd doesn't crash if 'account disabled' set in smbpasswd
file.
7). Ensured 'revalidate' parameter is only checked if we're in share
level security.
8). Ensure that password lengths are sanity checked...