2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 04:27:46 +00:00

1205 Commits

Author SHA1 Message Date
Shawn Routhier
cf14d0d21c [master] Merge branch 'trac4480'
Add debug statements to the classification code
2016-06-01 22:42:36 -07:00
Thomas Markwalder
4014fb39a6 [4480] Fixed a few typos
Minor corrections to doc/guide/classify.xml
2016-06-01 09:08:44 -04:00
Shawn Routhier
cf62ec17c8 [trac4480] Update per review comments
Create a LogContentTest class and move the functions to manipulate
a test to check on the log output there.  This will make it available
for other tests in the future.  As part of this bundle a bit more
work into the class to minimze the calls in the test routines.

Where reasonable remove extra copys of the values being pushed
onto the stack - instead of generating a copy just for the logging
simply use the value from the top of the stack directly.

Swtich to using single quotes around text values.

Added some more description in the classify document
2016-05-26 21:36:36 -07:00
Shawn Routhier
b8b931c501 [4480] Add debug logging for evaluation of classification expressions
This patch adds a set of log messages to indicate what values are
being popped from or pushed to the classification value stack.  This
is meant to be used by an administrator when debugging the expression
statements.
2016-05-19 21:56:18 -07:00
Stephen Morris
4b7e67a38f [3164] Add changes suggested by review
Change the connection timeout parameter from an "int" to an "unsigned
int". Update the checks to allow for lexical_cast not throwing an
exception when converting a string representing a negative number
to an unsigned int.
2016-05-19 14:38:19 +01:00
Thomas Markwalder
0808c821e1 [3164] Updated kea-admin copyright date 2016-05-13 08:06:00 -04:00
Stephen Morris
1c8946db70 [3164] Correct a typo in the user guide 2016-05-12 19:30:51 +01:00
Stephen Morris
0b070124ab [3164] The database connection timeout is now a configurable parameter
In addition, the default has been changed to five seconds.
2016-05-11 20:40:25 +01:00
Tomek Mrugalski
d67528d056 [master] Corrections in the config examples. 2016-05-11 14:19:04 +02:00
Tomek Mrugalski
f45d0b5d29 [master] Merge branch 'trac4297' (hook libs can now take parameters) 2016-05-02 16:42:14 +02:00
Francis Dupont
e95f32ebf7 [master] Finish merge of trac4268a (DHCPv4 fields) 2016-04-27 13:32:59 +02:00
Shawn Routhier
0b30f90dd6 [trac4268] Tidy up some documentation strings 2016-04-25 22:39:03 -07:00
Francis Dupont
777a9979a2 [4268a] Fixes and cleanups 2016-04-25 16:57:39 +02:00
Francis Dupont
f093418dd9 [4268a] untabify 2016-04-25 16:43:08 +02:00
Francis Dupont
18542d6e6e [4268a] Added extracted field lengthes 2016-04-25 16:28:20 +02:00
Shawn Routhier
48be5f5cea Merge branch 'trac4269' Merge 4269 after updates to fix conflicts 2016-04-15 03:45:08 +00:00
Shawn Routhier
75063d9b41 [trac4269] Update to put 4 byte strings on the value stack for integers 2016-04-07 23:05:50 -07:00
Thomas Markwalder
45e56d7aa0 [master] DDNS parameter, replace-client-name, now supports multiple modes
Merges in trac4259.
2016-04-07 07:09:59 -04:00
Thomas Markwalder
0c3f04e8df [4259] Address review comments, part II
Fixed minor typos.
2016-04-07 07:05:13 -04:00
Thomas Markwalder
773659ff23 [4259] Addressed review comments
Moved string/enum conversion functions inside D2ClientConfig

    Changed underscores to hypens in replace-client-name values and changed
    all literal values to lower case.

    Fixed minor wording issues in admin guide and new log messages.

    Added commentary and extra error logging to unit tests

    Added test case for invalid value of replace-client-name
