summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix protos.Markus Fischer2002-02-111-35/+35
* Made ldap_modify() an alias for ldap_mod_replace(). The two were identical.Stig Venaas2002-01-042-11/+1
* unbreak parallel searchStig Venaas2001-12-261-3/+5
* Added check for ldap_parse_reference() (needed for broken Solaris 2.8), andStig Venaas2001-12-252-24/+34
* Made ldap_set_option work with NULL as link, added optionStig Venaas2001-12-232-11/+23
* Update headers.Sebastian Bergmann2001-12-112-4/+4
* - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn'tAndi Gutmans2001-12-031-19/+19
* ldap_first_attribute and ldap_next_attribute has been completely brokenStig Venaas2001-11-301-2/+3
* Unified the configure messages.foobar2001-11-301-4/+5
* Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need moreStig Venaas2001-11-293-0/+111
* Making the link resource point to a structure that contains the LDAPStig Venaas2001-11-291-110/+124
* Added ldap_sort() functionStig Venaas2001-11-212-0/+33
* Fixed some memory leaks and removed some unnecessary checks due toStig Venaas2001-11-141-16/+4
* Minor changes in ldap_connect(): fixed crash with OpenLDAP 2 libs whenStig Venaas2001-11-131-11/+9
* Removed some old cruft (some commented code and non-used globals), fixedStig Venaas2001-11-132-25/+4
* Fixed seg fault when using ldap_add (or modify) with value array notStig Venaas2001-11-051-1/+8
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Added ldap_start_tls() functionStig Venaas2001-10-092-2/+35
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-58/+58
* Not using _free_ldap_result destructor for le_result_entry, leads toStig Venaas2001-09-191-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-20/+20
* - TSRMLS_FETCH workZeev Suraski2001-08-051-2/+4
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-3/+2
* 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