[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
commit: /libraries/liblutil passwd.c
Update of /repo/OpenLDAP/pkg/ldap/libraries/liblutil
Modified Files:
passwd.c 1.7 -> 1.8
Log Message:
Updates for NT4 (MSVC5++).
Removed external include/library paths from projects. External paths should
be set via Tools | Options | Directories. This allows each developer the
freedom to install external libraries where they desire.
Used libdb.lib instead of libdbs.lib to avoid thread conflicts.
Added hs_regex.lib to library input. We require some form of regex, this
library works (and is relatively easy for the user to install).
Removed a little lint which MCVC5 detected.
Need to sort out single-threaded vs multithreaded library generation.
CVS Web URLs:
http://www.openldap.org/devel/cvsweb.cgi/libraries/liblutil/
http://www.openldap.org/devel/cvsweb.cgi/libraries/liblutil/passwd.c
Changes are generally available on cvs.openldap.org (and CVSweb)
within 30 minutes of being committed.