Razvan Becheriu
bc19ae29e7
[ #892 ] minor changes
2020-02-21 17:41:31 +02:00
Razvan Becheriu
d53ab4351b
[ #892 ] refactored
2020-02-21 17:41:31 +02:00
Razvan Becheriu
9b500ee940
[ #892 ] fixed command line parameters
2020-02-21 17:41:31 +02:00
Razvan Becheriu
e823054697
[ #892 ] fixed compilation
2020-02-21 17:41:31 +02:00
Razvan Becheriu
1d32ebae97
[ #892 ] handle parking
2020-02-21 17:41:31 +02:00
Razvan Becheriu
893d4290ca
[ #892 ] minor changes
2020-02-21 17:41:31 +02:00
Razvan Becheriu
00d6396b3b
[ #892 ] create pkt thread pool and handle processing using multiple threads
2020-02-21 17:41:31 +02:00
Thomas Markwalder
694e1af0df
[ #1048 ] Addressed review comments
...
Corrected typo in commentary.
2020-02-21 07:01:43 -05:00
Thomas Markwalder
8b9d6f3315
[ #1048 ] Added ChangeLog entry
2020-02-21 06:59:59 -05:00
Thomas Markwalder
89b6823be3
[ #1048 ] Fixed new doc formatting
2020-02-21 10:07:34 +01:00
Thomas Markwalder
adf6634a7f
[ #1048 ] Enable host sanitizing by default
...
src/lib/util/strutil.cc
StringSanitizerImpl::scrub() - modified non-USE_REGEX code to
handle embedded nuls.
src/lib/util/tests/strutil_unittest.cc
Updated tests
src/bin/dhcp4/tests/fqdn_unittest.cc
src/bin/dhcp4/tests/get_config_unittest.cc
src/bin/dhcp6/tests/fqdn_unittest.cc
src/bin/dhcp6/tests/get_config_unittest.cc
updated testing
src/lib/dhcpsrv/parsers/simple_parser4.cc
src/lib/dhcpsrv/parsers/simple_parser6.cc
Added global default values
doc/sphinx/arm/dhcp6-srv.rst
doc/sphinx/arm/dhcp4-srv.rst
Updated sanitizing text
2020-02-21 10:07:34 +01:00
Tomek Mrugalski
c21f02cde2
[ #1071 ] Changelog updated
2020-02-21 09:49:24 +01:00
Tomek Mrugalski
7ff18f810d
[ #1071 ] Fix for danger running on wrong runner
2020-02-21 09:40:36 +01:00
Razvan Becheriu
5ee9b348c3
[ #1071 ] refactored
2020-02-21 09:15:14 +01:00
Razvan Becheriu
b94930ea3d
[ #1071 ] fixed compilation for mysql 8.x
2020-02-21 09:15:14 +01:00
Razvan Becheriu
9be381b796
[ #1071 ] static assert if sizeof(bool) is not 1
2020-02-21 09:15:14 +01:00
Tomek Mrugalski
1e40f7d308
[ #1071 ] Leftover #endif removed
2020-02-21 09:15:14 +01:00
Razvan Becheriu
9bcc1e819a
[ #1071 ] always cast to target type
2020-02-21 09:15:14 +01:00
Razvan Becheriu
c3f7706558
[ #1021 ] fixed doxygen
2020-02-20 08:47:07 +02:00
Razvan Becheriu
af7e181ed9
[ #1021 ] fixed doxygen
2020-02-20 08:42:06 +02:00
Razvan Becheriu
161c0340e6
[ #1021 ] fixed doxygen
2020-02-20 08:36:29 +02:00
Razvan Becheriu
bb4ce97e66
[ #1021 ] fixed doxygen
2020-02-20 08:36:29 +02:00
Razvan Becheriu
49ed63138b
[ #1021 ] changed option parameter
2020-02-20 08:36:29 +02:00
Razvan Becheriu
493f5777a3
[ #1021 ] fixed compilation
2020-02-20 08:36:29 +02:00
Razvan Becheriu
ec6a954449
[ #1021 ] rebased and addressed review
2020-02-20 08:36:29 +02:00
Wlodek Wencel
73032ef6b2
[ #1021 ] removed mutex
2020-02-20 08:36:29 +02:00
Wlodek Wencel
f2a1594816
[ #1021 ] added stats, extended tests, mutex
2020-02-20 08:36:29 +02:00
Wlodek Wencel
eecb9b8d12
[ #1021 ] deque changed to set, mutex added
2020-02-20 08:36:29 +02:00
Wlodek Wencel
9828948d0a
[ #1021 ] unit tests for unique address
2020-02-20 08:36:29 +02:00
Wlodek Wencel
c393644313
[ #1021 ] [1021] added address uniqueness checks
2020-02-20 08:36:29 +02:00
Razvan Becheriu
a0edc8e427
[ #947 ] addressed review
2020-02-19 16:54:55 +00:00
Razvan Becheriu
8acf0fe36f
[ #947 ] addressed review
2020-02-19 16:54:55 +00:00
Razvan Becheriu
ce2a5ca91e
[ #947 ] addressed review
2020-02-19 16:54:55 +00:00
Razvan Becheriu
e5aeaa1f30
[ #947 ] addressed review
2020-02-19 16:54:55 +00:00
Razvan Becheriu
59296c370f
[ #947 ] addressed review
2020-02-19 16:54:55 +00:00
Razvan Becheriu
89bfafdb82
[ #947 ] addressed review
2020-02-19 16:54:55 +00:00
Francis Dupont
4ecfe62f95
[947-mt-compatibility-for-hooks] Updated stat cmds
2020-02-19 16:54:55 +00:00
Francis Dupont
4b541c9c67
[947-mt-compatibility-for-hooks] Did a first pass on core hooks
2020-02-19 16:54:55 +00:00
Francis Dupont
f241cdd7c4
[947-mt-compatibility-for-hooks] Checkpoint: hook library done, hooks to do
2020-02-19 16:54:55 +00:00
Francis Dupont
499e09cb45
[947-mt-compatibility-for-hooks] Checkpoint: waiting for MTCS #970 stuff
2020-02-19 16:54:55 +00:00
Francis Dupont
cdcc5be948
[947-mt-compatibility-for-hooks] checkpoint
2020-02-19 16:54:55 +00:00
Thomas Markwalder
b1bfde5a6c
[ #1121 ] Addressed review comment
...
Minor cleanup
2020-02-14 11:14:03 -05:00
Thomas Markwalder
26a036b17a
[ #1121 ] Remove inefficient comparator wrapper methods from IOAddress
...
src/lib/asiolink/io_address.h
IOAddress::lessThan()
IOAddress::smallerEqual() - removed these altogether
IOAddress operators now simply use boost::ip_address operators
src/lib/dhcpsrv/pool.cc
Pool::inRange() - replace use of IOAddress::smallerEqual() with
direct <= expresssion.
2020-02-14 08:53:41 -05:00
Tomek Mrugalski
24e7b45ce2
[ #1090 ] ChangeLog updated
2020-02-10 15:11:46 +01:00
Tomek Mrugalski
d80bfc7c98
[ #1090 ] empty line removed
2020-02-10 15:08:42 +01:00
Tomek Mrugalski
0b836284b9
[ #1090 ] pkt4_send drop status now actually drops packet
2020-02-10 15:07:26 +01:00
Tomek Mrugalski
ffbe6c4722
[ #1090 ] pkt4-send comment updated
2020-02-10 15:07:26 +01:00
Razvan Becheriu
43245f05a1
[ #957 ] updated ChangeLog
2020-02-07 14:57:42 +02:00
Razvan Becheriu
2d9c49b8ee
[ #957 ] addressed review
2020-02-07 13:51:29 +02:00
Razvan Becheriu
4f3d1b38e0
[ #957 ] addressed review
2020-02-07 13:35:41 +02:00