This is a discussion on Re: [patch] LOCKED_PASSWD_STRING for FreeBSD within the OpenSSH Development forums, part of the Networking and Network Related category; > Index: configure.ac > ================================================== ================= > RCS file: /cvs/openssh/configure.ac,v > retrieving revision 1.296 > diff -...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Index: configure.ac
> ================================================== ================= > RCS file: /cvs/openssh/configure.ac,v > retrieving revision 1.296 > diff -u -p -u -r1.296 configure.ac > --- configure.ac 22 Sep 2005 10:19:54 -0000 1.296 > +++ configure.ac 5 Oct 2005 12:36:06 -0000 > @@ -398,6 +398,7 @@ mips-sony-bsd|mips-sony-newsos4) > ;; > *-*-freebsd*) > check_for_libcrypt_later=1 > + AC_DEFINED(LOCKED_PASSWD_PREFIX, "*LOCKED*") > ;; > *-*-bsdi*) > AC_DEFINE(SETEUID_BREAKS_SETUID) By the way, this patch has already been made last year by Ruslan Ermilov : http://lists.freebsd.org/pipermail/f...st/008758.html -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |