Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer) | foobar | 2005-05-08 | 1 | -3/+7 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fixed the SASL config check. | foobar | 2003-06-13 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | - Added ldap_sasl_bind(). (Jani, peter_c60@hotmail.com) | foobar | 2003-06-08 | 1 | -13/+4 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Made ldap_modify() an alias for ldap_mod_replace(). The two were identical. | Stig Venaas | 2002-01-04 | 1 | -1/+0 |
| | | | | | #For more info, see my posting on php-dev Dec 25th. | ||||
* | Made ldap_set_option work with NULL as link, added option | Stig Venaas | 2001-12-23 | 1 | -1/+1 |
| | | | | | | LDAP_OPT_DEBUG_LEVEL for those that support it, and made sure the rebind code is currently included for OpenLDAP only. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need more | Stig Venaas | 2001-11-29 | 1 | -0/+4 |
| | | | | | testing. | ||||
* | Added ldap_sort() function | Stig Venaas | 2001-11-21 | 1 | -0/+2 |
| | | | | | @- Added ldap_sort() function. (Stig Venaas) | ||||
* | Removed some old cruft (some commented code and non-used globals), fixed | Stig Venaas | 2001-11-13 | 1 | -2/+0 |
| | | | | | | a proto typo, and make sure ldap_base_dn and ldap_filter are initialized in php_ldap_do_search() | ||||
* | Added ldap_start_tls() function | Stig Venaas | 2001-10-09 | 1 | -0/+4 |
| | | | | | @- Added ldap_start_tls() function (Stig Venaas, patch by kuenne@rentec.com) | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+1 |
| | |||||
* | - Cleaned up some whitespace (sorry, I should have committed that before | foobar | 2001-05-31 | 1 | -4/+2 |
| | | | | | | any other changes) - Made use of the Zend resource macros | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Added ldap_rename(). Currently requires API with ldap_rename(). | Stig Venaas | 2001-01-08 | 1 | -0/+1 |
| | | | | | @- Added ldap_rename() function (Stig Venaas) | ||||
* | Added LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED like | Stig Venaas | 2001-01-07 | 1 | -0/+4 |
| | | | | | | | | | | | LDAP_SIZELIMIT_EXCEEDED and returns referral results. Added new functions ldap_parse_result(), ldap_first_reference(), ldap_next_reference() and ldap_parse_reference() that among other things make referrals and search references accessible. @- Changed ldap_search() and added functions ldap_parse_result(), @ ldap_first_reference(), ldap_next_reference() and ldap_parse_reference() @ to cope with LDAPv3 stuff like referrals and references. (Stig Venaas) | ||||
* | Fix for bug #7416. ldap_set|get_option() are also in NSLDAP SDKs. | foobar | 2000-10-28 | 1 | -1/+1 |
| | |||||
* | Added ldap_get_option() and ldap_set_option() functions | Stig Venaas | 2000-10-17 | 1 | -0/+5 |
| | | | | | @- Added ldap_get_option() and ldap_set_option() functions (Stig Venaas) | ||||
* | Adding Oracle LDAP SDK support | Stig Venaas | 2000-08-19 | 1 | -0/+2 |
| | |||||
* | - Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61(). | foobar | 2000-08-02 | 1 | -0/+5 |
| | | | | | | These functions are available only when using openldap which is compiled with STR_TRANSLATION and LDAP_CHARSET_8859 defined in ldap_cdefs.h (Jani) | ||||
* | @- Added new function: ldap_compare(). (Jani) | foobar | 2000-07-26 | 1 | -0/+3 |
| | | | | | # Documentation is coming right after this. | ||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -22/+10 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | @-Added ldap_get_values_len function from PHP3 to PHP4. (Sterling) | Sterling Hughes | 2000-04-07 | 1 | -0/+1 |
| | |||||
* | @- Added ldap_errno, ldap_err2str and ldap_error from PHP3 to PHP4. (Sterling) | Sterling Hughes | 2000-04-06 | 1 | -0/+4 |
| | |||||
* | @- Made the IMAP and LDAP modules compilable under Windows and thread-safe ↵ | Zeev Suraski | 2000-04-01 | 1 | -33/+17 |
| | | | | (Zeev) | ||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-18 | 1 | -1/+1 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+127 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |