summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named
Commit message (Collapse)AuthorAgeFilesLines
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-021-1/+1
| | | | LC_ALL takes precedence over other LC_* envariables.
* Remove old DNS setup document. We have long past the times whereasmodai2001-02-171-1/+1
| | | | BIND 4 was the thing of the day.
* Add static dependency on libisc.a to get isc_movefile() on which namedasmodai2001-01-281-0/+11
| | | | | | | | | 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.
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-1/+2
| | | | | | | 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.".
* Install additional documentation:phantom2000-01-101-1/+22
| | | | | | | | | contrib/bind/doc/{html,misc} as /usr/share/doc/bind/{html,misc} Install additional manpages: . named.conf.5 . nsupdate.8 . named-bootconf.8
* oops, named-bootconf.pl has morphed into something else and moved.peter1999-11-301-5/+0
|
* Use a full path to pathtemplate.c in case it's being pulled into otherpeter1999-11-301-1/+2
| | | | Makefiles.
* Compile bind against the resolver in libbind for now. Unfortunately thispeter1999-11-302-4/+6
| | | | | includes the slower IRS getpwent() and friends, but that's better than nothing.
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* bsd.dep.mk doesn't know about -idirafter, and doesn't parse -I thepeter1998-06-111-3/+4
| | | | same way that gcc does.
* Activate libbindpeter1998-06-111-1/+2
|
* libbind.a and associated makefile goo is only used for named and named-xferpeter1998-06-111-4/+10
| | | | now for the isc library.
* Simplified using new yacc rules. This will fix bugs when we stop pickingbde1998-06-041-5/+3
| | | | up a possibly stale version of ns_parser.h from contrib/bind.
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-05-061-5/+7
| | | | | | | | | 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'.
* Put named-bootconf (the script to convert named.boot to named.conf) inpeter1998-05-031-2/+2
| | | | | /usr/sbin rather than in /etc/namedb (make install isn't supposed to touch /etc)
* Update for named v8peter1998-05-033-24/+50
|
* Don't override BINOWN and BINGRP by setting them to "bin". Use thepeter1997-05-171-4/+1
| | | | system defaults (BINOWN is often root as a security precaution).
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
| | | | | | | | 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.
* Remove dmalloc here too.peter1997-01-011-3/+3
|
* Include ns_udp.c here too.jkh1997-01-011-2/+2
|
* Use LC_TIME=C instead of LC_TIME=ache1996-11-261-2/+2
|
* Removed unused `-I.'s from CFLAGS.bde1996-09-041-2/+2
| | | | | | | | "." 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}'.
* Unlocalize dateache1996-09-011-2/+2
|
* Delete temporary man page rulespeter1996-08-301-12/+1
|
* Revert back to building bind-4.9.4-P1 in seperate directories...peter1996-08-2953-25398/+107
|
* delete /usr/ucb from PATHwosch1996-03-121-1/+1
|
* Correct a bunch of man page cross references and generallympp1996-02-111-1/+1
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)wollman1996-02-063-3/+21
| | | | | 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).
* Merge in 4.9.3-P1 changes and bump version number.peter1996-01-224-7/+8
| | | | (Patch1 only affects named and BSD/OS makefiles that we dont use)
* This commit was generated by cvs2svn to compensate for changes in r13553,peter1996-01-222-0/+2819
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import named-4.9.3-patch1peter1996-01-224-5/+2825
| | | | | | | | | | | | This is a small fix, as a result of talking to Ultrix Hesiod-enabled named's. Apparently there are some buffer overruns causing data mangling.
* | Round 1 of the conflict merge. It now compiles..peter1996-01-0726-942/+1270
| |
* | This commit was generated by cvs2svn to compensate for changes in r13298,peter1996-01-071-12/+12
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * At last.. :-) Import of bind-4.9.3-REL. (part 1 of several)peter1996-01-0725-940/+1268
| |
| * Import BIND-4.9.3-beta26, replacing the older beta24.peter1995-10-2314-150/+390
| | | | | | | | | | | | | | | | | | | | | | | | There are some important bugfixes here, but nothing earth-shattering. In particular, the Lame Delegation detection is massively sped up, meaning that a lame server can be given up on in a few seconds, rather than taking 75 seconds. This will be a big win for large mailing list machines, eg: freefall. Note: this is a remote cvs import... Backups have been made.. :-) Obtained from: Paul Vixie <paul@vix.com>
* | Minimal changes to get named to use libutil's setproctitle()...peter1996-01-011-1/+26
| | | | | | | | The old code is still there with #ifdef OLD_SETPROCTITLE
* | recording cvs-1.6 file deathpeter1995-12-304-577/+0
| |
* | Reset LC_TIME only and add missing exportache1995-10-232-2/+2
| |
* | Fold in conflict related changes after beta26 merge.peter1995-10-2314-259/+248
| | | | | | | | Also, update the man pages - they were very old and out of date.
* | Oops. Change LC_CTYPE to LC_TIME...ache1995-10-202-2/+2
| |
* | Change unknown IOT to known ABRT (signal names)ache1995-09-271-1/+1
| |
* | Reset LANG and LC_CTYPE to not use national date representationache1995-09-271-1/+1
| |
* | Reset LANG & LC_CTYPE, or national date representation will be usedache1995-09-271-1/+1
| | | | | | | | in binary/logs.
* | missing \ causes -DDEBUG compile failure..peter1995-09-231-1/+1
| | | | | | | | | | closes PR 696 Submitted by: me@freebsd.org
* | Sigh.. The patches to make ndc read /etc/sysconfig to find the correctpeter1995-08-211-2/+16
| | | | | | | | arguments to named got lost somewhere..
* | This commit was generated by cvs2svn to compensate for changes in r10145,peter1995-08-201-0/+127
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import the missing man page for the new command "ndc" to finish thepeter1995-08-201-0/+127
| | | | | | | | | | | | import of 4.9.3. This man page was produced by sed from the real version before import, but I didn't have much choice.. This is needed to enable the ndc target to complete a "make install"
| * Update 4.9.3.beta9p1 -> 4.9.3-beta24peter1995-08-201-155/+297
| |
OpenPOWER on IntegriCloud