Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-07-09 | A patch from Michal Moskal <malekith@pld.org.pl> to include | Eric Andersen | |
partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course, | |||
2001-05-31 | Cleanup some stupid warnings | Eric Andersen | |
2001-02-26 | Added /etc/hosts processing (parses everytime like a real one :-) | David McCullough | |
Added support for multiple nameserver lines, still supports multiple servers on a on single line. Added "domain" entry. domain and search are mutually exclusive and override each other (the last one wins, see the resolver(5) man page). Added dummy "getnetbyname" that returns fail. Added "res_init" and "res_query". | |||
2001-02-23 | Sigh. Turn debugging back off. | Eric Andersen | |
2001-02-23 | This is a touch cleaner, avoids using the comma operator. | Eric Andersen | |
2001-02-23 | This actually fixes things I believe. | Eric Andersen | |
2001-02-23 | Fix two bugs. First, gethostbyname was doing dns queries when given an IP | Eric Andersen | |
address. Secondly, when doing reverse dns lookups, it was appending the domain, even if a domain was already attached. -Erik | |||
2001-02-05 | Update networking includes. | Eric Andersen | |
2001-01-12 | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen | |
Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik | |||
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2000-11-30 | Some cleanups from W. Greathouse <wgreathouse@smva.com> (and a few of my own) | Eric Andersen | |
2000-11-11 | Fix up a few messes so it compiles cleanly again. | Eric Andersen | |
2000-11-04 | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | |
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | |||
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-07-06 | Lots and lots of cleanups. | Eric Andersen | |
-Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |