]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
12 years agoMerge branch 'trac3119'
Kean Johnston [Thu, 14 Nov 2013 08:03:24 +0000 (10:03 +0200)] 
Merge branch 'trac3119'

12 years ago[3119] Minor cosmetic cleanups as per review
Kean Johnston [Thu, 14 Nov 2013 08:02:35 +0000 (10:02 +0200)] 
[3119] Minor cosmetic cleanups as per review

12 years ago[3087] Added state handler unit tests for D2::NameAddTransaction
Thomas Markwalder [Wed, 13 Nov 2013 21:19:12 +0000 (16:19 -0500)] 
[3087] Added state handler unit tests for D2::NameAddTransaction

Created unit tests for all of the states implemented by NameAddTransaction
in b10-dhcp-ddns.  The class lacks only proper construction of DNS update
requests.

12 years ago[2940] Fixed handling of the NULL client identifier in the Memfile backend
Marcin Siodelski [Wed, 13 Nov 2013 16:20:57 +0000 (17:20 +0100)] 
[2940] Fixed handling of the NULL client identifier in the Memfile backend

12 years ago[2945] Update Doxygen reference to isc::ConfigData::getFullConfig() (contd.)
Mukund Sivaraman [Wed, 13 Nov 2013 08:36:57 +0000 (14:06 +0530)] 
[2945] Update Doxygen reference to isc::ConfigData::getFullConfig() (contd.)

12 years ago[2945] Update Doxygen reference to isc::ConfigData::getFullConfig()
Mukund Sivaraman [Wed, 13 Nov 2013 08:33:23 +0000 (14:03 +0530)] 
[2945] Update Doxygen reference to isc::ConfigData::getFullConfig()

12 years ago[3107] Move CXX_VERSION initialization closer to where it is used
Mukund Sivaraman [Wed, 13 Nov 2013 07:32:08 +0000 (13:02 +0530)] 
[3107] Move CXX_VERSION initialization closer to where it is used

12 years ago[master] Add ChangeLog for #2300
Mukund Sivaraman [Wed, 13 Nov 2013 04:12:11 +0000 (09:42 +0530)] 
[master] Add ChangeLog for #2300

12 years ago[3087] Initial implementation of d2::NameAddTransaction
Thomas Markwalder [Mon, 11 Nov 2013 20:41:24 +0000 (15:41 -0500)] 
[3087] Initial implementation of d2::NameAddTransaction

This interrim checkin includes the initial implementation of
NameAddTransaction to b10-dhcp-ddns.  It provides the preliminary
state model needed to add forward and/or reverse DNS entries for
and FQDN.  It does not yet construct the actual DNS update requests.

12 years ago[3087] Use IOServicePtr consistently in DHCP-DDNS
Thomas Markwalder [Fri, 8 Nov 2013 18:55:21 +0000 (13:55 -0500)] 
[3087] Use IOServicePtr consistently in DHCP-DDNS

Some classes were using references to isc::asiolink::IOService, others
where using d2::IOServicePtr.  The latter is now used throughout for
consistency as well as support for future, possible, multi-threaded
implementation.

12 years ago[master] Add lettuce test for mixed-case query
Mukund Sivaraman [Thu, 7 Nov 2013 12:52:42 +0000 (18:22 +0530)] 
[master] Add lettuce test for mixed-case query

12 years ago[3119] Added a comment regarding autoconf macros used.
Kean Johnston [Thu, 7 Nov 2013 06:38:42 +0000 (08:38 +0200)] 
[3119] Added a comment regarding autoconf macros used.

As per review added a comment about the use of $ac_header_preproc.

12 years agoMerge branch 'trac2300'
Mukund Sivaraman [Thu, 7 Nov 2013 06:24:29 +0000 (11:54 +0530)] 
Merge branch 'trac2300'

Conflicts:
src/bin/xfrin/b10-xfrin.xml
src/bin/xfrin/xfrin.spec
tests/lettuce/features/xfrin_notify_handling.feature

