Project

General

Profile

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

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

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

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

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