summaryrefslogtreecommitdiff
path: root/ext/ldap/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use C++ style commentsChristoph M. Becker2019-08-201-5/+5
* Fix some leaks in ldapNikita Popov2019-06-141-13/+29
* Some more string conversion handling, fixing bug #77958Côme Chilliet2019-06-131-29/+39
* Avoid converting zval when not neededCôme Chilliet2019-06-131-92/+120
* Fix a NULL dereferencing crash in php-ldapCôme Chilliet2019-04-151-1/+3
* Future-proof email addressesZeev Suraski2018-11-011-1/+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-231-1/+5
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-231-1/+5
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-231-1/+5
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-231-1/+5
| | | |\
| | | | * Fix bug #76248 - Malicious LDAP-Server Response causes CrashStanislav Malyshev2018-04-221-1/+5
| | | | * Fix various int size overflows.Stanislav Malyshev2016-09-121-1/+1
| | * | | year++Xinchen Hui2018-01-021-1/+1
| | * | | Merge branch 'PHP-7.0' into PHP-7.1Côme Bernigaud2017-05-301-2/+2
| | |\ \ \ | | | |/ /
| | | * | ext/ldap: Allow default host from ldap.conf to work.David Caldwell2017-05-251-2/+2
| * | | | year++Xinchen Hui2018-01-021-1/+1
* | | | | Fix some compile results warningsGabriel Caruso2018-02-181-1/+1
* | | | | Removed unused variablesGabriel Caruso2018-02-111-2/+2
* | | | | year++Xinchen Hui2018-01-021-1/+1
* | | | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | | | Cleanup type conversionDmitry Stogov2017-12-071-14/+7
* | | | | Added support for VLV controls request and responseCôme Chilliet2017-09-211-0/+87
* | | | | Added support for SORT controlsCôme Chilliet2017-09-211-0/+79
* | | | | 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-211-8/+53
* | | | | Indexing controls by OID when parsing themCôme Chilliet2017-09-211-1/+1
* | | | | Avoid returning iscritical field when parsing response controlsCôme Chilliet2017-09-211-7/+10
* | | | | Fixed ldap_parse_result commentCôme Chilliet2017-09-211-1/+1
* | | | | Added ldap_delete_ext and its testCôme Chilliet2017-09-211-5/+45
* | | | | Added ldap_mod_*_ext methods for modification with controlsCôme Chilliet2017-09-211-0/+48
* | | | | Added ldap_add_ext and preread/postread support and testsCôme Chilliet2017-09-211-12/+148
* | | | | Added ldap_bind_ext to pass controls and get result objectCôme Chilliet2017-09-211-0/+85
* | | | | 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-211-0/+26
* | | | | Removed client controls alltogetherCôme Chilliet2017-09-211-119/+38
* | | | | Added support for controls in ldap_modify_batchCôme Chilliet2017-09-211-3/+29
* | | | | Added controls support to ldap_compareCôme Chilliet2017-09-211-6/+36
* | | | | Added controls support to ldap_renameCôme Chilliet2017-09-211-5/+39
* | | | | Fixed prototypes in commentsCôme Chilliet2017-09-211-4/+4
* | | | | Added controls support to ldap_deleteCôme Chilliet2017-09-211-5/+34
* | | | | Added support for controls in ldap_add, ldap_modify, ldap_mod_*Côme Chilliet2017-09-211-7/+47
* | | | | Added support for assert control value encodingCôme Chilliet2017-09-211-0/+15
* | | | | Added controls support to ldap_exopCôme Chilliet2017-09-211-9/+29
* | | | | Added controls support to ldap_search, ldap_list and ldap_read.Côme Chilliet2017-09-211-15/+73