summaryrefslogtreecommitdiff
path: root/ext/ldap/tests
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+6
* Trim trailing whitespace in *.phptPeter Kokot2018-10-142-4/+4
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-231-0/+40
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-231-0/+40
| |\
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-231-0/+40
| | |\
| | | * Fix bug #76248 - Malicious LDAP-Server Response causes CrashStanislav Malyshev2018-04-221-0/+40
| * | | Merge branch 'PHP-7.0' into PHP-7.1Côme Bernigaud2017-05-301-0/+26
| |\ \ \ | | |/ /
| | * | ext/ldap/test: Test that ldap_connect() uses defaults from ldap.conf (openldap)David Caldwell2017-05-251-0/+26
* | | | Removing client controls attribute from ldap_exop signatureCôme Chilliet2017-09-071-2/+2
* | | | Added controls parameters to ldap_exop so that control support can be added l...Côme Chilliet2017-08-041-3/+3
* | | | Fixed removing all controls by passing an empty array to ldap_set_optionCôme Chilliet2017-07-111-1/+5
* | | | Added constants for known ldap controls OID and tests for ldap_get/set_option...Côme Chilliet2017-07-053-6/+142
* | | | Test ldap_exop_passwd with less parameters to be sure it worksCôme Chilliet2017-07-041-0/+2
* | | | Changed API to avoid using passing result by referenceCôme Chilliet2017-07-042-6/+2
* | | | Swapped position of retoid and retdata as retoid is almost never usedCôme Chilliet2017-07-031-5/+3
* | | | Removed two step syntax for EXOP helpers, one call workflow is enoughCôme Chilliet2017-07-033-14/+6
* | | | Improved ldap_exop test to encode&decode a passwd EXOP to test sending/reciev...Côme Chilliet2017-07-031-6/+34
* | | | Added constants for standard EXOPsCôme Chilliet2017-07-031-2/+2
* | | | Fixed ldap_exop and ldap_parse_exop. Only tested them for whoami exop. (see t...Côme Chilliet2017-07-031-0/+52
* | | | Fixed ldap_parse_exop_whoami and ldap_parse_exop_passwd and added test for themCôme Chilliet2017-07-032-1/+46
* | | | Fixed ldap_exop_passwd and added tests for itCôme Chilliet2017-07-033-0/+80
* | | | ext/ldap/test: Test that ldap_connect() uses defaults from ldap.conf (openldap)David Caldwell2017-05-301-0/+26
* | | | Merge branch 'PHP-7.1'Xinchen Hui2017-01-191-0/+10
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-01-191-0/+10
| |\ \ \ | | |/ /
| | * | Fixed another part in ldap (bug #73933)Xinchen Hui2017-01-191-0/+10
* | | | Merge branch 'PHP-7.1'Xinchen Hui2017-01-171-0/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-01-171-0/+20
| |\ \ \ | | |/ /
| | * | Fixed bug #73933 (error/segfault with ldap_mod_replace and opcache)Xinchen Hui2017-01-171-0/+20
* | | | Merge branch 'PHP-7.1'Joe Watkins2017-01-071-0/+71
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-071-0/+71
| |\ \ \ | | |/ /
| | * | Adapts the readme to the new test-possibilityAndreas Heigl2017-01-071-0/+71
* | | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-244-4/+4
|/ / /
* | | Make LDAP_ESCAPE_DN compliant with RFC 4514Chad Sikorra2016-06-251-0/+14
* | | Add tests for LDAP_OPT_* constantsChad Sikorra2016-06-154-0/+116
* | | Add LDAP TLS Protocol Min constantsChad Sikorra2016-06-151-0/+38
* | | Add tests for the LDAP CRL check optionChad Sikorra2016-06-152-0/+57
|/ /
* | fix SKIPIF sectionsAnatol Belski2016-03-092-2/+8
* | LDAP - Added support to change the certificates verificationEdwin Hoksberg2016-03-014-0/+95
* | Revert "Added back support for undocummented host:port syntax"Côme Bernigaud2015-11-241-5/+0
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-161-0/+5
|\ \ | |/
| * Added back support for undocummented host:port syntaxCôme Bernigaud2015-11-161-0/+5
* | Merge branch 'PHP-5.6'Xinchen Hui2015-09-101-0/+5
|\ \ | |/
| * Added support of LDAP_OPT_TIMEOUT, fixes #69574Côme Bernigaud2015-09-091-0/+5
* | Merge branch 'PHP-5.6'Côme Bernigaud2015-09-091-0/+215
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Côme Bernigaud2015-09-091-0/+215
| |\
| | * Fix bug in LDAP extensions' saving TIMELIMIT and DEREFTyson Andre2015-09-081-0/+215
* | | Merge branch 'PHP-5.6'Côme Bernigaud2015-07-064-5/+23
|\ \ \ | |/ /
| * | Updated README, added test to create LDAP base if missing and ease testsCôme Bernigaud2015-07-064-5/+23
| * | Fixed two errors in LDAP testsCôme Bernigaud2015-06-232-2/+2