Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #76248 - Malicious LDAP-Server Response causes Crash | Stanislav Malyshev | 2018-04-22 | 2 | -1/+45 |
* | Fix various int size overflows. | Stanislav Malyshev | 2016-09-12 | 1 | -1/+1 |
* | fix leak | Anatol Belski | 2016-08-29 | 1 | -0/+1 |
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
* | Added back support for undocummented host:port syntax | Côme Bernigaud | 2015-11-16 | 2 | -1/+11 |
* | Using default port in ldap_connect when NULL is passed (this was the behavior... | Côme Bernigaud | 2015-11-12 | 1 | -0/+3 |
* | Added support of LDAP_OPT_TIMEOUT, fixes #69574 | Côme Bernigaud | 2015-09-09 | 2 | -0/+40 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Côme Bernigaud | 2015-09-09 | 2 | -2/+217 |
|\ | |||||
| * | Fix bug in LDAP extensions' saving TIMELIMIT and DEREF | Tyson Andre | 2015-09-08 | 2 | -2/+217 |
| * | Bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | Patch from Rainer Jung to provide Solaris LDAP support | Côme Bernigaud | 2015-08-18 | 1 | -16/+36 |
* | | fix config.w32 | Anatol Belski | 2015-07-23 | 1 | -0/+1 |
* | | fix C99 compat | Anatol Belski | 2015-07-23 | 1 | -1/+1 |
* | | Attempt at falling back on ldap_find_control for Mac OS | Côme Bernigaud | 2015-07-06 | 2 | -1/+9 |
* | | Updated README, added test to create LDAP base if missing and ease tests | Côme Bernigaud | 2015-07-06 | 4 | -5/+23 |
* | | keep LDAP_DEPRECATED in config.w32 | Anatol Belski | 2015-06-30 | 1 | -0/+1 |
* | | Merge PR about LDAP cleaning by removing deprecated calls | Côme Bernigaud | 2015-06-29 | 3 | -49/+30 |
|\ \ | |||||
| * | | Putting back deprecated symbols for ldap_sort | Côme Bernigaud | 2015-06-29 | 1 | -1/+1 |
| * | | Removed deprecated function calls from ldap module | Côme Bernigaud | 2015-06-23 | 1 | -8/+12 |
| * | | Removed ifdefs of LDAP_API_FEATURE_X_OPENLDAP, fixed a warning | Côme Bernigaud | 2015-06-23 | 3 | -42/+19 |
* | | | Fixed two errors in LDAP tests | Côme Bernigaud | 2015-06-23 | 2 | -2/+2 |
|/ / | |||||
* | | Implements extended error messages | Andreas Heigl | 2015-06-17 | 1 | -0/+4 |
* | | Replaced calls to deprecated openldap functions | Côme Bernigaud | 2015-06-17 | 1 | -84/+133 |
* | | Fixed LDAP tests so that base can exists | Côme Bernigaud | 2015-06-17 | 57 | -406/+348 |
* | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-09-28 | 1 | -2/+21 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-09-28 | 1 | -2/+21 |
| |\ | |||||
| | * | Set an LDAP error code when failing ldap_bind due to null bytes | Matthew Daley | 2014-09-28 | 1 | -2/+21 |
| | * | Fix null byte in LDAP bindings | Stanislav Malyshev | 2014-04-14 | 1 | -0/+10 |
| * | | Fix null byte in LDAP bindings | Stanislav Malyshev | 2014-04-14 | 1 | -0/+10 |
* | | | Fix null byte in LDAP bindings | Stanislav Malyshev | 2014-04-14 | 1 | -0/+10 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-01-25 | 4 | -0/+588 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-01-25 | 4 | -0/+588 |
| |\ \ | | |/ | |||||
| | * | Implement ldap_modify_batch. | Ondřej Hošek | 2014-01-22 | 4 | -0/+588 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
* | | | fix compiler warnings and type usage | Michael Wallner | 2013-10-18 | 1 | -14/+16 |
* | | | Merge branch 'ldap_escape-dev' of https://github.com/DaveRandom/php-src | Michael Wallner | 2013-10-18 | 6 | -0/+160 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add ldap_escape() | Chris Wright | 2013-09-18 | 6 | -0/+160 |
* | | | Allow the ldap extension to be compiled with Oracle's LDAP | Christopher Jones | 2013-10-04 | 2 | -24/+55 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-09-30 | 2 | -4/+17 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | fix test | Michael Wallner | 2013-09-30 | 1 | -4/+16 |
| * | fix memleak on resetting rebind_proc | Michael Wallner | 2013-09-30 | 1 | -0/+1 |
| * | typo fixes | Veres Lajos | 2013-07-15 | 2 | -3/+3 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
* | | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
* | | typo fixes | Veres Lajos | 2013-07-15 | 2 | -3/+3 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
|/ | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 1 | -0/+10 |
|\ |