Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ee9b08d0 05/30/2014 11:05 AM Greg Sutcliffe

Fixes #5907 - Look at all records when suggesting IPs

ad2b4651 05/20/2014 10:25 AM Greg Sutcliffe

Fixes #5739 - Only look at reservations when deleting a DHCP record

2080b2eb 05/20/2014 10:25 AM Greg Sutcliffe

Fixes #5648 - Match the DHCP specification of last-lease-wins

cabb60bc 05/20/2014 10:24 AM Jimmi Dyson

Fixes #5712: Limit DHCP subnets for ISC if necessary

85098a3c 04/10/2014 10:42 AM Matt Jarvis

fixes #5123 - corrected string typos

54ee3a8a 04/10/2014 10:32 AM Sean Handley

fixes #5123 - IP only from the same subnet and range

2f759414 03/14/2014 04:06 PM Dominic Cleal

fixes #4661 - store hostname with virsh DHCP reservations

d3509e63 01/03/2014 02:57 PM Lukas Zapletal

fixes #3943 - add simple virsh providers for libvirt DNS/DHCP

d1c1f81d 01/03/2014 09:05 AM Frank Wall

fixes #3941 - Support for Junos ZTP

7e3ca5c2 01/03/2014 08:35 AM Michael Moll

fixes #3874 - extend paths for FreeBSD support

0092c5de 01/03/2014 08:32 AM dima

fixes #3067 - add sparc solaris dhcp options for ISC

296617ac 09/08/2013 07:31 AM Tomas Edwardsson

fixes #2870 - Always empty PXEClient on native_ms

f3923961 01/24/2013 06:24 AM Ohad Levy

refs #1567 - fixed a copy paste error

b4982e24 12/10/2012 02:58 PM Greg Sutcliffe

fixes #2031 - Remove dependency on net-ping

9a387048 12/05/2012 02:03 PM Greg Sutcliffe

fixes #2016 Use a tmpfile+lockfile to avoid race conditions in IP suggestion

ad8bb0c7 06/24/2012 01:45 PM Greg Sutcliffe

Changes for Ruby 1.8/9 compatibilty, and Debian packaging guidelines

  • Allow proxy to work on both ruby 1.9 and 1.8
  • Require ping gem on ruby1.8
  • Handle public folder changes in Sinatra
  • Don't load rubygems if USE_GEMS=false specified, to comply with Debian guidelines...
fcf097c2 06/13/2012 08:02 AM Mikael Fridh

fixes #1567 - Foreman-proxy ignores dhcpd.conf include directive

Adding functionality that can detect and parse included files in dhcpd.conf.
Supports same syntax as dhcpd.conf(5) manual page specifies on the include
statement:

include "filename";...
26715634 02/28/2012 07:57 AM Ulrich Dangel

Add to_json method to lease and reservation module

The /dhcp/:network returned strings instead of dicts for
reservation and leases. This patch adds to_json methods
for reservation and lease to return dicts instead of strings.

a3ab6426 01/10/2012 04:01 AM Ohad Levy

fixes #1442 - ip suggestion should take into account nic mac address

c0a02816 01/09/2012 10:40 AM Ohad Levy

fixes #1438 - the proxy should not consider dhcp leases as conflicts

440a88a9 01/01/2012 10:32 AM Ohad Levy

fixes #884 - IP proposed during Host creation does not belong to IP range defined in the subnet

8dc95e7c 12/04/2011 04:18 AM Mikael Fridh

fixes #1366 - identifies omshell key conflict output

You'll get a key conflict from omshell when trying to add a hardware
address that already exists in a host { } statement in dhcpd.conf.
This can be quite difficult to figure out, this should fix it.

create...

c4a55db9 09/28/2011 03:39 AM Ohad Levy

fixes #1177 - Ensure that Solaris DHCP vendor options creation on Windows DHCP works correctly.

de1ecf7b 09/18/2011 08:00 AM Ohad Levy

fixes #1154 - ms dhcp smart proxy error 400

This commit is not ideal in term of performance, as it forces us to read each
reservation options, a probably better approch is to read the output from the
dump command instead.

f2248acc 09/05/2011 10:58 AM Ohad Levy

clean up code passing, and removed duplicate code between dhcp server implementations

f0e9b8bf 08/17/2011 09:35 AM Ohad Levy

fixes #1116 - When requesting the same dhcp reservation, if its not conflicting return 200

534f1cba 08/09/2011 07:04 AM Paul Kelly

Fixes #1094 - ISC loadRecordOptions call

Signed-off-by: Paul Kelly <>

700e96b5 07/20/2011 05:22 AM Paul Kelly

Fixes #1055 - SETTINGS.dhcp_subnets

Signed-off-by: Paul kelly <>

c6ea383c 07/19/2011 10:47 AM Paul Kelly

Fixes #1033 - DHCP Vendor options

