summaryrefslogtreecommitdiff
path: root/ext/ldap/php_ldap.h
Commit message (Collapse)AuthorAgeFilesLines
* MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)foobar2005-05-081-3/+7
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fixed the SASL config check.foobar2003-06-131-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* - Added ldap_sasl_bind(). (Jani, peter_c60@hotmail.com)foobar2003-06-081-13/+4
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Made ldap_modify() an alias for ldap_mod_replace(). The two were identical.Stig Venaas2002-01-041-1/+0
| | | | | #For more info, see my posting on php-dev Dec 25th.
* Made ldap_set_option work with NULL as link, added optionStig Venaas2001-12-231-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 Bergmann2001-12-111-2/+2
|
* Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need moreStig Venaas2001-11-291-0/+4
| | | | | testing.
* Added ldap_sort() functionStig Venaas2001-11-211-0/+2
| | | | | @- Added ldap_sort() function. (Stig Venaas)
* Removed some old cruft (some commented code and non-used globals), fixedStig Venaas2001-11-131-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() functionStig Venaas2001-10-091-0/+4
| | | | | @- Added ldap_start_tls() function (Stig Venaas, patch by kuenne@rentec.com)
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
|
* - Cleaned up some whitespace (sorry, I should have committed that beforefoobar2001-05-311-4/+2
| | | | | | any other changes) - Made use of the Zend resource macros
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Added ldap_rename(). Currently requires API with ldap_rename().Stig Venaas2001-01-081-0/+1
| | | | | @- Added ldap_rename() function (Stig Venaas)
* Added LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED likeStig Venaas2001-01-071-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.foobar2000-10-281-1/+1
|
* Added ldap_get_option() and ldap_set_option() functionsStig Venaas2000-10-171-0/+5
| | | | | @- Added ldap_get_option() and ldap_set_option() functions (Stig Venaas)
* Adding Oracle LDAP SDK supportStig Venaas2000-08-191-0/+2
|
* - Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().foobar2000-08-021-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)foobar2000-07-261-0/+3
| | | | | # Documentation is coming right after this.
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-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 Schumann2000-07-021-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 Hughes2000-04-071-0/+1
|
* @- Added ldap_errno, ldap_err2str and ldap_error from PHP3 to PHP4. (Sterling)Sterling Hughes2000-04-061-0/+4
|
* @- Made the IMAP and LDAP modules compilable under Windows and thread-safe ↵Zeev Suraski2000-04-011-33/+17
| | | | (Zeev)
* More php3_ cleanupZeev Suraski1999-12-181-1/+1
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-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 allSascha Schumann1999-12-041-0/+127
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.