| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it... | Renato Botelho | 2013-12-23 | 1 | -10/+0 |
* | Fix #3218, reaload filter rules when activate or deactivate dhcpdv6 | Renato Botelho | 2013-09-21 | 1 | -1/+8 |
* | Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support failover... | jim-p | 2013-09-06 | 1 | -13/+0 |
* | Fix #3113, fix multiple english spell errors s/seperet/separat/ | Renato Botelho | 2013-07-28 | 1 | -1/+1 |
* | Replace all linklocal checks by is_linklocal() | Renato Botelho | 2013-05-09 | 1 | -4/+4 |
* | Fix dnsmasq host overrides and dhcp integration | Renato Botelho | 2013-05-01 | 1 | -2/+2 |
* | Make fe80: addresses check case insensitive | Renato Botelho | 2013-04-14 | 1 | -4/+4 |
* | Use killbypid instead of a killall that never works | Renato Botelho | 2013-03-16 | 1 | -1/+1 |
* | Add a line break to move this text to the next line. It was stuck after anoth... | jim-p | 2013-02-07 | 1 | -1/+1 |
* | Add header to DHCP and DHCPv6 static mappings tables | jim-p | 2013-01-28 | 1 | -0/+4 |
* | Move is_inrange() to util.inc and rename it to is_inrange_v6() | Renato Botelho | 2013-01-24 | 1 | -10/+3 |
* | Fix logic of v6 version of is_inrange() | Renato Botelho | 2013-01-24 | 1 | -1/+1 |
* | Update the GUI page for the DHCP6 server, add a if statement that prevents th... | smos | 2013-01-06 | 1 | -4/+28 |
* | Activate new shortcuts/status in the rest of the areas that are currently setup. | jim-p | 2012-08-10 | 1 | -2/+1 |
* | Fix link | jim-p | 2012-06-18 | 1 | -2/+2 |
* | split dhcpv6 server and ra #2361 | Darren Embry | 2012-06-08 | 1 | -10/+0 |
* | remove the RA stuff from services_dhcpv6 for #2361 | Darren Embry | 2012-06-08 | 1 | -69/+11 |
* | Change the DHCPv6 services page into a RA and DHCPv6 section, move some of th... | smos | 2012-06-06 | 1 | -19/+68 |
* | Increase Prefix delegation size choices | smos | 2012-04-13 | 1 | -0/+2 |
* | Clarify text | smos | 2012-04-13 | 1 | -2/+2 |
* | Add more possible prefix lengths for the DHCPv6 server for prefix delegation. | smos | 2012-04-03 | 1 | -0/+2 |
* | Ticket #2317: typo, use ipaddrv6 instead of ipaddr | Pierre POMES | 2012-03-27 | 1 | -1/+1 |
* | Do not show tabs for interfaces with 'link local' address (fe80::...) | Pierre POMES | 2012-03-17 | 1 | -2/+2 |
* | Do not show tabs for interfaces with 'link local' address (fe80::...) | Pierre POMES | 2012-03-17 | 1 | -2/+2 |
* | Enable the NTP server fields for our DHCP6 server. | smos | 2012-03-13 | 1 | -6/+2 |
* | Fix some checks in dhcpv6 screen. Still need to validate static mappings agai... | Pierre POMES | 2012-03-04 | 1 | -13/+14 |
* | Merge pull request #59 from Joecowboy/Time-format-change | Jim P | 2012-02-28 | 1 | -7/+8 |
|\ |
|
| * | Commenting those lines out because the form fields are not generated because ... | Joecowboy | 2012-02-26 | 1 | -4/+4 |
| * | Changed the variable name from timeformtchangev6 to dhcpv6leaseinlocaltime pe... | Joecowboy | 2012-02-25 | 1 | -3/+4 |
* | | Fix gen_subnetv6_max(), used to display the end of available range in dhcp se... | Pierre POMES | 2012-02-26 | 1 | -2/+1 |
|/ |
|
* | Added check box for DHCPv6 lease time to select local time instead of the def... | Joecowboy | 2012-02-25 | 1 | -0/+27 |
* | Ticket #1917: fix typos, fix domain-search for dhcpv6 | Pierre POMES | 2012-02-25 | 1 | -1/+11 |
* | Fix the config patch to the dhcp6 relayx | smos | 2012-01-19 | 1 | -1/+1 |
* | Clarify the DHCPv6 server text | smos | 2011-12-14 | 1 | -1/+4 |
* | Updated DHCP IPv4 and IPv6 to allow global and host based filename and root-p... | Anthony Wrather | 2011-12-01 | 1 | -2/+2 |
* | Comment out TFTP and NTP UI fields and block the code in services.inc. | smos | 2011-11-22 | 1 | -3/+8 |
* | Remove the gateway field from view since it is not a valid option for now. | smos | 2011-09-03 | 1 | -0/+2 |
* | un-break services_dhcpv6.php | Chris Buechler | 2011-08-21 | 1 | -1/+1 |
* | Clarify advertising options, add router only type. | smos | 2011-08-21 | 1 | -2/+2 |
* | Fix the input validation, typo in the field name. Mark the prefix delegation ... | Seth Mos | 2011-05-11 | 1 | -2/+2 |
* | Add a prefix pool for prefix delegation. Doesn't work yet. ISC dhcpd complain... | Seth Mos | 2011-05-09 | 1 | -7/+33 |
* | More DHCPv6 server fixes, split the function out into seperate v4 and v6. Mak... | Seth Mos | 2011-05-04 | 1 | -114/+44 |
* | Properly add dns and wins fields, load them on page load. | Seth Mos | 2011-04-15 | 1 | -0/+2 |
* | Fix the javascript to toggle the fields correctly | Seth Mos | 2011-03-25 | 1 | -3/+4 |
* | Fix javascript, close the select tag which will show the text | Seth Mos | 2011-03-25 | 1 | -27/+26 |
* | Correct typo in array name. Add select box for operating mode of rtadvd and d... | Seth Mos | 2011-03-21 | 1 | -1/+14 |
* | Comment out static mappings, this needs more research | Seth Mos | 2011-03-17 | 1 | -15/+15 |
* | Correct the link to the proper page for deleting a static mapping | Seth Mos | 2011-03-08 | 1 | -1/+1 |
* | Blind coded a edit page for IPv6. the subnet check needs to be written entire... | Seth Mos | 2011-03-03 | 1 | -1/+1 |
* | Fix the link to point to the v6 edit page instead | Seth Mos | 2011-03-03 | 1 | -7/+7 |