summaryrefslogtreecommitdiff
path: root/ext/ldap/php_ldap.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-0/+3
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-2/+2
| |
* | ported ext/ldapAnatol Belski2014-08-191-2/+2
|/
* Implement ldap_modify_batch.Ondřej Hošek2014-01-221-0/+10
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - #43233, sasl support for ldap on windowsPierre Joye2010-05-171-0/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: use new parameter parsing APIAntony Dovgal2008-04-161-61/+0
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH:- Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions)Jani Taskinen2007-07-131-1/+0
| | | | | | | # This removes an useless parameter from 2 functions. Perhaps the next # release should be 5.3.0, there are lot of other new things done already. # Sneak in namespaces too.. ;)
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - 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.