]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
9 years ago[4102] Fixed the substring description
Francis Dupont [Tue, 15 Dec 2015 23:17:42 +0000 (00:17 +0100)] 
[4102] Fixed the substring description

9 years ago[4102] Fixed 4 in DHCPv6 doc and 6 in v4
Francis Dupont [Tue, 15 Dec 2015 23:14:09 +0000 (00:14 +0100)] 
[4102] Fixed 4 in DHCPv6 doc and 6 in v4

9 years ago[4102] Removed obsolete enabled_features in configure.ac
Tomek Mrugalski [Tue, 15 Dec 2015 18:42:56 +0000 (19:42 +0100)] 
[4102] Removed obsolete enabled_features in configure.ac

 - this was used in bind10 for enabling SQLite in auth DNS

9 years ago[4102] Configuration backend info removed from configure.ac
Tomek Mrugalski [Tue, 15 Dec 2015 18:33:18 +0000 (19:33 +0100)] 
[4102] Configuration backend info removed from configure.ac

9 years ago[4102] Described client classification in detail
Tomek Mrugalski [Tue, 15 Dec 2015 18:32:59 +0000 (19:32 +0100)] 
[4102] Described client classification in detail

 - split classification into several subsections
 - removed text explaining configuration backends

9 years ago[4102] Extended libeval documentation a bit.
Tomek Mrugalski [Tue, 15 Dec 2015 18:30:49 +0000 (19:30 +0100)] 
[4102] Extended libeval documentation a bit.

9 years ago[4102] Fixed typo in classify.xml
Tomek Mrugalski [Tue, 15 Dec 2015 18:30:28 +0000 (19:30 +0100)] 
[4102] Fixed typo in classify.xml

9 years ago[master] Added ChangeLog entry 1071 for Trac #4216. trac4242_base
Thomas Markwalder [Tue, 15 Dec 2015 14:24:49 +0000 (09:24 -0500)] 
[master] Added ChangeLog entry 1071 for Trac #4216.

9 years agoMerge branch 'trac4216'
Thomas Markwalder [Tue, 15 Dec 2015 13:32:30 +0000 (08:32 -0500)] 
Merge branch 'trac4216'

9 years ago[master] Update change log entry number and commit tag
Shawn Routhier [Mon, 14 Dec 2015 19:22:47 +0000 (11:22 -0800)] 
[master] Update change log entry number and commit tag

9 years ago[master] Correct v6 classification examples to use the correct option tag
Shawn Routhier [Mon, 14 Dec 2015 19:21:01 +0000 (11:21 -0800)] 
[master] Correct v6 classification examples to use the correct option tag

9 years ago[4206b] Fixed two typos in the Pkt4 and Pkt6 methods. trac4240_base trac4241_base
Marcin Siodelski [Fri, 11 Dec 2015 15:26:17 +0000 (16:26 +0100)] 
[4206b] Fixed two typos in the Pkt4 and Pkt6 methods.

9 years ago[4206b] Added unit tests for malfromed client id in getLabel.
Marcin Siodelski [Fri, 11 Dec 2015 15:13:18 +0000 (16:13 +0100)] 
[4206b] Added unit tests for malfromed client id in getLabel.

9 years ago[4206b] Minor updates to the Pkt4::getLabel method.
Marcin Siodelski [Fri, 11 Dec 2015 15:11:26 +0000 (16:11 +0100)] 
[4206b] Minor updates to the Pkt4::getLabel method.

The warning about malformed client-id is separated by a single
space character from the actual label. Also, used stream object
to concatenate label with suffix to be consistent with the
convention used in makeLabel.

9 years ago[4216] Fixed up log message
Thomas Markwalder [Fri, 11 Dec 2015 14:03:44 +0000 (09:03 -0500)] 
[4216] Fixed up log message

    Added mention of hosts db to message text for DHCPSRV_MYSQL_HOST_DB_GET_VERSION

9 years ago[4206b] Added unit-tests for too long client-id/DUID.
Tomek Mrugalski [Fri, 11 Dec 2015 14:00:43 +0000 (15:00 +0100)] 
[4206b] Added unit-tests for too long client-id/DUID.

9 years ago[4206b] Pkt{4,6}::getLabel() methods are now exception safe.
Tomek Mrugalski [Fri, 11 Dec 2015 14:00:15 +0000 (15:00 +0100)] 
[4206b] Pkt{4,6}::getLabel() methods are now exception safe.

