summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #660 from CharlieMarshall/firewall_log_widgetErmal Luçi2013-05-291-2/+9
|\ | | | | change interface text entry box to drop down menu
| * change interface text entry box to drop down menuCharlie Marshall2013-05-291-2/+9
| |
* | Merge pull request #661 from CharlieMarshall/picture_widgetErmal Luçi2013-05-291-1/+1
|\ \ | | | | | | improve look of picture button selector
| * | improve look of picture button selectorCharlie Marshall2013-05-291-1/+1
| |/
* | Update help.php with some new files, clean out some old/obsolete ones.jim-p2013-05-291-29/+26
| |
* | Fix up gateway advanced option note that was missed from 2.1 but on 2.0.x.jim-p2013-05-291-1/+2
| |
* | "block" is also a reserved keyword that can't be an alias name, or pf tosses ↵jim-p2013-05-291-1/+1
| | | | | | | | an error.
* | Fixes #3001, Check the protocol of the webgui to determine if https is being ↵Ermal2013-05-281-1/+6
|/ | | | used for custom ports.
* Permit to use aliases containing hostnames on static routesRenato Botelho2013-05-272-22/+0
|
* Merge pull request #648 from ExolonDX/masterJim P2013-05-242-2/+2
|\ | | | | Tidy up XHTML
| * Deprecate ampersandColin Fleming2013-05-241-1/+1
| |
| * Add missing quotesColin Fleming2013-05-241-1/+1
| |
* | Use global aliastable and proper fix #2941Renato Botelho2013-05-231-2/+4
|/
* Widget Firewall Logs FieldsN0YB2013-05-219-32/+104
| | | | | | In the Firewall Log Widget view time field is of more use than source port and protocol. Add time field and remove source port and protocol fields. Fields: Action, Time, Interface, Source IP, Destination IP & Port
* Fix whitespace and indentRenato Botelho2013-05-211-133/+133
|
* Remove if statementCharlie Marshall2013-05-181-1/+1
|
* Don't stomp on this variable or data loss can occur (disappearing static ↵jim-p2013-05-161-1/+1
| | | | mappings)
* Rework getting PF info via ajax using jQueryWarren Baker2013-05-141-16/+13
|
* Tidy up spelling mistakes.Colin Fleming2013-05-123-6/+6
|
* Replace all linklocal checks by is_linklocal()Renato Botelho2013-05-093-9/+9
|
* Shuffle some more logs around to more appropriate places.jim-p2013-05-081-0/+1
|
* Fix IPv6 Prefix ID default valueRenato Botelho2013-05-061-24/+17
| | | | | | | . Always initialize it to 0 when it's undefined . Remove unecessary initializations and checks . Bump config version to 9.5 . Write an upgrade config function to initialize old configs properly
* Do not show URL twice, it helps ticket #2978Renato Botelho2013-05-061-13/+14
|
* Merge pull request #622 from ExolonDX/branch_10rbgarga2013-05-021-1/+1
|\ | | | | Update "pkg_edit.php"
| * Update "pkg_edit.php"Colin Fleming2013-05-021-1/+1
| | | | | | | | | | Move closing TR tag outside, otherwise the 'foreach' statement will produce a duplicate closing TR tag.
* | Merge pull request #616 from ExolonDX/branch_08Jim P2013-05-011-60/+60
|\ \ | | | | | | Tidy up "firewall_nat_out_edit.php" XHTML
| * | Tidy up "firewall_nat_out_edit.php" XHTMLColin Fleming2013-05-011-60/+60
| |/ | | | | | | | | | | | | Add CDATA section to SCRIPT tags" Close INPUT and BR tags Update HTML Boolean operators Add missing opening TR tag
* | Merge pull request #615 from ExolonDX/branch_07Jim P2013-05-011-37/+36
|\ \ | | | | | | Tidy up "firewall_nat_out.php" XHTML
| * | Tidy up "firewall_nat_out.php" XHTMLColin Fleming2013-05-011-37/+36
| |/ | | | | | | | | | | | | | | | | Close BR, INPUT and IMG tags and ALT to IMG tags Update HTML Boolean operators Move NOWRAP to class statement Move CENTER tag to ALIGN statement in TD tag Add missing closing SPAN tag Add missing closing P tag
* | Merge pull request #614 from ExolonDX/branch_09Jim P2013-05-011-23/+23
|\ \ | | | | | | Tidy up "firewall_nat_ntp_edit.php" XHTML
| * | Tidy up "firewall_nat_ntp_edit.php" XHTMLColin Fleming2013-05-011-23/+23
| |/ | | | | | | | | | | Close BR and INPUT tags Update HTML Boolean Operators Add missing closing TD tag
* | Merge pull request #613 from ExolonDX/branch_05Jim P2013-05-011-12/+12
|\ \ | | | | | | Tidy up "firewall_nat_npt" XHTML
| * | Tidy up "firewall_nat_ntp" XHTMLColin Fleming2013-05-011-12/+12
| |/ | | | | | | | | | | Close BR and IMG tags and add ALT to IMG tags Deprecate ampersand in ANCHOR tags Move NOWRAP to class statement
* | Merge pull request #612 from ExolonDX/branch_04Jim P2013-05-011-47/+51
|\ \ | | | | | | Tidy up "firewall_nat_1to1_edit" XHTML
| * | Tidy up "firewall_nat_1to1_edit" XHTMLColin Fleming2013-05-011-47/+51
| |/ | | | | | | | | | | | | Add CDATA section to SCRIPT tag Close BR and INPUT tags Update HTML Boolean operators Add missing closing TD tag
* | Merge pull request #611 from ExolonDX/branch_03Jim P2013-05-011-14/+14
|\ \ | | | | | | Tidy up "firewall_nat_1to1.php" XHTML
| * | Tidy up "firewall_nat_1to1.php" XHTMLColin Fleming2013-05-011-14/+14
| |/ | | | | | | | | | | | | Close BR and IMG tags and add ALT to IMG tags Move NOWRAP to class statement Deprecate ampersand in ANCHOR tags Replace opening TR tag with closing TR tag
* | Merge pull request #610 from ExolonDX/branch_02Jim P2013-05-011-78/+79
|\ \ | | | | | | Tidy up "firewall_nat_edit,php" XHTML
| * | Tidy up "firewall_nat_edit,php" XHTMLColin Fleming2013-05-011-78/+79
| |/ | | | | | | | | | | | | | | Add "closehead" PHP variable Add type to LINK Close INPUT and BR tags Update HTML Boolean operators Add CDATA section to SCRIPT tags
* | Merge pull request #609 from ExolonDX/branch_01Jim P2013-05-011-38/+41
|\ \ | | | | | | Tidy up "firewall_nat.php" XHTML
| * | Tidy up "firewall_nat.php" XHTMLColin Fleming2013-05-011-38/+41
| |/ | | | | | | | | Add "closehead" PHP variabled and add closing HEAD statement Close INPUT, BR and IMG tags and add ALT to IMG tags
* | Fix dnsmasq host overrides and dhcp integrationRenato Botelho2013-05-015-7/+7
|/ | | | | | | | | | | . Do not execute following actions when dnsmasq is disabled: . Add host overrides to /etc/hosts . Register DHCP leases in DNS Forwarder . Register DHCP static mappings in DNS forwarder It should fix issue reported at following forum post: http://forum.pfsense.org/index.php?topic=58871
* Use exec directly instead of exec_commandRenato Botelho2013-04-301-2/+2
|
* Fix and improve swap_usage()Renato Botelho2013-04-301-4/+8
| | | | | - Fix a typo on awk syntax - Use php functions to extract desired value from swapinfo output
* Fix indent and whitespacesRenato Botelho2013-04-301-53/+39
|
* Avoid duplicate default gw, also look for gateways with name different from ↵Renato Botelho2013-04-281-4/+10
| | | | WANGW that points to same IP
* Some text/selection refinements to the previous DNS forwarder changes.jim-p2013-04-261-5/+8
|
* Add the ability for dnsmasq to selectively respond to queries only on ↵jim-p2013-04-261-3/+43
| | | | certain IPs and bind to specific interfaces.
* Add the ability to change the port on which dnsmasq listens.jim-p2013-04-261-0/+21
|
* Show IPv6 link-local IPs as specific sources for ping, traceroute, and port ↵jim-p2013-04-263-3/+3
| | | | testing.
OpenPOWER on IntegriCloud