summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes bug which caused crash, if result_entry wasn't valid.foobar2000-07-281-4/+5
* # Oops..where did those creep in? =(foobar2000-07-281-1/+1
* @- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()foobar2000-07-281-23/+28
* @- Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani)foobar2000-07-281-5/+6
* Proto fixed.Egon Schmid2000-07-261-1/+1
* @- Added new function: ldap_compare(). (Jani)foobar2000-07-262-0/+48
* @- Fixed a bug in ldap_get_entries() and ldap_get_attributes. (Jani)foobar2000-07-251-32/+15
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
* It's better not touch those ldap->ld_* when they aren't given as parameters.foobar2000-07-231-16/+32
* Forgot those constants.foobar2000-07-221-0/+6