]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
13 years ago[2427] Warn on ambiguous initial whitespace name
Michal 'vorner' Vaner [Mon, 17 Dec 2012 13:06:20 +0000 (14:06 +0100)] 
[2427] Warn on ambiguous initial whitespace name

Which happens after the $INCLUDE directive.

13 years ago[2427] Unify origin handling
Michal 'vorner' Vaner [Mon, 17 Dec 2012 12:47:24 +0000 (13:47 +0100)] 
[2427] Unify origin handling

Between the $INCLUDE and $ORIGIN. Mostly to make sure it is consistent.

13 years ago[2427] Don't leak $ORIGIN from included file
Michal 'vorner' Vaner [Mon, 17 Dec 2012 12:30:36 +0000 (13:30 +0100)] 
[2427] Don't leak $ORIGIN from included file

13 years ago[2326] Modification of the text of some error messages
Stephen Morris [Mon, 17 Dec 2012 12:27:39 +0000 (12:27 +0000)] 
[2326] Modification of the text of some error messages

13 years ago[2427] Use pointer for last_name_
Michal 'vorner' Vaner [Mon, 17 Dec 2012 11:54:33 +0000 (12:54 +0100)] 
[2427] Use pointer for last_name_

Instead of a Name directly and paired bool to check if it was
initialized. This avoids using a "dummy" value to initialize it, because
Name can't be uninitialized.

13 years ago[2429] Fix typo
Mukund Sivaraman [Mon, 17 Dec 2012 10:58:33 +0000 (16:28 +0530)] 
[2429] Fix typo

13 years ago[master] update Changelog for merge of #2494
Jelte Jansen [Mon, 17 Dec 2012 10:22:14 +0000 (11:22 +0100)] 
[master] update Changelog for merge of #2494

13 years ago[master] Merge branch 'trac2494'
Jelte Jansen [Mon, 17 Dec 2012 09:38:16 +0000 (10:38 +0100)] 
[master] Merge branch 'trac2494'

13 years ago[2431] Add more testcases for missing tokens
Mukund Sivaraman [Mon, 17 Dec 2012 05:43:31 +0000 (11:13 +0530)] 
[2431] Add more testcases for missing tokens

13 years ago[2431] Check exception message in tests
Mukund Sivaraman [Mon, 17 Dec 2012 05:28:39 +0000 (10:58 +0530)] 
[2431] Check exception message in tests

13 years ago[2431] Remove always-true operand
Mukund Sivaraman [Mon, 17 Dec 2012 04:03:11 +0000 (09:33 +0530)] 
[2431] Remove always-true operand

13 years ago[2431] Rename test
Mukund Sivaraman [Mon, 17 Dec 2012 04:00:56 +0000 (09:30 +0530)] 
[2431] Rename test

13 years ago[2431] Update test comment (to refer to implementation)
Mukund Sivaraman [Mon, 17 Dec 2012 04:00:19 +0000 (09:30 +0530)] 
[2431] Update test comment (to refer to implementation)

13 years ago[2431] Add comments
Mukund Sivaraman [Mon, 17 Dec 2012 03:54:47 +0000 (09:24 +0530)] 
[2431] Add comments

13 years ago[2431] Move TTL, class and type parsing into a helper method
JINMEI Tatuya [Mon, 17 Dec 2012 03:48:57 +0000 (09:18 +0530)] 
[2431] Move TTL, class and type parsing into a helper method

13 years ago[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Sun, 16 Dec 2012 00:08:12 +0000 (16:08 -0800)] 
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

13 years ago[master] corrected a trivial typo
JINMEI Tatuya [Sun, 16 Dec 2012 00:07:54 +0000 (16:07 -0800)] 
[master] corrected a trivial typo

13 years ago[2380] cleanup: removed redundant white space
JINMEI Tatuya [Sat, 15 Dec 2012 23:49:47 +0000 (15:49 -0800)] 
[2380] cleanup: removed redundant white space

13 years ago[2380] reordered log messages
JINMEI Tatuya [Sat, 15 Dec 2012 23:47:55 +0000 (15:47 -0800)] 
[2380] reordered log messages

13 years ago[2380] filled in log message descriptions
JINMEI Tatuya [Sat, 15 Dec 2012 23:47:11 +0000 (15:47 -0800)] 
[2380] filled in log message descriptions

13 years ago[2380] updated TODO, removing things now supported (or soon to be supported)
JINMEI Tatuya [Sat, 15 Dec 2012 23:33:50 +0000 (15:33 -0800)] 
[2380] updated TODO, removing things now supported (or soon to be supported)

