2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 21:18:02 +00:00

291 Commits

Author SHA1 Message Date
Andrei Pavel
a8f6403d1b Merge branch 'isc-master' into config-h 2017-08-17 20:54:15 +03:00
Josh Soref
a90a6ad35c spelling: trailer 2017-07-23 17:00:54 -04:00
Wlodek Wencel
19e0f409d6 [1_2_0] copy right date update in kea-messages.xml 2017-04-28 21:55:31 +02:00
Tomek Mrugalski
8c1630fc05 [master] valgrind script, AUTHORS, ChangeLog updated 2017-04-04 18:02:04 +02:00
Olivier Clavel
aa964794b6 Various Fixes for testing in valgrind
1- Some test names differ from default run_unnittest (e.g bin/dhcpv4/dhcpv4_unittest)

2- For some reason I didn't get, some test do not produce a valgrind.$PID file,
in which case the script exits. Fix this so that it continues.
2017-04-04 17:13:14 +02:00
Francis Dupont
5b018cab7d [master] spelling 2017-01-24 20:32:40 +01:00
Andrei Pavel
083dfcb218 Added #include <config.h> to all .cc files. 2016-12-14 16:15:52 +02:00
Marcin Siodelski
05df64b34c [3161] Pass values by reference as indicated by cpp-check. 2016-09-13 15:51:10 +02:00
Marcin Siodelski
9aa2ab27d1 [3161] Avoid memory leak in the log message compiler. 2016-09-13 14:44:35 +02:00
Wlodek Wencel
099dbc0931 [v1_1_0] Copyright dates update 2016-08-28 22:38:24 +02:00
Tomek Mrugalski
3ee00d7432 [github21] cql_config script added. 2016-06-23 14:36:03 +02:00
Jiri Popelka
8986813825 tools/path_replacer.sh.in: add missing backslashes 2015-12-30 00:11:45 +01:00
Marcin Siodelski
3d18318f68 [4236] Updated copyright dates in all files. 2015-12-16 15:28:44 +01:00
Marcin Siodelski
fe9dd86d20 [4236] Replaced license text in all files containing it. 2015-12-16 13:37:29 +01:00
Francis Dupont
343dbba689 [master] Changed string.h for cstring (cf #4089) 2015-10-28 17:10:01 +01:00
Marcin Siodelski
5880e706cb [master] Merge branch 'trac3977' 2015-10-27 11:19:35 +01:00
Marcin Siodelski
71e4bb1dce [3977] Added system_messages program to .gitignore. 2015-10-21 14:15:24 +02:00
Tomek Mrugalski
aa12ee895f [master] Compilation fix. 2015-10-16 14:57:52 +02:00
Francis Dupont
c4004f8a6d [master] Fixed bare make distcheck 2015-10-16 14:19:39 +02:00
Francis Dupont
a8195310c6 [master] Removed remaining references to system_messages.py 2015-10-16 13:44:05 +02:00
Francis Dupont
0dea9af8ef [master] Finished merge of trac3516 (trac3516) 2015-10-16 13:29:41 +02:00
Francis Dupont
2b96cd134f [3516] Added some comments in processFile() for loop 2015-10-15 14:18:05 +02:00
Francis Dupont
0e62415c26 [3516] Added a cap to DictionaryType 2015-10-15 14:10:35 +02:00
Francis Dupont
a0a929cc69 [3516] Addressed old comments 2015-09-05 19:30:52 +02:00
Francis Dupont
301dc74cdb [3516] Added missing trailing EOL 2015-09-05 09:51:08 +02:00
Thomas Markwalder
c2c8a9087c [3929] pass input file path into mk_cfgrpt.sh
Added required input config report file parameter to
mk_cfgrpt.sh rather than having hard-coded by configure.

This allows cfgrpt/Makefile to pass in the pathname of
the report file it used in its "config_report.cc", as
the input report file.  In other words, we garuantee that
the file we used for change is the same file we generate
the source from.
2015-07-22 15:23:38 -04:00
Thomas Markwalder
7eaa1ec09c [3929] config_report.cc is now generated during src/lib/cfgrpt/Makefile
By generating config_report.cc in the cfgrpt directory Makefile
rather than configure, it can be treated as any other generated
source file, rather than a one-off special case.

Moved cfgrpt directory from bin to lib since it creates a library
rather than an executable.

mk_cfgrpt.sh is now generated by configure from a .in file and

Details:

configure.ac
   removed call to mk_cfgrpts.sh
   added mk_cfgprt.sh to list of files generated by configure

src/bin/Makefile.am
   removed cfgrpt dir

changed cfgrpt directory to lib
    src/bin/d2/Makefile.am
    src/bin/d2/tests/Makefile.am
    src/bin/dhcp4/Makefile.am
    src/bin/dhcp4/tests/Makefile.am
    src/bin/dhcp6/Makefile.am
    src/bin/dhcp6/tests/Makefile.am
    src/bin/lfc/Makefile.am
    src/bin/lfc/tests/Makefile.am
    src/bin/perfdhcp/Makefile.am
    src/bin/perfdhcp/tests/Makefile.am

src/lib/Makefile.am
    added cfgrpt dir

src/lib/cfgrpt/Makefile.am
    changed include dir to be in lib not dir
    added config_report.cc to CLEANFILES
    added config_report.cc to BUILD_SOURCES
    removed config_report.cc from libcfgrpt_la_SOURCES
    added rule for config_report.cc to call mk_cfgrpt.sh
2015-07-22 11:53:35 -04:00
Francis Dupont
255ce4ec2c [3513] Added embedded config.report in binaries 2015-05-17 16:32:28 +02:00
Francis Dupont
741ff09b74 [master] fixed the silly + vs path_replacer.sh issue (#3713) 2015-05-11 16:19:43 +02:00
Jeremy C. Reed
a6a2129b4f increase the copyright year placed in the generate messages documentation 2015-03-31 14:19:45 -07:00
Francis Dupont
ec064f6330 [3516] added/updated Makefiles 2015-02-28 01:37:39 +01:00
Francis Dupont
bef0198b3b [3516] get rid of root (vs file list) and boost libs 2015-02-28 01:05:45 +01:00
Francis Dupont
f2b1aad25d [3516] Added sectioning in both python and c++ system messages tools 2015-02-27 16:47:08 +01:00
Francis Dupont
97abcc443a [trac3516] adding section (checkpoint) 2015-02-27 15:24:03 +01:00
Francis Dupont
638666c9be [trac3516] C++ version of system_messages.py 2015-02-25 18:54:10 +01:00
Marcin Siodelski
117561c3ad [3534] Fixed generation of the default Kea configuration file. 2014-09-01 21:41:09 +02:00
Tomek Mrugalski
f61c800059 [3509] Changes after review:
- changelog entry type changed
 - tools/README updated
2014-08-19 20:36:36 +02:00
Tomek Mrugalski
77f23c2b70 [3509] query_cmp removed. 2014-08-14 14:59:58 +02:00
Jeremy C. Reed
7dfa7561c4 fix script that creates log messages HTML to say Kea instead of BIND 10 2014-08-11 20:12:48 +00:00
Tomek Mrugalski
2328590364 [3427] Changes after review:
- errors printed to stderr in dhcp4,dhcp6 main() function
 - path_replacer.sh is now better documented
2014-08-08 18:17:36 +02:00
Tomek Mrugalski
23cff9eb85 [3427] path_replacer.sh added 2014-08-08 12:57:20 +02:00
Jeremy C. Reed
5f5dfa25b2 [master] increase copyright year for the generated messages documentation
(maybe this should be automatically set to current year)
2014-04-08 12:38:18 -05:00
Jeremy C. Reed
1032577a33 [master] fix typo/misspelling in comment
trivial, no review
2013-04-04 08:00:32 -05:00
Jeremy C. Reed
6ae0d625f0 [master] many misspelling and typo fixes
reviewed by jelte via jabber.

Changes some log message descriptions and some
function arguments and some output.
2013-03-06 08:41:51 -06:00
Jeremy C. Reed
a3a6e38638 [master] update copyright year in guide and messages manual
Update copyright year for guide.

Update copyright year for messages manual.
Also remove the paragraph introducing bind10 from the messages manual
(it was incomplete, so misleading).
These were in the script)

This is trivial, so no review.
2013-02-14 12:43:45 -06:00
JINMEI Tatuya
d985d0dde4 [1866] remove '()' from RCode/Opcode.XXX constants, making all tests pass now 2013-01-28 20:55:05 -08:00
Tomek Mrugalski
d05c011857 Merge branch 'trac1541' 2012-03-15 12:00:59 +01:00
JINMEI Tatuya
9c8dd4effe [1541] a bit more style fixes: fold long lines, spacing 2012-03-14 13:47:51 -07:00
Tomek Mrugalski
aa72029e21 [1541] Changes after review:
- added comments
- script now uses OptionParser for command line options
- unnecessary code removed
- several coding style improvements
2012-03-14 15:54:42 +01:00
JINMEI Tatuya
64caf0ab35 [1541] trivial cleanup: removed unnecessary EOL semilcolons. 2012-03-06 21:13:52 -08:00