Re: simple DNS lookup utility

2016-07-26 Thread Rodrigo Mosconi
2016-07-26 7:00 GMT-03:00 Peter J. Philipp : > On Tue, Jul 26, 2016 at 01:00:43AM -0300, Rodrigo Mosconi wrote: > > Hi, > > > > For a course work, I wrote a simple DNS lookup utility using only the > > native libc. It`s not yet a complete replacement for dig/host/nslo

Re: simple DNS lookup utility

2016-07-26 Thread Peter J. Philipp
On Tue, Jul 26, 2016 at 01:00:43AM -0300, Rodrigo Mosconi wrote: > Hi, > > For a course work, I wrote a simple DNS lookup utility using only the > native libc. It`s not yet a complete replacement for dig/host/nslookup, > but I can work to improve it later. > I would like to re

simple DNS lookup utility

2016-07-25 Thread Rodrigo Mosconi
Hi, For a course work, I wrote a simple DNS lookup utility using only the native libc. It`s not yet a complete replacement for dig/host/nslookup, but I can work to improve it later. I would like to receive any comments about it. Follow the diff. thx, Mosconi Index: usr.bin/resolv/Makefile