search for: have_hpux_trusted_system_pw

Displaying 3 results from an estimated 3 matches for "have_hpux_trusted_system_pw".

2000 Feb 26
1
OpenSSH on HP-UX 11 with TCB
...c_c" 1>&6 echo "configure:1301: checking for HPUX trusted system password database" >&5 if test -f /tcb/files/auth/system/default; then echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF #define HAVE_HPUX_TRUSTED_SYSTEM_PW 1 EOF LIBS="$LIBS -lsec" echo "configure: warning: This configuration is untested" 1>&2 else echo "$ac_t""no" 1>&6 cat >> confdefs.h <<\EOF #define DISABLE_SHAD...
2000 Oct 23
1
HP-UX and trusted system
Hi, is it possible to have only _one_ openssh binary distribution (it means compiled by myself) wich recongnizes itself wether there is an trusted system or not? With the commerfial stuff I have to build to variants dependeing on the security mode - but this is quite not friendly for admins. Regards Stephan -- LDS Brandenburg Dr. Stephan Hendl fon: +49-(0)331-39 471 fax: +49-(0)331-27548 1187
2000 May 12
0
SunOS 4.x port
...[#include <sys/types.h>], - [ssize_t foo; foo = 1235;], - [ - AC_DEFINE(HAVE_SSIZE_T) AC_MSG_RESULT(yes) ], [AC_MSG_RESULT(no)] --- acconfig.h.DIST Mon May 1 17:56:41 2000 +++ acconfig.h Fri May 12 16:09:17 2000 @@ -101,6 +101,9 @@ /* Define if you want have trusted HPUX */ #undef HAVE_HPUX_TRUSTED_SYSTEM_PW +/* Define if you have getpwanam(3) [SunOS 4.x] */ +#undef HAVE_GETPWANAM + /* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */ #undef NEED_IN_SYSTM_H @@ -117,6 +120,7 @@ #undef HAVE_UINTXX_T #undef HAVE_SOCKLEN_T #undef HAVE_SIZE_T +#undef HAVE_SSIZE_...