| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Fix protos. | Markus Fischer | 2002-02-11 | 1 | -35/+35 |
* | Made ldap_modify() an alias for ldap_mod_replace(). The two were identical. | Stig Venaas | 2002-01-04 | 2 | -11/+1 |
* | unbreak parallel search | Stig Venaas | 2001-12-26 | 1 | -3/+5 |
* | Added check for ldap_parse_reference() (needed for broken Solaris 2.8), and | Stig Venaas | 2001-12-25 | 2 | -24/+34 |
* | Made ldap_set_option work with NULL as link, added option | Stig Venaas | 2001-12-23 | 2 | -11/+23 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
* | - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't | Andi Gutmans | 2001-12-03 | 1 | -19/+19 |
* | ldap_first_attribute and ldap_next_attribute has been completely broken | Stig Venaas | 2001-11-30 | 1 | -2/+3 |
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -4/+5 |
* | Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need more | Stig Venaas | 2001-11-29 | 3 | -0/+111 |
* | Making the link resource point to a structure that contains the LDAP | Stig Venaas | 2001-11-29 | 1 | -110/+124 |
* | Added ldap_sort() function | Stig Venaas | 2001-11-21 | 2 | -0/+33 |
* | Fixed some memory leaks and removed some unnecessary checks due to | Stig Venaas | 2001-11-14 | 1 | -16/+4 |
* | Minor changes in ldap_connect(): fixed crash with OpenLDAP 2 libs when | Stig Venaas | 2001-11-13 | 1 | -11/+9 |
* | Removed some old cruft (some commented code and non-used globals), fixed | Stig Venaas | 2001-11-13 | 2 | -25/+4 |
* | Fixed seg fault when using ldap_add (or modify) with value array not | Stig Venaas | 2001-11-05 | 1 | -1/+8 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | Added ldap_start_tls() function | Stig Venaas | 2001-10-09 | 2 | -2/+35 |
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -58/+58 |
* | Not using _free_ldap_result destructor for le_result_entry, leads to | Stig Venaas | 2001-09-19 | 1 | -1/+1 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -20/+20 |
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -2/+4 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -3/+2 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -21/+2 |
* | Fixed memory leaks in ldap_get_entries() and ldap_get_dn() when using | Stig Venaas | 2001-07-15 | 1 | -0/+4 |
* | Fixed memory leak in ldap_first_attribute(), ldap_next_attribute(), | Stig Venaas | 2001-06-23 | 1 | -4/+11 |
* | Fixed memory leak in ldap_get_entries() when using post RFC 1823 API. | Stig Venaas | 2001-06-20 | 1 | -0/+10 |
* | Added myself to the credits | Stig Venaas | 2001-06-13 | 1 | -1/+1 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -46/+41 |
* | - Cleaned up some whitespace (sorry, I should have committed that before | foobar | 2001-05-31 | 2 | -320/+177 |
* | ldap_result_entry needs to be initialized - tested | Rasmus Lerdorf | 2001-05-30 | 1 | -0/+1 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | Fixed bug: #10777 | foobar | 2001-05-21 | 1 | -0/+3 |
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -1/+1 |
* | Fix indentation of ./configure --help messages. | Sascha Schumann | 2001-05-12 | 1 | -1/+2 |
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -13/+13 |
* | Support Solaris 8 ldap. | foobar | 2001-03-26 | 1 | -0/+3 |
* | Cleaning this a little bit. | foobar | 2001-03-12 | 1 | -68/+73 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
* | add configuration which links again libsasl.lib | Daniel Beulshausen | 2001-02-20 | 1 | -3/+61 |
* | Making parallel search allow different filter for each link | Stig Venaas | 2001-01-17 | 1 | -4/+25 |
* | Fixed memory leaks that could happen in some error situations. Also removed | Stig Venaas | 2001-01-13 | 1 | -9/+13 |
* | Added parallel search when given array of link identifiers | Stig Venaas | 2001-01-12 | 1 | -31/+128 |
* | Corrected some protos. | Egon Schmid | 2001-01-08 | 1 | -8/+5 |
* | Added ldap_rename(). Currently requires API with ldap_rename(). | Stig Venaas | 2001-01-08 | 2 | -1/+43 |
* | Minor changes to LDAP_OPT constants, and added support for controls to | Stig Venaas | 2001-01-07 | 1 | -4/+73 |
* | Added LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED like | Stig Venaas | 2001-01-07 | 2 | -2/+209 |