| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
with this configuration, but Ruslan tells me that I was probably mistaken,
and on retest the .5 pages are being installed just fine.
Therefore reverse the MAN[58] change in favor of the more modern syntax.
Submitted by: ru
Notes:
svn path=/head/; revision=135837
|
|
|
|
|
|
|
|
|
|
|
| |
1. Install man files and links for the lwres library.
2. Fix the path in various files to say /etc/namedb/ instead of just /etc.
3. Correctly install the conf file man pages for named and rndc.
Notes:
svn path=/head/; revision=135806
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib
and /usr/include. Rumors are that this may be useful at a later point,
let's see.
What this really means is that all BIND libraries are now internal to
buildworld (by default, unless WANT_BIND_LIBS is defined), and linked
statically into various BIND executables.
While here, removed redundant -I's from CFLAGS in lib/bind makefiles.
Sponsored by: des
OK'ed by: dougb
Notes:
svn path=/head/; revision=135739
|
|
|
|
|
|
|
|
|
|
|
| |
POSIX threads libraries are not available. Add crypto support if
the crypto libraries are available. Build dnssec-{keygen,signzone}
if crypto is available.
Submitted by: (in part) dougb@
Notes:
svn path=/head/; revision=135569
|
|
|
|
|
|
|
|
|
| |
Submitted by: (in part) dougb@, trhodes@
Reviewed by: dougb@, trhodes@, re@
MFC after: 5 days
Notes:
svn path=/head/; revision=135549
|
|
|
|
|
|
|
| |
Pointed by: ru
Notes:
svn path=/head/; revision=118449
|
|
|
|
|
|
|
|
| |
LANG=C tr 'a-z' 'A-Z'
for hypotetical case that script may generate non-ascii characters
Notes:
svn path=/head/; revision=118433
|
|
|
|
| |
Notes:
svn path=/head/; revision=118428
|
|
|
|
|
|
|
|
|
| |
LDADD is not wrong, but the simple substitution in `make checkdpadd'
doesn't work if foo.a is not an installed library, so we use the full
path to foo.a in both DPADD and LDADD for non-installed libraries.
Notes:
svn path=/head/; revision=113562
|
|
|
|
| |
Notes:
svn path=/head/; revision=113091
|
|
|
|
| |
Notes:
svn path=/head/; revision=99190
|
|
|
|
|
|
|
| |
Submitted by: jhay
Notes:
svn path=/head/; revision=97656
|
|
|
|
|
|
|
| |
add support for DESTDIR.
Notes:
svn path=/head/; revision=97519
|
|
|
|
|
|
|
|
|
| |
rendering of the man pages (turns some sequences of two blank lines
into a single blank line), and eliminates 306 errors generated while
formatting named.conf.5 .
Notes:
svn path=/head/; revision=95223
|
|
|
|
|
|
|
| |
This commit unbreak 'make depend'
Notes:
svn path=/head/; revision=91005
|
|
|
|
|
|
|
| |
Stolen from: NetBSD
Notes:
svn path=/head/; revision=88055
|
|
|
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Notes:
svn path=/head/; revision=80029
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for glue records and forces the glue record to be reloaded from the real NS.
The 5% ttl reduction can cause the glue IN A to timeout before the NS
record in certain situations, such as when the domain owner does not match
up NS records with the NIC. This behavior by domain owners is becoming
more common as primary zone serving iterates through another glue level
(i.e. exodus hosts the master NS's but the customer then redirects the
NS's to the real DNS servers). The result is that named would appear to
work properly for about 40 minutes, and then unexpectedly fail for that
zone. This causes named to behave very inconsistently and a google search
shows that it has obviously frustrated many, many people. So until the bind
guys make named behave consistently (either fail instantly or accomodate the
case), we need to set this option to accomodate the case. The result
will be much more consistent behavior and fewer head-scratching failures.
MFC after: 3 days
Notes:
svn path=/head/; revision=79814
|
|
|
|
|
|
|
| |
- MAN[1-9] -> MAN.
Notes:
svn path=/head/; revision=74816
|
|
|
|
|
|
|
| |
LC_ALL takes precedence over other LC_* envariables.
Notes:
svn path=/head/; revision=73349
|
|
|
|
|
|
|
| |
BIND 4 was the thing of the day.
Notes:
svn path=/head/; revision=72570
|
|
|
|
|
|
|
|
|
|
|
|
| |
now depends. This keeps named the same as before the import, that is: only
linking against libc dynamically, at a little space increase, which might
be due to the source code changes anyway. Very neglectable space
difference.
Some people might dub it a hack. It will do for now at least.
Notes:
svn path=/head/; revision=71762
|
|
|
|
|
|
|
|
|
|
| |
files. Mostly -I${.CURDIR} was needed -- especially for YACC generated
files as the new cpp does not look in the ultimate source file
(ie, the .y file)'s directory as told by the "#line" directive. Some were
misspellings of "-I${.CURDIR}" as "-I.".
Notes:
svn path=/head/; revision=69453
|
|
|
|
|
|
|
|
|
|
|
|
| |
contrib/bind/doc/{html,misc} as /usr/share/doc/bind/{html,misc}
Install additional manpages:
. named.conf.5
. nsupdate.8
. named-bootconf.8
Notes:
svn path=/head/; revision=55737
|
|
|
|
| |
Notes:
svn path=/head/; revision=53949
|
|
|
|
|
|
|
| |
Makefiles.
Notes:
svn path=/head/; revision=53928
|
|
|
|
|
|
|
|
| |
includes the slower IRS getpwent() and friends, but that's better than
nothing.
Notes:
svn path=/head/; revision=53925
|
|
|
|
| |
Notes:
svn path=/head/; revision=50479
|
|
|
|
|
|
|
| |
same way that gcc does.
Notes:
svn path=/head/; revision=36896
|
|
|
|
| |
Notes:
svn path=/head/; revision=36894
|
|
|
|
|
|
|
| |
now for the isc library.
Notes:
svn path=/head/; revision=36893
|
|
|
|
|
|
|
| |
up a possibly stale version of ns_parser.h from contrib/bind.
Notes:
svn path=/head/; revision=36636
|
|
|
|
|
|
|
|
|
|
|
|
| |
libraries, so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.
Use `DIR!= cd ...libbind; make -V .OBJDIR' to find libbind's object dir
if it doesn't seem to be in its usual place relative to ${.OBJDIR}.
This fixes `cd /usr/src/usr.sbin/nslookup; mkdir obj; make'.
Notes:
svn path=/head/; revision=35779
|
|
|
|
|
|
|
|
| |
/usr/sbin rather than in /etc/namedb (make install isn't supposed to touch
/etc)
Notes:
svn path=/head/; revision=35643
|
|
|
|
| |
Notes:
svn path=/head/; revision=35637
|
|
|
|
|
|
|
| |
system defaults (BINOWN is often root as a security precaution).
Notes:
svn path=/head/; revision=25864
|
|
|
|
| |
Notes:
svn path=/head/; revision=22997
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
| |
Notes:
svn path=/head/; revision=21164
|
|
|
|
| |
Notes:
svn path=/head/; revision=21161
|
|
|
|
| |
Notes:
svn path=/head/; revision=19967
|
|
|
|
|
|
|
|
|
|
|
| |
"." means the object directory, so it is just confusing to use it
when nothing is included from the object directory unless the object
directory is also the source directory. It is confusing for "."
not to mean the source directory anyway, so used `-I.'s should be
replaced by `-I${.OBJDIR}'.
Notes:
svn path=/head/; revision=18035
|
|
|
|
| |
Notes:
svn path=/head/; revision=17981
|
|
|
|
| |
Notes:
svn path=/head/; revision=17939
|
|
|
|
| |
Notes:
svn path=/head/; revision=17907
|
|
|
|
| |
Notes:
svn path=/head/; revision=14602
|
|
|
|
|
|
|
|
|
| |
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
Notes:
svn path=/head/; revision=14038
|
|
|
|
|
|
|
|
| |
in preparation for its removal from the kernel source tree. NB: because
a function was deleted, libc is now at version 3.0 (was 2.2 previously).
Notes:
svn path=/head/; revision=13940
|
|
|
|
|
|
|
| |
(Patch1 only affects named and BSD/OS makefiles that we dont use)
Notes:
svn path=/head/; revision=13556
|
|\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=13554
|