13 years ago[2380] adjusted bind10-guide so it matches the new b10-loadzone
JINMEI Tatuya [Sat, 15 Dec 2012 23:32:28 +0000 (15:32 -0800)] 
[2380] adjusted bind10-guide so it matches the new b10-loadzone

13 years ago[2380] updated man page.
JINMEI Tatuya [Sat, 15 Dec 2012 23:26:57 +0000 (15:26 -0800)] 
[2380] updated man page.

13 years ago[2380] handle signals
JINMEI Tatuya [Sat, 15 Dec 2012 22:22:23 +0000 (14:22 -0800)] 
[2380] handle signals

13 years ago[2380] always use incremental load so we can handle emergency exit (eg signals)
JINMEI Tatuya [Sat, 15 Dec 2012 21:31:42 +0000 (13:31 -0800)] 
[2380] always use incremental load so we can handle emergency exit (eg signals)

still support no report mode.

13 years ago[2380] dump progress reports "on the same line", just like the old loadzone
JINMEI Tatuya [Sat, 15 Dec 2012 21:19:24 +0000 (13:19 -0800)] 
[2380] dump progress reports "on the same line", just like the old loadzone

13 years ago[2380] tighten option checks; make report interval configurable.
JINMEI Tatuya [Sat, 15 Dec 2012 21:08:28 +0000 (13:08 -0800)] 
[2380] tighten option checks; make report interval configurable.

13 years ago[2380] changed the default log output to stderr so we can separate them
JINMEI Tatuya [Sat, 15 Dec 2012 20:24:37 +0000 (12:24 -0800)] 
[2380] changed the default log output to stderr so we can separate them

13 years ago[2380] added minimal post-load zone checks
JINMEI Tatuya [Sat, 15 Dec 2012 20:12:03 +0000 (12:12 -0800)] 
[2380] added minimal post-load zone checks

13 years ago[2380] added -d option to control logging level
JINMEI Tatuya [Sat, 15 Dec 2012 19:14:45 +0000 (11:14 -0800)] 
[2380] added -d option to control logging level

13 years ago[2427] fixed a trivial typo in comment
JINMEI Tatuya [Sat, 15 Dec 2012 06:29:32 +0000 (22:29 -0800)] 
[2427] fixed a trivial typo in comment

13 years ago[2524] Add logging to lease manager factory and MySQL lease manager
Stephen Morris [Fri, 14 Dec 2012 22:19:31 +0000 (22:19 +0000)] 
[2524] Add logging to lease manager factory and MySQL lease manager

13 years ago[2524] Add ClientId::toText() functionality
Stephen Morris [Fri, 14 Dec 2012 22:17:19 +0000 (22:17 +0000)] 
[2524] Add ClientId::toText() functionality

13 years ago[master] fix DATASRC_DATABASE_FOUND_RRSET for #2563
Jeremy C. Reed [Fri, 14 Dec 2012 22:13:44 +0000 (16:13 -0600)] 
[master] fix DATASRC_DATABASE_FOUND_RRSET for #2563

Discussed via jabber. Show the RRsets as documented instead of the
pointer.

(Note that output may be confusing since there is no delimeter
between the different records in the set. But this is
DBGLVL_TRACE_DETAIL so fine for now.)

13 years ago[2431] removed unused variables in catch.
JINMEI Tatuya [Fri, 14 Dec 2012 21:08:52 +0000 (13:08 -0800)] 
[2431] removed unused variables in catch.

13 years ago[2431] constify exceptions in catch.
JINMEI Tatuya [Fri, 14 Dec 2012 21:06:12 +0000 (13:06 -0800)] 
[2431] constify exceptions in catch.

13 years ago[2549] Changes as a result of the code review.
Marcin Siodelski [Fri, 14 Dec 2012 18:46:24 +0000 (19:46 +0100)] 
[2549] Changes as a result of the code review.

13 years ago[2327] Reuse of expired leases implemented.
Tomek Mrugalski [Fri, 14 Dec 2012 18:28:09 +0000 (19:28 +0100)] 
[2327] Reuse of expired leases implemented.

13 years ago[2380] removed to-be-removed Makefiles from configure.ac.
JINMEI Tatuya [Fri, 14 Dec 2012 17:58:51 +0000 (09:58 -0800)] 
[2380] removed to-be-removed Makefiles from configure.ac.

final cleanup for these obsolete test cases will be done at the end of the
task.  this change helps distcheck at the moment.

