Project

General

Profile

Download (3.39 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ad2b4651 05/20/2014 10:25 AM Greg Sutcliffe

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

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

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

e21f675c 04/10/2013 04:30 AM Lukas Zapletal

refactoring http accept header for Sinatra 1.4.2+

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";...
a3ab6426 01/10/2012 04:01 AM Ohad Levy

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

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

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

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

fcc0d38b 09/05/2011 10:57 AM Ohad Levy

fixes #1149 - add backtrace to log failures

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

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

4a46e052 08/09/2011 07:04 AM Paul Kelly

Fixes #1100 - Conflict returns 400 error code

Signed-off-by: Paul Kelly <>

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

Fixes #1033 - DHCP Vendor options

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 <>

b35ab467 03/07/2011 09:13 AM Ohad Levy

fixes #713: DHCP delete returns "Sinatra doesn't know this ditty"

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 <>

a551cc19 02/13/2011 05:55 AM Paul Kelly

Fixes #663 - Provides a feature query facility

Signed-off-by: Paul Kelly <>

3929e459 01/27/2011 10:08 AM Ohad Levy

fixes #625 - provide dhcp subnet details via json

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

cleanup sinatra code.
helpers are now shared accross all urls.

73e6497c 12/23/2010 10:06 AM Ohad Levy

Ensuring that we read the erb files... not the deleted haml files :)

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
7244c63f 12/16/2010 11:15 AM Ohad Levy

free IP now returns JSON

085f3709 12/02/2010 09:02 AM Ohad Levy

Added loggin

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

cleanup the dhcp api's
added more error messages etc

Based on pikelly patches

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

added DHCP
broke down rest actions into seperate files