Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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 <>

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

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

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

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.

a86f90f8 12/02/2010 09:02 AM Ohad Levy

record is not created at this stage...

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

cleanup the dhcp api's
added more error messages etc

Based on pikelly patches

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

Added DHCP as a module