| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -10/+1 |
* | 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 |
* | 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 | 1 | -316/+175 |
* | 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 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | 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 | 1 | -1/+42 |
* | 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 | 1 | -2/+205 |
* | Heads up people! | Zeev Suraski | 2000-12-22 | 1 | -2/+1 |
* | @- Made ldap_get_entries() return an array even if there are no entries | foobar | 2000-12-04 | 1 | -2/+4 |
* | Fixed bug: #7768. Some cleaning up too. | foobar | 2000-11-13 | 1 | -17/+18 |
* | Fixed incorrect logic. And NSLDAP does not have LDAP_OPT_MATCHED_DN. | foobar | 2000-11-03 | 1 | -9/+15 |
* | Fix for bug #7416. ldap_set|get_option() are also in NSLDAP SDKs. | foobar | 2000-10-28 | 1 | -11/+10 |
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -2/+2 |
* | Corrected prototype comments for ldap_get_option and ldap_set_option | Stig Venaas | 2000-10-22 | 1 | -2/+2 |
* | Made ldap_connect() accept URL in host parameter when using OpenLDAP 2.x. | Stig Venaas | 2000-10-20 | 1 | -1/+15 |
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -4/+6 |
* | Added destruction of return value parameter, and using ZVAL_LONG and | Stig Venaas | 2000-10-18 | 1 | -6/+4 |
* | Added ldap_get_option() and ldap_set_option() functions | Stig Venaas | 2000-10-17 | 1 | -0/+160 |
* | Removed some redundant convert_to_*_ex() calls. Edited some whitespace. | Stig Venaas | 2000-10-17 | 1 | -19/+15 |
* | removed some NSLDAP #if's giving more detailed error reporting | Stig Venaas | 2000-08-31 | 1 | -6/+0 |
* | Makes it work with OpenLDAP 2.0 and reduces number of ifdefs | Stig Venaas | 2000-08-26 | 1 | -43/+25 |
* | Added Oracle LDAP SDK SSL support | Stig Venaas | 2000-08-20 | 1 | -0/+47 |
* | fixed for openldap 2.0beta. | Rui Hirokawa | 2000-08-07 | 1 | -1/+19 |
* | - This should fix bug #5964 | foobar | 2000-08-04 | 1 | -5/+11 |
* | - Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61(). | foobar | 2000-08-02 | 1 | -0/+59 |
* | Fixes bug which caused crash, if result_entry wasn't valid. | foobar | 2000-07-28 | 1 | -4/+5 |
* | # Oops..where did those creep in? =( | foobar | 2000-07-28 | 1 | -1/+1 |
* | @- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace() | foobar | 2000-07-28 | 1 | -23/+28 |
* | @- Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani) | foobar | 2000-07-28 | 1 | -5/+6 |
* | Proto fixed. | Egon Schmid | 2000-07-26 | 1 | -1/+1 |
* | @- Added new function: ldap_compare(). (Jani) | foobar | 2000-07-26 | 1 | -0/+45 |
* | @- Fixed a bug in ldap_get_entries() and ldap_get_attributes. (Jani) | foobar | 2000-07-25 | 1 | -32/+15 |
* | It's better not touch those ldap->ld_* when they aren't given as parameters. | foobar | 2000-07-23 | 1 | -16/+32 |
* | Forgot those constants. | foobar | 2000-07-22 | 1 | -0/+6 |