#
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
|
#
3fdeb277 |
| 06-Sep-2017 |
Côme Chilliet |
Improving a bit code quality in ldap_exop function Ideas from https://github.com/sgolemon/php-src/commit/5b3f4c2fb9e529880ec74e61f9e27aa41ec7f023 The same can be done for the rest of the
Improving a bit code quality in ldap_exop function Ideas from https://github.com/sgolemon/php-src/commit/5b3f4c2fb9e529880ec74e61f9e27aa41ec7f023 The same can be done for the rest of the code, and synchronous/asynchronous version should be merged when implementing controls.
show more ...
|
#
aa0e402a |
| 27-Jul-2017 |
Côme Chilliet |
Added controls parameters to ldap_exop so that control support can be added later
|
#
57242947 |
| 25-Jul-2017 |
Anatol Belski |
Fix datatypes and warnings Needs more testing yet. use size_t add range check and fix warning more size_t fixes
|
#
5e56d050 |
| 20-Jul-2017 |
Côme Chilliet |
Added ldap_exop_refresh helper for EXOP REFRESH operation on dds overlay ldap_exop_refresh(resource link, string dn, int ttl) Returns FALSE on failure, newttl on success
|
Revision tags: php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1 |
|
#
a148ee8c |
| 11-Jul-2017 |
Côme Chilliet |
Fixed removing all controls by passing an empty array to ldap_set_option
|
#
ed8bfcc6 |
| 10-Jul-2017 |
Côme Chilliet |
Small fix in ext/ldap, Moved vars definitions to the beginning of the block using them
|
Revision tags: php-5.6.31 |
|
#
274d8413 |
| 05-Jul-2017 |
Côme Chilliet |
Added constants for known ldap controls OID and tests for ldap_get/set_option for controls Also fixed existing tests which were expecting ldap_get_option to fail on controls
|
Revision tags: php-7.0.21, php-7.1.7 |
|
#
3a09c124 |
| 04-Jul-2017 |
Côme Chilliet |
Added support for controls to ldap_get_option
|
Revision tags: php-7.2.0alpha3 |
|
#
3207747b |
| 04-Jul-2017 |
Côme Chilliet |
Changed API to avoid using passing result by reference See discussion on internals ML
|
#
13062efd |
| 03-Jul-2017 |
Côme Chilliet |
Removed unused variables left over by LDAP EXOP patch
|
#
e05d230e |
| 03-Jul-2017 |
Côme Chilliet |
Removed TSRMLS_CC instances left over by LDAP EXOP patch
|
#
bda80aa3 |
| 29-Jun-2017 |
Côme Chilliet |
Swapped position of retoid and retdata as retoid is almost never used
|
#
e9001cab |
| 29-Jun-2017 |
Côme Chilliet |
Removed two step syntax for EXOP helpers, one call workflow is enough
|
#
413e9c84 |
| 26-Jun-2017 |
Côme Chilliet |
Removed TODOs regarding implementing passwd and whoami exops based on ldap_exop
|
#
9aa99cc3 |
| 26-Jun-2017 |
Côme Chilliet |
Added constants for standard EXOPs
|
#
4652c462 |
| 26-Jun-2017 |
Côme Chilliet |
Removed ldap_refresh function as I’m not sure how to fix/use/test it
|
#
e832ce4b |
| 26-Jun-2017 |
Côme Chilliet |
Fixed ldap_exop and ldap_parse_exop. Only tested them for whoami exop. (see test file)
|
#
28530b2f |
| 21-Jun-2017 |
Côme Chilliet |
Fixed ldap_parse_exop_whoami and ldap_parse_exop_passwd and added test for them
|
Revision tags: php-7.1.7RC1 |
|
#
fdafd684 |
| 20-Jun-2017 |
Côme Chilliet |
Fixed ldap_exop_whoami and added a test for it
|
Revision tags: php-7.0.21RC1, php-7.2.0alpha2 |
|
#
ae76c8ba |
| 20-Jun-2017 |
Côme Chilliet |
Fixed ldap_exop_passwd and added tests for it
|