summaryrefslogtreecommitdiff
path: root/ext/standard/dns.c
Commit message (Expand)AuthorAgeFilesLines
* fix TSRMStanislav Malyshev2015-01-311-2/+2
* Use better constant since MAXHOSTNAMELEN may mean shorter nameStanislav Malyshev2015-01-311-4/+4
* Add mitigation for CVE-2015-0235 (bug #68925)Stanislav Malyshev2015-01-311-0/+11
* Fixed Sec Bug #67717 segfault in dns_get_record CVE-2014-3597Remi Collet2014-08-191-24/+60
* Fix potential segfault in dns_get_record()Sara Golemon2014-06-111-0/+4
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-04-231-1/+1
|\
| * Fix bug #64458 (dns_get_record result with string of length -1)Stanislav Malyshev2013-04-231-1/+1
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Use HOST_NAME_MAX constant here instead for the gethostname() funcRasmus Lerdorf2011-08-101-1/+7
| * Fix win32 buildIlia Alshanetsky2011-08-101-0/+4
| * Minimize stack usage and added missing dtorsIlia Alshanetsky2011-08-091-2/+4
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Removed redundant local variable in dns_get_record.Gustavo André dos Santos Lopes2010-10-111-4/+2
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Use HOST_NAME_MAX constant here instead for the gethostname() funcRasmus Lerdorf2011-08-101-1/+7
* | Fix win32 buildIlia Alshanetsky2011-08-101-0/+4
* | Minimize stack usage and added missing dtorsIlia Alshanetsky2011-08-091-2/+4
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Removed redundant local variable in dns_get_record.Gustavo André dos Santos Lopes2010-10-111-4/+2
* | - [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether...Gustavo André dos Santos Lopes2010-10-111-21/+49
* | - Added numeric record type and raw data for unknown DNSGustavo André dos Santos Lopes2010-10-081-1/+9
|/
* sed -i "s#1997-2008#1997-2010#g" **/*.c **/*.hSebastian Bergmann2010-01-071-1/+1
* - Tune the fix for bug #50508 and make it work with MacOSX, bug #50541.Jani Taskinen2009-12-211-0/+3
* - Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)Jani Taskinen2009-12-181-3/+0
* Part fix for bug #49224Scott MacVicar2009-10-161-7/+1
* Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff w...Scott MacVicar2009-08-111-101/+160
* Change dns.h to php_dns.h, part of my dns cleanupScott MacVicar2009-08-051-1/+1
* - Sync with HEAD (thanks Hannes :)Jani Taskinen2009-05-201-2/+1
* MFH: Fix non-windows buildsJani Taskinen2009-05-201-2/+3
* MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not hereKalle Sommer Nielsen2009-05-201-1/+1
* MFH: Unify macrosJani Taskinen2009-05-191-3/+2
* - Reverted my previous commit to avoid unnecessary BC.Felipe Pena2009-01-121-11/+8
* Add support for the older style bind 8 functions, this adds support for OS X ...Scott MacVicar2009-01-111-2/+7
* MFH:Felipe Pena2009-01-111-3/+12
* - MFH: Fixed bug #47035 (dns_get_record returns a garbage byte at the end of ...Felipe Pena2009-01-081-1/+1
* - fix regression introduced by the move to the new parsing api (thx Bjori)Pierre Joye2009-01-071-1/+2
* - fix parameter parsing optionsPierre Joye2009-01-071-1/+1
* - these ifdefs are a mess, fix build on winPierre Joye2009-01-061-22/+20
* - fix buildPierre Joye2009-01-061-16/+21
* - [MFH]Pierre Joye2009-01-061-38/+43
* MFH: don't use WRONG_PARAM_COUNT with new param parsing APIAntony Dovgal2008-12-311-1/+1
* [DOC]Ilia Alshanetsky2008-12-311-0/+22
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Fixed bug #42855 (dns_get_record() doesn't return all text from TXT re...Felipe Pena2008-11-031-7/+16
* - MFH:Pierre Joye2008-08-231-17/+4
* MFH: Fixed Windows build now that HAVE_INET_PTON is definedMatt Wilmas2008-05-231-0/+1
* MFH: Fix dns_check_proto (related to #44723)Etienne Kneuss2008-04-141-1/+1