summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Collapse)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-152-2/+2
|
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-09-281-2/+21
|\ | | | | | | | | * PHP-5.5: Set an LDAP error code when failing ldap_bind due to null bytes
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-09-281-2/+21
| |\ | | | | | | | | | | | | * PHP-5.4: Set an LDAP error code when failing ldap_bind due to null bytes
| | * Set an LDAP error code when failing ldap_bind due to null bytesMatthew Daley2014-09-281-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | Some applications check a LDAP link's error code after seeing ldap_bind fail due to a null byte bind attempt and hence incorrectly receive the last set error code. Fix by setting an LDAP error code before returning in this case.
| | * Fix null byte in LDAP bindingsStanislav Malyshev2014-04-141-0/+10
| | |
| * | Fix null byte in LDAP bindingsStanislav Malyshev2014-04-141-0/+10
| | |
* | | Fix null byte in LDAP bindingsStanislav Malyshev2014-04-141-0/+10
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-01-254-0/+588
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Implement ldap_modify_batch.
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-01-254-0/+588
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * PHP-5.4: Implement ldap_modify_batch. Conflicts: ext/ldap/ldap.c
| | * Implement ldap_modify_batch.Ondřej Hošek2014-01-224-0/+588
| | |
| | * Bump yearXinchen Hui2014-01-032-2/+2
| | |
| * | Bump yearXinchen Hui2014-01-032-2/+2
| | |
* | | Bump yearXinchen Hui2014-01-032-2/+2
| | |
* | | fix compiler warnings and type usageMichael Wallner2013-10-181-14/+16
| | |
* | | Merge branch 'ldap_escape-dev' of https://github.com/DaveRandom/php-srcMichael Wallner2013-10-186-0/+160
|\ \ \ | |/ / |/| | | | | | | | * 'ldap_escape-dev' of https://github.com/DaveRandom/php-src: Add ldap_escape()
| * | Add ldap_escape()Chris Wright2013-09-186-0/+160
| | |
* | | Allow the ldap extension to be compiled with Oracle's LDAPChristopher Jones2013-10-042-24/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementation, if desired. Note the implementations differ so you will see different ldap behavior. The patch allows configuration similar to: --with-ldap=$HOME/instantclient --with-oci8=instantclient,$HOME/instantclient The patch doesn't support configuration similar to: --with-ldap --with-oci8=instantclient,$HOME/instantclient since this would try and mix the default LDAP and Oracle LDAP implementations. This patch closes out bug #61450 and the associated github PR. Regardless of this patch, my recommended way to install both OCI8 and ldap extensions is to statically configure PHP with ldap, and then add OCI8 as a shared extension from PECL.
* | | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-09-302-4/+17
|\ \ \ | |/ / |/| / | |/ | | | | * PHP-5.4: fix test fix memleak on resetting rebind_proc
| * fix testMichael Wallner2013-09-301-4/+16
| |
| * fix memleak on resetting rebind_procMichael Wallner2013-09-301-0/+1
| |
| * typo fixesVeres Lajos2013-07-152-3/+3
| |
| * Happy New YearXinchen Hui2013-01-012-2/+2
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | typo fixesVeres Lajos2013-07-152-3/+3
| |
* | Happy New YearXinchen Hui2013-01-012-2/+2
|/
* Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-0/+10
|\ | | | | | | | | * PHP-5.3: Fix bug 61718 ext\ldap\tests\ldap_set_rebind_proc_error.phpt fails
| * Fix bug 61718 ext\ldap\tests\ldap_set_rebind_proc_error.phpt failsAnatoliy Belsky2012-04-161-0/+10
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-0/+7
|\ \ | |/ | | | | | | * PHP-5.3: Fix bug 61717 ext\ldap\tests\ldap_sasl_bind_basic.phpt fails
| * Fix bug 61717 ext\ldap\tests\ldap_sasl_bind_basic.phpt failsAnatoliy Belsky2012-04-161-0/+7
| |
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug ↵Raphael Geissert2011-03-181-1/+1
| | | | | | | | | | | | | | #53339 Patch by Clint Byrum
| * - Year++Felipe Pena2011-01-012-2/+2
| |
| * - make libsasl optional (as vc6 bins do not have it)Pierre Joye2010-07-261-4/+7
| |
| * - #43233, sasl support for ldap on windowsPierre Joye2010-05-173-1/+7
| |
* | - Year++Felipe Pena2012-01-012-2/+2
| |
* | Fix typo in tests for ldap bug #42060Scott MacVicar2011-08-241-2/+2
| |
* | fix params parsingStanislav Malyshev2011-08-011-1/+1
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | Fix prototypes for ldap_control_paged_result and fix function name in testsScott MacVicar2011-07-143-9/+8
| |
* | Tidy up ldap paging code and rename the API as discussed in #42060Scott MacVicar2011-05-194-29/+30
| |
* | Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug ↵Raphael Geissert2011-03-181-1/+1
| | | | | | | | | | | | | | #53339 Patch by Clint Byrum
* | - Year++Felipe Pena2011-01-012-2/+2
| |
* | - Fixed wrong typeFelipe Pena2010-09-081-4/+4
| |
* | - #42060, add paged results supportPierre Joye2010-06-154-0/+434
| |
* | - #43233, sasl support for ldap on windowsPierre Joye2010-05-173-1/+7
| |
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+288
| |
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-288/+0
|/ | | | anymore and are barely updated nor available for all extensions
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* - Update tests to reflect current behavior after fix for bug #50185Sriram Natarajan2009-12-242-2/+8
|