summaryrefslogtreecommitdiff
path: root/ext/ldap/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Stanislav Malyshev2014-09-281-2/+21
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-09-281-2/+21
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-09-281-2/+21
| | |\
| | | * Set an LDAP error code when failing ldap_bind due to null bytesMatthew Daley2014-09-281-2/+21
| | | * 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
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | Fixed segfaults after change size_t of "s"Xinchen Hui2014-08-281-7/+11
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-8/+9
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-4/+4
* | | | master renames phase 3Anatol Belski2014-08-251-2/+2
* | | | master renames phase 1Anatol Belski2014-08-251-93/+93
* | | | fixes to %pd format usageAnatol Belski2014-08-241-3/+3
* | | | ported ext/ldapAnatol Belski2014-08-191-25/+25
* | | | basic macro replacements, all at onceAnatol Belski2014-08-191-70/+70
* | | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-11/+4
* | | | Use new zend_hash APIDmitry Stogov2014-05-281-4/+2
* | | | Refactored ext/ldapXinchen Hui2014-05-201-220/+200
* | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+2
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-0/+375
|\ \ \ \
| * | | | Fix null byte in LDAP bindingsStanislav Malyshev2014-04-141-0/+10
| |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-01-251-0/+365
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-01-251-0/+365
| | |\ \ | | | |/
| | | * Implement ldap_modify_batch.Ondřej Hošek2014-01-221-0/+365
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-11/+11
|/ / /
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | 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-181-0/+89
|\ \ \ | |/ / |/| |
| * | Add ldap_escape()Chris Wright2013-09-181-0/+89
| * | Happy New YearXinchen Hui2013-01-011-1/+1
| * | - Year++Felipe Pena2012-01-011-1/+1
| * | 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-141-3/+2
| * | Tidy up ldap paging code and rename the API as discussed in #42060Scott MacVicar2011-05-191-21/+22
* | | Allow the ldap extension to be compiled with Oracle's LDAPChristopher Jones2013-10-041-20/+20
| |/ |/|
* | fix memleak on resetting rebind_procMichael Wallner2013-09-301-0/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | 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-141-3/+2
* | Tidy up ldap paging code and rename the API as discussed in #42060Scott MacVicar2011-05-191-21/+22
|/
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed wrong typeFelipe Pena2010-09-081-4/+4
* - #42060, add paged results supportPierre Joye2010-06-151-0/+206
* - #43233, sasl support for ldap on windowsPierre Joye2010-05-171-0/+1