freebsd-dev/crypto
Dag-Erling Smørgrav d953f52834 If possible, use pthreads instead of a child process for PAM.
Reimplement the necessary bits from auth_pam.c and auth2_pam.c so that
they share the PAM context used by the keyboard-interactive thread.  If
a child process is used instead, they will (necessarily) use a separate
context.

Constify do_pam_account() and do_pam_session().

Sponsored by:	DARPA, NAI Labs
2002-12-14 13:52:39 +00:00
..
heimdal This commit was generated by cvs2svn to compensate for changes in r107207, 2002-11-24 20:59:25 +00:00
kerberosIV This commit was generated by cvs2svn to compensate for changes in r105765, 2002-10-23 06:10:08 +00:00
openssh If possible, use pthreads instead of a child process for PAM. 2002-12-14 13:52:39 +00:00
openssl Resolve conflicts. 2002-08-10 01:50:50 +00:00
telnet Merge argument parsing changes into this copy of telnet. 2002-11-27 06:34:24 +00:00
README Note that crypto/ is not used to build in, people should see secure/ 2001-02-10 04:47:47 +00:00

$FreeBSD$

This directory is for the EXACT same use as src/contrib, except it
holds crypto sources.  In other words, this holds raw sources obtained
from various third party vendors, with FreeBSD patches applied.  No
compilation is done from this directory, it is all done from the
src/secure directory.  The separation between src/contrib and src/crypto
is the result of an old USA law, which made these sources export
controlled, so they had to be kept separate.