summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test only does integer comparison, use bc to compare floatRenato Botelho2013-12-241-2/+2
* Save status even if no script is executedRenato Botelho2013-12-241-2/+2
* On first run REVIOUSSTATUS doesn't exist, so it cannot be UP or DOWN, invert ...Renato Botelho2013-12-241-5/+7
* unset these values to not confuse phpErmal2013-12-241-0/+1
* Properly initialize thisErmal2013-12-241-0/+1
* Switch to a while loop to make things clear and readble. Also properly set zo...Ermal2013-12-241-35/+54
* Remove not relevant comment now. Also make the operation clear to avoid prior...Ermal2013-12-241-7/+2
* Fix DHCP lease time display, strftime already convert it to local timezone, s...Renato Botelho2013-12-231-11/+5
* Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it...Renato Botelho2013-12-232-13/+0
* Make sure to give the zone a name during the upgrade, or else it comes throug...jim-p2013-12-231-0/+1
* Avoid dashboard divide by zero errorsphildd2013-12-221-3/+12
* Use proper function to check for ipaddr and also do not call the module ip se...Ermal2013-12-181-3/+3
* Correct removing the ip addresses from an interface!Ermal2013-12-181-2/+2
* Reduce the total minutes by the remote minutes used, do not use the value dir...jim-p2013-12-171-1/+1
* Fix saving of voucher sync settings.jim-p2013-12-161-11/+12
* Check that DHCP end IP is >= DHCP start IPPhil Davis2013-12-091-23/+29
* Use correct vars for IPv6 when checking subnet start and endPhil Davis2013-12-091-3/+3
* Fix vpn_pppoe_get_id and stop duplicating pppoeid for multiple servers, it fi...Renato Botelho2013-12-091-2/+2
* Fix checking DHCP end IP is in rangePhil Davis2013-12-091-1/+1
* Merge pull request #860 from iamzam/RELENG_2_1Renato Botelho2013-12-072-1/+30
|\
| * added missing quotesdwayne voelker2013-12-051-1/+1
| * Allow setting a default scale type preference for the traffic graphs widgetdwayne voelker2013-12-052-1/+30
* | Load only the options rather than clearing the whole ruleset. This solves a p...Ermal2013-12-061-1/+1
* | Check if dhcp start and end addresses are inside interface subnet, helps #3196Renato Botelho2013-12-061-3/+11
* | Add function is_inrange() that calls is_inrange_v6 or is_inrange_v4 accordinglyRenato Botelho2013-12-061-0/+5
* | When user attempt to set network or broadcast address, ask again for the IP a...Renato Botelho2013-12-061-64/+69
* | Also account for a widget being null/not defined, and not just closed/open.jim-p2013-12-051-2/+2
|/
* Prevent network or broadcast address to be set on interface (console, GUI and...Renato Botelho2013-12-043-4/+37
* Fix #3350. Do not destroy an interface when it's being disabledRenato Botelho2013-12-031-4/+2
* One more typo on Alternative Names fill, that was setting type field with $valueRenato Botelho2013-11-291-1/+1
* Fix a (probably) copy/paste issue that is making all Alternative Names disape...Renato Botelho2013-11-291-2/+2
* Remove 0.0.0.0 from automatic outbound nat rulesRenato Botelho2013-11-281-1/+1
* Fix 0.0.0.0 mask for automatic outbound NATRenato Botelho2013-11-281-1/+1
* Allow an "empty" CRL to be exported, since this is still a valid action.jim-p2013-11-251-2/+1
* Fix #3331. Set interface subnet as destination when VIP is in the same subnet...Renato Botelho2013-11-211-1/+4
* Fix an issue that changes wrong gateway entry when items are hiddenRenato Botelho2013-11-212-14/+19
* Don't flush interface cache on each call of the function when looping through...jim-p2013-11-202-6/+8
* Add subnet to 0.0.0.0 otherwise it's not added to table, ticket #2416Renato Botelho2013-11-181-1/+1
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-1517-97/+79
* Remove unused variables and fix automatic nat to alias-addressRenato Botelho2013-11-131-5/+1
* Add missing count incrementRenato Botelho2013-11-131-0/+1
* Handle comma-separated list of remote networks when making vpn_networks tablePhil Davis2013-11-121-2/+5
* Rework the usage of the shell i/o during stop_packages(), fixes the "Syntax e...jim-p2013-11-111-5/+4
* This tag could be present, but empty. Skip processing if the interface has no...jim-p2013-11-111-1/+1
* If the interface is configured and not enabled, bail. We do not need to chang...jim-p2013-11-111-0/+6
* Unset this variable used in the loop to avoid having wrong informationErmal2013-11-071-0/+2
* Do not forget the trace in the pf.conf that something went wrong during rules...Ermal2013-11-071-1/+1
* Merge pull request #846 from jean-m-cyr/RELENG_2_1Ermal Luçi2013-11-071-0/+4
|\
| * Give clients the IPV6 address of the DNS serverJean Cyr2013-11-061-0/+4
* | system_camanager init $input_errors so array_push worksPhil Davis2013-11-071-0/+1
OpenPOWER on IntegriCloud