summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named
Commit message (Collapse)AuthorAgeFilesLines
* $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
| |
* | Update bind 4.9.3-beta9p1 to bind 4.9.3-beta24peter1995-08-202-156/+310
| |
* | Update 4.9.3.b9p1 tools to 4.9.3.b24peter1995-08-206-26/+40
| | | | | | | | | | Note: new program, "ndc", similar to gated's gdc. This provides a superset of named.reload and named.restart.
* | This commit was generated by cvs2svn to compensate for changes in r10137,peter1995-08-201-0/+72
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update 4.9.3.beta9p1 -> 4.9.3-beta24peter1995-08-203-9/+77
| |
* | Merge in delta from 4.9.3.b9 -> 4.9.3.b24.peter1995-08-2025-1334/+3478
| | | | | | | | Much of the "-j" merge was clean, except for $Id$ and other trivial changes.
* | This commit was generated by cvs2svn to compensate for changes in r10134,peter1995-08-203-19/+40
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Bind-4.9.3-beta24peter1995-08-2031-1324/+3390
| | | | | | | | | | | | | | | | | | Yes, there will be conflicts on just about every file. There is a significant mainline after the initial import, and the "-j" merge conflicts on the $Id$ lines... Yuck! (These comments apply to the rest of the imports) Obtained from: Paul Vixie <paul@vix.com>
| * This commit was manufactured by cvs2svn to create branch 'VIXIE'.cvs2svn1994-09-226-0/+1282
| |
* | Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-252-3/+3
| | | | | | | | specified in the top level Makefiles.
OpenPOWER on IntegriCloud