]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
9 years ago[4108] added doc for the new method, adjusted it for run() accordingly. trac4108
JINMEI Tatuya [Sun, 1 Nov 2015 01:53:18 +0000 (10:53 +0900)] 
[4108] added doc for the new method, adjusted it for run() accordingly.

9 years ago[4108] unrelated cleanup: catch an exception by reference.
JINMEI Tatuya [Sun, 1 Nov 2015 01:45:08 +0000 (10:45 +0900)] 
[4108] unrelated cleanup: catch an exception by reference.

also folded a too long line.

9 years ago[4108] indentation fixup. some too long lines were folded, too.
JINMEI Tatuya [Sun, 1 Nov 2015 01:43:42 +0000 (10:43 +0900)] 
[4108] indentation fixup. some too long lines were folded, too.

9 years ago[4108] extract packet processing of Dhcpv4Srv::run() into a new method.
JINMEI Tatuya [Sun, 1 Nov 2015 01:39:10 +0000 (10:39 +0900)] 
[4108] extract packet processing of Dhcpv4Srv::run() into a new method.

the new one is named processPacket().  this is a trivial refactoring,
intentionally not making any other editorial cleanups (such as indentation
fixup).

9 years ago[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Tomek Mrugalski [Sat, 31 Oct 2015 10:32:06 +0000 (19:32 +0900)] 
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea

9 years ago[master] Merge remote-tracking branch 'github/master'
Tomek Mrugalski [Sat, 31 Oct 2015 10:31:13 +0000 (19:31 +0900)] 
[master] Merge remote-tracking branch 'github/master'

9 years ago[4027] removed an unused variable
JINMEI Tatuya [Sat, 31 Oct 2015 10:02:23 +0000 (19:02 +0900)] 
[4027] removed an unused variable

(besides, this type of file-static definition is dangerious - it can lead to
static initialization fiasco).

9 years ago[4027] added some explanatory comments for Pkt4o6::pack().
JINMEI Tatuya [Sat, 31 Oct 2015 10:01:02 +0000 (19:01 +0900)] 
[4027] added some explanatory comments for Pkt4o6::pack().

9 years ago[4027] added some references
JINMEI Tatuya [Sat, 31 Oct 2015 09:57:59 +0000 (18:57 +0900)] 
[4027] added some references

9 years agoMerge branch 'trac4027' of github.com:isc-projects/kea into trac4027
JINMEI Tatuya [Sat, 31 Oct 2015 09:49:53 +0000 (18:49 +0900)] 
Merge branch 'trac4027' of github.com:isc-projects/kea into trac4027

with resolving conflict (the HEAD version wasn't complete)
src/lib/dhcp/tests/pkt4o6_unittest.cc

9 years ago[4027] Minor corrections.
Tomek Mrugalski [Sat, 31 Oct 2015 09:49:07 +0000 (18:49 +0900)] 
[4027] Minor corrections.

9 years ago[4027] use a single underscore version of uint8_t for consistency
JINMEI Tatuya [Sat, 31 Oct 2015 09:47:03 +0000 (18:47 +0900)] 
[4027] use a single underscore version of uint8_t for consistency

(and perhaps the double-underscore version is non-standard)

9 years ago[master] Merged trac4107 (HCPv4-over-DHCPv6 message and option definitions) trac4109_base
Francis Dupont [Sat, 31 Oct 2015 08:52:34 +0000 (09:52 +0100)] 
[master] Merged trac4107 (HCPv4-over-DHCPv6 message and option definitions)

9 years ago[4107] Added several comments.
Tomek Mrugalski [Sat, 31 Oct 2015 08:32:28 +0000 (17:32 +0900)] 
[4107] Added several comments.

9 years ago[4027] added some more comments for tests
JINMEI Tatuya [Sat, 31 Oct 2015 08:22:49 +0000 (17:22 +0900)] 
[4027] added some more comments for tests

9 years ago[4027] added unit tests for Pkt4o6Test
JINMEI Tatuya [Sat, 31 Oct 2015 08:20:25 +0000 (17:20 +0900)] 
[4027] added unit tests for Pkt4o6Test

(with other some small cleanups)

9 years ago[4107] Minor comments update for options 100-102
Tomek Mrugalski [Sat, 31 Oct 2015 08:19:37 +0000 (17:19 +0900)] 
[4107] Minor comments update for options 100-102

9 years ago[4107] Added new standard options in the guide table
Francis Dupont [Sat, 31 Oct 2015 05:53:34 +0000 (06:53 +0100)] 
[4107] Added new standard options in the guide table

9 years ago[4107] Added the 2 private options (now update the doc)
Francis Dupont [Sat, 31 Oct 2015 05:35:23 +0000 (06:35 +0100)] 
[4107] Added the 2 private options (now update the doc)

9 years ago[4107] Ported changes from fd4o6 (so not finished)
Francis Dupont [Sat, 31 Oct 2015 04:47:08 +0000 (05:47 +0100)] 
[4107] Ported changes from fd4o6 (so not finished)

9 years ago[4027] enable DHCP4o6 option macros
JINMEI Tatuya [Sat, 31 Oct 2015 04:46:05 +0000 (13:46 +0900)] 
[4027] enable DHCP4o6 option macros

9 years ago[fd4o6] Adjusted Pkt6 pointer type
Francis Dupont [Thu, 8 Oct 2015 03:15:28 +0000 (05:15 +0200)] 
[fd4o6] Adjusted Pkt6 pointer type

9 years ago[4027] incorporated part of c0044e3 from fd4o6 branch
JINMEI Tatuya [Sat, 31 Oct 2015 04:29:05 +0000 (13:29 +0900)] 
[4027] incorporated part of c0044e3 from fd4o6 branch

(not cherry-picking it because the commit has other irrelevant changes)

9 years ago[fd4o6] Added DHCPv4-over-DHCPv6 packet class
Francis Dupont [Mon, 14 Sep 2015 14:36:42 +0000 (16:36 +0200)] 
[fd4o6] Added DHCPv4-over-DHCPv6 packet class

9 years ago[master] ChangeLog updated. trac4106_base trac4107_base
Tomek Mrugalski [Thu, 29 Oct 2015 16:59:22 +0000 (01:59 +0900)] 
[master] ChangeLog updated.

9 years ago[master] Merge branch 'trac4081' (src/lib/eval added)
Tomek Mrugalski [Thu, 29 Oct 2015 16:46:16 +0000 (01:46 +0900)] 
[master] Merge branch 'trac4081' (src/lib/eval added)

9 years ago[4081] Added LOG4CPLUS_LIBS to src/lib/eval/tests/Makefile.am
Tomek Mrugalski [Thu, 29 Oct 2015 16:39:12 +0000 (01:39 +0900)] 
[4081] Added LOG4CPLUS_LIBS to src/lib/eval/tests/Makefile.am

9 years ago[4081] Changes after review:
Tomek Mrugalski [Thu, 29 Oct 2015 16:19:33 +0000 (01:19 +0900)] 
[4081] Changes after review:

 - Copyright years corrected
 - Additional AM_CXXFLAGS for gcc added
 - LOG4CPLUS libs added to LDFLAGS
 - New unit-test for optionString for IPv6 packets added
 - Several comments in token.h clarified/corrected
 - Exception message extended slightly

9 years ago[master] Changed string.h for cstring (cf #4089)
Francis Dupont [Wed, 28 Oct 2015 16:10:01 +0000 (17:10 +0100)] 
[master] Changed string.h for cstring (cf #4089)

9 years ago[trac 4081] Add eval to the doxyfile and fix some typos
Shawn Routhier [Wed, 28 Oct 2015 06:55:09 +0000 (23:55 -0700)] 
[trac 4081] Add eval to the doxyfile and fix some typos

9 years ago[master] Added ChangeLog entry 1040 for #3780
Thomas Markwalder [Tue, 27 Oct 2015 19:20:56 +0000 (15:20 -0400)] 
[master] Added ChangeLog entry 1040 for #3780

9 years ago[master] Servers now exit if MySQL or PostgreSQL connectivity is lost
Thomas Markwalder [Tue, 27 Oct 2015 19:04:41 +0000 (15:04 -0400)] 
[master] Servers now exit if MySQL or PostgreSQL connectivity is lost

    Merge branch 'trac3780'

9 years ago[3780] Addressed review comments
Thomas Markwalder [Tue, 27 Oct 2015 19:02:36 +0000 (15:02 -0400)] 
[3780] Addressed review comments

    Fixed misspelling in log message.

9 years ago[4081] Stub documentation added.
Tomek Mrugalski [Tue, 27 Oct 2015 15:34:34 +0000 (16:34 +0100)] 
[4081] Stub documentation added.

9 years ago[master] Added ChangeLog entry for #3979.
Marcin Siodelski [Tue, 27 Oct 2015 15:04:55 +0000 (16:04 +0100)] 
[master] Added ChangeLog entry for #3979.

9 years ago[master] Merge branch 'trac3979'
Marcin Siodelski [Tue, 27 Oct 2015 15:02:30 +0000 (16:02 +0100)] 
[master] Merge branch 'trac3979'

9 years ago[3979] Corrected a typos in the user guide.
Marcin Siodelski [Tue, 27 Oct 2015 14:46:40 +0000 (15:46 +0100)] 
[3979] Corrected a typos in the user guide.

9 years ago[3979] Corrected order of parameters in the lease-expiration.json.
Marcin Siodelski [Tue, 27 Oct 2015 14:37:40 +0000 (15:37 +0100)] 
[3979] Corrected order of parameters in the lease-expiration.json.

This is a result of the review. This change was suggested so as
the order of lease expiration specific parameters follows the
order in which they are described.

9 years ago[3979] Fixed a broken <para> oops
Thomas Markwalder [Tue, 27 Oct 2015 14:15:54 +0000 (10:15 -0400)] 
[3979] Fixed a broken <para> oops

9 years ago[3979] Did some clean up and rewording
Thomas Markwalder [Tue, 27 Oct 2015 14:03:06 +0000 (10:03 -0400)] 
[3979] Did some clean up and rewording

9 years ago[master] Added ChangeLog entry for #3977. fdfb_base
Marcin Siodelski [Tue, 27 Oct 2015 10:58:33 +0000 (11:58 +0100)] 
[master] Added ChangeLog entry for #3977.

9 years ago[master] Merge branch 'trac3977'
Marcin Siodelski [Tue, 27 Oct 2015 10:19:35 +0000 (11:19 +0100)] 
[master] Merge branch 'trac3977'

9 years ago[trac3977] update comment to be v4 instead of v6
Shawn Routhier [Tue, 27 Oct 2015 04:25:15 +0000 (21:25 -0700)] 
[trac3977] update comment to be v4 instead of v6

9 years ago[4081] .gitignore added.
Tomek Mrugalski [Mon, 26 Oct 2015 19:53:42 +0000 (20:53 +0100)] 
[4081] .gitignore added.

9 years ago[4081] Boilerplate logger added.
Tomek Mrugalski [Mon, 26 Oct 2015 19:52:28 +0000 (20:52 +0100)] 
[4081] Boilerplate logger added.

9 years ago[3977] Addressed review comments.
Marcin Siodelski [Mon, 26 Oct 2015 19:50:30 +0000 (20:50 +0100)] 
[3977] Addressed review comments.

9 years ago[4081] Option::toString() and OptionString::toString() implemented.
Tomek Mrugalski [Mon, 26 Oct 2015 19:12:17 +0000 (20:12 +0100)] 
[4081] Option::toString() and OptionString::toString() implemented.

9 years ago[4081] Initial Token implementation added.
Tomek Mrugalski [Mon, 26 Oct 2015 19:11:22 +0000 (20:11 +0100)] 
[4081] Initial Token implementation added.

9 years ago[3979] Updated user guide for lease expiration.
Marcin Siodelski [Mon, 26 Oct 2015 15:15:55 +0000 (16:15 +0100)] 
[3979] Updated user guide for lease expiration.

9 years ago[3979] Removed lease expiration from the server limitations.
Marcin Siodelski [Mon, 26 Oct 2015 13:08:53 +0000 (14:08 +0100)] 
[3979] Removed lease expiration from the server limitations.

9 years ago[3979] Removed notes in the statistics about lease expiration not impl.
Marcin Siodelski [Mon, 26 Oct 2015 13:06:14 +0000 (14:06 +0100)] 
[3979] Removed notes in the statistics about lease expiration not impl.

9 years ago[3979] Added examples demonstrating processing expired leases.
Marcin Siodelski [Mon, 26 Oct 2015 12:58:13 +0000 (13:58 +0100)] 
[3979] Added examples demonstrating processing expired leases.

9 years ago[master] Updated git hash
Francis Dupont [Mon, 26 Oct 2015 12:56:51 +0000 (13:56 +0100)] 
[master] Updated git hash

9 years ago[master] Finished merge of trac3978 (new leases-reclaim command)
Francis Dupont [Mon, 26 Oct 2015 12:55:36 +0000 (13:55 +0100)] 
[master] Finished merge of trac3978 (new leases-reclaim command)

9 years ago[master] Finished merge of trac3978 (new leases-reclaim command)
Francis Dupont [Mon, 26 Oct 2015 12:52:43 +0000 (13:52 +0100)] 
[master] Finished merge of trac3978 (new leases-reclaim command)

9 years ago[master] Merged trac3978 (new leases-reclaim command)
Francis Dupont [Mon, 26 Oct 2015 12:33:56 +0000 (13:33 +0100)] 
[master] Merged trac3978 (new leases-reclaim command)

9 years ago[3979] Added description of leases-reclaim command to User Guide.
Marcin Siodelski [Mon, 26 Oct 2015 11:59:35 +0000 (12:59 +0100)] 
[3979] Added description of leases-reclaim command to User Guide.

9 years ago[trac3977] Tidy up some typos
Shawn Routhier [Mon, 26 Oct 2015 05:25:45 +0000 (22:25 -0700)] 
[trac3977] Tidy up some typos

9 years ago[3780] MySQL and Postgres lease managers now exit on fatal error detection
Thomas Markwalder [Fri, 23 Oct 2015 20:41:27 +0000 (16:41 -0400)] 
[3780] MySQL and Postgres lease managers now exit on fatal error detection

src/lib/dhcpsrv/dhcpsrv_messages.mes
    added messages DHCPSRV_MYSQL_FATAL_ERROR, DHCPSRV_PGSQL_FATAL_ERROR

src/lib/dhcpsrv/mysql_lease_mgr.cc
    added MySQL client error code include

    MySqlLeaseMgr::checkError() - method is no longer inlined in
    the header.  Expanded to detect unrecoverable errors, log
    them and call exit().

src/lib/dhcpsrv/mysql_lease_mgr.h
    Removed inline implemenation of MySqlLeaseMgr::checkError(),
    and expanded commentary

src/lib/dhcpsrv/pgsql_lease_mgr.cc
    PgSqlLeaseMgr::addLeaseCommon() - now uses checkStatementError()

    PgSqlLeaseMgr::checkStatementError() - Expanded to detect
    unrecoverable errors, log them and call exit().

src/lib/dhcpsrv/pgsql_lease_mgr.h
    Expanded commentary for PgSqlLeaseMgr::checkStatementError()

9 years ago[3979] Added new chapter about lease reclamation to the User Guide.
Marcin Siodelski [Fri, 23 Oct 2015 15:06:23 +0000 (17:06 +0200)] 
[3979] Added new chapter about lease reclamation to the User Guide.

9 years ago[3978] Addressed comments
Francis Dupont [Fri, 23 Oct 2015 02:23:45 +0000 (04:23 +0200)] 
[3978] Addressed comments

9 years ago[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Francis Dupont [Wed, 21 Oct 2015 19:22:25 +0000 (21:22 +0200)] 
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea

9 years ago[master] spelling
Francis Dupont [Wed, 21 Oct 2015 19:21:55 +0000 (21:21 +0200)] 
[master] spelling

9 years ago[master] Added ChangeLog entry 1036 for trac #3969.
Thomas Markwalder [Wed, 21 Oct 2015 18:58:02 +0000 (14:58 -0400)] 
[master] Added ChangeLog entry 1036 for trac #3969.

9 years ago[master] Implemented schema upgrade for Postgres schema 2.0
Thomas Markwalder [Wed, 21 Oct 2015 18:24:19 +0000 (14:24 -0400)] 
[master] Implemented schema upgrade for Postgres schema 2.0

    Merged in branch 'trac3969'

9 years ago[3969] Addressed review comments
Thomas Markwalder [Wed, 21 Oct 2015 15:57:47 +0000 (11:57 -0400)] 
[3969] Addressed review comments

9 years ago[master] Replaced EXPECT_EQ by EXPECT_TRUE == on HWAddr
Francis Dupont [Wed, 21 Oct 2015 15:06:19 +0000 (17:06 +0200)] 
[master] Replaced EXPECT_EQ by EXPECT_TRUE == on HWAddr

9 years ago[master] Updated git hash
Francis Dupont [Wed, 21 Oct 2015 13:17:21 +0000 (15:17 +0200)] 
[master] Updated git hash

9 years ago[master] Finished merge of trac4071 (internal record format in option doc)
Francis Dupont [Wed, 21 Oct 2015 13:15:17 +0000 (15:15 +0200)] 
[master] Finished merge of trac4071 (internal record format in option doc)

9 years ago[master] Merged trac4071 (internal record format in option doc)
Francis Dupont [Wed, 21 Oct 2015 13:13:11 +0000 (15:13 +0200)] 
[master] Merged trac4071 (internal record format in option doc)

9 years ago[master] Merged trac4059 (layer 2 DHCPv6 relays)
Francis Dupont [Wed, 21 Oct 2015 13:07:03 +0000 (15:07 +0200)] 
[master] Merged trac4059 (layer 2 DHCPv6 relays)

9 years ago[master] Updated git hash
Francis Dupont [Wed, 21 Oct 2015 13:05:11 +0000 (15:05 +0200)] 
[master] Updated git hash

9 years ago[master] Finished merge of trac4058 (DHCPv4 Subnet Selection option)
Francis Dupont [Wed, 21 Oct 2015 12:55:17 +0000 (14:55 +0200)] 
[master] Finished merge of trac4058 (DHCPv4 Subnet Selection option)

9 years ago[3977] Added system_messages program to .gitignore.
Marcin Siodelski [Wed, 21 Oct 2015 12:15:24 +0000 (14:15 +0200)] 
[3977] Added system_messages program to .gitignore.

9 years ago[3977] Removed unused code generating NCRs.
Marcin Siodelski [Wed, 21 Oct 2015 11:21:32 +0000 (13:21 +0200)] 
[3977] Removed unused code generating NCRs.

9 years ago[3977] Do not generate NCRs for prefix delegation.
Marcin Siodelski [Wed, 21 Oct 2015 10:47:04 +0000 (12:47 +0200)] 
[3977] Do not generate NCRs for prefix delegation.

9 years ago[3977] Improved logging in methods queueing NCRs and reclaiming leases.
Marcin Siodelski [Wed, 21 Oct 2015 10:25:04 +0000 (12:25 +0200)] 
[3977] Improved logging in methods queueing NCRs and reclaiming leases.

9 years ago[3977] Added variants of PktX::makeLabel excluding transaction id.
Marcin Siodelski [Wed, 21 Oct 2015 09:20:15 +0000 (11:20 +0200)] 
[3977] Added variants of PktX::makeLabel excluding transaction id.

9 years ago[3969] Added upgrade support from Postgres schema 1.0 to 2.0
Thomas Markwalder [Tue, 20 Oct 2015 12:36:14 +0000 (08:36 -0400)] 
[3969] Added upgrade support from Postgres schema 1.0 to 2.0

Upgrade adds state column to both lease tables, the state table,
and the lease dump functions.

src/bin/admin/scripts/pgsql/upgrade_1.0_to_2.0.sh -
    new script for upgrading postgres schema

src/bin/admin/tests/dhcpdb_create_1.0.pgsql
    new sql script for creating 1.0 schema db

configure.ac
    added entry for new upgrade script

src/bin/admin/kea-admin.in
    pgsql_upgrade() - modified to set Postgres password env variable
    and pass in remaining args as psql expects them

src/bin/admin/scripts/pgsql/Makefile.am
    added entry for new upgrade script

src/bin/admin/tests/Makefile.am
    added entry for 1.0 schema script

src/bin/admin/tests/pgsql_tests.sh.in
    pgsql_upgrade_test()  - revamped now that Postgres actually
    has its first upgrade script.

9 years ago[3977] Name change requests are now generated when lease is reused.
Marcin Siodelski [Mon, 19 Oct 2015 13:30:01 +0000 (15:30 +0200)] 
[3977] Name change requests are now generated when lease is reused.

This change triggered a lot of code refactoring for generating the
NameChangeRequests. Long story short is that the functions responsible
for generating NCRs from the lease information have been moved to
the libdhcpsrv where they better fit and where they may be used
by both allocation engine and the servers.

9 years ago[master] ChangeLog for trac3443
Stephen Morris [Tue, 20 Oct 2015 10:12:43 +0000 (11:12 +0100)] 
[master] ChangeLog for trac3443

9 years ago[master] Merge branch 'trac3443'
Stephen Morris [Tue, 20 Oct 2015 09:54:43 +0000 (10:54 +0100)] 
[master] Merge branch 'trac3443'

9 years ago[4071] Tried inline description of standard option records
Francis Dupont [Mon, 19 Oct 2015 17:14:33 +0000 (19:14 +0200)] 
[4071] Tried inline description of standard option records

9 years ago[3443] Minor changes after review.
Stephen Morris [Mon, 19 Oct 2015 17:05:01 +0000 (18:05 +0100)] 
[3443] Minor changes after review.

9 years ago[master] Fixing one more params binding issue in PostgreSQL. trac4071_base
Marcin Siodelski [Mon, 19 Oct 2015 14:32:07 +0000 (07:32 -0700)] 
[master] Fixing one more params binding issue in PostgreSQL.

This change was omitted during the previous commit.

9 years ago[master] Do not use temporary variables to bind to PostgreSQL queries.
Marcin Siodelski [Mon, 19 Oct 2015 14:17:10 +0000 (07:17 -0700)] 
[master] Do not use temporary variables to bind to PostgreSQL queries.

This change has been reviewed and approved on jabber.

9 years ago[3978] Rearranged DHCPv4 unit tests
Francis Dupont [Sat, 17 Oct 2015 09:22:24 +0000 (11:22 +0200)] 
[3978] Rearranged DHCPv4 unit tests

9 years ago[3978] Cleaned up code
Francis Dupont [Sat, 17 Oct 2015 09:19:55 +0000 (11:19 +0200)] 
[3978] Cleaned up code

9 years ago[3978] new command handler takes no argument
Francis Dupont [Fri, 16 Oct 2015 23:10:25 +0000 (01:10 +0200)] 
[3978] new command handler takes no argument

9 years ago[3978] Added unit tests
Francis Dupont [Fri, 16 Oct 2015 21:50:39 +0000 (23:50 +0200)] 
[3978] Added unit tests

9 years ago[3978] Tentative leases-reclaim command
Francis Dupont [Fri, 16 Oct 2015 21:01:33 +0000 (23:01 +0200)] 
[3978] Tentative leases-reclaim command

9 years ago[3978] spelling
Francis Dupont [Fri, 16 Oct 2015 21:01:02 +0000 (23:01 +0200)] 
[3978] spelling

9 years ago[3978] spelling
Francis Dupont [Fri, 16 Oct 2015 21:00:35 +0000 (23:00 +0200)] 
[3978] spelling

9 years ago[3978] commands-list -> list-commands
Francis Dupont [Fri, 16 Oct 2015 20:31:51 +0000 (22:31 +0200)] 
[3978] commands-list -> list-commands

9 years ago[master] Added ChangeLog entry for #3968. trac3874_base trac3927_base trac3978_base
Marcin Siodelski [Fri, 16 Oct 2015 15:24:44 +0000 (17:24 +0200)] 
[master] Added ChangeLog entry for #3968.

9 years ago[master] Merge branch 'trac3968'
Marcin Siodelski [Fri, 16 Oct 2015 15:12:07 +0000 (17:12 +0200)] 
[master] Merge branch 'trac3968'

9 years ago[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Francis Dupont [Fri, 16 Oct 2015 14:00:31 +0000 (16:00 +0200)] 
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea

9 years ago[master] Removed extra data_source_unittest.cc file
Francis Dupont [Fri, 16 Oct 2015 14:00:07 +0000 (16:00 +0200)] 
[master] Removed extra data_source_unittest.cc file

9 years ago[master] Compilation fix.
Tomek Mrugalski [Fri, 16 Oct 2015 12:57:52 +0000 (14:57 +0200)] 
[master] Compilation fix.

9 years ago[master] Fixed bare make distcheck
Francis Dupont [Fri, 16 Oct 2015 12:19:39 +0000 (14:19 +0200)] 
[master] Fixed bare make distcheck