13 years ago[2379] Explicitely clear loader after each test
Jelte Jansen [Fri, 14 Dec 2012 17:00:05 +0000 (18:00 +0100)] 
[2379] Explicitely clear loader after each test

13 years ago[2379] update pydoc for wrapper
Jelte Jansen [Fri, 14 Dec 2012 16:46:09 +0000 (17:46 +0100)] 
[2379] update pydoc for wrapper

13 years ago[2379] Fix no_such_zone_in_source test
Jelte Jansen [Fri, 14 Dec 2012 16:32:55 +0000 (17:32 +0100)] 
[2379] Fix no_such_zone_in_source test

13 years ago[2379] Better refcounting
Jelte Jansen [Fri, 14 Dec 2012 14:36:13 +0000 (15:36 +0100)] 
[2379] Better refcounting

13 years ago[2379] Cleanup some docs and variables
Jelte Jansen [Fri, 14 Dec 2012 13:29:40 +0000 (14:29 +0100)] 
[2379] Cleanup some docs and variables

13 years ago[2379] add standard function for class initialization
Jelte Jansen [Fri, 14 Dec 2012 10:38:26 +0000 (11:38 +0100)] 
[2379] add standard function for class initialization

13 years ago[2379] Explicitely clear loader after each test
Jelte Jansen [Fri, 14 Dec 2012 09:49:56 +0000 (10:49 +0100)] 
[2379] Explicitely clear loader after each test

Instead of direct adds

13 years ago[2526] Explicitly initialize all struct members.
Marcin Siodelski [Fri, 14 Dec 2012 17:32:43 +0000 (18:32 +0100)] 
[2526] Explicitly initialize all struct members.

13 years ago[2326] Tests for RELEASE implemented.
Tomek Mrugalski [Fri, 14 Dec 2012 16:47:28 +0000 (17:47 +0100)] 
[2326] Tests for RELEASE implemented.

13 years ago[2326] Fix in RENEW code (status NoAddrsAvail => NoBinding)
Tomek Mrugalski [Fri, 14 Dec 2012 16:46:57 +0000 (17:46 +0100)] 
[2326] Fix in RENEW code (status NoAddrsAvail => NoBinding)

13 years ago[2526] Minor: corrected typo.
Marcin Siodelski [Fri, 14 Dec 2012 16:45:17 +0000 (17:45 +0100)] 
[2526] Minor: corrected typo.

13 years ago[2526] Changes as a result of the code review.
Marcin Siodelski [Fri, 14 Dec 2012 16:42:50 +0000 (17:42 +0100)] 
[2526] Changes as a result of the code review.

13 years ago[2524] Add declaration and definition of logger, and some messages
Stephen Morris [Fri, 14 Dec 2012 16:15:23 +0000 (16:15 +0000)] 
[2524] Add declaration and definition of logger, and some messages

13 years ago[2524] Add method to redact password from access string
Stephen Morris [Tue, 11 Dec 2012 18:16:38 +0000 (18:16 +0000)] 
[2524] Add method to redact password from access string

The access string is logged: as it includes the password, this
is removed from the message logged.

13 years ago[2326] RELEASE support implemented.
Tomek Mrugalski [Fri, 14 Dec 2012 16:00:24 +0000 (17:00 +0100)] 
[2326] RELEASE support implemented.

13 years ago[2526] Modified a couple of method header comments
Stephen Morris [Fri, 14 Dec 2012 14:47:10 +0000 (14:47 +0000)] 
[2526] Modified a couple of method header comments

13 years ago[2427] Handle the initial whitespace
Michal 'vorner' Vaner [Fri, 14 Dec 2012 14:21:23 +0000 (15:21 +0100)] 
[2427] Handle the initial whitespace

13 years ago[2427] Tests for initial whitespace handling
Michal 'vorner' Vaner [Fri, 14 Dec 2012 13:32:23 +0000 (14:32 +0100)] 
[2427] Tests for initial whitespace handling

Meaning the same name as previous

13 years ago[2427] Origin handling in $INCLUDE
Michal 'vorner' Vaner [Fri, 14 Dec 2012 13:29:50 +0000 (14:29 +0100)] 
[2427] Origin handling in $INCLUDE

13 years ago[2427] Check handling of origin in $INCLUDE
Michal 'vorner' Vaner [Fri, 14 Dec 2012 13:22:49 +0000 (14:22 +0100)] 
[2427] Check handling of origin in $INCLUDE

This is leftover from #2428, but it wasn't possible to handle then yet.

