summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Update usr/local/www/vpn_openvpn_server.phpbcyrill2012-08-131-4/+7
| | | Fix javascript of GW redirection adding IPv4 and IPv6 fields
* Make sure we start with an empty service.jim-p2012-08-131-0/+1
|
* Update usr/local/www/shortcuts.incbcyrill2012-08-131-2/+2
| | | Fix array initialization
* This works here, too...jim-p2012-08-111-0/+2
|
* Where possible, link back to the main page of a section too.jim-p2012-08-112-3/+28
|
* Another missed shortcutjim-p2012-08-111-0/+1
|
* Forgotten shortcutjim-p2012-08-111-0/+1
|
* Forgot the shortcut section on this page, too...jim-p2012-08-111-0/+1
|
* Add/use some more similarly styled icons here, for a more consistent look.jim-p2012-08-1141-3/+6
|
* Activate service status/control for CP also.jim-p2012-08-101-2/+2
|
* Fixup openvpn shortcut bar status/controljim-p2012-08-104-8/+28
|
* Whoops forgot this onejim-p2012-08-101-0/+2
|
* Print service title in tooltip for shortcut barjim-p2012-08-101-1/+1
|
* Declare arrays before using them.jim-p2012-08-101-4/+29
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-10112-117/+112
|
* Remove some notes/comments that aren't needed, add example.jim-p2012-08-101-91/+3
|
* Start revamp of shortcuts, central file to hold links, also service ↵jim-p2012-08-106-6/+181
| | | | status/control, added to dns forwarder as example.
OpenPOWER on IntegriCloud