summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-21/+2
* Fixed memory leaks in ldap_get_entries() and ldap_get_dn() when usingStig Venaas2001-07-151-0/+4
* Fixed memory leak in ldap_first_attribute(), ldap_next_attribute(),Stig Venaas2001-06-231-4/+11
* Fixed memory leak in ldap_get_entries() when using post RFC 1823 API.Stig Venaas2001-06-201-0/+10
* Added myself to the creditsStig Venaas2001-06-131-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-46/+41
* - Cleaned up some whitespace (sorry, I should have committed that beforefoobar2001-05-312-320/+177
* ldap_result_entry needs to be initialized - testedRasmus Lerdorf2001-05-301-0/+1
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Fixed bug: #10777foobar2001-05-211-0/+3
* Nuke more quotesSascha Schumann2001-05-121-1/+1
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+2
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-13/+13
* Support Solaris 8 ldap.foobar2001-03-261-0/+3
* Cleaning this a little bit.foobar2001-03-121-68/+73
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* add configuration which links again libsasl.libDaniel Beulshausen2001-02-201-3/+61
* Making parallel search allow different filter for each linkStig Venaas2001-01-171-4/+25
* Fixed memory leaks that could happen in some error situations. Also removedStig Venaas2001-01-131-9/+13
* Added parallel search when given array of link identifiersStig Venaas2001-01-121-31/+128
* Corrected some protos.Egon Schmid2001-01-081-8/+5
* Added ldap_rename(). Currently requires API with ldap_rename().Stig Venaas2001-01-082-1/+43
* Minor changes to LDAP_OPT constants, and added support for controls toStig Venaas2001-01-071-4/+73
* Added LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED likeStig Venaas2001-01-072-2/+209
* Heads up people!Zeev Suraski2000-12-221-2/+1
* @- Made ldap_get_entries() return an array even if there are no entriesfoobar2000-12-041-2/+4
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Fixed bug: #7768. Some cleaning up too.foobar2000-11-131-17/+18
* Fixed incorrect logic. And NSLDAP does not have LDAP_OPT_MATCHED_DN.foobar2000-11-031-9/+15
* Fix for bug #7416. ldap_set|get_option() are also in NSLDAP SDKs.foobar2000-10-282-12/+11
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-2/+2
* Corrected prototype comments for ldap_get_option and ldap_set_optionStig Venaas2000-10-221-2/+2
* Made ldap_connect() accept URL in host parameter when using OpenLDAP 2.x.Stig Venaas2000-10-201-1/+15
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-4/+6
* Added destruction of return value parameter, and using ZVAL_LONG andStig Venaas2000-10-181-6/+4
* Added ldap_get_option() and ldap_set_option() functionsStig Venaas2000-10-172-0/+165
* Removed some redundant convert_to_*_ex() calls. Edited some whitespace.Stig Venaas2000-10-171-19/+15
* Changed to look also for liblber.so (sometimes there are only shared libs)foobar2000-10-151-1/+1
* No more empty '-l' caused by this extension.foobar2000-09-221-3/+9
* Added detection of Netscape LDAP SDK 4.1Stig Venaas2000-08-311-0/+4
* removed some NSLDAP #if's giving more detailed error reportingStig Venaas2000-08-311-6/+0
* Makes it work with OpenLDAP 2.0 and reduces number of ifdefsStig Venaas2000-08-261-43/+25
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-6/+6
* Added Oracle LDAP SDK SSL supportStig Venaas2000-08-201-0/+47
* Adding Oracle LDAP SDK supportStig Venaas2000-08-192-0/+9
* fixed for openldap 2.0beta.Rui Hirokawa2000-08-071-1/+19
* - This should fix bug #5964foobar2000-08-041-5/+11
* Fix library ordering here so static builds will workRasmus Lerdorf2000-08-021-2/+2
* - Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().foobar2000-08-022-0/+64