summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dns.c
Commit message (Collapse)AuthorAgeFilesLines
* (mygethostbyaddr) switch from gethostbyaddr() to getnameinfo()Thierry Vignaud2012-06-011-8/+11
|
* (mygethostbyname) switch from gethostbyname() to getaddrinfo()Thierry Vignaud2012-06-011-14/+23
| | | | | | | (mga#4056) note that (? in the old days ?), gethostbyname() from dietlibc didn't supported domain handling
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
|
* fix dns resolution for DSL connectionsOlivier Blin2005-04-261-2/+3
|
* enhance logging again, re-indentOlivier Blin2005-04-261-9/+8
|
* fix typo (me sux)Olivier Blin2005-04-261-1/+1
|
* enhance loggingOlivier Blin2005-04-261-12/+9
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* allow having no DNS by only using the ip callback once, see DNS == IP as a ↵Guillaume Cottenceau2004-01-281-1/+12
| | | | special case, don't do DNS calls when no DNS is configured to avoid timeouts
* Merge from R9_0-AMD64, most notably:Gwenolé Beauchesne2003-06-041-5/+8
| | | | | | | | | - AMD64 support to insmod-busybox, minilibc, et al. - Sync with insmod-modutils 2.4.19 something but everyone should use dietlibc nowadays - Factor out compilation and prefix with $(DIET) for dietlibc builds - 64-bit & varargs fixes
* fix potential segfault thx to gwenoleGuillaume Cottenceau2003-02-201-1/+1
|
* - first draft of adsl supportGuillaume Cottenceau2001-06-011-13/+178
| | | | | - get back some code for supporting broken glibc unable to resolve when linked statically
* now use gethostby* functions provided by dietlibcGuillaume Cottenceau2001-05-141-122/+16
|
* - network/nfs worksGuillaume Cottenceau2000-12-161-0/+154