History log of /PHP-8.2/ext/ldap/ldap.c (Results 101 – 125 of 511)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 4c06d929 24-Apr-2018 Stanislav Malyshev

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix tsrm_ls
Fix #76129 - remove more potential unfiltered outputs for phar
Fix test
Fix bug #76248 - Malicious LDAP-Ser

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix tsrm_ls
Fix #76129 - remove more potential unfiltered outputs for phar
Fix test
Fix bug #76248 - Malicious LDAP-Server Response causes Crash
Fix bug #76249 - fail on invalid sequences
Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value
Fix bug #75981: prevent reading beyond buffer start

show more ...


# 95ee9efa 24-Apr-2018 Stanislav Malyshev

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix tsrm_ls
Fix #76129 - remove more potential unfiltered outputs for phar
Fix test
Fix bug #76248 - Malicious LDAP-Ser

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix tsrm_ls
Fix #76129 - remove more potential unfiltered outputs for phar
Fix test
Fix bug #76248 - Malicious LDAP-Server Response causes Crash
Fix bug #76249 - fail on invalid sequences
Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value
Fix bug #75981: prevent reading beyond buffer start

show more ...


# 5a18d7a0 24-Apr-2018 Stanislav Malyshev

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Fix tsrm_ls
Fix #76129 - remove more potential unfiltered outputs for phar
Fix test
Fix bug #76248 - Malicious LDAP-Ser

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Fix tsrm_ls
Fix #76129 - remove more potential unfiltered outputs for phar
Fix test
Fix bug #76248 - Malicious LDAP-Server Response causes Crash
Fix bug #76249 - fail on invalid sequences
Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value
Fix bug #75981: prevent reading beyond buffer start

show more ...


# 49782c54 23-Apr-2018 Stanislav Malyshev

Fix bug #76248 - Malicious LDAP-Server Response causes Crash

Revision tags: php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28
# a2933e9e 17-Feb-2018 Gabriel Caruso

Fix some compile results warnings

Revision tags: php-7.2.3RC1, php-7.1.15RC1
# a5f1a585 10-Feb-2018 Gabriel Caruso

Removed unused variables

Revision tags: php-7.1.14, php-7.2.2, php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27
# a6519d05 02-Jan-2018 Xinchen Hui

year++

# 7a7ec01a 02-Jan-2018 Xinchen Hui

year++

# ccd4716e 02-Jan-2018 Xinchen Hui

year++

# 9e709e2f 14-Dec-2017 Dmitry Stogov

Move constants into read-only data segment

Revision tags: php-7.2.1RC1
# 6a9d2b21 07-Dec-2017 Dmitry Stogov

Cleanup type conversion

Revision tags: php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, php-7.0.26, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24
# 9a4f3505 14-Sep-2017 Côme Chilliet

Added support for VLV controls request and response

# 6ac7d313 14-Sep-2017 Côme Chilliet

Added support for SORT controls

On an openldap server you need the sssvlv overlay for these to work

# def30dbd 14-Sep-2017 Côme Chilliet

Avoid memory leak when creating paged control value

# d76d57b8 14-Sep-2017 Côme Chilliet

Fixed ifdef for VLV controls (copy/paste error)

Revision tags: php-7.2.0RC2, php-7.1.10RC1
# c112b53a 12-Sep-2017 Côme Chilliet

Added ldap_rename_ext and its test

# 679442b1 12-Sep-2017 Côme Chilliet

Indexing controls by OID when parsing them

Revision tags: php-7.0.24RC1
# 9c7666d9 12-Sep-2017 Côme Chilliet

Avoid returning iscritical field when parsing response controls

As stated in RFC4511 Section 4.1.11, this field is always false in
response controls and only makes sense in request cont

Avoid returning iscritical field when parsing response controls

As stated in RFC4511 Section 4.1.11, this field is always false in
response controls and only makes sense in request controls

show more ...

# d8a7214d 12-Sep-2017 Côme Chilliet

Fixed ldap_parse_result comment

# ead53aba 12-Sep-2017 Côme Chilliet

Added ldap_delete_ext and its test

# 17e490a2 12-Sep-2017 Côme Chilliet

Added ldap_mod_*_ext methods for modification with controls

# 32b51035 12-Sep-2017 Côme Chilliet

Added ldap_add_ext and preread/postread support and tests

# b3634245 11-Sep-2017 Côme Chilliet

Added ldap_bind_ext to pass controls and get result object

ldap_bind_ext allows to pass controls and get result object
from bind operation
Also added a test for it, pretty basic as

Added ldap_bind_ext to pass controls and get result object

ldap_bind_ext allows to pass controls and get result object
from bind operation
Also added a test for it, pretty basic as tests cannot depend upon
ppolicy overlay

show more ...

# 9275e05d 11-Sep-2017 Côme Chilliet

Improved a bit error handling to avoid passing commands with incomplete controls

# 3a1ba930 11-Sep-2017 Côme Chilliet

Added support and test for LDAP_CONTROL_VALUESRETURNFILTER

12345678910>>...21