search for: locked_passwd_substr

Displaying 4 results from an estimated 4 matches for "locked_passwd_substr".

2003 Nov 18
5
Testing of recent commits
There have been a few recent commits to portable OpenSSH that require testing. It would be appreciated if you could grab the 20031118 (or later) snapshot and give it a try on your platforms of choice. Ideally, "giving it a try" means running the regress tests, in addition to casual (non-production) use and reporting your experiences back to the list. The more platforms and compile-time
2003 Sep 22
0
compile error on HPUX
...n the prolem has been caused by: #define DNS 1 in config.h I 've changed all the instance of "DNS" to "_DNS", and It compled ok. --- config.h.in 2003-09-22 12:34:55.000000000 +0100 +++ config.h.in.cln 2003-09-16 22:38:13.000000000 +0100 @@ -417,7 +417,7 @@ #undef LOCKED_PASSWD_SUBSTR /* Define if DNS support is to be activated */ -#undef _DNS +#undef DNS Obviously I had to change any instance of the DNS in the following files also: ./openbsd-compat/getrrsetbyname.c ./openbsd-compat/getrrsetbyname.h ./configure.cln ./acconfig.h ./dns.c ./dns.h ./readconf.c ./ssh-keygen.c ....
2003 Sep 16
1
OpenSSH 3.7p1, PrivSep, and Tru64 broken (sorry)
...-3.7p1-dist/configure.ac Tue Sep 16 00:48:15 2003 +++ openssh-3.7p1/configure.ac Tue Sep 16 14:03:51 2003 @@ -395,6 +395,9 @@ fi AC_DEFINE(DISABLE_FD_PASSING) AC_DEFINE(BROKEN_GETADDRINFO) + AC_DEFINE(SETEUID_BREAKS_SETUID) + AC_DEFINE(BROKEN_SETREUID) + AC_DEFINE(BROKEN_SETREGID) AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin") ;;
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...*/ /* #undef PRIVSEP_PATH */ /* #undef DISABLE_FD_PASSING */ #define HAVE_STRICT_MKSTEMP 1 #define HAVE_NANOSLEEP 1 /* #undef SSHD_ACQUIRES_CTTY */ /* #undef BROKEN_CMSG_TYPE */ #define LINK_OPNOTSUPP_ERRNO EPERM /* #undef LOCKED_PASSWD_STRING */ #define LOCKED_PASSWD_PREFIX "!" /* #undef LOCKED_PASSWD_SUBSTR */ /* #undef HAVE_GETRRSETBYNAME */ #define HAVE_HEADER_AD 1 /* #undef BIND_8_COMPAT */ #define HAVE_PROC_PID 1 /* #undef AIX_GETNAMEINFO_HACK */ /* #undef BROKEN_GETGROUPS */ /* #undef BROKEN_LIBIAF */ /* #undef BROKEN_MMAP */ /* #undef BROKEN_SETVBUF */ #define GETPGRP_VOID 1 /* #undef GETSPNAM_C...