#
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
|
#
def09c7c |
| 20-Jun-2017 |
Côme Chilliet |
Fixed building errors in LDAP EXOP
|
#
a0920f28 |
| 20-Jun-2017 |
Côme Chilliet |
Added EXOP features based on patch from http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/databases/php-ldap/files/ldap-ctrl-exop56.patch
|
#
035a27cb |
| 25-Jun-2017 |
Nikita Popov |
Only compute callback name in error cases Mostly the callback name is only used to report an error. Try to avoid calculating it if no error occurred.
|
Revision tags: php-7.1.6, php-7.2.0alpha1, php-7.0.20 |
|
#
747e93ea |
| 25-May-2017 |
David Caldwell |
ext/ldap: Allow default host from ldap.conf to work. This fixes an regression introduced in e7af0fe1eb89e40671e86a588aa1b78607b85461. Previously, calling ldap_connect() with no param
ext/ldap: Allow default host from ldap.conf to work. This fixes an regression introduced in e7af0fe1eb89e40671e86a588aa1b78607b85461. Previously, calling ldap_connect() with no parameters would pass NULL to ldap_init(), which causes it to use the default host specified in /etc/ldap/ldap.conf (on Ubuntu). When the code changed to use ldap_initialize(), it initialized a uri, even if there were no parameters passed to ldap_connect(). Because of this, there's no way to pass a NULL into ldap_initialize(), making it impossible to use the default uri from ldap.conf. This commit bypasses the uri creation when there is no host argument, passing on a NULL to ldap_initialize() which restores the old PHP 5.5 behavior.
show more ...
|
#
d51b8f91 |
| 25-May-2017 |
David Caldwell |
ext/ldap: Allow default host from ldap.conf to work. This fixes an regression introduced in e7af0fe1eb89e40671e86a588aa1b78607b85461. Previously, calling ldap_connect() with no param
ext/ldap: Allow default host from ldap.conf to work. This fixes an regression introduced in e7af0fe1eb89e40671e86a588aa1b78607b85461. Previously, calling ldap_connect() with no parameters would pass NULL to ldap_init(), which causes it to use the default host specified in /etc/ldap/ldap.conf (on Ubuntu). When the code changed to use ldap_initialize(), it initialized a uri, even if there were no parameters passed to ldap_connect(). Because of this, there's no way to pass a NULL into ldap_initialize(), making it impossible to use the default uri from ldap.conf. This commit bypasses the uri creation when there is no host argument, passing on a NULL to ldap_initialize() which restores the old PHP 5.5 behavior.
show more ...
|
Revision tags: php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1 |
|
#
cad2598f |
| 19-Jan-2017 |
Xinchen Hui |
Fixed another part in ldap (bug #73933)
|
Revision tags: php-5.6.30, php-7.0.15 |
|
#
b28c2e20 |
| 17-Jan-2017 |
Xinchen Hui |
Fixed bug #73933 (error/segfault with ldap_mod_replace and opcache)
|
Revision tags: php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1 |
|
#
dac6c639 |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
478f119a |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
9e29f841 |
| 02-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0 |
|
#
b204b3ab |
| 26-Nov-2016 |
Anatol Belski |
further normalizations, uint vs uint32_t fix merge mistake yet one more replacement run
|
Revision tags: php-5.6.29RC1, php-7.0.14RC1 |
|
#
2104bea5 |
| 12-Nov-2016 |
Kalle Sommer Nielsen |
Remove Netware support If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I can
Remove Netware support If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
show more ...
|
Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11 |
|
#
19866fb7 |
| 02-Sep-2016 |
Stanislav Malyshev |
Fix various int size overflows. Add function for detection of string zvals with length that does not fit INT_MAX.
|
Revision tags: php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1 |
|
#
e2609a38 |
| 29-Aug-2016 |
Anatol Belski |
fix leak
|
Revision tags: php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1 |
|
#
b1d82607 |
| 29-Jun-2016 |
Chad Sikorra |
Add parenthesis to if statements
|
#
f910ca25 |
| 26-Jun-2016 |
Chad Sikorra |
Correctly add to the length of the final string
|
#
e85a2e36 |
| 26-Jun-2016 |
Chad Sikorra |
Correctly add to the length of the final string
|
#
737ee1f2 |
| 26-Jun-2016 |
Chad Sikorra |
Fix minor spacing issue
|
#
63427c17 |
| 26-Jun-2016 |
Chad Sikorra |
Make LDAP_ESCAPE_DN compliant with RFC 4514
|