summaryrefslogtreecommitdiff
path: root/ext/ldap/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Added automatic module globals managementDmitry Stogov2006-06-131-5/+8
* bump year and license versionfoobar2006-01-011-3/+3
* - Added missing fold tagsfoobar2005-12-111-1/+4
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-4/+4
* - Bumber up yearfoobar2005-08-031-1/+1
* - No need to use convert_to_string_ex() when dealing with stringsfoobar2005-07-091-3/+0
* - Fixed bug #33588 (LDAP: RootDSE query not possible).foobar2005-07-091-11/+21
* - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)foobar2005-05-081-23/+32
* - Fixed bug #30819 (Better support for LDAP SASL bind)foobar2005-04-171-17/+116
* remove proto, it's internal funcAntony Dovgal2005-04-051-1/+1
* - ldap_start_tls() requires ldapv3 protocol -> force itfoobar2005-01-191-2/+4
* 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
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* 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
* 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
* Fixed the SASL config check.foobar2003-06-131-3/+13
* updating license information in the headers.James Cox2003-06-101-3/+3
* - Added ldap_sasl_bind(). (Jani, peter_c60@hotmail.com)foobar2003-06-081-0/+44
* ws & csfoobar2003-06-081-132/+130
* emalloc -> safe_emallocIlia Alshanetsky2003-04-301-7/+7
* 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
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-2/+2
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-34/+34
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-27/+6
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* 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
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-0/+6
* bool not booleanRasmus Lerdorf2002-08-131-1/+1
* Made ldap_connect/bind/unbind() use zend_parse_parameters()Stig Venaas2002-08-051-90/+28
* Hopefully fixes build with IBM's LDAP libraryStig Venaas2002-07-091-0/+6
* - More error messages cleanupDerick Rethans2002-06-301-4/+4
* - Remove \nDerick Rethans2002-06-271-1/+1
* - Unify error messagesDerick Rethans2002-06-261-42/+43
* Better not include ldap_parse_result() and ldap_start_tls() at all inStig Venaas2002-06-221-15/+8
* Added test for ldap_start_tls_s()Stig Venaas2002-06-221-0/+5
* - Fix ZTS build, see #17915.Markus Fischer2002-06-211-0/+1
* Reworked result resource handling so that result is not freed until allStig Venaas2002-05-041-53/+84
* Fix TSRMLS_CC thingies.Derick Rethans2002-04-231-1/+1