summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-253-6/+1
* Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-221-5/+5
* Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-6/+6
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* Normalize the ldap extension version in phpinfo outputPeter Kokot2018-06-041-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* Merge branch 'PHP-7.2'Stanislav Malyshev2018-04-232-1/+45
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-232-1/+45
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-232-1/+45
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-232-1/+45
| | | |\
| | | | * Fix bug #76248 - Malicious LDAP-Server Response causes CrashStanislav Malyshev2018-04-222-1/+45
| | | | * Fix various int size overflows.Stanislav Malyshev2016-09-121-1/+1
* | | | | Merge branch 'PHP-7.2'Nikita Popov2018-03-231-1/+1
|\ \ \ \ \ | |/ / / /
* | | | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-203-3/+3
* | | | | Fix some compile results warningsGabriel Caruso2018-02-181-1/+1
* | | | | Removed unused variablesGabriel Caruso2018-02-111-2/+2
* | | | | Merge branch 'PHP-7.2'Joe2018-02-081-10/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-10/+12
| |\ \ \ \ | | |/ / /
| | * | | Fixed bug #49876 lib path on 64bit distrosDavid Zuelke2018-02-081-10/+12
| | * | | year++Xinchen Hui2018-01-022-2/+2
| | * | | Merge branch 'PHP-7.0' into PHP-7.1Côme Bernigaud2017-05-302-2/+28
| | |\ \ \ | | | |/ /
| | | * | ext/ldap/test: Test that ldap_connect() uses defaults from ldap.conf (openldap)David Caldwell2017-05-251-0/+26
| | | * | ext/ldap: Allow default host from ldap.conf to work.David Caldwell2017-05-251-2/+2
| * | | | year++Xinchen Hui2018-01-022-2/+2
* | | | | Use int instead of integer in type errorsGabriel Caruso2018-02-041-1/+1
* | | | | Add and fix SKIPIF sectionsGabriel Caruso2018-02-041-2/+0
* | | | | Add missing SKIPIF sectionsGabriel Caruso2018-02-032-1/+5
* | | | | year++Xinchen Hui2018-01-022-2/+2
* | | | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | | | Cleanup type conversionDmitry Stogov2017-12-071-14/+7
* | | | | Remove these ancient ldap parts for Windows thats no longer relevantKalle Sommer Nielsen2017-10-232-206/+0
* | | | | Added support for VLV controls request and responseCôme Chilliet2017-09-212-4/+181
* | | | | Added support for SORT controlsCôme Chilliet2017-09-212-0/+196
* | | | | Added skip when control are not supported by the test ldap serverCôme Chilliet2017-09-219-0/+44
* | | | | Avoid memory leak when creating paged control valueCôme Chilliet2017-09-211-7/+4
* | | | | Fixed ifdef for VLV controls (copy/paste error)Côme Chilliet2017-09-211-1/+1
* | | | | Added ldap_rename_ext and its testCôme Chilliet2017-09-212-8/+128
* | | | | Indexing controls by OID when parsing themCôme Chilliet2017-09-219-53/+47
* | | | | Avoid returning iscritical field when parsing response controlsCôme Chilliet2017-09-215-27/+16
* | | | | Fixed ldap_parse_result commentCôme Chilliet2017-09-211-1/+1
* | | | | Added ldap_delete_ext and its testCôme Chilliet2017-09-212-5/+117
* | | | | Added ldap_mod_*_ext methods for modification with controlsCôme Chilliet2017-09-212-0/+223
* | | | | Added ldap_add_ext and preread/postread support and testsCôme Chilliet2017-09-212-12/+243
* | | | | Added ldap_bind_ext to pass controls and get result objectCôme Chilliet2017-09-212-0/+153
* | | | | Improved a bit error handling to avoid passing commands with incomplete controlsCôme Chilliet2017-09-211-6/+16
* | | | | Added support and test for LDAP_CONTROL_VALUESRETURNFILTERCôme Chilliet2017-09-213-0/+63
* | | | | Removed client controls alltogetherCôme Chilliet2017-09-2111-139/+58
* | | | | Fixed ldap_exop test since rebase remove client controlsCôme Chilliet2017-09-211-1/+1
* | | | | Added support for controls in ldap_modify_batchCôme Chilliet2017-09-212-8/+34
* | | | | Added controls support to ldap_compareCôme Chilliet2017-09-213-12/+50