Razvan Becheriu
379ec3ec0a
[ #3536 ] moved from lib to hooks
2024-09-16 13:31:01 +00:00
Razvan Becheriu
d904a18699
[ #3536 ] moved lease and host backends
2024-09-16 13:31:01 +00:00
Razvan Becheriu
09a17d0d8d
[ #3536 ] move lease and host backends
2024-09-16 13:31:01 +00:00
Razvan Becheriu
a81cf470e8
[ #3542 ] Added ChangeLog entry
2024-09-16 13:31:01 +00:00
Francis Dupont
2bee0bcc49
[ #3419 ] Spelling
2024-09-16 12:05:12 +02:00
Francis Dupont
fe2bb91304
[ #3419 ] Added a DB test mode
2024-09-16 12:05:12 +02:00
Razvan Becheriu
0fbb3acd8a
[ #3542 ] do not open sockets in test mode
2024-09-11 11:04:32 +00:00
Andrei Pavel
56a1b39131
[ #3550 ] add ChangeLog entry
2024-09-11 11:04:32 +00:00
Razvan Becheriu
f2691806fd
[ #3536 ] addressed review comments
2024-09-11 11:36:40 +03:00
Razvan Becheriu
f7329afe44
[ #3536 ] addressed review comments
2024-09-11 11:36:40 +03:00
Razvan Becheriu
ce11cf9531
[ #3536 ] implemented register and deregister in lease mgr factory
2024-09-11 11:36:40 +03:00
Andrei Pavel
6b0e53c824
[ #3504 ] add ChangeLog entry
2024-09-09 12:46:58 +03:00
Andrei Pavel
d3a0bb9578
[ #3504 ] remove unused references to spec_config.h
2024-09-09 12:46:58 +03:00
Andrei Pavel
eee390d69f
[ #3504 ] fix Kea not being able to find exec paths in custom sbindir
2024-09-09 12:46:48 +03:00
Tomek Mrugalski
391d1320c7
[ #3566 ] changelog added
2024-09-05 12:37:43 +02:00
Tomek Mrugalski
1e282cef78
[ #3566 ] doxygen: changed png to svg
2024-09-05 12:33:01 +02:00
Francis Dupont
ec7dd9b451
[ #1387 ] Typo
2024-09-04 15:10:46 +02:00
Francis Dupont
69f646780a
[ #1387 ] Addressed comments
2024-09-04 15:10:46 +02:00
Francis Dupont
a12167b1bf
[ #1387 ] Regen flex/bison
2024-09-04 15:10:46 +02:00
Francis Dupont
127aecb2a3
[ #1387 ] Regen flex/bison
2024-09-04 15:10:45 +02:00
Francis Dupont
317fc525e4
[ #1387 ] Fixed admin tests
2024-09-04 15:10:45 +02:00
Francis Dupont
efe97f98f9
[ #1387 ] Typo
2024-09-04 15:10:45 +02:00
Francis Dupont
c6cb1c76af
[ #1387 ] Synchronized upgrade scripts
2024-09-04 15:10:45 +02:00
Francis Dupont
df93ef560f
[ #1387 ] Fixes for CI (2)
2024-09-04 15:10:45 +02:00
Francis Dupont
51dae6539c
[ #1387 ] Fixes for CI
2024-09-04 15:10:45 +02:00
Francis Dupont
046c54ea45
[ #1387 ] Added a ChangeLog entry
2024-09-04 15:10:42 +02:00
Francis Dupont
3cb38f1943
[ #1387 ] Checkpoint: server code
2024-09-04 15:09:40 +02:00
Francis Dupont
9e208d0248
[ #1387 ] Checkpoint: updated doc
2024-09-04 15:09:40 +02:00
Francis Dupont
30b873f945
[ #1387 ] Added unit tests
2024-09-04 15:09:40 +02:00
Francis Dupont
e42fcf39c6
[ #1387 ] Checkpoint: fixes
2024-09-04 15:09:40 +02:00
Francis Dupont
f9e93d1c0d
[ #1387 ] Checkpoint: database host code
2024-09-04 15:09:40 +02:00
Francis Dupont
14a1df3d0b
[ #1387 ] Checkpoint: updated schema
2024-09-04 15:09:40 +02:00
Francis Dupont
db3c112c65
[ #1387 ] Checkpoint: added PDExclude UTs
2024-09-04 15:09:40 +02:00
Francis Dupont
40790175a6
[ #1387 ] Checkpoint: added PPexclude
2024-09-04 15:09:40 +02:00
Andrei Pavel
813dcd40f1
[ #3533 ] add AUTHORS and ChangeLog entries
2024-09-03 10:29:17 +03:00
Philip Prindeville
f1f966919f
[3533] do filename munging with variable expansions
2024-09-03 10:29:12 +03:00
Andrei Pavel
d4cbf8a122
[ #3532 ] bring AUTHORS and ChangeLog up to date
2024-09-03 09:02:43 +03:00
Dimitry Andric
596402bef0
[ #3532 ] Add ChangeLog and AUTHORS entries.
2024-09-03 09:02:40 +03:00
Dimitry Andric
1161965408
[ #3532 ] Fix unittests:
...
* Typo in `Name::Name`: append to `ndata_`, not `ndata`
* In `Name::split`, use the correct iterators for assigning
2024-09-03 09:02:39 +03:00
Dimitry Andric
d4878ebec8
[ #3532 ] Replace Name::NameString with vector of uint8_t
...
As noted in the libc++ 19 release notes, it now only provides
std::char_traits<> for types char, char8_t, char16_t, char32_t and
wchar_t, and any instantiation for other types will fail.
Name::NameString is defined as a std::basic_string<uint8_t>, so that
will no longer work. Redefine it as a std::vector<uint8_t> instead.
2024-09-03 09:02:39 +03:00
Wlodek Wencel
27a2feadf2
[ #3525 ] update release checklist with new steps for maintenance release
2024-09-02 10:48:45 +02:00
Andrei Pavel
0411c88f28
[ #3559 ] hammer.py: pkill mariadb_safe before restarting
...
Attempt to fix `start-stop-daemon: /usr/bin/mysqld_safe is already running`
2024-08-29 07:43:24 +03:00
Andrei Pavel
3fa6eb96ce
[ #3564 ] Bump up version in configure.ac to 2.7.3
2024-08-28 13:33:26 +03:00
Andrei Pavel
ba861d871e
[ #3556 ] release changes
Kea-2.7.2
2024-08-26 17:00:03 +03:00
Andrei Pavel
f5d04e6be6
[ #3550 ] AC_PROG_LN_S and ChangeLog entry
2024-08-26 16:36:50 +03:00
Razvan Becheriu
4ed3659745
[ #3549 ] bump up library versions for 2.7.2 release
2024-08-26 08:14:31 +00:00
Andrei Pavel
d56adac4e3
[ #1945 ] fix building docs from tarball
...
- 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-23 00:59:01 +03:00
Francis Dupont
5e7ba78999
[ #3496 ] Extra changes by Razvan
2024-08-22 17:01:32 +02:00
Francis Dupont
1ca5071a18
[ #3496 ] Removed the dubious line of code
2024-08-22 17:01:32 +02:00
Francis Dupont
32d17a2461
[ #3487 ] Added unsetenv code in fixture
2024-08-22 16:49:31 +02:00