13 years ago[2427] More error handling tests for $ORIGIN
Michal 'vorner' Vaner [Fri, 14 Dec 2012 13:10:26 +0000 (14:10 +0100)] 
[2427] More error handling tests for $ORIGIN

They all pass now, as the framework to handle them was already in place.
This is just to check it works well.

13 years ago[2427] Basic $ORIGIN handling
Michal 'vorner' Vaner [Fri, 14 Dec 2012 12:53:31 +0000 (13:53 +0100)] 
[2427] Basic $ORIGIN handling

13 years ago[2427] Test for $ORIGIN handling
Michal 'vorner' Vaner [Fri, 14 Dec 2012 12:45:48 +0000 (13:45 +0100)] 
[2427] Test for $ORIGIN handling

13 years ago[2549] Check address type in some option pack() methods.
Marcin Siodelski [Fri, 14 Dec 2012 11:17:54 +0000 (12:17 +0100)] 
[2549] Check address type in some option pack() methods.

13 years agoMerge #2428
Michal 'vorner' Vaner [Fri, 14 Dec 2012 09:36:17 +0000 (10:36 +0100)] 
Merge #2428

$INCLUDE handling in the isc::dns::MasterLoader

Conflicts:
src/lib/dns/master_loader.cc

13 years ago[2380] use incremental loading, and a bit more logging
JINMEI Tatuya [Fri, 14 Dec 2012 09:08:42 +0000 (01:08 -0800)] 
[2380] use incremental loading, and a bit more logging

13 years ago[2380] test run()
JINMEI Tatuya [Fri, 14 Dec 2012 08:50:47 +0000 (00:50 -0800)] 
[2380] test run()

13 years ago[2380] some more option handling
JINMEI Tatuya [Fri, 14 Dec 2012 08:38:02 +0000 (00:38 -0800)] 
[2380] some more option handling

13 years ago[2380] some option handling
JINMEI Tatuya [Fri, 14 Dec 2012 08:29:31 +0000 (00:29 -0800)] 
[2380] some option handling

13 years ago[2380] supported canceling creation of zone due to intermediate failure.
JINMEI Tatuya [Fri, 14 Dec 2012 08:08:18 +0000 (00:08 -0800)] 
[2380] supported canceling creation of zone due to intermediate failure.

13 years ago[2380] handled and tested some failure cases
JINMEI Tatuya [Fri, 14 Dec 2012 07:03:05 +0000 (23:03 -0800)] 
[2380] handled and tested some failure cases

13 years ago[2380] supported the case of creating a new zone and then loading
JINMEI Tatuya [Fri, 14 Dec 2012 06:20:03 +0000 (22:20 -0800)] 
[2380] supported the case of creating a new zone and then loading

13 years ago[2380] supported basic load
JINMEI Tatuya [Fri, 14 Dec 2012 04:59:35 +0000 (20:59 -0800)] 
[2380] supported basic load

13 years ago[2380] catch some invalid command line arguments, and log setups
JINMEI Tatuya [Fri, 14 Dec 2012 03:58:59 +0000 (19:58 -0800)] 
[2380] catch some invalid command line arguments, and log setups

13 years ago[2380] introduced some initial framework for new loadzone
JINMEI Tatuya [Fri, 14 Dec 2012 03:04:12 +0000 (19:04 -0800)] 
[2380] introduced some initial framework for new loadzone

13 years ago[2431] Add tests with incorrect order of class, TTL and type
Mukund Sivaraman [Fri, 14 Dec 2012 02:44:20 +0000 (08:14 +0530)] 
[2431] Add tests with incorrect order of class, TTL and type

13 years ago[2431] Add missing 'as' in comment
Mukund Sivaraman [Fri, 14 Dec 2012 02:19:22 +0000 (07:49 +0530)] 
[2431] Add missing 'as' in comment

13 years ago[2431] Support flexible order of TTL, type and class
Mukund Sivaraman [Fri, 14 Dec 2012 02:18:52 +0000 (07:48 +0530)] 
[2431] Support flexible order of TTL, type and class

13 years ago[2380] Merge branch 'master' into trac2380
JINMEI Tatuya [Thu, 13 Dec 2012 22:29:26 +0000 (14:29 -0800)] 
[2380] Merge branch 'master' into trac2380

13 years ago[master] Merge branch 'trac2542'
Jelte Jansen [Thu, 13 Dec 2012 22:22:11 +0000 (23:22 +0100)] 
[master] Merge branch 'trac2542'

13 years ago[2380] Merge branch 'trac2379' into trac2380
JINMEI Tatuya [Thu, 13 Dec 2012 22:16:33 +0000 (14:16 -0800)] 
[2380] Merge branch 'trac2379' into trac2380

