2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
Commit Graph

15483 Commits

Author SHA1 Message Date
Jelte Jansen
d1ae5b1575 [master] Fix cmdctl pem and csv file installation
They were installed twice (to /etc and to /share, removed the latter)
Also, the generated .pem files were included in the tarball, while they should be generated during the build process
2013-02-04 23:18:42 +01:00
JINMEI Tatuya
3188ee1246 [1866] revise generate_typeclasscode without using temporary text variables.
wouldn't matter for the usage of this script, but this should be slightly
more efficient.
2013-02-04 14:11:34 -08:00
JINMEI Tatuya
076dad2aad [1866] removed more now-removed files from Makefile.am. 2013-02-04 13:23:49 -08:00
JINMEI Tatuya
cb95ae3f17 [1866] remove dummy text files from makefile 2013-02-04 11:50:05 -08:00
JINMEI Tatuya
f07dbb5971 [1866] updated the gen script so it generates types/classes correctly. 2013-02-04 11:49:36 -08:00
JINMEI Tatuya
b1f09a9676 [1866] list all meta/not-yet-supported RR types and classes in the gen script
that's probably simpler than using dummy files and directories.
2013-02-04 11:15:05 -08:00
JINMEI Tatuya
db90d30b97 [1866] removed unnecessary file 2013-02-04 11:02:14 -08:00
JINMEI Tatuya
9a7c7bf669 [1866] corrected some regexp's: make sure it matches '.' before file suffixes. 2013-02-04 10:49:09 -08:00
JINMEI Tatuya
8b84c4beb4 [2617] added comments about restrictions on run_kqueue/poller. 2013-02-04 09:25:14 -08:00
Jelte Jansen
2dffde2cef [1901] Rename source file for b10-init to init.py 2013-02-04 18:13:54 +01:00
Michal 'vorner' Vaner
7377c385cd [1924] Use the constants in default parameters too 2013-02-04 17:14:23 +01:00
Michal 'vorner' Vaner
8adef6491e [1924] Use the constants in the process_command_send 2013-02-04 17:08:36 +01:00
Michal 'vorner' Vaner
f88b485191 [1924] Change the order of dirs
So the generated file is really generated before it is used.
2013-02-04 17:52:06 +01:00
Michal 'vorner' Vaner
8a33e4abf4 [1924] Use the constants in python group_sendmsg 2013-02-04 17:48:55 +01:00
Michal 'vorner' Vaner
efb422b40e [1924] (minor) Fix copyright year 2013-02-04 17:43:57 +01:00
Michal 'vorner' Vaner
6f514c3a7c [1924] Generate the common_defs.h header too 2013-02-04 17:42:58 +01:00
Michal 'vorner' Vaner
6dab65b159 [1924] Use constants when building CC message in C++
Use the newly introduced constants in the group_sendmsg method. Other
methods still need to be ported, but leaving that to other ticket.
2013-02-04 17:21:48 +01:00
Michal 'vorner' Vaner
a8f2c7a54e [1924] Generate the python version of constant defs
Generate it from the .cc file, so the are the same.
2013-02-04 16:59:36 +01:00
Michal 'vorner' Vaner
8ea6b0f1c2 [1924] Create a file for common protocol constants
This should be included and used from whatever libraries and programs
that talk to other bind10 programs. It allows defining constants shared
across the protocol.
2013-02-04 16:10:28 +01:00
Jelte Jansen
19a4de9fd0 [1901] Update version of lettuce test configs 2013-02-04 15:41:42 +01:00
Jelte Jansen
8404133f0a [1901] Update manpages, log on certain update warnings
Second part of review as found in http://bind10.isc.org/ticket/1901#comment:11
2013-02-04 15:12:10 +01:00
Jelte Jansen
10d6323616 [1901] Fix run script, add manpage, revert ChangeLog
According to the first part of the review in http://bind10.isc.org/ticket/1901#comment:11
2013-02-04 12:53:25 +01:00
Yoshitaka Aharen
a6a1bf6c90 [2157] fix for 1c470ce was incomplete 2013-02-04 12:29:32 +09:00
Yoshitaka Aharen
2af2991a8d [2157] add a note for TSIG and opcode to b10-auth man page 2013-02-04 11:08:57 +09:00
Yoshitaka Aharen
1c470ce952 [2157] address occasional lettuce failure: add reply check for getstats command 2013-02-04 11:04:13 +09:00
JINMEI Tatuya
f95627b501 [1901] fixed indentation 2013-02-01 20:27:58 -08:00
JINMEI Tatuya
93b27668a1 [2157] editorial: removed space in a blank line. 2013-02-01 19:47:12 -08:00
JINMEI Tatuya
5b479207c8 [2157] editorial: unify two short lines 2013-02-01 19:43:55 -08:00
JINMEI Tatuya
2eeab2ebf0 [1725] disable sockcreator udp6_reate test on solaris 2.10 as OS is broken. 2013-02-01 19:22:52 -08:00
Yoshitaka Aharen
9430b068dd [2157] fix opcode handling and added some documentation 2013-02-02 11:53:08 +09:00
JINMEI Tatuya
f6959cc20c [1924] constify 2013-02-01 18:41:19 -08:00
Yoshitaka Aharen
cddeabfcf7 [2157] make opcode a reference 2013-02-02 11:03:18 +09:00
Yoshitaka Aharen
ba2d4df266 [2157] correct method naming of MessageAttributes 2013-02-02 10:56:43 +09:00
JINMEI Tatuya
dfee1cf2ea [1924] added blnak lines between method declarations for readability. 2013-02-01 15:37:00 -08:00
JINMEI Tatuya
8eb3dbe543 [master] use temp vars for SunStudio incapable of type matching with template.
committing at my discretion.
2013-02-01 15:20:27 -08:00
JINMEI Tatuya
7411072928 [2617] more editorial fix; remove unnecessary quote, use double-quote for """ 2013-02-01 08:12:32 -08:00
Jelte Jansen
4c56f4c81c [1901] rely on set path for calling b10-init 2013-02-01 14:40:28 +01:00
Jelte Jansen
ddfbc7fa1c [1901] Remove b10-init from sbin (was already in libexec) 2013-02-01 14:33:50 +01:00
Mukund Sivaraman
fbb78097f3 [master] Avoid static init fiasco in libdns++ unittests due to merge of #2390, #2656 2013-02-01 19:02:32 +05:30
Jelte Jansen
a85aff6a94 [1901] small style fixes 2013-02-01 14:31:00 +01:00
Jelte Jansen
476b3eff54 [1901] Auto-update to new config (Init instead of Boss) 2013-02-01 12:35:42 +01:00
Mukund Sivaraman
94df9fad7d [master] Update ChangeLog for #2390 and #2656 2013-02-01 16:09:31 +05:30
Mukund Sivaraman
5a0d055137 Merge branch 'master' into trac2656_2 2013-02-01 16:08:01 +05:30
Mukund Sivaraman
a01569277c Merge branch 'master' into trac2390_2 2013-02-01 15:59:55 +05:30
Jelte Jansen
6aa1c3cc7d [1901] Some more Bob replacements 2013-02-01 11:10:49 +01:00
Jelte Jansen
bd93846c0d [1901] Rename bob and BoB as well 2013-02-01 10:47:04 +01:00
JINMEI Tatuya
78b66fd894 [2659] updated the behavior for empty name derived from opt-out nsec3.
it now returns the closest provable encloser proof as described in
RFC 5155 errata 3441, instead of returning SERVFAIL.  test case was
adjusted and test was renamed to explain the intent more correctly.
2013-01-31 20:19:54 -08:00
JINMEI Tatuya
a272beeb91 [2659] unrelated editorial fix: update the code comment to match impl.
the mock zone finder is now actually smart enough to support empty non
terminals.
2013-01-31 19:48:48 -08:00
JINMEI Tatuya
0b249de43a [2659] update nxrrsetMissingNSEC3 test using actual test RRs, not dynamic ones.
this made the test work for other actual (non-mock) data sources, so it's
enabled for them too.  no behavior change yet.
2013-01-31 19:47:48 -08:00
JINMEI Tatuya
00116a66e0 [2659] unrelated editorial fix: updated the comment to match the actual data. 2013-01-31 19:46:56 -08:00