12 years ago[master] Update emptiness checks to be more efficient (cppcheck)
Mukund Sivaraman [Fri, 1 Nov 2013 05:01:01 +0000 (10:31 +0530)] 
[master] Update emptiness checks to be more efficient (cppcheck)

Reviewed by Thomas Markwalder on Jabber.

12 years agoMerge branch 'trac3172'
Mukund Sivaraman [Thu, 31 Oct 2013 12:54:57 +0000 (18:24 +0530)] 
Merge branch 'trac3172'

Conflicts:
src/bin/dhcp6/dhcp6_srv.h

12 years ago[master] fix xsltproc --stringparam html.stylesheet usage
Jeremy C. Reed [Thu, 31 Oct 2013 12:37:18 +0000 (07:37 -0500)] 
[master] fix xsltproc --stringparam html.stylesheet usage

This is to set the location of the css stylesheet.
Previously it pointed to a path in the source directory.
By default, this was "./" so was okay as a location via HTTP.
But when built using a different source directory, then
the full source directory ended up as a reference on the webpage
so then style's didn't work.

I briefly discussed this on jabber yesterday but didn't get an okay.
It is a minor fix, so committing per my discretion.

12 years ago[master] spelling fix in docs
Jeremy C. Reed [Wed, 30 Oct 2013 18:29:56 +0000 (13:29 -0500)] 
[master] spelling fix in docs

(minor fix, committed without review)

12 years ago[2945] Add missing doxygen comments
Mukund Sivaraman [Wed, 30 Oct 2013 05:53:34 +0000 (11:23 +0530)] 
[2945] Add missing doxygen comments

12 years ago[3172] Fix build failure on BSD systems
Kean Johnston [Tue, 29 Oct 2013 16:01:38 +0000 (18:01 +0200)] 
[3172] Fix build failure on BSD systems

