aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-01-04 08:40:44 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-10-20 14:59:27 +0200
commit21df1e35775e9e39fe4b268328aec138da6c1f09 (patch)
tree653fc2d56fdf1c2ecbf2b3af98315f57fba0beee
parent997249fe43f6664b1e4f78f47cf20a025cce2cb7 (diff)
downloadresolv_wrapper-21df1e35775e9e39fe4b268328aec138da6c1f09.tar.gz
resolv_wrapper-21df1e35775e9e39fe4b268328aec138da6c1f09.tar.xz
resolv_wrapper-21df1e35775e9e39fe4b268328aec138da6c1f09.zip
doc: Document RESOLV_WRAPPER_DISABLE_DEEPBIND
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--doc/resolv_wrapper.113
-rw-r--r--doc/resolv_wrapper.1.txt7
2 files changed, 15 insertions, 5 deletions
diff --git a/doc/resolv_wrapper.1 b/doc/resolv_wrapper.1
index fccdc5a..842dc97 100644
--- a/doc/resolv_wrapper.1
+++ b/doc/resolv_wrapper.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: resolv_wrapper
-.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 2015-08-18
+.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\" Date: 2019-01-04
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "RESOLV_WRAPPER" "1" "2015\-08\-18" "\ \&" "\ \&"
+.TH "RESOLV_WRAPPER" "1" "2019\-01\-04" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -146,6 +146,11 @@ If you need to see what is going on in resolv_wrapper itself or try to find a bu
3 = TRACE
.RE
.RE
+.PP
+\fBRESOLV_WRAPPER_DISABLE_DEEPBIND\fR
+.RS 4
+This allows you to disable deep binding in resolv_wrapper\&. This is useful for running valgrind tools or sanitizers like (address, undefined, thread)\&.
+.RE
.SH "EXAMPLE"
.sp
The following command would trick \fIkinit(1)\fR into using DNS servers from "\&./resolv\&.conf" for Kerberos service resolution:
diff --git a/doc/resolv_wrapper.1.txt b/doc/resolv_wrapper.1.txt
index 63e40d4..cf6c62b 100644
--- a/doc/resolv_wrapper.1.txt
+++ b/doc/resolv_wrapper.1.txt
@@ -1,6 +1,6 @@
resolv_wrapper(1)
=================
-:revdate: 2015-08-18
+:revdate: 2019-01-04
NAME
----
@@ -60,6 +60,11 @@ debug symbols.
- 2 = DEBUG
- 3 = TRACE
+*RESOLV_WRAPPER_DISABLE_DEEPBIND*::
+
+This allows you to disable deep binding in resolv_wrapper. This is useful for
+running valgrind tools or sanitizers like (address, undefined, thread).
+
EXAMPLE
-------