summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typosRenato Botelho2013-12-023-3/+3
|
* 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 ↵Renato Botelho2013-11-291-2/+2
| | | | disapear when an input error is detected
* Remove 0.0.0.0 from automatic outbound nat rulesRenato Botelho2013-11-281-1/+1
|
* Remove references to _vip interface and provide proper configuration for ↵Ermal2013-11-2813-136/+25
| | | | carp on FreeBSD 10. Still some places to deal with this and certainly missing upgrade code
* fix 0.0.0.0 subnet for automatic outbound NAT rules, fixes #2416Renato Botelho2013-11-261-1/+1
|
* Stop sorting 1to1 rules and leave user decide the order. Fixes #3327Renato Botelho2013-11-261-14/+0
|
* Allow toggle enable/disable, reorder and multiple delete static routesRenato Botelho2013-11-261-42/+193
|
* Show all gateway entries, even if interface doesn't exist, to avoid adding ↵Renato Botelho2013-11-261-55/+176
| | | | duplicate items or edit config by hand to remove old entries. While I'm here, allow multiple delete, and toggle enable/disable
* Add an option to disable gateway itemsRenato Botelho2013-11-261-1/+15
|
* Add a new param to return_gateways_array and make it return gateways when ↵Renato Botelho2013-11-261-4/+8
| | | | interface doesn't exist. Default behavior didn't change. Also check the new gateway parameter (disabled) when filtering
* Stop sorting static routed and leave user decide the orderRenato Botelho2013-11-261-14/+0
|
* Make it more visible when an item is disabledRenato Botelho2013-11-251-17/+29
|
* Fix whitespaces and indentRenato Botelho2013-11-251-100/+132
|
* Allow an "empty" CRL to be exported, since this is still a valid action.jim-p2013-11-251-2/+1
|
* No need for a second rule forwarding httpErmal2013-11-251-1/+0
|
* Correct generation of lighty configuration with zoneid changing to lower ↵Ermal2013-11-251-6/+17
| | | | that 4000 value
* Start from 2 here as wellErmal2013-11-251-1/+1
|
* Since zoneid need to be less then 4096 provide some upgrade code to handle ↵Ermal2013-11-252-1/+18
| | | | that from existing configs
* Merge pull request #858 from timdufrane/masterErmal Luçi2013-11-252-5/+7
|\ | | | | Add DHCP without gateway capability
| * Add DHCP without gateway capabilitytimdufrane2013-11-211-3/+3
| |
| * Add DHCP without gateway capabilitytimdufrane2013-11-211-2/+4
| |
* | Catch up with mac needed for all operations in the table nowdays.Ermal2013-11-234-13/+13
| |
* | prefork for relayd is usefull only in DNS modePierre POMES2013-11-221-1/+1
| |
* | Merge pull request #859 from CharlieMarshall/loaderFixRenato Botelho2013-11-221-12/+15
|\ \ | | | | | | fix up loader.js for theme pfsense_ng_fs - Fixes traffic shaper graphs not loader as reported in the forum
| * | remove unneeded ';'Charlie Marshall2013-11-221-1/+1
| | |
| * | fix traffic shaper progress bars not displayingCharlie Marshall2013-11-221-11/+14
|/ /
* | Properly create zones for the CP with the new command arguments and properly ↵Ermal2013-11-2111-37/+68
|/ | | | invoke ipfw for applying rules and other configuration options.
* Remove maximumtables even from the GUI since there is no optionErmal2013-11-211-21/+0
|
* Fix #3331. Set interface subnet as destination when VIP is in the same ↵Renato Botelho2013-11-211-1/+4
| | | | subnet, otherwise use VIP subnet instead of IP address
* FreeBSD 10 pf does not have a limit for table entriesErmal2013-11-211-3/+0
|
* Merge pull request #857 from Wraul/add_city_network_dyndnsErmal Luçi2013-11-212-2/+38
|\ | | | | Added support for City Network to Dynamic DNS.
| * Added support for City Network to Dynamic DNS.Mathias Andersson2013-11-142-2/+38
| | | | | | | | | | | | City Network is a Swedish web hosting company. They provide a dynamic DNS service for their customers. This service uses the dyndns2 protocol.
* | 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 ↵jim-p2013-11-202-6/+8
| | | | | | | | through all gateways.
* | Add hability to insert after, reorder, batch delete and enable/disable to ↵Renato Botelho2013-11-202-31/+182
| | | | | | | | 1:1 NAT rules. It fixes #3327
* | We do not need 2 variables to do the same thing, simplify it a bitRenato Botelho2013-11-201-19/+16
| |
* | Fix whitespaces and indentRenato Botelho2013-11-201-251/+314
| |
* | Fix whitespaces and indentRenato Botelho2013-11-201-94/+120
| |
* | Improve text on outbound NAT page to reflect last changes, it should fix #2416Renato Botelho2013-11-191-6/+6
| |
* | Fix a wrong } left on my last commitRenato Botelho2013-11-191-1/+0
| |
* | Try to detect already automatically created outbound NAT rules and avoid ↵Renato Botelho2013-11-191-2/+18
| | | | | | | | duplicating them. Also automatically create rules when switching from hybrid to manual. Ticket #2416
* | Use the same code to automatically create outbound NAT rules when mode ↵Renato Botelho2013-11-181-122/+13
| | | | | | | | change to manual, ticket #2416
* | Add gettext() to recently added stringsRenato Botelho2013-11-181-9/+9
| |
* | Add an option to return outbound NAT automatic to nat hosts with ↵Renato Botelho2013-11-181-11/+41
| | | | | | | | description, ticket #2416
* | Add subnet to 0.0.0.0 otherwise it's not added to table, ticket #2416Renato Botelho2013-11-181-1/+1
| |
* | Make sure automatic rules are created even if mode is not set, ticket #2416Renato Botelho2013-11-181-1/+3
| |
* | Many fixes on privileges, ticket #3216:Renato Botelho2013-11-1519-121/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* | Merge pull request #855 from ExolonDX/branch_01Renato Botelho2013-11-153-21/+26
|\ \ | | | | | | Tidy up the "Helper Icons"
| * | Tidy up the "Helper Icons"Colin Fleming2013-11-143-21/+26
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "Helper Icons" at the top right of some service pages at present produces 30+ HTML errors/warnings, this is due to the table cell being wrapped in a span statement then in a div statement, table cells can only be part of a table row then within a table statement. - remove the table cell definitions from /etc/inc/service-utils.inc - add the table cell definition from /etc/inc/service-utils.inc to /usr/local/www/status_services.php and add some logic to determine if the service is running which will then determine which class statement to use and pad the icon with a space - apply the same table cell definition and logic as above to /usr/local/www/widgets/widgets/services_status.widget.php
OpenPOWER on IntegriCloud