2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

18 Commits

Author SHA1 Message Date
Thomas Markwalder
be51c927fe [5324] Add log rotation test to dhcpsrv lib
src/lib/dhcpsrv/tests/logging_unittest.cc
    TEST_F(LoggingTest, logRotate) - new test the verifies log rotation works.
2017-08-07 14:34:53 -04:00
Wlodek Wencel
9e3ca83d07 [v_1_2_0] copy right dates updated 2017-04-12 15:47:26 +02:00
Andrei Pavel
9082500187 Corrected typos 2016-12-14 16:57:44 +02:00
Marcin Siodelski
fe9dd86d20 [4236] Replaced license text in all files containing it. 2015-12-16 13:37:29 +01:00
Francis Dupont
152b905c3d [4026] Fixed the path define 2015-09-02 12:54:32 +02:00
Francis Dupont
663562c779 [3752] Moved copyrights to Tomek's style 2015-08-27 13:45:08 +02:00
Francis Dupont
c39865c346 [3752] Added a TODO for malformed config 2015-07-08 23:11:00 +02:00
Francis Dupont
8b9f31703c [3752] Added flush cases to unit tests 2015-07-08 23:07:44 +02:00
Francis Dupont
f32f38595e [3752] Simplified logging.spec check 2015-07-08 22:25:24 +02:00
Francis Dupont
50570f6baa [3752] Fixed flush and .spec stuff 2015-07-03 18:40:08 +02:00
Francis Dupont
9fff3d4508 [3752] Added logging.spec check 2015-07-03 18:29:13 +02:00
Tomek Mrugalski
93e45f80d5 [master] Compilation fix after 3591 merge. 2014-09-25 12:42:17 +02:00
Marcin Siodelski
4ecee3c0c9 [master] Merge branch 'trac3534'
Conflicts:
	src/lib/dhcpsrv/tests/daemon_unittest.cc
2014-09-16 13:12:23 +02:00
Marcin Siodelski
1bab6f8b6b [3534] Refactored Configuration to SrvConfig.
This change affects many files using the Configuration object and types
derived from it.
2014-09-15 19:27:53 +02:00
Stephen Morris
ad896487cf [3533] Reset logging when unit tests exit
Some unit tests in dhcpsrv altered the logging configuration but
never reset it. That configuration was then used for subsequent
tests and made them overly verbose.
2014-09-05 17:10:03 +01:00
Marcin Siodelski
1822345b9d [3534] Logging information is accessed by getter. 2014-08-29 09:54:47 +02:00
Tomek Mrugalski
d26a494520 [3427] Changes after review:
- Kea ARM updated
 - shell tests for Kea4,Kea6 and D2 are now passing
 - kea.conf updated with logging info
 - Various improvements in Daemon and LogConfigParser
 - DEFAULT_SYSLOG_NAME removed
 - Copyright years fixed
 - Couple additional tests written
2014-07-18 21:11:42 +02:00
Tomek Mrugalski
4c99c52099 [3427] Configuration unit-tests written. 2014-07-16 15:30:03 +02:00