mariadb/extra
unknown 349c2acc21 Bug#27427: resolveip fails on hostnames with a leading digit
Patch by Kasper Dupont.  No CLA required for this size of patch.

"resolveip" program produces incorrect result if given a hostname
starting with a digit.  Someone seems to have thought that names 
can not have digits at the beginning.

Instead, use the resolver library to work out the rules of hostnames, 
as it will undoubtedly be better at it than we are.


configure.in:
  See if we need to a library for address lookups.
extra/resolveip.c:
  Don't use silly heuristic to know whether a string is a dotted
  quad.  Instead, pass the whole thing into the resolver and let
  its smarts do all the work.
2008-01-23 11:34:08 -05:00
..
yassl Import yaSSL version 1.7.2 2007-08-28 10:35:55 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
charset2html.c Many files: 2006-12-23 20:17:15 +01:00
CMakeLists.txt CMakeLists.txt, README, configure.js 2007-08-03 21:51:37 +02:00
comp_err.c Fixed Bug #27789 "Wrong permissions of sql/share/language directories" 2007-10-05 19:55:00 +02:00
innochecksum.c Many files: 2006-12-23 20:17:15 +01:00
Makefile.am Bug #26571 Different format specifiers in errmsg.txt 2007-02-22 16:41:51 +01:00
my_print_defaults.c Bug #27390: mysqld_multi --config-file= not working as documented 2007-04-28 01:27:54 +02:00
mysql_waitpid.c Many files: 2006-12-23 20:17:15 +01:00
perror.c Many files: 2006-12-23 20:17:15 +01:00
replace.c Many files: 2006-12-23 20:17:15 +01:00
resolve_stack_dump.c Many files: 2006-12-23 20:17:15 +01:00
resolveip.c Bug#27427: resolveip fails on hostnames with a leading digit 2008-01-23 11:34:08 -05:00