History log of /php-src/ext/standard/dns.c (Results 101 – 125 of 265)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 457367e0 01-Feb-2015 Stanislav Malyshev

Add mitigation for CVE-2015-0235 (bug #68925)

# 7a942434 30-Jan-2015 Michael Wallner

fix warnings

Revision tags: php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year

# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year

Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

# 159c3318 09-Jan-2015 krakjoe

optimization for bug report #68679

Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things

Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# 7ccd7b59 15-Jul-2014 Tjerk Meesters

Added more useful warning messages

# 0109eb07 15-Jul-2014 Tjerk Meesters

Changed based on comments and make its behaviour equal to the Windows version

# f2b7aeda 13-Jul-2014 Tjerk Meesters

Fix #53092 - dns_get_record does not return false on dns server failure

# 85e2e6c1 15-Jul-2014 Tjerk Meesters

Added more useful warning messages

# 977d8449 15-Jul-2014 Tjerk Meesters

Changed based on comments and make its behaviour equal to the Windows version

# 7b44790d 13-Jul-2014 Tjerk Meesters

Fix #53092 - dns_get_record does not return false on dns server failure

# 142a01db 28-Sep-2014 Nikita Popov

Fix a couple compile warnings

# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

# bf96ee95 27-Aug-2014 Anatol Belski

's' works with size_t round 4

# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t

# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

# 5dc4f44f 19-Aug-2014 Anatol Belski

Merge remote-tracking branch 'php/master'

Conflicts:
ext/standard/dns.c


# 633cc420 19-Aug-2014 Remi Collet

fix merge issue in previous (again)

# ddd1e2a8 19-Aug-2014 Remi Collet

fix merge issue in previous

# 14e656f8 19-Aug-2014 Remi Collet

fix merge for #67717


# 2fefae47 19-Aug-2014 Remi Collet

Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597

Incomplete fix for CVE-2014-4049

Check possible buffer overflow
- pass real buffer end to dn_expand calls
- che

Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597

Incomplete fix for CVE-2014-4049

Check possible buffer overflow
- pass real buffer end to dn_expand calls
- check buffer len before each read

show more ...

# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions

Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1
# dd1c68e6 12-Jun-2014 Dmitry Stogov

Merge branch 'master' into phpng

* master: (77 commits)
NEWS entry for Fix potential segfault in dns_get_record()
NEWS entry for "Fix potential segfault in dns_get_record()"

Merge branch 'master' into phpng

* master: (77 commits)
NEWS entry for Fix potential segfault in dns_get_record()
NEWS entry for "Fix potential segfault in dns_get_record()"
NEWS entry for Fix potential segfault in dns_get_record(
Fix potential segfault in dns_get_record()
Revert "Add optional second arg to unserialize()"
5.5.15 now
update NEWS
Fix bug #66127 (Segmentation fault with ArrayObject unset)
5.4.31 next
Add NEWS. This doesn't need UPGRADING (or an RFC), IMO.
Fix broken test.
Add a mime type map generation script and update the header.
Move the mime type map out of php_cli_server.c for easier generation.
Replace the CLI server's linear search for extensions with a hash table.
fix test
Remove unused included file
NEWS
NEWS
NEWS
Fixed Bug #67413 fileinfo: cdf_read_property_info insufficient boundary chec
...

Conflicts:
Zend/zend_closures.c
Zend/zend_execute.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/spl/spl_array.c
ext/standard/basic_functions.c
ext/standard/dns.c
ext/standard/var.c

show more ...


1234567891011