2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
Commit Graph

25264 Commits

Author SHA1 Message Date
Francis Dupont
408e36f7f9 [master] Finished merge of trac5333 (re-detect vs close) 2017-08-03 13:31:43 +02:00
Francis Dupont
8bff2ec336 [master] Merged trac5333 (re-detect vs close) 2017-08-03 13:30:07 +02:00
Tomek Mrugalski
71d40d828e [5241] Minor changes after review. 2017-08-02 19:58:15 +02:00
Tomek Mrugalski
40aa40fae6 [5272] Couple more clean-ups. 2017-08-02 16:43:24 +02:00
Tomek Mrugalski
7bb418a512 [5314] Fix for segfault, courtesy of Marcin
- applied the patch provided as ticket attachment
2017-08-02 13:40:57 +02:00
Tomek Mrugalski
7708040eff [5272] Syntax simplified, extra unit-tests added. 2017-08-02 11:02:36 +02:00
Tomek Mrugalski
e7861cf378 [5272] unit-tests for lease4-add, lease6-add implemented 2017-08-01 21:13:43 +02:00
Tomek Mrugalski
92280f3da1 [5272] lease4-add, lease6-add implemented 2017-08-01 21:13:43 +02:00
Tomek Mrugalski
592492eab9 [5272] New control result added (3 = empty) 2017-08-01 21:13:43 +02:00
Tomek Mrugalski
c16e3e91e6 [5272] getSubnet implemented. 2017-08-01 21:13:43 +02:00
Tomek Mrugalski
b866cced17 [5272] LeaseX::toElement() implemented 2017-08-01 21:13:43 +02:00
Tomek Mrugalski
a2924fcc11 [5272] lease_cmds in progress 2017-08-01 21:13:43 +02:00
Francis Dupont
63e8df70f1 [master] Finished merge of trac5126 (flat style) 2017-07-31 14:08:32 +02:00
Francis Dupont
59410c4970 [5241] Added PRL vs always-true requested unit tests 2017-07-30 17:31:23 +02:00
Francis Dupont
6673034256 [5241] Explained always-true action 2017-07-30 16:41:59 +02:00
Tomek Mrugalski
b0aea8eea9 [5314] Two minor corrections. 2017-07-28 21:39:27 +02:00
Francis Dupont
51981e1c54 [5241] Updated get_config unit tests 2017-07-28 16:54:14 +02:00
Francis Dupont
0c9b8b887b [trac5241] regen 2017-07-28 14:15:50 +00:00
Francis Dupont
44792ac441 [5241] Changed "persistent" into "always-send" 2017-07-28 16:12:56 +02:00
Francis Dupont
90a00595a5 [5333] Use addInterface 2017-07-28 15:19:11 +02:00
Thomas Markwalder
0d05123dee [master] Added ChangeLog entry 1281 for #5337 2017-07-27 16:28:04 -04:00
Thomas Markwalder
42548148cb [master] Configure now supports static boost_system lib with static linking
Merges branch 'trac5337'
2017-07-27 16:25:00 -04:00
Thomas Markwalder
deb49fc948 [5337] Changed glib static lib test to trigger on enable-static-link
configure.ac - changed the glib static test to trigger on
    enable-static-link, rather than enable-static.  The latter is on by
    default, and testing based on this would fall over on lots of systems
    requiring folks to specify --disable-static or install the glib static
    libs.
2017-07-27 09:46:21 -04:00
Thomas Markwalder
dcc77ba5ff [5337] Improved syntax and error message in test for enable-static test 2017-07-26 11:15:35 -04:00
Thomas Markwalder
18491ed0c5 [5337] configure.ac got mangled somehow. 2017-07-25 14:28:29 -04:00
Tomek Mrugalski
494cd6277a [master] Acks updated after githu51 merge. 2017-07-25 20:03:57 +02:00
Thomas Markwalder
a1e74d4139 [5337] Don't use libtool for boost lib test
configure.ac
    Added logic block to look for glib static libs fi enable-static = yes

m4macros/ax_boost_for_kea.m4
    Changed to not use libtool for boost lib test.
2017-07-25 14:00:33 -04:00
Tomek Mrugalski
36a8e1b8f6 [github51] Merge branch 'missing-header' of https://github.com/waltsteverson/kea into github51 2017-07-25 19:58:58 +02:00
Tomek Mrugalski
a84cdb7d37 [master] ChangeLog, AUTHORS updated after github50 merged. 2017-07-25 19:53:45 +02:00
Tomek Mrugalski
824afa6335 [github50] Merge branch 'master' of https://github.com/waltsteverson/kea into github50 2017-07-25 19:34:41 +02:00
Tomek Mrugalski
8d144f35de [master] ChangeLog, AUTHORS updated after github52 merge. 2017-07-25 19:26:43 +02:00
Tomek Mrugalski
b906be2ce6 [master] Reverting one change after github52 merge. 2017-07-25 19:10:55 +02:00
Tomek Mrugalski
1dcaef6f8e [github52] Merge branch 'spelling' of https://github.com/jsoref/kea into github52 2017-07-25 17:54:57 +02:00
Tomek Mrugalski
8c17bbefec [5126] Changes after review 2017-07-25 17:52:09 +02:00
Thomas Markwalder
31967b5d57 [5337] Altered boost lib test macro to handle static linking
m4macros/ax_boost_for_kea.m4
    Altered the test to add "-static" flag and wrap the compilation
    in a call to libtool as we do in our Makefiles. This should make the
    test yield the same results as when we make.  This is important for
    -static as libtool may use .so if a .a is not available.  On systems
    which glibc .a's are not installed, our Makes with libtool would
    succeed where a call to just g++ will fail.
2017-07-24 09:10:12 -04:00
Marcin Siodelski
75691636ab [master] Include unistd.h in watch_socket.cc to fix compilation on OpenBSD.
This change was okayed on Jabber.
2017-07-24 12:48:16 +02:00
Josh Soref
cb41b17702 spelling: writing 2017-07-23 17:26:24 -04:00
Josh Soref
782eadf2a6 spelling: with 2017-07-23 17:25:23 -04:00
Josh Soref
01ae91556e spelling: whether 2017-07-23 17:24:29 -04:00
Josh Soref
4f18a0a056 spelling: when a 2017-07-23 17:24:52 -04:00
Josh Soref
3652b443fa spelling: version 2017-07-23 17:21:42 -04:00
Josh Soref
5f49f462d1 spelling: verify 2017-07-23 17:21:00 -04:00
Josh Soref
d149a22dad spelling: verifies 2017-07-23 17:21:31 -04:00
Josh Soref
983d1277ad spelling: variety 2017-07-23 17:19:23 -04:00
Josh Soref
79eb82ad28 spelling: value 2017-07-23 17:18:39 -04:00
Josh Soref
3538042d5e spelling: utilize 2017-07-23 17:18:25 -04:00
Josh Soref
827ceb4e30 spelling: update 2017-07-23 17:07:25 -04:00
Josh Soref
b8aafbaa1d spelling: unusable 2017-07-23 17:14:51 -04:00
Josh Soref
3bf71da3f2 spelling: unsigned 2017-07-23 17:14:13 -04:00
Josh Soref
12d51465a9 spelling: unknown 2017-07-23 17:12:33 -04:00