2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

32859 Commits

Author SHA1 Message Date
Francis Dupont
ce6724427c [#1950] Addressed comments 2021-07-15 13:08:33 +02:00
Francis Dupont
3ac82c0c8a [#1950] Added extended configured UT 2021-07-13 11:59:05 +02:00
Francis Dupont
3e6160d9f3 [#1950] Checkpoint: extended d2_srv_configured 2021-07-12 17:40:15 +02:00
Francis Dupont
ddab7688c2 [#1963] Updated comment 2021-07-09 19:29:39 +02:00
Francis Dupont
edcc3c2426 [#1963] Added Doxyfile 2021-07-09 19:29:39 +02:00
Francis Dupont
64bba076a5 [#1963] Updated doc 2021-07-09 19:29:39 +02:00
Francis Dupont
49e7250b21 [#1963] Moved code from D2CfgContextPtr 2021-07-09 19:29:00 +02:00
Francis Dupont
7af8e8c066 [#1957] Updated the .dox 2021-07-09 19:15:05 +02:00
Francis Dupont
4258f31bce [#1957] Addressed comments 2021-07-09 18:57:17 +02:00
Francis Dupont
689566a23f [#1957] Moved Qid and random 2021-07-06 14:21:57 +02:00
Andrei Pavel
438e394815
[#1961] quote "local a=${b}" expressions for dash
In dash if ${b} contains spaces, a is assigned the first word instead of
the whole expression in the "local a=${b}" expression format. Empirically,
there seem to be several solutions:
* local a="${b}"
* local a
  a=${b}
* a=${b} - losing the non-posix "local"

This commit adds the quotes like in the first solution above to all
expressions that match the format above.
2021-07-05 20:46:52 +03:00
Andrei Pavel
f5fe0ccc21
[#1961] remove comment about unused KEACTRL_CONF 2021-07-05 17:13:16 +03:00
Andrei Pavel
55fe8df497
[#1961] centralize shell test preparation 2021-07-05 16:18:57 +03:00
Marcin Siodelski
00ca9671f1 [#1920] Fix in PgSQL tests
Suggested in review to make it consistent with MySQL test.
2021-07-05 09:24:38 +00:00
Marcin Siodelski
b606998d2d [#1920] Extended MySQL shell test
Besides checking that the two classes get swapped check that the first
class remains at the same position.
2021-07-05 09:24:38 +00:00
Andrei Pavel
b411f117bd [#1920] Applied suggestion
Corrected spacing.
2021-07-05 09:24:38 +00:00
Andrei Pavel
e775017915 [#1920] Apply 9 suggestion(s) to 4 file(s)
Corrected a couple of typos suggested in the review.
2021-07-05 09:24:38 +00:00
Marcin Siodelski
8a8f6b50c0 [#1920] Database schema for client classes
Extended database schema with new tables holding information about
configured client classes, ordering them, storing their dependencies and
associating them with the server tags. In addition, extended the tables
holding option definitions with an additional column class_id to optionally
associate an option definition with a class.
2021-07-05 09:24:38 +00:00
Andrei Pavel
95e81afb62
[#1961] set lock and pid dirs to path inside repo
to avoid deleting your entire repo
2021-07-02 13:10:49 +03:00
Andrei Pavel
918479fc2c
[#1692] Gitlab CI: fix "test: too many arguments" 2021-07-01 21:37:47 +03:00
Michal Nowikowski
c7c810d24a [#1885] hammer: added support for building kea with gss-api 2021-07-01 09:53:44 +00:00
Andrei Pavel
960c74a45f [#1642] make gtests, shtests, pytests sequential 2021-07-01 07:15:53 +00:00
Andrei Pavel
fbaf186be1
[#1953] hammer.py: Continent/Country/Zone TZ 2021-07-01 10:06:59 +03:00
Andrei Pavel
4783192111
[#1956] bump version to 1.9.10-git 2021-07-01 10:01:02 +03:00
Andrei Pavel
6d3e22be31
[#1947] 1.9.9 release: mention --with-gssapi
in build requirements
Kea-1.9.9
2021-06-28 14:56:43 +03:00
Andrei Pavel
0bf61f4707
[#1947] 1.9.9 release: update support platforms 2021-06-28 14:52:54 +03:00
Andrei Pavel
5bbe7d77b6
[#1947] spell correction: defition -> definition 2021-06-28 12:37:57 +03:00
Andrei Pavel
9836fbdb29
[#1947] 1.9.9 release: bump library versions 2021-06-28 10:50:11 +03:00
Andrei Pavel
ceb5a256ae
[#1947] 1.9.9 release: spelling corrections
and other minor changes
2021-06-28 10:34:31 +03:00
Andrei Pavel
17412cc914
[#1947] 1.9.9 release changes 2021-06-28 10:34:31 +03:00
Andrei Pavel
bb914734b3
[#1947] 1.9.9 release: add ChangeLog entries 2021-06-28 10:34:19 +03:00
Andrei Pavel
debb776385
[#1948] extend lifetime of IOService in IOSignalSet
to avoid heap-use-after-free
2021-06-28 09:25:02 +03:00
Tomek Mrugalski
08b798eb03 [#1915] DHCP4_PACKET_DROP_0012 is logged on debug now 2021-06-25 18:57:55 +03:00
Tomek Mrugalski
c78cd3ef7a [#1915] Reverted change in DHCP4_HOOK_BUFFER_RCVD_SKIP 2021-06-25 18:57:55 +03:00
Tomek Mrugalski
5cf0d62fd1 [#1915] Fixed spelling 2021-06-25 18:57:55 +03:00
Tomek Mrugalski
28a0da2c4d [#1915] Fixed drop log in clent_handler.cc 2021-06-25 18:57:55 +03:00
Tomek Mrugalski
320f2d2b97 [#1915] Converted some logs to PKT_HANDLING level 2021-06-25 18:57:55 +03:00
Tomek Mrugalski
cc6adb9bb2 [#1915] Addressed review
- typos
 - removed unnecessary words
2021-06-25 18:57:55 +03:00
Tomek Mrugalski
25f8a69d33 [#1915] Changelog corrected 2021-06-25 18:57:55 +03:00
Tomek Mrugalski
bfa766d793 [#1915] Doc about loglevels added 2021-06-25 18:56:53 +03:00
Tomek Mrugalski
af3fa21939 [#1915] DROP reasons are now debuglevel 15 2021-06-25 18:56:53 +03:00
Tomek Mrugalski
4448a4ef75 [#1915] failure to allocate message is more verbose 2021-06-25 18:56:53 +03:00
Razvan Becheriu
a0d04b2cc3 [#1836] fixed rebase 2021-06-25 18:05:28 +03:00
Razvan Becheriu
0721a05021 [#1836] addressed comments 2021-06-25 17:15:55 +03:00
Razvan Becheriu
22cc625725 [#1836] added extra unittests 2021-06-25 17:09:04 +03:00
Razvan Becheriu
7f5376d634 [#1836] updated documentation 2021-06-25 17:09:04 +03:00
Razvan Becheriu
eb378d8f8f [#1836] addressed comments 2021-06-25 17:08:31 +03:00
Razvan Becheriu
f04bb7b3a8 [#1836] get server identifier from client class value 2021-06-25 17:08:31 +03:00
Razvan Becheriu
c7b88df5c8 [#1902] fixed log message 2021-06-25 14:04:32 +00:00
Andrei Pavel
573fd0db4c
[#1894] add ChangeLog entry 2021-06-25 16:24:35 +03:00