The comment at the end of adding to AM_CXXFLAGS was making the total
line too long, and the automake tool was splitting the line. This meant
that the macro assignment had an escaped comment, which the BSD make
interprets differently to GNU make (the latter swallows the next line as
part of the comment, whereas the former doesn't).

12 years agoMerge #2932
Michal 'vorner' Vaner [Tue, 29 Oct 2013 13:55:26 +0000 (14:55 +0100)] 
Merge #2932

Receiving of notifications in C++.

12 years agoMerge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Kean Johnston [Tue, 29 Oct 2013 05:57:22 +0000 (07:57 +0200)] 
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

Conflicts:
ChangeLog

12 years ago[master] Updated ChangeLog
Kean Johnston [Tue, 29 Oct 2013 05:54:53 +0000 (07:54 +0200)] 
[master] Updated ChangeLog

12 years ago[433] Merge branch 'trac433'
Kean Johnston [Tue, 29 Oct 2013 05:49:01 +0000 (07:49 +0200)] 
[433] Merge branch 'trac433'

12 years ago[530] Do not redirect b10-msgq STDOUT when running in verbose mode
Kean Johnston [Tue, 29 Oct 2013 05:34:13 +0000 (07:34 +0200)] 
[530] Do not redirect b10-msgq STDOUT when running in verbose mode

When bind10 is run in verbose mode, as is indicated to the user by
certain error messages, do not redirect b10-msgq's STDOUT to /dev/null
so that the user can see the actual cause for startup failure.

No ChangeLog entry required.

12 years ago[530] Display socket file used in error message
Kean Johnston [Tue, 29 Oct 2013 05:31:09 +0000 (07:31 +0200)] 
[530] Display socket file used in error message

When there is an error connecting to the message queue socket file
because it wasn't cleaned up properly, and we know the name of the
socket file, display its name as part of the error message.

No ChangeLog entry required.

12 years ago[master] Added Changelog entry for #3183.
Marcin Siodelski [Mon, 28 Oct 2013 18:45:09 +0000 (19:45 +0100)] 
[master] Added Changelog entry for #3183.

Also additional trivial fixes applied: fixed the Changelog entry number
for #3211 and git commit id for #3199.

12 years ago[master] Merge branch 'trac3183'
Marcin Siodelski [Mon, 28 Oct 2013 18:10:29 +0000 (19:10 +0100)] 
[master] Merge branch 'trac3183'

12 years ago[3207] Clean and doxygen commentary for user_check hook library.
Thomas Markwalder [Mon, 28 Oct 2013 15:37:53 +0000 (11:37 -0400)] 
[3207] Clean and doxygen commentary for user_check hook library.

Adding doxygen and cleaned up code for initial review submission.

12 years ago[3183] Minor: added a todo comment in perfdhcp.
Marcin Siodelski [Mon, 28 Oct 2013 13:35:43 +0000 (14:35 +0100)] 
[3183] Minor: added a todo comment in perfdhcp.

12 years ago[3210] Fixed trivial issues in the CfgMgr.
Marcin Siodelski [Mon, 28 Oct 2013 12:09:50 +0000 (13:09 +0100)] 
[3210] Fixed trivial issues in the CfgMgr.

This commit includes trivial changes to the doxygen documentation and
make one variable const.

12 years ago[3073] Merge branch 'trac3073'
Kean Johnston [Mon, 28 Oct 2013 03:49:50 +0000 (05:49 +0200)] 
[3073] Merge branch 'trac3073'

12 years ago[3207] Added support for default users and delimited user id input
Thomas Markwalder [Fri, 25 Oct 2013 18:49:49 +0000 (14:49 -0400)] 
[3207] Added support for default users and delimited user id input

Vendor option default values are now taken from default users if the
client is not registered.  Registry input file user ids can now contain
colons as delimiters allowing cut-and-paste from outcome file.

12 years ago[3207] Added support for TFTP_SERVER option to user_chech hook library
Thomas Markwalder [Fri, 25 Oct 2013 14:13:24 +0000 (10:13 -0400)] 
[3207] Added support for TFTP_SERVER option to user_chech hook library

User check hook library now supports adding TFTP server option to DHCP
response packet options from values in user registry.

12 years ago[master] ChangeLog updated
Tomek Mrugalski [Fri, 25 Oct 2013 13:20:45 +0000 (15:20 +0200)] 
[master] ChangeLog updated

12 years ago[3211] Changes after review:
Tomek Mrugalski [Fri, 25 Oct 2013 13:19:25 +0000 (15:19 +0200)] 
[3211] Changes after review:

 - ChangeLog clarified
 - Comments in option_definition.h corrected

12 years ago[3211] Incoming IAPREFIX is now parsed properly.
Tomek Mrugalski [Fri, 25 Oct 2013 12:53:56 +0000 (14:53 +0200)] 
[3211] Incoming IAPREFIX is now parsed properly.

12 years ago[3207] Added bootfile option output to user check hook library
Thomas Markwalder [Fri, 25 Oct 2013 12:40:13 +0000 (08:40 -0400)] 
[3207] Added bootfile option output to user check hook library

Added ability to add the boot file option from the user registry to
the outbound DHCP response to user check hook library.

12 years ago[3207] Link fix in user_chk
Tomek Mrugalski [Fri, 25 Oct 2013 11:01:49 +0000 (13:01 +0200)] 
[3207] Link fix in user_chk

12 years ago[master] ChangeLog update after 3194 merge.
Tomek Mrugalski [Fri, 25 Oct 2013 10:32:10 +0000 (12:32 +0200)] 
[master] ChangeLog update after 3194 merge.

12 years ago[3207] Replaced selected subnet with lease address in user check output
Thomas Markwalder [Fri, 25 Oct 2013 10:31:05 +0000 (06:31 -0400)] 
[3207] Replaced selected subnet with lease address in user check output

User check hook library's outcome output is now generated in pkt_send
callout allowing the output of lease address (or prefix) in place
of selected subnet.

12 years ago[master] distcheck fix after 3194 merge.
Tomek Mrugalski [Fri, 25 Oct 2013 10:22:57 +0000 (12:22 +0200)] 
[master] distcheck fix after 3194 merge.

12 years ago[3183] Typo correction and one todo added.
Marcin Siodelski [Fri, 25 Oct 2013 10:06:19 +0000 (12:06 +0200)] 
[3183] Typo correction and one todo added.

12 years ago[3183] Addressed review comments.
Marcin Siodelski [Fri, 25 Oct 2013 09:26:46 +0000 (11:26 +0200)] 
[3183] Addressed review comments.

12 years ago[master] Merge branch 'trac3194_1'
Marcin Siodelski [Fri, 25 Oct 2013 07:56:32 +0000 (09:56 +0200)] 
[master] Merge branch 'trac3194_1'

12 years ago[master] Fixed libdhcp++ unit test to use correct buffer length for compare
Marcin Siodelski [Fri, 25 Oct 2013 07:47:23 +0000 (09:47 +0200)] 
[master] Fixed libdhcp++ unit test to use correct buffer length for compare

Okayed on jabber.

12 years ago[master] ChangeLog updated.
Tomek Mrugalski [Thu, 24 Oct 2013 19:50:32 +0000 (21:50 +0200)] 
[master] ChangeLog updated.

12 years agoMerge branch 'trac3201'
Tomek Mrugalski [Thu, 24 Oct 2013 19:48:12 +0000 (21:48 +0200)] 
Merge branch 'trac3201'

12 years ago[3201] Constants moved to dhcp4.h
Tomek Mrugalski [Thu, 24 Oct 2013 19:41:17 +0000 (21:41 +0200)] 
[3201] Constants moved to dhcp4.h

12 years ago[3201] BIND10 Guide updated.
Tomek Mrugalski [Thu, 24 Oct 2013 19:40:57 +0000 (21:40 +0200)] 
[3201] BIND10 Guide updated.

12 years ago[3194] Unnecessary s-file removed.
Tomek Mrugalski [Thu, 24 Oct 2013 16:55:47 +0000 (18:55 +0200)] 
[3194] Unnecessary s-file removed.

12 years ago[3194] Cleanup in the OptionVendor class.
Marcin Siodelski [Thu, 24 Oct 2013 16:44:20 +0000 (18:44 +0200)] 
[3194] Cleanup in the OptionVendor class.

Added consts where applicable and extended comments.

12 years ago[433] Verify the existing daemon behaves correctly after multiple invocations
Kean Johnston [Thu, 24 Oct 2013 16:26:23 +0000 (18:26 +0200)] 
[433] Verify the existing daemon behaves correctly after multiple invocations

As per review, update the tests to ensure that the existing message
queue daemon still works even after we have had a failed attempt to
start a second copy of the daemon.

12 years ago[3194] Do not duplicate options in responses from the server.
Marcin Siodelski [Thu, 24 Oct 2013 16:17:29 +0000 (18:17 +0200)] 
[3194] Do not duplicate options in responses from the server.

12 years ago[3194] Append requested vendor options only if the lease is assigned.
Marcin Siodelski [Thu, 24 Oct 2013 16:10:07 +0000 (18:10 +0200)] 
[3194] Append requested vendor options only if the lease is assigned.

Also, fix getting requested option codes from ORO.

12 years ago[433] Use a local variable rather than one larger in scope
Kean Johnston [Thu, 24 Oct 2013 15:49:06 +0000 (17:49 +0200)] 
[433] Use a local variable rather than one larger in scope

As per review, don't use self._session for the check to see if there is
an existing message queue running. Rather, use a localally scoped
variable that will get cleaned up when the function exits.

12 years ago[3207] Added callouts for packet receive and send to user check hooks lib
Thomas Markwalder [Thu, 24 Oct 2013 15:32:09 +0000 (11:32 -0400)] 
[3207] Added callouts for packet receive and send to user check hooks lib

Initial checkin creates callout functions for packet receive and send
hooks for IPv4 and IPv6.  This sets thes stage for outputting user specific
options in outbound packet.

12 years ago[3194] Merge branch 'master' into trac3194_1
Marcin Siodelski [Thu, 24 Oct 2013 15:29:08 +0000 (17:29 +0200)] 
[3194] Merge branch 'master' into trac3194_1

12 years ago[3194] Minor fixes in libdhcp++ - add consts where applicable.
Marcin Siodelski [Thu, 24 Oct 2013 15:21:53 +0000 (17:21 +0200)] 
[3194] Minor fixes in libdhcp++ - add consts where applicable.

12 years ago[3210] Docs updated.
Tomek Mrugalski [Thu, 24 Oct 2013 12:54:58 +0000 (14:54 +0200)] 
[3210] Docs updated.

12 years ago[master] Fixed make install failure in user_chk unit tests
Thomas Markwalder [Thu, 24 Oct 2013 12:36:42 +0000 (08:36 -0400)] 
[master] Fixed make install failure in user_chk unit tests

Yet another make issue introduced with trac3186.  Unit test data files
are now looked for in the appropriate directory and copied as part of dist
check.

12 years ago[3210] client-id echo in DHCPv4 server is now configurable
Tomek Mrugalski [Thu, 24 Oct 2013 12:35:28 +0000 (14:35 +0200)] 
[3210] client-id echo in DHCPv4 server is now configurable

12 years ago[3210] CfgMgr now can store a flag for echoing v4 client-id
Tomek Mrugalski [Thu, 24 Oct 2013 12:26:27 +0000 (14:26 +0200)] 
[3210] CfgMgr now can store a flag for echoing v4 client-id

12 years ago[3201] Test that suboptions are parsed correctly for fixed-size options.
Marcin Siodelski [Thu, 24 Oct 2013 11:36:50 +0000 (13:36 +0200)] 
[3201] Test that suboptions are parsed correctly for fixed-size options.

12 years ago[3194] Unit-test for vendor option implemented.
Tomek Mrugalski [Thu, 24 Oct 2013 10:25:17 +0000 (12:25 +0200)] 
[3194] Unit-test for vendor option implemented.

12 years ago[3201] Add support for DHCP options that hold only sub options.
Marcin Siodelski [Thu, 24 Oct 2013 08:53:54 +0000 (10:53 +0200)] 
[3201] Add support for DHCP options that hold only sub options.

12 years ago[master] Add ChangeLog for #3094
Mukund Sivaraman [Thu, 24 Oct 2013 08:43:15 +0000 (14:13 +0530)] 
[master] Add ChangeLog for #3094

12 years ago[master] Delete trailing whitespace in ChangeLog
Mukund Sivaraman [Thu, 24 Oct 2013 08:41:32 +0000 (14:11 +0530)] 
[master] Delete trailing whitespace in ChangeLog

12 years agoMerge branch 'trac3074'
Mukund Sivaraman [Thu, 24 Oct 2013 06:48:49 +0000 (12:18 +0530)] 
Merge branch 'trac3074'

12 years ago[master] Fix typo
Mukund Sivaraman [Thu, 24 Oct 2013 06:48:00 +0000 (12:18 +0530)] 
[master] Fix typo

12 years ago[master] Delete trailing space
Mukund Sivaraman [Thu, 24 Oct 2013 06:47:48 +0000 (12:17 +0530)] 
[master] Delete trailing space

12 years ago[master] Fixed unit test build issue in user check library
Thomas Markwalder [Wed, 23 Oct 2013 23:22:19 +0000 (19:22 -0400)] 
[master] Fixed unit test build issue in user check library

trac3186 added the user_chk hook library which had a couple of
uses of EXPECT_EQ on stl containers. Gtest 1.5 does not like this.

12 years ago[master] Added ChangeLog entry 697 for trac3186
Thomas Markwalder [Wed, 23 Oct 2013 21:10:19 +0000 (17:10 -0400)] 
[master] Added ChangeLog entry 697 for trac3186

12 years ago[master] corrected distcheck issues from trac3186
Thomas Markwalder [Wed, 23 Oct 2013 21:06:46 +0000 (17:06 -0400)] 
[master] corrected distcheck issues from trac3186

After merging, distcheck revealed a few minor issues with logging
files and unit test data files. These were corrected.

12 years ago[3194] Changes after review:
Tomek Mrugalski [Wed, 23 Oct 2013 19:23:14 +0000 (21:23 +0200)] 
[3194] Changes after review:

 - config parsers updated
 - new unit-tests for vendor options written
 - libdhcp++ cleaned up
 - fixes in option_vendor.cc
 - comments added and cleaned up

12 years ago[master] Merge branch 'trac3186' DHCP hook library user_chk
Thomas Markwalder [Wed, 23 Oct 2013 18:15:46 +0000 (14:15 -0400)] 
[master] Merge branch 'trac3186' DHCP hook library user_chk

Adds the hooks subdirectory to bind10/dir for storing hooks shared
libraries, and the first such library for DHCP, user_chk.

12 years ago[3186] Addressed review comments.
Thomas Markwalder [Wed, 23 Oct 2013 18:08:10 +0000 (14:08 -0400)] 
[3186] Addressed review comments.

Mostly minor cosmetics. Added logic to select callouts to
simply return if no subnets are configured.

12 years ago[master] Merge branch 'trac3191' (next-server field in DHCPv4)
Tomek Mrugalski [Wed, 23 Oct 2013 14:24:04 +0000 (16:24 +0200)] 
[master] Merge branch 'trac3191' (next-server field in DHCPv4)

Conflicts:
ChangeLog

12 years ago[3191] Typo fixed.
Tomek Mrugalski [Wed, 23 Oct 2013 13:25:57 +0000 (15:25 +0200)] 
[3191] Typo fixed.

12 years ago[master] Merge branch 'trac3195' (DHCPv6 unicast sockets)
Tomek Mrugalski [Wed, 23 Oct 2013 10:00:40 +0000 (12:00 +0200)] 
[master] Merge branch 'trac3195' (DHCPv6 unicast sockets)

Conflicts:
ChangeLog

12 years ago[3194] Check if option definition for Vendor option has correct format.
Marcin Siodelski [Wed, 23 Oct 2013 07:43:44 +0000 (09:43 +0200)] 
[3194] Check if option definition for Vendor option has correct format.

12 years ago[master] Added Changelog entry for #3200.
Marcin Siodelski [Wed, 23 Oct 2013 06:03:35 +0000 (08:03 +0200)] 
[master] Added Changelog entry for #3200.

12 years ago[master] Merge branch 'trac3200'
Marcin Siodelski [Wed, 23 Oct 2013 05:12:24 +0000 (07:12 +0200)] 
[master] Merge branch 'trac3200'

12 years ago[2246] Interface detection code for BSD and Solaris
Tomek Mrugalski [Tue, 22 Oct 2013 20:26:51 +0000 (22:26 +0200)] 
[2246] Interface detection code for BSD and Solaris

 - Contributed by David Carlier
 - Clean-up by tomek

12 years ago[3194] Use OptionDefinition::optionFactory to create DHCPv6 vendor options.
Marcin Siodelski [Tue, 22 Oct 2013 19:39:16 +0000 (21:39 +0200)] 
[3194] Use OptionDefinition::optionFactory to create DHCPv6 vendor options.

12 years ago[3194] Use OptionDefinition::optionFactory to parse V4 Vendor option.
Marcin Siodelski [Tue, 22 Oct 2013 18:32:52 +0000 (20:32 +0200)] 
[3194] Use OptionDefinition::optionFactory to parse V4 Vendor option.

12 years ago[3195] Changes after review:
Tomek Mrugalski [Tue, 22 Oct 2013 18:18:30 +0000 (20:18 +0200)] 
[3195] Changes after review:

 - Guide updated
 - Iface::addUnicast() now refeses duplicates
 - addUnicast and clearUnicasts are now commented
 - new unit-tests
 - argument for addActiveIface is const reference again
 -

12 years ago[3200] In one more AssertionFailure pass the error message as parameter.
Marcin Siodelski [Tue, 22 Oct 2013 16:24:34 +0000 (18:24 +0200)] 
[3200] In one more AssertionFailure pass the error message as parameter.

12 years ago[3200] In two additional AssertionFailures, pass the message as parameter.
Marcin Siodelski [Tue, 22 Oct 2013 16:20:33 +0000 (18:20 +0200)] 
[3200] In two additional AssertionFailures, pass the message as parameter.

12 years ago[3200] Pass error message as a parameter of AssertionFailure.
Marcin Siodelski [Tue, 22 Oct 2013 15:09:22 +0000 (17:09 +0200)] 
[3200] Pass error message as a parameter of AssertionFailure.

12 years ago[433] Improve test and make status variable local in scope
Kean Johnston [Tue, 22 Oct 2013 14:17:39 +0000 (16:17 +0200)] 
[433] Improve test and make status variable local in scope

12 years ago[3191] Changes after review
Tomek Mrugalski [Tue, 22 Oct 2013 13:16:17 +0000 (15:16 +0200)] 
[3191] Changes after review

 - default value is no longer 0.0.0.0, so global value is no longer
   overwritten with subnet-specific values
 - added 2 new unit-tests to check if the value is really set in
   server responses
 - guide updated to explain that
 - fix in Dhcp4ParserTest.nextServerNegative

12 years ago[3200] Changes after code review.
Marcin Siodelski [Tue, 22 Oct 2013 12:47:24 +0000 (14:47 +0200)] 
[3200] Changes after code review.

12 years ago[3194] Implemented basic vendor options support.
Marcin Siodelski [Tue, 22 Oct 2013 10:27:07 +0000 (12:27 +0200)] 
[3194] Implemented basic vendor options support.

12 years ago[3073] Rremove incorrect checks for empty() that caused test failures
Kean Johnston [Tue, 22 Oct 2013 10:03:59 +0000 (12:03 +0200)] 
[3073] Rremove incorrect checks for empty() that caused test failures

12 years ago[3073] Rremove incorrect checks for empty() that caused test failures
Kean Johnston [Tue, 22 Oct 2013 10:00:12 +0000 (12:00 +0200)] 
[3073] Rremove incorrect checks for empty() that caused test failures

12 years ago[master] Added ChangeLog entry for #3199.
Marcin Siodelski [Tue, 22 Oct 2013 09:06:48 +0000 (11:06 +0200)] 
[master] Added ChangeLog entry for #3199.

12 years ago[master] Merge branch 'trac3199'
Marcin Siodelski [Tue, 22 Oct 2013 08:56:57 +0000 (10:56 +0200)] 
[master] Merge branch 'trac3199'

12 years ago[3199] Added option 66, 67 to bind10-guide and change the type of option 2.
Marcin Siodelski [Tue, 22 Oct 2013 08:55:36 +0000 (10:55 +0200)] 
[3199] Added option 66, 67 to bind10-guide and change the type of option 2.

12 years ago[3186] Added test_users_err.txt test file for user_check lib
Thomas Markwalder [Mon, 21 Oct 2013 17:23:47 +0000 (13:23 -0400)] 
[3186] Added test_users_err.txt test file for user_check lib

Added unit test data file, overlooked with prior commit. Also
added missiong include to user_file.cc and took extraneous debug
cout.

12 years ago[3200] Test that NAK lacks requested options.
Marcin Siodelski [Mon, 21 Oct 2013 16:08:47 +0000 (18:08 +0200)] 
[3200] Test that NAK lacks requested options.