summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Due to the DHCP pool tag needing to be an array, rename the old LB "pool" ↵jim-p2012-09-267-11/+11
| | | | variable to something else so it's not interpreted as an array.
* Try a little harder to clear the states for the old PPP gatewayjim-p2012-09-262-5/+13
|
* Refine OpenVPN client/server deletion to allow for removing invalid empty ↵jim-p2012-09-252-6/+6
| | | | entries. Fixes #2643
* Make tables sortablebcyrill2012-09-243-195/+213
|
* Separate backend keywords from GUI language display in captive portalPhil Davis2012-09-241-5/+5
| | | When the GUI language was set to Portuguese, keywords like "default" and "unformatted" would be translated into Portuguese and written to config.xml - causing problems downstream in starting Captive Portal. Now the displayed values are in the GUI language but the underlying keywords stay in "computer-speak" in config.xml - forum http://forum.pfsense.org/index.php/topic,51988.msg281131.html#msg281131
* fix warning message for CARP /32 /128 masks added /31 /127 as these are also ↵PiBa-NL2012-09-241-4/+4
| | | | not applicable for carp which needs at least 3 IP's to function.
* fix for breaking editing carp edit selection setting.PiBa-NL2012-09-241-1/+1
|
* Diagnose\Sockets page renamed and now also has button to show all socket ↵PiBa-NL2012-09-232-23/+46
| | | | connections, explanation moved to bottom.
* Add a "Sockets listening" page to the Diagnostics menu.PiBa-NL2012-09-232-0/+116
| | | | | This for easy viewing of what services are bound to which interface and port. ( based on the file diag_sockets.php from forum member 'bardelot' http://forum.pfsense.org/index.php/topic,53070.msg284360.html#msg284360 )
* changed "Firewall: Virtual IP Address: Edit" page to always have the same ↵PiBa-NL2012-09-221-87/+60
| | | | options available (if applicable) for IPalias/CARP/ProxyArp/other
* Allow for changing OpenVPN TUN to TAP device mode without reboot.PiBa-NL2012-09-221-0/+3
|
* Merge pull request #223 from PiBa-NL/masterJim P2012-09-1815-66/+180
|\ | | | | Firewall log, alternating color rows & sorting improvements.
| * (line endings UNIX format..)PiBa-NL2012-09-1615-66/+180
| | | | | | | | | | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port
* | Fix deleting DHCP leasesPhil Davis2012-09-181-2/+3
| | | | | | | | | | This broke when the code was changed to suck the whole leases file into an array with: $leases_contents = file($leasesfile); Each array entry has the text of a line in the file AND the newline at the end of the line. So when matching array entries, the match has to expect the "\n" on the end.
* | Safety beltjim-p2012-09-171-0/+2
| |
* | Add support for multiple DHCP pools within the interface's subnet, and allow ↵jim-p2012-09-161-81/+242
| | | | | | | | most of the settings for the main range to be set specific inside the pool. (e.g. it allows setting different gateways and DNS for different pools). Still needs improved input validation to prevent overlapping ranges/pools.
* | Allow/deny access to DHCP by partial MAC matching.jim-p2012-09-131-1/+43
| |
* | Use a better link here.jim-p2012-09-121-1/+1
| |
* | Print a nice large warning on the PPTP page about it no longer being ↵jim-p2012-09-121-0/+1
| | | | | | | | considered secure.
* | Fixed the rendering in IE. Moved the head section out of the body.Jesse White2012-09-111-1/+2
| |
* | Merge pull request #220 from PiBa-NL/masterJim P2012-09-104-32/+94
|\ \ | |/ | | firewall log, allowing the showing of applied rule description with optional setting
| * Show/hide togglePiBa-NL2012-09-102-2/+2
| |
| * Added a setting for configuring the firewall log to either:PiBa-NL2012-09-104-27/+83
| | | | | | | | | | | | | | | | -Not load descriptions -Show descriptions in a column -Show descriptions on a second row (after a click on 'show descriptions') 'fixed' a few html validation issues..
| * Changed firewall log to show the applied rule description directly on ↵PiBa-NL2012-09-081-13/+19
| | | | | | | | screen, also layout optimization for "Show raw filter logs".
* | remove bunk input validationChris Buechler2012-09-091-3/+0
|/
* fix imbalanced HTML tagsDarren Embry2012-09-061-7/+16
| | | | hopefully continues to fix #2625 but no guarantees.
* fix more imbalanced HTML tags.Darren Embry2012-09-061-0/+8
| | | | hopefully continues to fix #2625 but no guarantees.
* fix some imbalanced HTML tagsDarren Embry2012-09-061-7/+7
| | | | hopefully this will fix #2625 but this needs to be done anyway.
* a few coding indentation/style fixes.Darren Embry2012-09-061-63/+61
|
* Correct this function call, OpenVPN client killing works again, fixes #2554jim-p2012-09-061-1/+1
|
* Inconsistent behavior with Alias info popupDarren Embry2012-09-061-1/+1
| | | | | | hopefully fixes #2625 http://redmine.pfsense.org/issues/2625
* never call parseInt without a radix.Darren Embry2012-09-061-2/+2
|
* Fix up tcpdump for pflog stop/start a little, consolodate code, and restart ↵jim-p2012-09-042-8/+3
| | | | tcpdump for pflog when saving log settings.
* Add check for local port being set before testing. Fixes #2606Ermal2012-08-281-1/+1
|
* Fix IPv6 remote_network typophildd2012-08-241-1/+1
| | | | The IPv4 remote network was being displayed in both the IP4 and IPv6 input fields. Then whatever value was in the IPv6 field ended up in the config as the IPv4 remote network. Just a couple of missing "v6" on variable names.
* Test for an array before using it like one.bcyrill2012-08-241-1/+1
|
* Fix another typojim-p2012-08-221-1/+1
|
* Fix typojim-p2012-08-221-1/+1
|
* Teach ntpd how to get its time from a local GPS on serial.jim-p2012-08-212-3/+66
|
* Test for an array before using it like one.jim-p2012-08-191-1/+1
|
* Use REQUEST_URI here so the GET parameters are preserved (makes the links ↵jim-p2012-08-172-2/+2
| | | | work better for things like interfaces.php?if=wan, and packages.
* Disable Execution timeout for this script.smos2012-08-171-0/+2
|
* Extend the shortcuts code and link back from Status > Services also.jim-p2012-08-153-14/+80
|
* More shortcutsjim-p2012-08-1412-1/+36
|
* Initialize this for good measure.jim-p2012-08-141-0/+2
|
* Add (c) header, also add ability to glob in shortcuts so packages can use it ↵jim-p2012-08-142-5/+79
| | | | too.
* Clarify requirements for DHCP static mapping IPjim-p2012-08-142-2/+8
|
* Merge pull request #211 from bcyrill/patch-4Jim P2012-08-131-3/+7
|\ | | | | Update usr/local/www/services_router_advertisements.php
| * Update usr/local/www/services_router_advertisements.phpbcyrill2012-08-131-3/+7
| | | | | | | | Change form field since aliases are not supported here. Also separate the DNS settings using the default bar.
* | Refine the formatting of the service status icon a bit depending on its context.jim-p2012-08-132-2/+2
|/
OpenPOWER on IntegriCloud