2016-04-06 11:41:38 -04:00
Shawn Routhier
7e468146f1 [trac4265] Add test code, tidy up main code 2016-04-04 10:30:10 -07:00
Thomas Markwalder
fe77538dc4 [4259] Updated admin guide and spec files
Revamped discussion of FQDN name generation and use of the
    replace-client-name parameter in the v4 and v6 guides.
2016-04-04 07:24:16 -04:00
Francis Dupont
c5d6c1a644 [4268a] Updated rebased doc 2016-03-23 14:50:23 +01:00
Shawn Routhier
2a01de22f2 [trac4269] Add documentation and test for handling pkt4 as input 2016-03-21 22:56:07 -07:00
Francis Dupont
7917d94e55 [master] Finished merge of trac4232a (IP address literal) 2016-03-18 11:04:02 +01:00
Shawn Routhier
f9e7a27420 [trac4232a] Typo in the classify text 2016-03-16 12:13:12 -07:00
Francis Dupont
55e3be088c [4232a] Addressed comments 2016-03-16 14:09:39 +01:00
Tomek Mrugalski
7cd38aa7bf [4297] User's Guide corrected 2016-03-15 11:24:59 +01:00
Tomek Mrugalski
e6f3b958ec [4297] User's Guide updated. 2016-03-15 10:48:03 +01:00
Francis Dupont
132d389bf8 [4313] Improved relay4[code].exists comment 2016-03-10 15:27:16 +01:00
Francis Dupont
4fa68092d1 [4313] Explained relay4 shares option representation types 2016-03-10 14:53:29 +01:00
Francis Dupont
5da6c27a83 [4232a] Updated doc 2016-02-27 15:43:22 +01:00
Francis Dupont
984e64127b [master] Merged trac4286 (missing simple standard DHCPv4 options) 2016-02-25 13:09:10 +01:00
Francis Dupont
6337851d3f [master] relay -> relay4 in classify doc 2016-02-19 17:24:45 +01:00
Francis Dupont
eec10b436b [master] Merged trac4233 (new concat string function to classification expression) 2016-02-19 17:21:36 +01:00
Francis Dupont
8e01dbe2fe [master] Finished merge of trac4231 (new boolean operators) 2016-02-19 16:53:05 +01:00
Francis Dupont
0c554b2287 [4231] Improved parenthesis doc 2016-02-16 09:44:14 +01:00
Francis Dupont
2cc2e7e0eb [4231] Added doc 2016-02-15 17:10:09 +01:00
Shawn Routhier
5439a449f4 [trac4264] Fix some typos in the comments and docs 2016-02-10 21:29:57 -08:00
Tomek Mrugalski
6325cf1aef [4264] relay[123].hex token implemented. 2016-02-02 23:17:22 +01:00
Francis Dupont
1ee84b3460 [4286] Added definitions in guide 2016-01-28 14:39:15 +01:00
Thomas Markwalder
674d69f4bb [master] Document and log message typo corrections
Merges in branch 'trac3872'
2015-12-23 08:04:50 -05:00
Francis Dupont
b67910a389 [master] Finised merge of trac4234 (doxygen warnings) 2015-12-22 18:05:59 +01:00
Francis Dupont
2bee003c2c [4234] Fixed qa conflict 2015-12-21 16:31:57 +01:00
Francis Dupont
da3146cc8f [4234] Updated Doxyfile and addressed comments 2015-12-21 16:03:44 +01:00
Marcin Siodelski
26204c010e [4230] Updated User's Guide per review comment.
Explained that the "duid" parameter is accepted for DHCPv4
reservations but shouldn't be used because will be
misinterpreted.
2015-12-17 15:53:28 +01:00
Marcin Siodelski
33bb980ff8 [4230] Updated Kea guide that client id based reservations aren't supported. 2015-12-17 13:34:19 +01:00
Marcin Siodelski
a0574cdab4 [master] Merge branch 'trac4236' 2015-12-16 22:39:30 +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