summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Should to go master, not RELENG_2_1. Revert "Merge pull request #882 from ↵Chris Buechler2014-01-091-10/+0
| | | | | | | derelict-pf/cp-nohttpsforwards" This reverts commit f8d1587b6e2cd8441fa16733a02af25257fc7708, reversing changes made to 51922cb793b83bf7d22fdaa47205fd59b4d70e87.
* Merge pull request #882 from derelict-pf/cp-nohttpsforwardsChris Buechler2014-01-091-0/+10
|\ | | | | Add checkbox and logic to disable forwarding HTTPS/SSL (Port 443)
| * Add checkbox and logic to disable forwarding HTTPS/SSL (Port 443)derelict-pf2013-12-201-0/+10
| | | | | | | | connections to the captive portal if HTTPS logins is enabled.
* | Update reserved_keywords checks to match firewall_aliases_editPhil Davis2014-01-071-2/+8
| | | | | | | | | | | | firewall_aliases_import should have the same checks for reserved names as firewall_aliases_edit This code should really be in a function in a common include file, but which one is the appropriate one? For now I made the checks the same.
* | Fix display of CIDR/Update Freq in Alias EditPhil Davis2013-12-301-2/+2
| | | | | | | | Fixes #3376. I have no idea what the "^" characters were meant to do, but removing them makes the CIDR/Update Freq value be displayed correctly when editing. Will there be some other side-effect from removing the "^"?
* | Validate IP address ranges correctly on Alias Bulk Importphildd2013-12-301-2/+2
| | | | | | | | | | | | | | The code was there to attempt to validate and implement IP address range lines in Alias Bulk Import e.g. 10.20.0.0-10.21.22.0 should produce a bunch of smaller ranges with appropriate CIDRs. This fixes the code so IP address ranges actually make it through into the resulting Alias.
* | Remove not needed codeErmal2013-12-271-2/+0
| |
* | Make sense of interface mtu handling code. No need to do unneeded ↵Ermal2013-12-271-3/+3
| | | | | | | | operations. This fixes slow boot times and proper handling of mtu for vlans though some work or better model is needed for other interface types.
* | Delete static route when monitor IP is removed, also save monitor IP even ↵Renato Botelho2013-12-271-9/+9
| | | | | | | | when it's disabled
* | When WANTIME is empty, there is nothing to do hereRenato Botelho2013-12-241-1/+1
| |
* | 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
| | | | | | | | the logic to fix this. While I'm here, check if file exists before cat it
* | Fix DHCP lease time display, strftime already convert it to local timezone, ↵Renato Botelho2013-12-231-11/+5
| | | | | | | | so we no need to calc offset
* | Remove 'deny unknown clients' option from DHCPv6 since it's not supported, ↵Renato Botelho2013-12-231-10/+0
| | | | | | | | it fixes #3364
* | Avoid dashboard divide by zero errorsphildd2013-12-221-3/+12
|/
* Fix saving of voucher sync settings.jim-p2013-12-161-11/+12
|
* Fix vpn_pppoe_get_id and stop duplicating pppoeid for multiple servers, it ↵Renato Botelho2013-12-091-2/+2
| | | | fixes #2286
* Merge pull request #860 from iamzam/RELENG_2_1Renato Botelho2013-12-072-1/+30
|\ | | | | Allow setting a default scale type preference for the traffic graphs wid...
| * added missing quotesdwayne voelker2013-12-051-1/+1
| | | | | | | | thx rbgarga
| * Allow setting a default scale type preference for the traffic graphs widgetdwayne voelker2013-12-052-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I originally submitted this at https://redmine.pfsense.org/issues/2994 but it seems that is not used for commits now so I am adding it here. It works great on my box, and I can't see these changes causing any issues on other types. I like to have Autoscale (follow) set for the traffic graphs widget and hate having to click on Autoscale (up) to change it to follow every time I enter the dashboard page. This preference is written to the traffic graph widget section in config.xml
* | 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 ↵Renato Botelho2013-12-042-3/+25
| | | | and wizard). It should fix #3196
* 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 ↵Renato Botelho2013-11-291-2/+2
| | | | disapear when an input error is detected
* Allow an "empty" CRL to be exported, since this is still a valid action.jim-p2013-11-251-2/+1
|
* Fix an issue that changes wrong gateway entry when items are hiddenRenato Botelho2013-11-211-12/+15
|
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-1516-32/+32
| | | | | | | | | - 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 services-igmpproxy-edit - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* system_camanager init $input_errors so array_push worksPhil Davis2013-11-071-0/+1
| | | | Fixes input validation when creating an internal certificate. Reported in forum http://forum.pfsense.org/index.php/topic,68849.0.html
* Simplify the code.Robert Nelson2013-11-071-5/+3
| | | | No need to worry about the second column, we only need to pad the first one.
* Rewrite the display_host_results() function to use spaces instead ofRobert Nelson2013-11-071-5/+14
| | | | | | | | | tabs. It does a much better job of aligning the fields in each column and works in all the browsers, particularly chrome which doesn't support the tab character. It still isn't perfect due to the javascript alert() function's use of a proportional font.
* Call conf_mount_rw before delete user, a better fix for #3294Renato Botelho2013-11-021-1/+3
|
* Prevent a Fall Back Pool from being selected when the DNS protocol is in ↵jim-p2013-11-011-1/+5
| | | | use. If one is present in the config, ignore it. Fixes #3300
* Update zoneinfo to 2013.hRenato Botelho2013-11-011-0/+0
|
* Revert "Define dynamic gateway for GRE interfaces and do not user to define ↵Renato Botelho2013-10-291-5/+0
| | | | | | | | IP address to the interface. Fixes #3280" Another solution will be implemented This reverts commit bb6291e0204ffe2828fe9c9425bdae9c8541fe54.
* Define dynamic gateway for GRE interfaces and do not user to define IP ↵Renato Botelho2013-10-291-0/+5
| | | | address to the interface. Fixes #3280
* fix typoChris Buechler2013-10-284-4/+4
|
* Use a more accurate error message, fixes #3282Renato Botelho2013-10-251-2/+2
|
* Add source address selection to syslog settings, so it can work more ↵jim-p2013-10-241-0/+38
| | | | effectively over a VPN. Fixes #355
* Fix #3235Renato Botelho2013-10-241-7/+5
| | | | | | | | | | | . diag_nanobsd.php: . Since conf_mount_ro() is always being called, always call conf_mount_rw to keep refcount correct . Do not show refcount_read() return when it's -1 . config.lib.inc . Increment and decrement refcount even if nanobsd_force_rw is set. This is necessary to avoid partition being mounted as RO when nanobsd_force_rw is disabled and any process requested it to be RW
* Make the RADIUS settings respect the description of the timeout field. If ↵jim-p2013-10-221-1/+3
| | | | the timeout value is left blank, use 5 seconds, don't print an error.
* Make it more explicit that 'update freq.' unit is daysRenato Botelho2013-10-221-1/+1
|
* Remove unused variableRenato Botelho2013-10-221-4/+0
|
* Fix priv nameRenato Botelho2013-10-221-1/+1
|
* Optimize DHCPv4 lease display online status for static leases. Do not ↵jim-p2013-10-221-12/+6
| | | | re-parse complete ARP table for each lease, as it can be slow with large ARP tables.
* Fix #3283, use jQuery to change attributes based on idRenato Botelho2013-10-211-49/+16
|
* Set id for select elements created dynamicaly createdRenato Botelho2013-10-211-3/+3
|
* Limit CIDR choices for IPv4 on GRE interface, fixes #3277Renato Botelho2013-10-211-2/+3
|
* Fix #3273Renato Botelho2013-10-181-3/+2
| | | | | | - When you disable a interface, it destroys vlan interface from system. Do not report error when interface doesn't exist. - While I'm here, use pfSense_interface_destroy() instead of ifconfig
OpenPOWER on IntegriCloud