Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -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 Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 1 | -0/+3 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | |||||
* | | ported ext/ldap | Anatol Belski | 2014-08-19 | 1 | -2/+2 |
|/ | |||||
* | Implement ldap_modify_batch. | Ondřej Hošek | 2014-01-22 | 1 | -0/+10 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - #43233, sasl support for ldap on windows | Pierre Joye | 2010-05-17 | 1 | -0/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: use new parameter parsing API | Antony Dovgal | 2008-04-16 | 1 | -61/+0 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH:- Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions) | Jani Taskinen | 2007-07-13 | 1 | -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 Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - 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. |