php-src/ext/ldap
Matthew Daley fcbe20d357 Set an LDAP error code when failing ldap_bind due to null bytes
Some applications check a LDAP link's error code after seeing ldap_bind
fail due to a null byte bind attempt and hence incorrectly receive the
last set error code.

Fix by setting an LDAP error code before returning in this case.
2014-09-28 12:23:52 -07:00
..
tests Implement ldap_modify_batch. 2014-01-22 18:54:11 +01:00
config.m4 Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #53339 2011-03-18 18:47:09 +00:00
config.w32 - make libsasl optional (as vc6 bins do not have it) 2010-07-26 22:28:38 +00:00
CREDITS Added myself to the credits 2001-06-13 20:13:54 +00:00
LDAP_Win32_HOWTO.txt - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
ldap.c Set an LDAP error code when failing ldap_bind due to null bytes 2014-09-28 12:23:52 -07:00
ldap.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
ldap.mak - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
php_ldap.h Implement ldap_modify_batch. 2014-01-22 18:54:11 +01:00