Francis Dupont
e94e7f2380
Finished rebased
2016-09-28 16:36:21 +02:00
Thomas Markwalder
9564b4f04c
[master] Removed extraneous expression from omapi socket callback
...
Merges in rt42834.
2016-09-06 15:34:38 -04:00
Shawn Routhier
21f3982ab3
[master] When opening a connection, if the socket can't be bound close it.
2016-07-28 21:11:24 -07:00
Shawn Routhier
10b7683e58
[master] Update dmalloc to use a size_t as an argument
...
Update dmalloc to use a size_t as an argument which will
bring it in line with the call it makes to malloc and
avoid possible truncation.
2016-07-27 10:41:26 -07:00
Thomas Markwalder
9deef2e73e
[master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...
2016-03-04 16:19:27 -05:00
Shawn Routhier
0b209ea5cc
[master] Add patch to limit the value of an fd we accept for a connection.
...
By limiting the highest value we accept for an fd we limit the number
of connections.
2016-03-04 12:16:52 -08:00
Francis Dupont
f704712ed7
Finished merge of t39262 (DHCP build from another directory)
2016-02-09 13:49:00 +01:00
Francis Dupont
e619bd678c
Added an AR configure variable and regen
2016-01-25 15:33:10 +01:00
Thomas Markwalder
cacce092a4
[master] Added make tool and pkg-config tests to configure script
...
Merges in rt40371.
2016-01-07 09:53:39 -05:00
Francis Dupont
a555d1ab9f
Finished merge of rt39210 (--with-libbind fixes) (regen required)
2015-11-17 14:55:09 +01:00
Francis Dupont
2830c40059
regen
2015-11-16 17:31:56 +01:00
Thomas Markwalder
ce29e69574
[master] Fixed memory leask in omapi dereferencing
...
Merges in rt33990.
2015-11-05 07:07:42 -05:00
Shawn Routhier
db1a8f68d6
[master] Update auto files as part of moving docs systems
2015-10-05 22:21:12 +00:00
Thomas Markwalder
743d69375c
[master] LDAP: Pathces, IPv6 support, GSSAPI support
...
Merges in 39056.
2015-07-29 13:32:16 -04:00
Francis Dupont
f2d20b9e7a
regen
2015-04-18 10:08:26 +02:00
Francis Dupont
5a428b2edf
regen
2015-04-17 19:45:51 +02:00
Francis Dupont
0fb9c8a1a2
regen
2015-04-17 14:53:46 +02:00
Francis Dupont
1756c86936
updated (but need regen)
2015-04-17 14:39:24 +02:00
Francis Dupont
6913a589b9
new config option: build ATF stuff from bind [ #38754 ]
2015-04-14 12:44:29 +02:00
Thomas Markwalder
9a111ee803
[master] ATF usage and documentation cleaned up
...
Merges in rt38619
2015-02-14 09:22:11 -05:00
Thomas Markwalder
45adf35cfc
[master] Fixed broken handling of --disable-debug
...
Merges in rt37780.
2015-02-10 07:24:05 -05:00
Thomas Markwalder
1826d2875f
[master] Updated auto-generated files for 4.3.2.pre-beta
2015-01-08 20:37:40 +00:00
Thomas Markwalder
6067cd48da
[master] Set signal action to ingore for SIGPIPE
...
Merges in rt32222.
2014-11-05 07:31:17 -05:00
Thomas Markwalder
3ffc07defb
[master] Addes addtional HMAC TSIG algorithms to DDNS
...
Merges in rt36947
2014-09-08 11:26:57 -04:00
Thomas Markwalder
a07d99bbef
[master] Corrects medium impact issues reported by Coverity.
...
Merges in rt36933
2014-08-28 08:12:30 -04:00
Shawn Routhier
29c6b4f102
[master] Remove unneeded rcsid and sccsid tags
2014-07-16 11:06:11 -07:00
Shawn Routhier
0ab4a71612
[master] Don't halt if we can't set the resovler
...
If we have an issue when trying to determine a resolver from resolv.conf
don't halt the process. Print out a message and let the user handle it.
2014-05-20 19:35:05 -07:00
Shawn Routhier
158a34fb68
[master] Add #ifdefs to allow code to compile if NSUPDATE isn't defined
2014-04-28 15:27:02 -07:00
Shawn Routhier
38c4774a43
[master] Several small patches
...
Tidy up several small tickets
Correct parsing of DUID from config file, previously the LL type
was put in the wrong place in the DUID string.
[ISC-Bugs #20962 ]
Add code to parse "do-forward-updates" as well as "do-forward-update"
[ISC-Bugs #31328 ]
Remove log_priority as it isn't currently used.
[ISC-Bugs #33397 ]
Increase the size of the buffer used for reading interface information.
[ISC-Bugs #34858 ]
2014-04-25 10:50:24 -07:00
Shawn Routhier
edad9be5cd
[master] Remove vix.com and nominum.com
...
Remove old information from copyrights and
man pages.
2014-01-26 10:52:15 -08:00
Shawn Routhier
fef8c6f09c
[master] Update 3rd party licnese issues
...
Instead of duplicating more third-party licenses here in LICENSE
file (there are many), just generically suggest to see the other files.
Per the md5 copyright license agreement, add mention of
required verbatim advertising statement in the release notes and
readme.
In the RELNOTES, I also mention ISC is open source software.
In the README, I added a HISTORY section and placed that
advertising statement there. If the HISTORY section is not wanted,
then remove it and just mention the required verbatim advertising statement.
By the way, some good history is in old READMEs and at
http://hack.org/mc/texts/dhcp-freenix.txt
(but I can't find the official hosted Lemon version of that paper).
Remove the advertising clause from the historical BSD
code copyrighted by The Regents of the University of California.
For details see
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
(To summarize: in 1999, the University said that distributors
are no longer required to acknowledge within advertising and the
paragraph in the license may be deleted.)
2014-01-23 13:28:48 -08:00
Shawn Routhier
7dc4e69ca2
[master] Handle an absent resolv.conf file better
...
Add relnote and update copyright
2014-01-15 19:47:08 -08:00
Mark Andrews
22ceb8bb3a
handle ISC_R_FILENOTFOUND now being returned from irs_resconf_load
2014-01-16 14:25:19 +11:00
Shawn Routhier
4889a646b0
[master] Update log_fatal message to be shorter and point to the web page
2014-01-15 19:02:29 -08:00
Shawn Routhier
61ef216b8d
[master] Add support for user selection of the from address for DDNS transactions
2013-12-11 08:08:42 -08:00
Shawn Routhier
e54ff84f08
-n master Patch for 30461 and update the auto generated files
...
Update the auto genrated files to add the required bind9
libraries
Fix up dhcpctl/Makefile.am to include the isccfg lib
Patch for 30461 to allow the DHCP server to find
the name server to update via the DNS
Conflicts:
2013-12-10 04:03:12 +00:00
Shawn Routhier
0895c955d1
[master] Fix up the gentle shutdown code to handle failover
...
This patch modifies the gentle failover patch to
be cleaner and to handle failover peers better.
2013-11-14 12:55:10 -08:00
Shawn Routhier
47e8308dea
[master]
...
[32692] Signal handlers added: sigint (ctrl-c) and sigterm (default kill)
2013-10-30 13:52:36 -07:00
Shawn Routhier
d7d9c0c7c3
-n [master]
...
Add code to support the standards version of DDNS
2013-10-14 15:53:24 -07:00
Shawn Routhier
08b2d34783
[master]
...
Modify the class and subclass code to allow for dynamic addition and
removal of subclasses. See 27452 for details.
2013-06-05 18:15:49 -07:00
Mark Andrews
dc9d7b08aa
- Silence benign static analysis warnings.
...
[ISC-Bugs #33428 ]
2013-05-15 10:49:54 +10:00
Mark Andrews
a24b9f23d0
- Use newer auto* tool packages and turn on RFC_3542 support on Mac OS.
...
[ISC-Bugs #26303 ]
2013-03-28 17:11:06 +11:00
Shawn Routhier
1e2a127bfe
[master]
...
[rt31231]
Check the status when trying to read from a connection
and don't ask for more if we seem to have a closed
connection.
[ISC-Bugs #31231 ]
2012-11-26 12:14:27 -08:00
Shawn Routhier
0f750c4fb1
[master]
...
[rt23833]
Clean up a number of items identified by the Coverity
static analysis tool. Runs courtesy of Red Hat.
2012-10-16 15:05:24 -07:00
Shawn Routhier
67b2cb451b
[master]
...
Update the memory leakage debug code to work with v6.
2012-09-19 14:27:44 -07:00
Tomek Mrugalski
85c8df6dd0
[master] Merge branch 'rt25901_atf'
...
Conflicts:
configure
2012-08-14 15:20:46 +02:00
Tomek Mrugalski
5fe45d0791
[rt25901_atf] autotool files regenerated
2012-07-02 10:59:47 +02:00
Shawn Routhier
bb9189c30a
Fix up some issues found by static analysis
...
A potential memory leak and NULL dereference in omapi.
The use of a boolean test instead of a bitwise test in dst.
[ISC-Bugs #28941 ]
2012-04-11 15:43:34 +00:00
Tomek Mrugalski
dd9237c309
Fixed many compilation problems ("set, but not used" warnings) for
...
gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588 ]
2012-03-09 11:18:14 +00:00
Tomek Mrugalski
06fb929cbc
Regenerated makefiles and scripts (using aclocal-1.10, autoheader-2.61,
...
automake-1.10 and autoconf-2.61 on docs.lab)
2012-01-31 16:06:53 +00:00