mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
def07aa505
Description: Windows: libldap and the LDAP tools should support SASL/Digest Fix Description: The biggest change was to hack sasl.m4 to make AC_CHECK_LIB work on Windows. I had to override LIBS to be able to pass in /link /LIBPATH:c:/path/to/sasl libsasl.lib, libsasl2.lib, and sasl32.lib. Another big change was to implement getlogin() on Windows, required by ldaptool-sasl.c. The implementation is pretty simple. There were several places in the Makefiles that assumed Windows meant no support for SASL, so I just changed them, and added some support for SASL_LIBS in some places where it was missing. |
||
---|---|---|
.. | ||
c-sdk | ||
ds-plugins | ||
java-sdk | ||
perldap | ||
pkg | ||
tools | ||
xpcom | ||
buildjsdk.txt | ||
ldapsdk.mak | ||
ldapsdk.mk | ||
Makefile |