summaryrefslogtreecommitdiffstats
path: root/tools/extract_bnf.sh.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-26[#3550] AC_PROG_LN_S and ChangeLog entryAndrei Pavel2-0/+6
2024-08-26[#3549] bump up library versions for 2.7.2 releaseRazvan Becheriu12-12/+17
2024-08-22[#1945] fix building docs from tarballAndrei Pavel3-6/+14
- Move tools/* EXTRA_DISTs inside tools/Makefile.am because that's where they belong. - Add check-messages.py to EXTRA_DIST in tools/Makefile.am to allow someone who downloads the tarball to regenerate the entire message documentation just like before. - Add debug-messages.rst and kea-messages.rst to the tarball so that they are not forced to use check-messages.py to regenerate message documentation. - Add singlehtml to all rule. It is the only type of docs that are not built by default.
2024-08-22[#3496] Extra changes by RazvanFrancis Dupont1-1/+3
2024-08-22[#3496] Removed the dubious line of codeFrancis Dupont1-1/+0
2024-08-22[#3487] Added unsetenv code in fixtureFrancis Dupont1-3/+17
2024-08-22[#3513] address reviewAndrei Pavel9-57/+111
- fix documentation - show null on system-time and clock-skew when uninitialized - add UT CommunicationStateTest.getReportWithClockSkewTest
2024-08-22[#3513] add ChangeLog entryAndrei Pavel1-0/+7
2024-08-22[#3513] adapt unit tests to HA clock skew in status-getAndrei Pavel6-18/+145
2024-08-22[#3513] add HA clock skew to status-getAndrei Pavel5-26/+87
2024-08-22Update release_checklist.md with changes resulting from move away from SFVicky Risk1-1/+1
2024-08-22[#1945] address reviewAndrei Pavel4-13/+29
- add DBGLVL_TRACE_MAX - generate debug-messages.rst automatically on make -C doc/sphinx
2024-08-22[#1945] address reviewAndrei Pavel10-19/+37
- generate kea-messages.rst automatically on make -C doc/sphinx - add disclaimer header that debug-messages.rst and kea-messages.rst are generated - minor changes to debug level variable names - do not write section "Messages printed" in tools/check-messages.py if there are no messages
2024-08-22[#1945] add ChangeLog entryAndrei Pavel1-0/+10
2024-08-22[#1945] default to determining list of files automatically in api2doc.py and ↵Andrei Pavel3-11/+29
mes2doc.py
2024-08-22[#1945] generate kea-messages.rst a prioriAndrei Pavel4-9/+25704
This allows us to document premium messages in the public ARM without having to hand out a copy of the premium sources to readthedocs.
2024-08-22[#1945] fix debuglevel exception being shadowed by another exceptionAndrei Pavel1-3/+3
"stringValue() called on non-string Element" was being shown instead of "Unsupported debuglevel value 100, expected 0-99".
2024-08-22[#1945] add missing definition for level 70: DBGLVL_TRACE_ALLAndrei Pavel3-16/+20
This way, all debug levels used are in src/lib/log/log_dbglevels.* And no algebra is used in determining a log level as was the case in: ``` const int DBG_ALL = DBGLVL_TRACE_DETAIL + 20; ```
2024-08-22[#1945] add ARM section for debug messages indexed by log levelAndrei Pavel3-0/+1262
2024-08-22[#1945] add missing messages and premium messages to the ARMAndrei Pavel4-40/+89
Apart from premium, messages from these files were missing: - perfmon_messages.mes - pgsql_cb_messages.mes - run_script_messages.mes - fuzz_messages.mes
2024-08-22[#1945] minor fix in ARM: removed extraneous backquotesAndrei Pavel1-1/+1
2024-08-22[#1945] fix check-messages.py on looking at test filesAndrei Pavel2-6/+7
2024-08-22[#1945] log EVAL_RESULT messages only at debug levelAndrei Pavel16-62/+88
- Split the 15 occurrences of EVAL_RESULT into one message for each log call in code. - Log all these messages only on debug level 50. - Remove bad practice `catch (...)` and the message logged on that if-branch.
2024-08-22[#1945] take premium exhonerated duplicate messages into accountAndrei Pavel1-6/+11
This makes it easier to run `./tools/check-messages.py` to correctly assess the state of messages while developing Kea without having to remove the premium directory.
2024-08-22[#1945] minor: add +x permission to reorder_message_file.pyAndrei Pavel1-0/+2
2024-08-22[#3524] add stamp-h* to gitignoreAndrei Pavel1-1/+1
Under some unknown conditions, you can get `stamp-h2`, and it probably keeps incrementing.
2024-08-22[#3524] unrelated, but missed in #3522: add changelog.dox to tarballAndrei Pavel1-1/+2
2024-08-22[#3524] workaround for silent rules being ignored in automake 1.17Andrei Pavel6-10/+10
Also remove all the few other trailing `dnl`s just to be safe.
2024-08-22[#3483] Added a ChangeLog entryFrancis Dupont1-0/+7
2024-08-22[#3483] Address the commentFrancis Dupont1-1/+1
2024-08-22[#3483] Updated RBAC docFrancis Dupont4-13/+20
2024-08-22[#3483] Renamed CA calloutsFrancis Dupont4-27/+29
2024-08-22[#1764] Address commentsFrancis Dupont4-4/+4
2024-08-22[#1764] More shared serverFrancis Dupont3-578/+357
2024-08-22[#1764] Shared serverFrancis Dupont4-751/+429
2024-08-22[#1764] Shared clientFrancis Dupont4-1901/+1043
2024-08-22[#1764] Shared http and tlsFrancis Dupont8-499/+315
2024-08-22[#1764] Shared common settingFrancis Dupont6-835/+1018
2024-08-22[#3547] hammer.py: wait for start-stop-daemon/mysqld_safe to exitAndrei Pavel1-0/+11
Attempt to fix `start-stop-daemon: /usr/bin/mysqld_safe is already running`
2024-08-21[#3502] Added a ChangeLog entryFrancis Dupont1-0/+5
2024-08-21[#3502] Additional updatesFrancis Dupont4-6/+42
2024-08-21[#3502] Addressed commentsFrancis Dupont9-410/+410
2024-08-21[#3502] Updated misc UTsFrancis Dupont1-1/+1
2024-08-21[#3502] Regen flex/bisonFrancis Dupont2-176/+176
2024-08-21[#3502] Checkpoint before final regenFrancis Dupont3-15/+25
2024-08-21[#3502] Regen flex/bisonFrancis Dupont3-424/+483
2024-08-21[#3502] Checkpoint before regenFrancis Dupont6-89/+211
2024-08-21[#3502] Regen flex/bisonFrancis Dupont4-755/+864
2024-08-21[#3502] Checkpoint: changed strict- by sFrancis Dupont4-14/+173
2024-08-21[#3502] Checkpoint: add strict-* syntaxFrancis Dupont3-0/+27