CVS commit: src/lib/libc/resolv

2018-12-13 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Thu Dec 13 08:45:30 UTC 2018

Modified Files:
src/lib/libc/resolv: res_debug.c

Log Message:
Remove unused macro


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/resolv/res_debug.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2017-09-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Sep 28 23:32:01 UTC 2017

Modified Files:
src/lib/libc/resolv: res_mkquery.c

Log Message:
PR/52578: Benjamin M. Schwartz Set the AD bit when DNSSEC is enabled
(RFC 6840 Section 5.7).


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/resolv/res_mkquery.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2017-04-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 19 22:21:07 UTC 2017

Modified Files:
src/lib/libc/resolv: res_init.c

Log Message:
F_DUPFD* needs an argument (minfd) found by jmcneill


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/resolv/res_init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2015-02-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb 24 17:56:20 UTC 2015

Modified Files:
src/lib/libc/resolv: herror.c res_comp.c res_debug.c res_init.c
res_mkquery.c res_query.c res_send.c

Log Message:
belated removal of the advertising clause.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/resolv/herror.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/resolv/res_comp.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/resolv/res_debug.c
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/resolv/res_init.c \
src/lib/libc/resolv/res_send.c
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/resolv/res_mkquery.c
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/resolv/res_query.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2014-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 11 03:29:24 UTC 2014

Modified Files:
src/lib/libc/resolv: res_mkquery.c

Log Message:
PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct
querybuf in net/gethnamaddr.c defines MAXPACKET to 64K. This in turn
gets passed down until it reached res_nopt(..., answer, anslen), where
the size of the buffer must fit in 16 bits. Unfortunately we end up
being one more than the max so we end up sending a 0 as the size and
unbound does not like that. Instead we clip now to 64K - 1, and everyone
is happy.
XXX: Pullup to 7.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/resolv/res_mkquery.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2014-09-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 16 01:29:48 UTC 2014

Modified Files:
src/lib/libc/resolv: res_init.c

Log Message:
Mark the dup of the resolv fd for close on exec.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/resolv/res_init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2014-09-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 16 01:30:00 UTC 2014

Modified Files:
src/lib/libc/resolv: res_query.c

Log Message:
close on exec hostaliases


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/resolv/res_query.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2014-01-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jan  8 22:58:50 UTC 2014

Modified Files:
src/lib/libc/resolv: res_init.c

Log Message:
provide a patchable __res_conf_name for testing purposes.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/resolv/res_init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2013-02-16 Thread Lars Heidieker
Module Name:src
Committed By:   para
Date:   Sat Feb 16 13:45:45 UTC 2013

Modified Files:
src/lib/libc/resolv: res_send.c

Log Message:
two more type casts after type changes


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/resolv/res_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2013-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 16 13:37:01 UTC 2013

Modified Files:
src/lib/libc/resolv: res_send.c

Log Message:
more type changes


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/resolv/res_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2013-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 16 13:29:35 UTC 2013

Modified Files:
src/lib/libc/resolv: res_send.c

Log Message:
using the proper types eliminate a whole bunch of casts


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/resolv/res_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2013-02-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 15 14:08:25 UTC 2013

Modified Files:
src/lib/libc/resolv: res_send.c

Log Message:
- make all filedescriptors close-on-exec
- use SOCK_NOSIGPIPE.
- add kqueue handling (not enabled by default, from FreeBSD)
- add RES_INSECURE1 handling (from FreeBSD)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/resolv/res_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2012-09-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep  9 18:04:26 UTC 2012

Modified Files:
src/lib/libc/resolv: res_init.c

Log Message:
add a check-names option, now that the default is no-check-names


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/resolv/res_init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2011-05-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon May 23 14:34:29 UTC 2011

Modified Files:
src/lib/libc/resolv: res_send.c

Log Message:
Remove self-assignment of an argument that is later used.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/resolv/res_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/resolv

2011-02-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb  9 09:46:59 UTC 2011

Modified Files:
src/lib/libc/resolv: res_send.c

Log Message:
Don't do highestFD check with USE_POLL.  It provides no benefit
but causes a dependency between RLIMIT_NOFILE and rumphijack FDOFF.

christos ok


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/resolv/res_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.