Signed-off-by: Paul Kelly <>

89380fbc 07/12/2011 07:50 AM Paul Kelly

Fixes #1034 - Use name and not hostname option

Signed-off-by: Paul Kelly <>

b1b32f74 07/11/2011 08:37 AM Paul Kelly

Fixes #1023 - Add collision exception type for DNS and DHCP

Signed-off-by: Paul Kelly <>

9fc5cb9f 06/23/2011 06:48 AM Paul Kelly

Fixes #959 - Added Native MS DHCP options capture

Signed-off-by: Paul kelly <>

a1226adb 05/06/2011 02:53 PM Ohad Levy

fixes #880 - incorrect parsing of key settings causes wrong argument type

025b5ad0 05/06/2011 02:25 PM Ohad Levy

partial fix - refs #853

3e042b2c 05/06/2011 02:21 PM Ohad Levy

refs #853 - fixes typo

bf8dfda6 05/03/2011 09:05 AM Ohad Levy

fixes #853 - If used with the proxy, the dhcpd server is open for connections from any server

3d11b301 03/24/2011 04:45 PM Ohad Levy

Fixes #781 - Cleanups and remove ebarresing code

4a5b83c0 03/24/2011 03:47 PM Ohad Levy

Fixes #781 - DHCP create attempted when mac already used

includes fixes for both ISC and MS implementations.
Signed-off-by: Paul kelly <>

a57ca5dc 03/24/2011 03:43 PM Paul Kelly

Fixes 779 - windows 64 bit detection wrong

Signed-off-by: Paul kelly <>

6eccb4f1 03/24/2011 03:22 PM Paul Kelly

Fixed #780 - Broken error messaging in MS DHCP

Signed-off-by: Paul kelly <>

8756567d 03/13/2011 05:23 AM Paul Kelly

Fixes #707 - ICMP ping only for root

Signed-off-by: Paul Kelly <>

563fb013 03/13/2011 04:45 AM Paul Kelly

Fixes #710-omshell-errors-on-stderr

Also adds more relevant error messsages and duplicate removals

Signed-off-by: Paul Kelly <>

e0d86f93 03/13/2011 03:30 AM Paul Kelly

Fixes #652 - Minor error reporting issues

Signed-off-by: Paul Kelly <>

1728ab70 02/21/2011 05:30 AM Paul Kelly

Fixes #64 - microsoft DHCP support

Added MS fixes on a Windows host
Stubbed the tests so as to not require an active subnet
Changed chomp to chomp! plus others identified by Ohad

Signed-off-by: Paul Kelly <>

a842339c 01/25/2011 09:07 AM Ohad Levy

fixes #571 - Use Net::Ping library rather than system call

4156b933 01/25/2011 04:28 AM Ohad Levy

Clean up of unused code, typos and debug messages

08d1d584 01/06/2011 03:43 AM Ohad Levy

fixes #574 - Exception trace when omshell does not perform

456a6573 12/23/2010 09:34 AM Ohad Levy

remove redundent attribute

9337d9f1 12/21/2010 01:23 PM Ohad Levy

cleanup logic, refs #557

928e1bfc 12/21/2010 05:38 AM Ohad Levy

fixes #557 - Adds abandoned lease state to ISC dhcp

057a6378 12/21/2010 05:36 AM Ohad Levy

dhcp next servers need to be stored in hex, refs #554

e5cfb588 12/20/2010 05:22 AM Ohad Levy

Fixes #554 - ISC dhcp reservation has incorrect next server value if using host name vs ip

12619dc7 12/19/2010 04:46 AM Ohad Levy

Fixes #537 - dhcp next server could be saved as a name, not just IP

36bc8ae5 12/19/2010 03:38 AM Ohad Levy

Fixes #548 - Subnet sometimes include records from other subnets
ISC dhcp does not restrict users to put the host entries inside a subnet block.

50e38ad1 12/19/2010 03:35 AM Ohad Levy Minor imporvements to the build in dhcp broswer -
  • added delete reservation option
  • sorted subnet list
  • add counters to subnets and records page
  • fixed incorrect table headers in subnet details page
  • fixed annonying extra whitespace in the top bar
a86f90f8 12/02/2010 09:02 AM Ohad Levy

record is not created at this stage...

b215329a 12/01/2010 03:26 AM Ohad Levy

Added timestamps to subnets data

based on pikelly patches

46d028cd 12/01/2010 03:26 AM Ohad Levy

cleanup the dhcp api's
added more error messages etc

Based on pikelly patches

59de31b1 12/01/2010 03:23 AM Ohad Levy

withspaces alignments

d07d4d97 10/21/2010 02:51 PM Ohad Levy

remove swp files

2b9164ca 10/18/2010 08:40 AM Ohad Levy

added DHCP
broke down rest actions into seperate files

eb305390 10/17/2010 04:51 PM Ohad Levy

Added DHCP as a module