summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Remove trailing whitespace.rgrimes1995-05-3034-306/+306
| |
* | Fix nested comments for -Wcomment warnings.rgrimes1995-05-091-12/+12
| |
* | Put $Id$ on all of these.rgrimes1995-05-033-8/+25
| | | | | | | | | | | | | | | | | | | | | | | | Correct Makefile so that we build during all: and only install for make install. If /etc/sysconfig exists source it to get the flags for restarting named with. If /etc/sysconfig says no named runs, don't try to start one. Don't attempt to kill anything if we can not find the named.pid file. Reviewed by: Nickolay N. Dudorov <nnd@gw.itfs.nsk.su>
* | Convert from using old root.cache to new named.rootrgrimes1995-03-231-4/+4
| |
* | More updates to the manual pages. Used also the unknown macro.ats1994-11-192-7/+7
| | | | | | | | Also install the named-xfer manual page, when we have it in the source.
* | More updates to the manual pages. Used also the unknown macro.ats1994-11-192-7/+7
| |
* | Correct the named manpage that has some macros in it, that our man systemats1994-11-191-8/+8
| | | | | | | | doesn't understand.
* | Enable new bind utilities.pst1994-09-263-5/+5
| |
* | Port BIND to FreeBSD.pst1994-09-2221-18/+1458
|/
* NAMED from BIND 4.9.3 BETA9 pl1 (no local changes)pst1994-09-2238-0/+18802
OpenPOWER on IntegriCloud