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

220 Commits

Author SHA1 Message Date
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
Jeremy C. Reed
66600c431f [master] update copyright 2012-01-18 08:28:48 -06:00
Tomek Mrugalski
803c513e70 [1541] Comment about pruning remote origin added. 2012-01-11 18:07:20 +01:00
Tomek Mrugalski
f59f3629b1 [1541] git-obsolete-branch.py script improved:
- added command-line switches
- csv and human readable output are now better formed
- added copyright
2012-01-11 17:13:15 +01:00
Tomek Mrugalski
2e14ad5917 [1541] Initial version of git-obsolete-branch.py added. 2012-01-04 18:45:48 +01:00
JINMEI Tatuya
f3db2f5329 [master] used python3 version of print for reorder_message_file.py.
trivial, okayed on jabber.
2011-12-15 11:03:17 -08:00
Stephen Morris
52802deb18 [1198] Changes as a result of review 2011-12-07 16:26:47 +00:00
JINMEI Tatuya
0c0e8938a3 [1198] a minor style fix: removed unnecessary semicolon. 2011-12-01 13:35:01 -08:00
JINMEI Tatuya
614e0ed92f [1198] cleanup: removed white spaces at EOLs 2011-11-28 22:32:54 -08:00
Stephen Morris
1bad76a6ab [1198] Add reordered message file and utility to do this
Added utility to put messages in a message file into alphabetical
order and, for ease of further editing, the data source message file
in alphabetical order.
2011-11-25 16:43:41 +00:00
Jeremy C. Reed
0a836aa297 [master] add a comment to not edit this xml file.
As briefly mentioned in jabber.
2011-06-30 10:37:50 -05:00
Jeremy C. Reed
52adf933c0 [trac1012] remove blank line from end of generated XML
This is so my commit hook didn't fail when I tried to commit
the bind10-messages.xml.
2011-06-24 12:01:09 -05:00
Jeremy C. Reed
e3fa282a59 [trac1012] remove comma between ID and message text in XML output 2011-06-24 11:41:10 -05:00
Jeremy C. Reed
58df861a26 [trac1012] minor grammar, remove comma in format, refer to Guide. 2011-06-24 11:32:54 -05:00
Jeremy C. Reed
77e3f8cf3f [trac1012] add "id" to the xml varlistentry which results in HTML anchor
stephen suggested in jabber
stephen okayed in jabber

example:
http://bind10.isc.org/docs/bind10-messages.html#DATASRC_QUERY_REF_FAIL
2011-06-24 11:24:59 -05:00
Stephen Morris
c1ebc31d07 [trac1012] Adadpted the program to output DocBook XML 2011-06-15 16:24:08 +01:00
Stephen Morris
ad3f4a5e40 [trac1012] Add facility to create system messages manual 2011-06-15 15:19:05 +01:00
qiaojing
c20ca24405 [trac609] 2011-04-12 14:42:29 +08:00
Michal 'vorner' Vaner
8053d85447 Merge branch 'work/valgrind' 2011-03-02 20:43:37 +01:00
Michal 'vorner' Vaner
5d246e92ae [trac614] Remove bashisms 2011-03-02 15:16:31 +01:00
Michal 'vorner' Vaner
ae0b20c57c [trac614] Comments 2011-03-02 13:32:29 +01:00
Michal 'vorner' Vaner
f9152fae80 [trac614] More portable valgrind flags 2011-03-02 13:20:33 +01:00