summaryrefslogtreecommitdiff
path: root/ext/ldap
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
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-232-1/+45
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-232-1/+45
| |\
| | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-232-1/+45
| | |\
| | | * Fix bug #76248 - Malicious LDAP-Server Response causes CrashStanislav Malyshev2018-04-222-1/+45
| | | * Fix various int size overflows.Stanislav Malyshev2016-09-121-1/+1
* | | | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-10/+12
|\ \ \ \ | |/ / /
| * | | Fixed bug #49876 lib path on 64bit distrosDavid Zuelke2018-02-081-10/+12
| * | | year++Xinchen Hui2018-01-022-2/+2
| * | | Merge branch 'PHP-7.0' into PHP-7.1Côme Bernigaud2017-05-302-2/+28
| |\ \ \ | | |/ /
| | * | ext/ldap/test: Test that ldap_connect() uses defaults from ldap.conf (openldap)David Caldwell2017-05-251-0/+26
| | * | ext/ldap: Allow default host from ldap.conf to work.David Caldwell2017-05-251-2/+2
* | | | year++Xinchen Hui2018-01-022-2/+2
* | | | Removing client controls attribute from ldap_exop signatureCôme Chilliet2017-09-072-12/+10
* | | | Added controls parameters to ldap_exop so that control support can be added l...Côme Chilliet2017-08-042-10/+15
* | | | Fixed removing all controls by passing an empty array to ldap_set_optionCôme Chilliet2017-07-112-3/+8
* | | | Small fix in ext/ldap, Moved vars definitions to the beginning of the block u...Côme Chilliet2017-07-101-2/+2
* | | | Added constants for known ldap controls OID and tests for ldap_get/set_option...Côme Chilliet2017-07-054-6/+212
* | | | Added support for controls to ldap_get_optionCôme Chilliet2017-07-051-1/+31
* | | | 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-043-32/+21
* | | | Removed unused variables left over by LDAP EXOP patchCôme Chilliet2017-07-031-7/+2
* | | | Removed TSRMLS_CC instances left over by LDAP EXOP patchCôme Chilliet2017-07-031-10/+10
* | | | Swapped position of retoid and retdata as retoid is almost never usedCôme Chilliet2017-07-032-35/+33
* | | | Removed two step syntax for EXOP helpers, one call workflow is enoughCôme Chilliet2017-07-036-188/+33
* | | | Improved ldap_exop test to encode&decode a passwd EXOP to test sending/reciev...Côme Chilliet2017-07-031-6/+34
* | | | Removed TODOs regarding implementing passwd and whoami exops based on ldap_exopCôme Chilliet2017-07-031-10/+18
* | | | Added constants for standard EXOPsCôme Chilliet2017-07-032-2/+10
* | | | Removed ldap_refresh function as I’m not sure how to fix/use/test itCôme Chilliet2017-07-033-65/+1
* | | | Fixed ldap_exop and ldap_parse_exop. Only tested them for whoami exop. (see t...Côme Chilliet2017-07-032-3/+55
* | | | Fixed ldap_parse_exop_whoami and ldap_parse_exop_passwd and added test for themCôme Chilliet2017-07-033-8/+76
* | | | Fixed ldap_exop_whoami and added a test for itCôme Chilliet2017-07-031-6/+6
* | | | Fixed ldap_exop_passwd and added tests for itCôme Chilliet2017-07-034-6/+85
* | | | Fixed building errors in LDAP EXOPCôme Chilliet2017-07-031-81/+77
* | | | Added EXOP features based on patch from http://cvsweb.netbsd.org/bsdweb.cgi/p...Côme Chilliet2017-07-033-1/+507
* | | | Only compute callback name in error casesNikita Popov2017-06-251-3/+2
* | | | ext/ldap/test: Test that ldap_connect() uses defaults from ldap.conf (openldap)David Caldwell2017-05-301-0/+26
* | | | ext/ldap: Allow default host from ldap.conf to work.David Caldwell2017-05-301-2/+2
* | | | Merge branch 'PHP-7.1'Xinchen Hui2017-01-192-1/+13
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-01-192-1/+13
| |\ \ \ | | |/ /
| | * | Fixed another part in ldap (bug #73933)Xinchen Hui2017-01-192-1/+13
* | | | Merge branch 'PHP-7.1'Xinchen Hui2017-01-172-1/+22
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-01-172-1/+22
| |\ \ \ | | |/ /
| | * | Fixed bug #73933 (error/segfault with ldap_mod_replace and opcache)Xinchen Hui2017-01-172-1/+22
* | | | Merge branch 'PHP-7.1'Anatol Belski2017-01-081-4/+2
|\ \ \ \ | |/ / /
| * | | move various places to the centralized OpenSSL setup routineAnatol Belski2017-01-081-4/+2
* | | | Merge branch 'PHP-7.1'Joe Watkins2017-01-071-0/+71
|\ \ \ \ | |/ / /