9 years ago[4216] Addressed review comments
Thomas Markwalder [Fri, 11 Dec 2015 12:00:18 +0000 (07:00 -0500)] 
[4216] Addressed review comments

src/lib/dhcpsrv/host_data_source_factory.cc
    HostDataSourceFactory::create(const std::string& dbaccess)
        - Removed logging from exception throwing conditions
        - Minor clean up of the method itself

src/lib/dhcpsrv/dhcpsrv_messages.mes
    Removed obsoleted error messages:
        DHCPSRV_HOSTDB_NOTYPE
        DHCPSRV_UNKNOWN_HOST_DB

9 years agoRevert "[master] Merge branch 'trac4106'" trac3923a_base trac4234_base
Marcin Siodelski [Thu, 10 Dec 2015 21:54:57 +0000 (22:54 +0100)] 
Revert "[master] Merge branch 'trac4106'"

This reverts commit 8f2a1f8a7a0e27a8c584186cfda089cd88ec6153, reversing
changes made to ed7edadcbd2bde368fdde86e1c997ea225b456f5.

This  merge introduced regressions in our build farm and revealed
issues in the DHCP4o6 IPC code. It also revealed some differences
in sockets handling under Linux and BSD. Rather than continue
patching this here, we should work on the branch to resolve all
issues and then merge 1.1.

9 years ago[master] Fix compilation issue on RHEL6.
Marcin Siodelski [Thu, 10 Dec 2015 15:57:52 +0000 (15:57 +0000)] 
[master] Fix compilation issue on RHEL6.

Added missing fctnl.h include. Okayed on jabber.

9 years ago[master] ChangeLog updated.
Tomek Mrugalski [Thu, 10 Dec 2015 13:59:45 +0000 (14:59 +0100)] 
[master] ChangeLog updated.

9 years ago[master] Merge branch 'trac4206' (empty DUID/client-id fix)
Tomek Mrugalski [Thu, 10 Dec 2015 12:58:19 +0000 (13:58 +0100)] 
[master] Merge branch 'trac4206' (empty DUID/client-id fix)

