History log of /PHP-8.0/ext/ldap/ldap.c (Results 76 – 100 of 450)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# b5ca0c1c 07-Sep-2017 Côme Chilliet

Removed client controls alltogether

Client controls are ldap client lib specific and all the one
I could find are ignoring client controls anyway.


# 81b27aba 07-Sep-2017 Côme Chilliet

Added support for controls in ldap_modify_batch


# 2b52cb74 07-Sep-2017 Côme Chilliet

Added controls support to ldap_compare

Note: for functions like ldap_compare, ldap_delete, ldap_modify,
a way to get the result object back will need to be added
so that controls r

Added controls support to ldap_compare

Note: for functions like ldap_compare, ldap_delete, ldap_modify,
a way to get the result object back will need to be added
so that controls returned by the server may be analyzed.

show more ...


# 82cc72a3 07-Sep-2017 Côme Chilliet

Added controls support to ldap_rename


# 437c75ab 07-Sep-2017 Côme Chilliet

Fixed prototypes in comments


# 93fbbbf5 07-Sep-2017 Côme Chilliet

Added controls support to ldap_delete


# 5ee0fc9b 07-Sep-2017 Côme Chilliet

Added support for controls in ldap_add, ldap_modify, ldap_mod_*

Also added workaround for a bug in ldap_create_assertion_control_value
Made sure failed control creation aborts the operat

Added support for controls in ldap_add, ldap_modify, ldap_mod_*

Also added workaround for a bug in ldap_create_assertion_control_value
Made sure failed control creation aborts the operation
And added test for assertion control on ldap_modify

show more ...


Revision tags: php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22
# 02bd89a5 26-Jul-2017 Côme Chilliet

Added support for assert control value encoding


# 5691d8bf 06-Sep-2017 Côme Chilliet

Added controls support to ldap_exop


# 8de071e0 26-Jul-2017 Côme Chilliet

Added controls support to ldap_search, ldap_list and ldap_read.


# 5ccb31e4 20-Jul-2017 Côme Chilliet

Added controls support to ldap_parse_result and ldap_exop_passwd

Known controls are parsed to and from associative arrays.
Only ppolicy and paged results are implemented for now.


# e6737939 07-Sep-2017 Côme Chilliet

Removing client controls attribute from ldap_exop signature

Client controls will not get implemented in php-ldap as
they are specific to each client ldap lib and most of the
time u

Removing client controls attribute from ldap_exop signature

Client controls will not get implemented in php-ldap as
they are specific to each client ldap lib and most of the
time unused any way. (servers controls on the other end are used
and will get implemented)

show more ...


# 28630f79 06-Sep-2017 Côme Chilliet

Fixed an error in ldap_exop introduced by last commit


12345678910>>...18