Slawa Olhovchenkov <[email protected]> writes: > Hmmm, now I try to compile sshd with UNSUPPORTED_POSIX_THREADS_HACK and > it works (/tmp/krb5cc_NNNN created, kerberosied login to other host > working w/o entering password).
So they didn't break the thread version? You shouldn't use it, though, as the rest of OpenSSH is not thread-safe. The threads are only partially synchronized, and service modules may for instance call getpwent() and thereby clobber global state which OpenSSH relies on. DES -- Dag-Erling Smørgrav - [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "[email protected]"