13 years ago[2494] Add error log for async mode too
Jelte Jansen [Thu, 13 Dec 2012 22:07:00 +0000 (23:07 +0100)] 
[2494] Add error log for async mode too

13 years ago[2494] Use non-throwing version of send_to
Jelte Jansen [Wed, 12 Dec 2012 09:40:46 +0000 (10:40 +0100)] 
[2494] Use non-throwing version of send_to

Also update log message and description

13 years ago[2379] minor editorial cleanup: use consistent spacing policy
JINMEI Tatuya [Thu, 13 Dec 2012 21:54:37 +0000 (13:54 -0800)] 
[2379] minor editorial cleanup: use consistent spacing policy

13 years ago[2542] Update doc for create_zone wrapper
Jelte Jansen [Thu, 13 Dec 2012 21:44:01 +0000 (22:44 +0100)] 
[2542] Update doc for create_zone wrapper

And a minor cleanup in the code

13 years ago[2379] style fix: combine short lines; indentation
JINMEI Tatuya [Thu, 13 Dec 2012 20:33:45 +0000 (12:33 -0800)] 
[2379] style fix: combine short lines; indentation

13 years ago[master] Merge branch 'trac2541'
Jelte Jansen [Thu, 13 Dec 2012 20:33:01 +0000 (21:33 +0100)] 
[master] Merge branch 'trac2541'

13 years ago[2541] Roll back in unit test before checking result
Jelte Jansen [Thu, 13 Dec 2012 20:30:24 +0000 (21:30 +0100)] 
[2541] Roll back in unit test before checking result

13 years ago[2379] style fix: place return type on a separate line.
JINMEI Tatuya [Thu, 13 Dec 2012 20:24:42 +0000 (12:24 -0800)] 
[2379] style fix: place return type on a separate line.

13 years ago[2428] Some minor cleanups
Jelte Jansen [Thu, 13 Dec 2012 20:20:57 +0000 (21:20 +0100)] 
[2428] Some minor cleanups

13 years ago[2379] style fix: folded a long line.
JINMEI Tatuya [Thu, 13 Dec 2012 19:53:48 +0000 (11:53 -0800)] 
[2379] style fix: folded a long line.

13 years ago[2549] Simplified functions writing an address to a buffer.
Marcin Siodelski [Thu, 13 Dec 2012 19:36:05 +0000 (20:36 +0100)] 
[2549] Simplified functions writing an address to a buffer.

13 years ago[2549] Replaced IOAddress::getFamily() with IOAddress::isVx() calls.
Marcin Siodelski [Thu, 13 Dec 2012 18:33:12 +0000 (19:33 +0100)] 
[2549] Replaced IOAddress::getFamily() with IOAddress::isVx() calls.

13 years ago[2542] style fix: position of '*'
JINMEI Tatuya [Thu, 13 Dec 2012 17:47:09 +0000 (09:47 -0800)] 
[2542] style fix: position of '*'

13 years ago[2541] cleanup: removed unnecessary call to copy constructor
JINMEI Tatuya [Thu, 13 Dec 2012 17:18:14 +0000 (09:18 -0800)] 
[2541] cleanup: removed unnecessary call to copy constructor

13 years ago[master] ChangeLog for trac2546
Stephen Morris [Thu, 13 Dec 2012 13:26:36 +0000 (13:26 +0000)] 
[master] ChangeLog for trac2546

13 years ago[2379] Add more tests and catches
Jelte Jansen [Thu, 6 Dec 2012 16:03:19 +0000 (17:03 +0100)] 
[2379] Add more tests and catches

And update doc and do a bit of style cleanup

13 years ago[2379] Add InvalidOperation to the pydnspp exceptions
Jelte Jansen [Thu, 6 Dec 2012 16:02:53 +0000 (17:02 +0100)] 
[2379] Add InvalidOperation to the pydnspp exceptions

13 years ago[2379] loadIncremental wrapper
Jelte Jansen [Tue, 4 Dec 2012 22:30:59 +0000 (23:30 +0100)] 
[2379] loadIncremental wrapper

13 years ago[2379] test before writing final methods
Jelte Jansen [Tue, 4 Dec 2012 21:50:59 +0000 (22:50 +0100)] 
[2379] test before writing final methods

13 years ago[2379] Add more tests and catches
Jelte Jansen [Tue, 4 Dec 2012 10:33:12 +0000 (11:33 +0100)] 
[2379] Add more tests and catches

And update doc and do a bit of style cleanup