summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
* - Fixed wrong typeFelipe Pena2010-09-081-4/+4
* - #42060, add paged results supportPierre Joye2010-06-154-0/+434
* - #43233, sasl support for ldap on windowsPierre Joye2010-05-173-1/+7
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+288
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-288/+0
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
* - Update tests to reflect current behavior after fix for bug #50185Sriram Natarajan2009-12-242-2/+8
* Fixed bug #50540 (Crash within ldap_first_reference function)Sriram Natarajan2009-12-211-0/+2
* - Fixed bug #50185 (ldap_get_entries() return false instead of an empty array...Jani Taskinen2009-11-181-6/+6
* Fixed bug #50212 (crash by ldap_get_option() with LDAP_OPT_NETWORK_TIMEOUT).Ilia Alshanetsky2009-11-181-2/+5
* - Fixed testsFelipe Pena2009-09-264-6/+8
* Bug #49391 ldap.c utilizing deprecated ldap_modify_sIlia Alshanetsky2009-08-301-1/+1
* NULL the value after freeIlia Alshanetsky2009-08-181-0/+1
* - Improved param. parsing for ldap_read(), ldap_search() and ldap_list()Felipe Pena2009-08-152-70/+41
* fix testAntony Dovgal2009-07-261-0/+5
* MFH: Tests for ext/ldap from PHPBelgium TestFestPatrick Allaert2009-07-0388-0/+4653
* MFH: Fixed bug #48696 (ldap_read() segfaults with invalid parameters) (Felipe)Johannes Schlüter2009-06-252-3/+15
* MFH: Fixing #48441 (ldap_search() with sizelimit/timelimit/deref options make...Patrick Allaert2009-06-154-3/+257
* MFH: Refactoring that will help fixing #48441Patrick Allaert2009-06-151-66/+56
* MFH: Removed creditPatrick Allaert2009-06-071-1/+0
* MFH: Fixed bug #48469 (ldap_get_entries() memory leaks on empty search results)Patrick Allaert2009-06-071-3/+4
* MFH: adjust reflection infoHannes Magnusson2009-04-211-0/+5
* Adjusted prototypeIlia Alshanetsky2009-04-211-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-38/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+38
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-38/+0
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* - MFH: add detection for newer libsPierre Joye2008-07-311-3/+5
* - Fix typo (thanks Pierre)Felipe Pena2008-07-161-1/+1
* int->long, add missing "s"Antony Dovgal2008-07-011-3/+3
* - zend_arg_defs.c is unnecessary nowFelipe Pena2008-06-301-3/+0
* - New parameter parsing APIFelipe Pena2008-06-291-56/+329
* - Revert pointless patch: a) the version is already there, see line above,Jani Taskinen2008-06-021-7/+1
* - reintroduce the x.y.z version string info (a bit nicer to make the other gu...Pierre Joye2008-06-021-1/+7
* - Revert crapJani Taskinen2008-06-021-10/+2
* - don't use openldap/portable and build the human readable versionPierre Joye2008-06-021-6/+5
* - add OpenLDAP version info in phpinfo (windows only, have to check if openld...Pierre Joye2008-06-021-1/+10
* MFH: Fix protosEtienne Kneuss2008-05-041-2/+2
* fix testsAntony Dovgal2008-04-222-3/+3
* MFH: use new parameter parsing APIAntony Dovgal2008-04-162-410/+314
* plug minor memleakAntony Dovgal2008-04-161-1/+6
* MFH: Fix build on SolarisJohannes Schlüter2008-02-091-9/+11
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* add tests for ldap_dn2ufn()Douglas Goldstein2007-12-131-0/+33
* expand ldap_explode_dn() tests.Douglas Goldstein2007-12-131-1/+25
* add skipif case if the ldap extension is not loadedDouglas Goldstein2007-12-112-0/+7
* Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() func...Douglas Goldstein2007-12-111-0/+68
* MFH:- Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalen...Jani Taskinen2007-10-061-7/+29