Mark Andrews
0c27b3fe77
4401. [misc] Change LICENSE to MPL 2.0.
2016-06-27 14:56:38 +10:00
Evan Hunt
f02c22d58a
[master] add uname data to named -V
...
4308. [func] Added operating system details to "named -V"
output. [RT #41452 ]
2016-01-30 11:06:58 -08:00
Tinderbox User
811acf52b8
update copyright notice / whitespace
2015-03-04 23:45:21 +00:00
Mark Andrews
d869bc7685
address -Wshaddow of lockfile
2015-03-04 13:49:48 +11:00
Evan Hunt
7ae96d8823
[master] add "lock-file" and fix up singleton code
...
4080. [func] Completed change #4022 , adding a "lock-file" option
to named.conf to override the default lock file,
in addition to the "named -X <filename>" command
line option. Setting the lock file to "none"
using either method disables the check completely.
[RT #37908 ]
2015-03-02 19:27:54 -08:00
Mukund Sivaraman
47d837a499
Make named a singleton process [RT#37908]
...
Conflicts:
bin/tests/system/conf.sh.in
lib/dns/win32/libdns.def.in
lib/isc/win32/file.c
The merge also needed to update files in legacy and tcp system tests
(newly introduced in master after branch was created) to introduce use
of lockfile.
2014-12-18 12:31:25 +05:30
Evan Hunt
b454c03196
[master] use ANSI prototypes, clean up some casts
2014-03-04 10:42:25 -08:00
Tinderbox User
3fd910dec5
update copyright notice
2014-02-17 23:46:29 +00:00
Mark Andrews
5114325978
3742. [port] linux: libcap support: curval was used before it
...
was declared. [RT #35387 ]
2014-02-18 00:27:15 +11:00
Mark Andrews
7433a204d3
3658. [port] linux: Address platform specific compilation issue
...
when libcap-devel is installed. [RT #34838 ]
2013-09-26 15:26:43 +10:00
Tinderbox User
dbd8673fa0
update copyright notice
2013-07-11 23:46:13 +00:00
Evan Hunt
c174d5c13c
[master] portability fix
...
3614. [port] Check for <linux/types.h>. [RT #34162 ]
2013-07-10 20:44:58 -07:00
Mark Andrews
88c63fe9c7
3039. [bug] Save and restore the gid when creating creating
...
named.pid at startup. [RT #23290 ]
2011-03-02 00:02:54 +00:00
Automatic Updater
b01d422daf
update copyright notice
2011-02-21 23:47:45 +00:00
Mark Andrews
a360461b34
check for snprintf failure
2011-02-21 07:14:43 +00:00
Automatic Updater
33cc94f04c
update copyright notice
2010-11-17 23:47:09 +00:00
Mark Andrews
cd9d825a71
remove accidental commit
2010-11-16 05:38:31 +00:00
Mark Andrews
f85281de08
check for snprintf failure
2010-11-16 00:47:48 +00:00
Mark Andrews
de3200acf4
silence format warnings: treat uid/gid as longs when printing
2009-08-13 07:04:38 +00:00
Evan Hunt
3a87540047
2644. [bug] Change #2628 caused a regression on some systems;
...
named was unable to write the PID file and would
fail on startup. [RT #20001 ]
2009-08-05 17:35:33 +00:00
Mark Andrews
fb8db7fc3f
2631. [bug] Handle "//", "/./" and "/../" in mkdirpath().
...
[RT #19926 ]
2009-07-15 00:36:37 +00:00
Automatic Updater
3e12c54de2
update copyright notice
2009-07-14 23:47:54 +00:00
Evan Hunt
38cd4d14cc
2629. [port] Check for seteuid()/setegid(), use setresuid()/
...
setresgid() if not present. [RT #19932 ]
2009-07-14 22:39:30 +00:00
Mark Andrews
a4463732ad
2628. [port] linux: Allow /var/run/named/named.pid to be opened
...
at startup with reduced capabilities in operation.
[RT #19884 ]
2009-07-14 05:15:00 +00:00
Mark Andrews
dfa3ca995c
2568. [bug] Report when the write to indicate a otherwise
...
successful start fails. [RT #19360 ]
2009-03-02 03:08:22 +00:00
Automatic Updater
bf33eb0b52
update copyright notice
2009-02-16 23:48:04 +00:00
Mark Andrews
8f196ee82b
2558. [func] Set the ownership of missing directories created
...
for pid-file if -u has been specified on the command
line. [RT #19328 ]
2009-02-16 05:08:43 +00:00
Mark Andrews
e502b133d6
2556. [cleanup] PCI compliance:
...
* new libisc log module file
* isc_dir_chroot() now also changes the working
directory to "/".
* additional INSISTs
* additional logging when files can't be removed.
2009-02-16 02:01:16 +00:00
Mark Andrews
598da901ab
2555. [port] Solaris: mkdir(2) on tmpfs filesystems does not do the
...
error checks in the correct order resulting in the
wrong error code sometimes being returned. [RT #19249 ]
2009-02-16 00:13:02 +00:00
Mark Andrews
9935447b51
2503. [port] linux: improve compatibility with Linux Standard
...
Base. [RT #18793 ]
2008-12-01 03:53:32 +00:00
Mark Andrews
ef4eed2a2a
2493. [bug] The linux capabilites code was not correctly cleaning
...
up after itself. [RT #18767 ]
2008-11-14 05:08:48 +00:00
Mark Andrews
f6f1672b4e
2486. [func] The default locations for named.pid and lwresd.pid
...
are now /var/run/named/named.pid and
/var/run/lwresd/lwresd.pid respectively.
This allows the owner of the containing directory
to be set, for "named -u" support, and allows there
to be a permanent symbolic link in the path, for
"named -t" support. [RT #18306 ]
2008-11-06 05:30:24 +00:00
Automatic Updater
be40453080
update copyright notice
2008-10-24 01:44:48 +00:00
Mark Andrews
6d54a6fc18
2473. [port] linux: raise the limit on open files to the possible
...
maximum value before spawning threads; 'files'
specified in named.conf doesn't seem to work with
threads as expected. [RT #18784 ]
2008-10-24 01:24:54 +00:00
Mark Andrews
88674be665
2464. [port] linux: check that a capability is present before
...
trying to set it. [RT #18135 ]
2008-10-15 05:00:57 +00:00
Evan Hunt
0415ca35ad
Linux: use libcap for capability management if possible. [RT# 18026]
2008-05-06 01:31:11 +00:00
Mark Andrews
dc2a0aa7aa
2325. [port] Linux: use capset() function if available. [RT #17557 ]
2008-01-30 04:50:00 +00:00
Automatic Updater
2f012d936b
update copyright notice
2008-01-18 23:46:58 +00:00
Automatic Updater
72d6be2c11
update copyright notice
2008-01-09 23:47:00 +00:00
Mark Andrews
f61a7c87bf
2292. [bug] Log if the working directory is not writable.
...
[RT #17312 ]
2291. [bug] PR_SET_DUMPABLE may be set too late. Also report
failure to set PR_SET_DUMPABLE. [RT #17312 ]
2008-01-09 04:48:33 +00:00
Automatic Updater
70e5a7403f
update copyright notice
2007-06-19 23:47:24 +00:00
Automatic Updater
ec5347e2c7
update copyright notice
2007-06-18 23:47:57 +00:00
Mark Andrews
e0fe05b5ae
update copyright notice
2006-02-03 23:51:39 +00:00
Mark Andrews
d53520b78d
1979. [port] linux: allow named to drop core after changing
...
user ids. [RT #15753 ]
2006-02-02 23:33:21 +00:00
Mark Andrews
bb99a72b21
1838. [cleanup] Don't allow Linux capabilities to be inherited.
...
[RT #13707 ]
2005-05-20 01:37:03 +00:00
Rob Austein
ab023a6556
1851. [doc] Doxygen comment markup. [RT #11398 ]
2005-04-27 04:57:32 +00:00
Mark Andrews
c651f15b30
1849. [doc] All forms of the man pages (docbook, man, html) should
...
have consistant copyright dates.
2005-04-07 03:50:05 +00:00
Mark Andrews
f754fa97bc
1848. [bug] Improve SMF integration. [RT #13238 ]
2005-04-05 00:58:16 +00:00
Mark Andrews
31a71adf14
1725. [port] linux: update error message on interaction of threads,
...
capabilities and setuid support (named -u). [RT #12541 ]
2004-10-07 02:33:31 +00:00
Mark Andrews
2c329da87c
1733. [bug] Return non-zero exit status on initial load failure.
...
[RT #12658 ]
2004-09-29 06:45:38 +00:00