summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Collapse)AuthorAgeFilesLines
* MFHfoobar2005-07-091-3/+0
|
* MFHfoobar2005-07-091-11/+21
|
* MFH: unnecessary testfoobar2005-05-081-1/+1
|
* MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)foobar2005-05-083-28/+43
|
* MFH: - Fixed bug #30819 (Better support for LDAP SASL bind)foobar2005-04-172-18/+117
|
* MFH: remove protoAntony Dovgal2005-04-051-1/+1
|
* MFOB: Fixed bug #29492 - missing ldap_parse_reference()Edin Kadribasic2005-01-201-0/+1
|
* MFH: Force ldapv3 for ldap_start_tls()foobar2005-01-191-2/+4
|
* Removed redundant NEW_LIBC checks for NETWAREAnantha Kesari H Y2005-01-051-1/+1
|
* - MFB4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-2/+2
|
* Removed pointless allocation check.Ilia Alshanetsky2004-06-281-4/+1
|
* No need to NULL terminate manually, snprintf() does it for us already.Ilia Alshanetsky2004-06-011-7/+0
|
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-0/+1
|
* Removed pointless check.Ilia Alshanetsky2004-04-061-3/+0
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-173-16/+16
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* make these build with new win32 build system.Wez Furlong2003-12-191-0/+22
| | | | | mcve untested (I don't have those libs/headers)
* Cleaned up previous patch.Ilia Alshanetsky2003-10-071-9/+6
|
* - Fixed bug #25764 (ldap_get_option() crashes when called with unbinded ldap ↵foobar2003-10-061-4/+11
| | | | link)
* Fix Bug #25525 ldap_explode_dn crashes when passed invalid params.Sara Golemon2003-09-131-1/+4
|
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-1/+1
|
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
|
* The last 4 args are by ref..foobar2003-08-051-1/+1
|
* Use new infrastructure.Zeev Suraski2003-08-031-6/+13
| | | | | There are bound to be some messups, please report build/runtime bugs!
* Fixed bug #24025 (Can not build with shared ldap support)foobar2003-07-011-1/+6
|
* Fixed the SASL config check.foobar2003-06-133-5/+76
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* - Added ldap_sasl_bind(). (Jani, peter_c60@hotmail.com)foobar2003-06-083-14/+49
|
* ws & csfoobar2003-06-081-132/+130
|
* emalloc -> safe_emallocIlia Alshanetsky2003-04-301-7/+7
|
* Fixed bug #23008Edin Kadribasic2003-04-021-12/+12
|
* Fixed bug #22585 (Do not terminate the script on minor errors).Ilia Alshanetsky2003-03-071-2/+2
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-2/+2
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* typofixfoobar2003-03-021-1/+1
|
* Special case for MacosX..foobar2003-03-021-1/+1
|
* Fixed bug #22485 (hardcoded shared lib extensions)foobar2003-03-021-8/+8
|
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
| | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-34/+34
| | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process.
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-27/+6
|
* Modified for NetWare.Anantha Kesari H Y2003-01-031-2/+0
|
* Modified for NetWare.Anantha Kesari H Y2003-01-031-15/+15
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* - Need these libraries for static buildfoobar2002-12-031-0/+3
|
* - Fixed the build with iPlanet LDAP SDK 5.xfoobar2002-12-031-1/+14
|
* Added two new targets to the ldap win32 build which enable ldapEdin Kadribasic2002-11-051-2/+60
| | | | | extension to be linked with ssl version of openldap libs.
* Fixed win32 build by including missing stddef.hEdin Kadribasic2002-11-051-0/+2
|
* Fixed a memory leak on ldap_connect() failure.Ilia Alshanetsky2002-10-301-0/+3
|
* @- Fix for bug #19633 (wrong directories in ext/ldap/config.m4). (Derick)Derick Rethans2002-09-271-2/+2
| | | | | - Fix for bug #19633 (wrong directories in ext/ldap/config.m4).