9 years ago[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Tomek Mrugalski [Thu, 10 Dec 2015 12:56:38 +0000 (13:56 +0100)] 
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea

9 years ago[master] Compilation fix after 4106
Tomek Mrugalski [Thu, 10 Dec 2015 12:55:19 +0000 (13:55 +0100)] 
[master] Compilation fix after 4106

9 years ago[master] Added Changelog entry for #4228.
Marcin Siodelski [Thu, 10 Dec 2015 11:44:25 +0000 (12:44 +0100)] 
[master] Added Changelog entry for #4228.

9 years ago[master] Merge branch 'trac4228'
Marcin Siodelski [Thu, 10 Dec 2015 11:42:54 +0000 (12:42 +0100)] 
[master] Merge branch 'trac4228'

9 years ago[master] Merge branch 'trac4106'
Marcin Siodelski [Thu, 10 Dec 2015 11:24:15 +0000 (12:24 +0100)] 
[master] Merge branch 'trac4106'

9 years ago[4106] Fixed a typo.
Marcin Siodelski [Thu, 10 Dec 2015 11:20:57 +0000 (12:20 +0100)] 
[4106] Fixed a typo.

9 years ago[trac4222] Correct v6 classificaiton examples to use client-id (1).
Shawn Routhier [Thu, 10 Dec 2015 03:27:57 +0000 (19:27 -0800)] 
[trac4222] Correct v6 classificaiton examples to use client-id (1).

9 years ago[4106] Renamed DHCPv4 and DHCPv6 specific IPC classes.
Marcin Siodelski [Wed, 9 Dec 2015 21:15:53 +0000 (22:15 +0100)] 
[4106] Renamed DHCPv4 and DHCPv6 specific IPC classes.

9 years ago[4106] Minor updates as a result of the review.
Marcin Siodelski [Wed, 9 Dec 2015 20:13:11 +0000 (21:13 +0100)] 
[4106] Minor updates as a result of the review.

Removed debug leftover and changed 'responds' to 'answers'.

9 years ago[4216] Eliminated reuse of log message IDs in hosts database related logging
Thomas Markwalder [Wed, 9 Dec 2015 19:51:36 +0000 (14:51 -0500)] 
[4216] Eliminated reuse of log message IDs in hosts database related logging

src/lib/dhcpsrv/dhcpsrv_messages.mes
    Added hosts database specific messages

src/lib/dhcpsrv/host_data_source_factory.cc
src/lib/dhcpsrv/mysql_host_data_source.cc
    Updated log statements with hosts database messages

9 years ago[4206] Fixed Dhcp4 unit test failure under OS-X
Thomas Markwalder [Wed, 9 Dec 2015 16:22:06 +0000 (11:22 -0500)] 
[4206] Fixed Dhcp4 unit test failure under OS-X

src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
    TEST_F(Dhcpv4SrvTest, emptyClientId)
        Added code to set up test interfaces

9 years ago[4228] Added s-messages to gitignore file.
Marcin Siodelski [Wed, 9 Dec 2015 15:14:22 +0000 (16:14 +0100)] 
[4228] Added s-messages to gitignore file.

9 years ago[4228] Renamed 'message' to 'kea-msg-compiler' in Makefiles and docs.
Marcin Siodelski [Wed, 9 Dec 2015 14:29:09 +0000 (15:29 +0100)] 
[4228] Renamed 'message' to 'kea-msg-compiler' in Makefiles and docs.

9 years ago[4206] Unit-tests implemented for empty duid/client-id.
Tomek Mrugalski [Tue, 8 Dec 2015 15:35:35 +0000 (16:35 +0100)] 
[4206] Unit-tests implemented for empty duid/client-id.

9 years ago[4206] Fix for empty client-id in v4
Tomek Mrugalski [Mon, 7 Dec 2015 16:48:47 +0000 (17:48 +0100)] 
[4206] Fix for empty client-id in v4

9 years ago[4206] Fix for empty DUID in v6
Tomek Mrugalski [Mon, 7 Dec 2015 16:48:28 +0000 (17:48 +0100)] 
[4206] Fix for empty DUID in v6

9 years ago[master] Added timestamps (cf #4210) trac4231_base
Francis Dupont [Mon, 7 Dec 2015 14:55:25 +0000 (15:55 +0100)] 
[master] Added timestamps (cf #4210)

9 years ago[v1_0_0b] reorder .mes files
Wlodek Wencel [Thu, 3 Dec 2015 13:48:14 +0000 (14:48 +0100)] 
[v1_0_0b] reorder .mes files

9 years ago[v1_0_0] differences.txt file removed
Wlodek Wencel [Thu, 3 Dec 2015 14:41:59 +0000 (15:41 +0100)] 
[v1_0_0] differences.txt file removed

9 years ago[v1_0_0] AUTHORS file update
Wlodek Wencel [Thu, 3 Dec 2015 14:40:55 +0000 (15:40 +0100)] 
[v1_0_0] AUTHORS file update

9 years ago[v1_0_0] ChangeLog fixes
Wlodek Wencel [Thu, 3 Dec 2015 14:42:42 +0000 (15:42 +0100)] 
[v1_0_0] ChangeLog fixes

Conflicts:
ChangeLog

9 years ago[master] Update change log entry with commit number
Shawn Routhier [Thu, 3 Dec 2015 20:45:37 +0000 (12:45 -0800)] 
[master] Update change log entry with commit number

9 years agoMerge branch 'trac4218' Remove .text operator form classification documentation
Shawn Routhier [Thu, 3 Dec 2015 20:43:53 +0000 (12:43 -0800)] 
Merge branch 'trac4218'  Remove .text operator form classification documentation

9 years ago[trac4218] Remove descritpion of .text from classification
Shawn Routhier [Thu, 3 Dec 2015 20:17:39 +0000 (12:17 -0800)] 
[trac4218] Remove descritpion of .text from classification

The use of .text isn't really clear yet and rather than confuse
users we are removing it from the documentation.

9 years ago[4217] HostMgr now uses exactly one identifier in get4() query
Tomek Mrugalski [Thu, 3 Dec 2015 16:47:41 +0000 (17:47 +0100)] 
[4217] HostMgr now uses exactly one identifier in get4() query

 - Includes fix in AllocEngine6Test ctor, provided by Thomas

9 years ago[master] ChangeLog updated after 3569 merge.
Tomek Mrugalski [Wed, 2 Dec 2015 09:58:22 +0000 (10:58 +0100)] 
[master] ChangeLog updated after 3569 merge.

9 years ago[master] Merge branch 'trac3569_rebase' (host data source configuration)
Tomek Mrugalski [Wed, 2 Dec 2015 09:26:10 +0000 (10:26 +0100)] 
[master] Merge branch 'trac3569_rebase' (host data source configuration)

9 years ago[3569_rebase] Removed 2 unit-tests as agreed on jabber.
Tomek Mrugalski [Tue, 1 Dec 2015 23:09:30 +0000 (00:09 +0100)] 
[3569_rebase] Removed 2 unit-tests as agreed on jabber.

9 years ago[3569_rebase] Comment corrected in User's Guide
Tomek Mrugalski [Tue, 1 Dec 2015 22:14:08 +0000 (23:14 +0100)] 
[3569_rebase] Comment corrected in User's Guide

9 years ago[3569_rebase] alternate_source renamed, added comments
Tomek Mrugalski [Tue, 1 Dec 2015 22:12:23 +0000 (23:12 +0100)] 
[3569_rebase] alternate_source renamed, added comments

9 years ago[3569_rebase] Schema clean-up before DbAccessParserTest.commitLeaseDb
Tomek Mrugalski [Tue, 1 Dec 2015 20:54:35 +0000 (21:54 +0100)] 
[3569_rebase] Schema clean-up before DbAccessParserTest.commitLeaseDb

9 years ago[3569_rebase] Removed unnecessary call.
Tomek Mrugalski [Tue, 1 Dec 2015 20:14:59 +0000 (21:14 +0100)] 
[3569_rebase] Removed unnecessary call.

9 years ago[3569_rebase] Doc updated.
Tomek Mrugalski [Tue, 1 Dec 2015 19:58:56 +0000 (20:58 +0100)] 
[3569_rebase] Doc updated.

9 years ago[3569_rebase] MySQL host data source tests now use common schema methods
Tomek Mrugalski [Tue, 1 Dec 2015 19:50:07 +0000 (20:50 +0100)] 
[3569_rebase] MySQL host data source tests now use common schema methods

9 years ago[3569_rebase] MySQL host data source is now indeed created and stored.
Tomek Mrugalski [Tue, 1 Dec 2015 19:32:31 +0000 (20:32 +0100)] 
[3569_rebase] MySQL host data source is now indeed created and stored.

9 years ago[master] ChangeLog updated after 4121 merge.
Tomek Mrugalski [Tue, 1 Dec 2015 19:12:22 +0000 (20:12 +0100)] 
[master] ChangeLog updated after 4121 merge.

9 years ago[master] Compilation fixes after 4121 merge.
Tomek Mrugalski [Tue, 1 Dec 2015 19:08:27 +0000 (20:08 +0100)] 
[master] Compilation fixes after 4121 merge.

9 years ago[master] Merge branch 'trac4121' (RAI option packed last)
Tomek Mrugalski [Tue, 1 Dec 2015 18:34:47 +0000 (19:34 +0100)] 
[master] Merge branch 'trac4121' (RAI option packed last)

# Conflicts:
# src/lib/dhcp/libdhcp++.cc
# src/lib/dhcp/libdhcp++.h

9 years ago[4121] added packOptions{4,6}, removed packOptions(), added unit-test
Tomek Mrugalski [Tue, 1 Dec 2015 18:15:43 +0000 (19:15 +0100)] 
[4121] added packOptions{4,6}, removed packOptions(), added unit-test

9 years ago[master] Added eval lib to lfc's Makefile
Wlodek Wencel [Tue, 1 Dec 2015 18:00:01 +0000 (19:00 +0100)] 
[master] Added eval lib to lfc's Makefile

9 years ago[master] Disable strict aliasing rules for gcc < 4.5
Marcin Siodelski [Tue, 1 Dec 2015 17:03:46 +0000 (18:03 +0100)] 
[master] Disable strict aliasing rules for gcc < 4.5

This is a workaround for a GCC bug which affects gcc 4.4 and
manifests on RHEL6.3 as a build failure. This fix was okayed
on jabber.

9 years ago[master] Added ChangeLog entry 1063 for Trac #3702
Thomas Markwalder [Tue, 1 Dec 2015 15:52:36 +0000 (10:52 -0500)] 
[master] Added ChangeLog entry 1063 for Trac #3702

9 years ago[master] Added Kea logo to Admin and Developer's guides
Thomas Markwalder [Tue, 1 Dec 2015 15:33:54 +0000 (10:33 -0500)] 
[master] Added Kea logo to Admin and Developer's guides

    Merged in branch 'trac3702'

9 years ago[3702] Deleted no longer needed isc-logo.png
Thomas Markwalder [Tue, 1 Dec 2015 15:32:50 +0000 (10:32 -0500)] 
[3702] Deleted no longer needed isc-logo.png

9 years ago[master] Added eval lib to D2's Makefile
Thomas Markwalder [Tue, 1 Dec 2015 15:14:12 +0000 (10:14 -0500)] 
[master] Added eval lib to D2's Makefile

9 years ago[3702] Added Kea logo to Admin guide and developer's guide
Thomas Markwalder [Tue, 1 Dec 2015 14:27:59 +0000 (09:27 -0500)] 
[3702] Added Kea logo to Admin guide and developer's guide

doc/guide/kea-logo-100x70.png
new file, it it the Kea logo with the bird's head only

doc/Doxyfile
    Changed PROJECT_LOGO to use use new Kea logo

doc/Makefile.am
    Added logo file to dist_html_DATA so it will be installed

doc/guide/kea-guide.xml
    Added logo as inlinemedia object to the title

9 years ago[master] Added ChangeLog entry for #4211.
Marcin Siodelski [Tue, 1 Dec 2015 14:05:11 +0000 (15:05 +0100)] 
[master] Added ChangeLog entry for #4211.

9 years ago[master] Merge branch 'trac4211'
Marcin Siodelski [Tue, 1 Dec 2015 13:17:35 +0000 (14:17 +0100)] 
[master] Merge branch 'trac4211'

9 years ago[4211] Addressed review comments.
Marcin Siodelski [Tue, 1 Dec 2015 10:35:52 +0000 (11:35 +0100)] 
[4211] Addressed review comments.

Two nits.

9 years ago[3569_rebase] Compilation fix after rebase.
Tomek Mrugalski [Mon, 30 Nov 2015 21:36:44 +0000 (22:36 +0100)] 
[3569_rebase] Compilation fix after rebase.

9 years ago[3569] User's guide updated (currently disabled)
Tomek Mrugalski [Thu, 26 Nov 2015 16:27:57 +0000 (17:27 +0100)] 
[3569] User's guide updated (currently disabled)

9 years ago[3569] Unit-tests implemented.
Tomek Mrugalski [Thu, 26 Nov 2015 14:14:35 +0000 (15:14 +0100)] 
[3569] Unit-tests implemented.

9 years ago[3569] Implemented configuration for host data source.
Tomek Mrugalski [Tue, 24 Nov 2015 20:42:19 +0000 (21:42 +0100)] 
[3569] Implemented configuration for host data source.

9 years ago[master] Added ChangeLog entry for #4204.
Marcin Siodelski [Tue, 1 Dec 2015 10:27:33 +0000 (11:27 +0100)] 
[master] Added ChangeLog entry for #4204.

9 years ago[master] Merge branch 'trac4204fd'
Marcin Siodelski [Tue, 1 Dec 2015 10:26:18 +0000 (11:26 +0100)] 
[master] Merge branch 'trac4204fd'

9 years ago[master] Include <mysql.h> rather than <mysql/mysql.h>
Marcin Siodelski [Tue, 1 Dec 2015 08:50:22 +0000 (09:50 +0100)] 
[master] Include <mysql.h> rather than <mysql/mysql.h>

This prevents compilation failure on OS-X. Reviewed and approved
on jabber.

9 years ago[4204fd] Renamed two context functions per Kea coding guidelines.
Marcin Siodelski [Tue, 1 Dec 2015 08:14:01 +0000 (09:14 +0100)] 
[4204fd] Renamed two context functions per Kea coding guidelines.

9 years ago[master] Compilation fix for several platforms
Tomek Mrugalski [Mon, 30 Nov 2015 21:51:47 +0000 (22:51 +0100)] 
[master] Compilation fix for several platforms

9 years ago[master] ChangeLog, AUTHORS updated after 3682 merge.
Tomek Mrugalski [Mon, 30 Nov 2015 20:31:32 +0000 (21:31 +0100)] 
[master] ChangeLog, AUTHORS updated after 3682 merge.

9 years ago[master] Merge branch 'trac3682_rebase' (MySQL Host Data Source)
Tomek Mrugalski [Mon, 30 Nov 2015 20:27:21 +0000 (21:27 +0100)] 
[master] Merge branch 'trac3682_rebase' (MySQL Host Data Source)

9 years ago[3682_rebase] Merge branch 'trac3682' into trac3682_rebase
Tomek Mrugalski [Mon, 30 Nov 2015 20:26:25 +0000 (21:26 +0100)] 
[3682_rebase] Merge branch 'trac3682' into trac3682_rebase

# Conflicts:
# src/lib/dhcpsrv/mysql_lease_mgr.cc
# src/lib/dhcpsrv/mysql_lease_mgr.h

9 years ago[master] ChangeLog for trac4208
Stephen Morris [Mon, 30 Nov 2015 19:53:07 +0000 (19:53 +0000)] 
[master] ChangeLog for trac4208

9 years ago[master] Merge branch 'trac4208'
Stephen Morris [Mon, 30 Nov 2015 19:49:50 +0000 (19:49 +0000)] 
[master] Merge branch 'trac4208'

9 years ago[4211] Added parameter which enables/disables write of a DUID in file.
Marcin Siodelski [Mon, 30 Nov 2015 14:17:23 +0000 (15:17 +0100)] 
[4211] Added parameter which enables/disables write of a DUID in file.

9 years ago[master] ChangeLog, AUTHORS updated after github pull request 8
Tomek Mrugalski [Mon, 30 Nov 2015 12:38:02 +0000 (13:38 +0100)] 
[master] ChangeLog, AUTHORS updated after github pull request 8

9 years ago[github8] Unit-tests written for the query4 parameter.
Tomek Mrugalski [Mon, 30 Nov 2015 12:30:36 +0000 (13:30 +0100)] 
[github8] Unit-tests written for the query4 parameter.

9 years agoMerge branch 'kea-fb2' of https://github.com./nchaigne/kea into pullreq8
Tomek Mrugalski [Mon, 30 Nov 2015 12:12:05 +0000 (13:12 +0100)] 
Merge branch 'kea-fb2' of https://github.com./nchaigne/kea into pullreq8

# Conflicts:
# src/bin/dhcp4/dhcp4_hooks.dox

9 years ago[master] ChangeLog updated.
Tomek Mrugalski [Mon, 30 Nov 2015 12:03:10 +0000 (13:03 +0100)] 
[master] ChangeLog updated.

9 years ago[master] Compilation fix after merge (missing })
Tomek Mrugalski [Mon, 30 Nov 2015 12:01:09 +0000 (13:01 +0100)] 
[master] Compilation fix after merge (missing })

9 years ago[master] Merge branch 'trac3988' (lease{4,6}_recover hooks)
Tomek Mrugalski [Mon, 30 Nov 2015 11:36:46 +0000 (12:36 +0100)] 
[master] Merge branch 'trac3988' (lease{4,6}_recover hooks)

# Conflicts:
# src/lib/dhcpsrv/alloc_engine.cc
# src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc

9 years ago[master] regen
Francis Dupont [Sat, 28 Nov 2015 09:24:39 +0000 (10:24 +0100)] 
[master] regen

9 years ago[master] Silence cppcheck error
Francis Dupont [Sat, 28 Nov 2015 09:23:55 +0000 (10:23 +0100)] 
[master] Silence cppcheck error

9 years ago[master] Regenerated lexer.cc
Francis Dupont [Sat, 28 Nov 2015 07:54:29 +0000 (08:54 +0100)] 
[master] Regenerated lexer.cc

9 years ago[master] Merged trac4203 (no exit())
Francis Dupont [Fri, 27 Nov 2015 22:31:53 +0000 (23:31 +0100)] 
[master] Merged trac4203 (no exit())

9 years ago[4208] Update KEA_HOOKS_VERSION to 3 in preparation for release of Kea 1.0.
Stephen Morris [Fri, 27 Nov 2015 17:18:08 +0000 (17:18 +0000)] 
[4208] Update KEA_HOOKS_VERSION to 3 in preparation for release of Kea 1.0.

9 years ago[4204fd] Refactored grammar
Francis Dupont [Fri, 27 Nov 2015 15:32:30 +0000 (16:32 +0100)] 
[4204fd] Refactored grammar

9 years ago[4204fd] Reverted to original token.{h,cc}
Francis Dupont [Fri, 27 Nov 2015 15:21:46 +0000 (16:21 +0100)] 
[4204fd] Reverted to original token.{h,cc}

9 years ago[4204fd] Remade option_universe_ private
Francis Dupont [Fri, 27 Nov 2015 15:08:49 +0000 (16:08 +0100)] 
[4204fd] Remade option_universe_ private