Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
77e0262c 09/11/2015 07:34 AM Lukas Zapletal

Fixes #11676 - added dhcp_server option

fa3178a0 06/17/2015 07:37 AM Klaas Demter

refs #8046: Add possibility for providers to overwrite find_record to load single records

17d3726e 06/16/2015 08:56 AM Fernando Carolo

Fixes #10527 - DHCP/TFTP support for Cisco POAP

b1109ed1 05/05/2015 07:50 AM Florian Maier

Fixes #10264 - omapi port not evaluated.

0207401d 02/09/2015 07:53 AM Lukas Zapletal

Fixes #9089 - refactored SSL client verification into method

a3783af8 01/14/2015 10:51 AM Zak Herner

Fixes #8788 - DHCP not detecting pingable addresses on Windows

a7c8c34d 12/11/2014 11:57 AM Lukas Zapletal

Fixes #8538 - Fixed ISC DHCP states and duplicities

Our ISC DHCP parser was not respecting binding states "free" vs "active" and
it was reading free (released) leases as active. Also, with longer lease
times it was loading multiple leases as duplicities. Both was causing...

25691fff 10/20/2014 09:14 AM Dmitri Dolguikh

fixes #7660: fixes first bunch of rubocop warnings

b32f2f77 09/11/2014 06:54 AM Dominic Cleal

fixes #7297 - corrected name of DNS namespace in virsh error handlers

Refactored DNS and DHCP specifics back into the respective modules

63f9e261 08/29/2014 04:51 AM Dmitri Dolguikh

fixes #7235: dhcp tests are now order-independent

d7105481 08/11/2014 05:27 AM Dominic Cleal

fixes #7015 - to_json passes options through correctly, remove array wrapping

0c9a01b6 08/08/2014 05:44 AM Dominic Cleal

fixes #6589 - add trusted_hosts check back

3925ae4d 08/06/2014 09:10 AM Aaron Stone

Fixes #6743 - Common code for manage_subnet? in ISC and Native MS

776461f8 08/06/2014 09:10 AM Aaron Stone

Fixes #6744 - Avoid nested arrays and extra array copies in the ISC DHCP config parser

dd9d295b 08/06/2014 09:10 AM Aaron Stone

Fixes #6745 - Clean up the params input to the DHCP::Server.addRecord method

This fixes the ability to match and ignore pre-existing identical DHCP records.

99339284 07/17/2014 07:59 AM Dmitri Dolguikh

fixes #6661: trailing slash is not required in urls

57ea7e82 07/11/2014 05:29 AM David Swift

Fixes #6412: Trying to remove a DHCP record fails due to an invalid subnet check

67bfd9a0 07/11/2014 05:29 AM David Swift

Fixes #6396: an error removing a DHCP record (record doesn't exist) stops the delete process for a host

1fb2109b 07/04/2014 02:13 PM Vincent Kramar

fixes #6377 - incorrect dhcp providers server virsh.rb loadSubnetData

The commit fixes dhcp server virsh.rb provider. Upon loading the
contents of the libvirt network XML and parsing for DHCP reservations a
check is performed on the kind of records that are being loaded. The...

499c3805 07/04/2014 02:13 PM Vincent Kramar

fixes #6085 - fixed virsh dhcp provider netmask interpretation

The virsh.rb loadSubnets method was only looking for a definition of
a netmask inside the libvirt network XML, despite netmask not being
there in case a prefix attribute was defined. netmask and prefix are...

038fa6cf 06/18/2014 02:18 PM Dmitri Dolguikh

Fixes #4866: Breaking up monolithic smart-proxy into modules