Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #660 from CharlieMarshall/firewall_log_widget | Ermal Luçi | 2013-05-29 | 1 | -2/+9 |
|\ | | | | | change interface text entry box to drop down menu | ||||
| * | change interface text entry box to drop down menu | Charlie Marshall | 2013-05-29 | 1 | -2/+9 |
| | | |||||
* | | Merge pull request #661 from CharlieMarshall/picture_widget | Ermal Luçi | 2013-05-29 | 1 | -1/+1 |
|\ \ | | | | | | | improve look of picture button selector | ||||
| * | | improve look of picture button selector | Charlie Marshall | 2013-05-29 | 1 | -1/+1 |
| |/ | |||||
* | | Update help.php with some new files, clean out some old/obsolete ones. | jim-p | 2013-05-29 | 1 | -29/+26 |
| | | |||||
* | | Fix up gateway advanced option note that was missed from 2.1 but on 2.0.x. | jim-p | 2013-05-29 | 1 | -1/+2 |
| | | |||||
* | | "block" is also a reserved keyword that can't be an alias name, or pf tosses ↵ | jim-p | 2013-05-29 | 1 | -1/+1 |
| | | | | | | | | an error. | ||||
* | | Fixes #3001, Check the protocol of the webgui to determine if https is being ↵ | Ermal | 2013-05-28 | 1 | -1/+6 |
|/ | | | | used for custom ports. | ||||
* | Permit to use aliases containing hostnames on static routes | Renato Botelho | 2013-05-27 | 2 | -22/+0 |
| | |||||
* | Merge pull request #648 from ExolonDX/master | Jim P | 2013-05-24 | 2 | -2/+2 |
|\ | | | | | Tidy up XHTML | ||||
| * | Deprecate ampersand | Colin Fleming | 2013-05-24 | 1 | -1/+1 |
| | | |||||
| * | Add missing quotes | Colin Fleming | 2013-05-24 | 1 | -1/+1 |
| | | |||||
* | | Use global aliastable and proper fix #2941 | Renato Botelho | 2013-05-23 | 1 | -2/+4 |
|/ | |||||
* | Widget Firewall Logs Fields | N0YB | 2013-05-21 | 9 | -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 indent | Renato Botelho | 2013-05-21 | 1 | -133/+133 |
| | |||||
* | Remove if statement | Charlie Marshall | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | Don't stomp on this variable or data loss can occur (disappearing static ↵ | jim-p | 2013-05-16 | 1 | -1/+1 |
| | | | | mappings) | ||||
* | Rework getting PF info via ajax using jQuery | Warren Baker | 2013-05-14 | 1 | -16/+13 |
| | |||||
* | Tidy up spelling mistakes. | Colin Fleming | 2013-05-12 | 3 | -6/+6 |
| | |||||
* | Replace all linklocal checks by is_linklocal() | Renato Botelho | 2013-05-09 | 3 | -9/+9 |
| | |||||
* | Shuffle some more logs around to more appropriate places. | jim-p | 2013-05-08 | 1 | -0/+1 |
| | |||||
* | Fix IPv6 Prefix ID default value | Renato Botelho | 2013-05-06 | 1 | -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 #2978 | Renato Botelho | 2013-05-06 | 1 | -13/+14 |
| | |||||
* | Merge pull request #622 from ExolonDX/branch_10 | rbgarga | 2013-05-02 | 1 | -1/+1 |
|\ | | | | | Update "pkg_edit.php" | ||||
| * | Update "pkg_edit.php" | Colin Fleming | 2013-05-02 | 1 | -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_08 | Jim P | 2013-05-01 | 1 | -60/+60 |
|\ \ | | | | | | | Tidy up "firewall_nat_out_edit.php" XHTML | ||||
| * | | Tidy up "firewall_nat_out_edit.php" XHTML | Colin Fleming | 2013-05-01 | 1 | -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_07 | Jim P | 2013-05-01 | 1 | -37/+36 |
|\ \ | | | | | | | Tidy up "firewall_nat_out.php" XHTML | ||||
| * | | Tidy up "firewall_nat_out.php" XHTML | Colin Fleming | 2013-05-01 | 1 | -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_09 | Jim P | 2013-05-01 | 1 | -23/+23 |
|\ \ | | | | | | | Tidy up "firewall_nat_ntp_edit.php" XHTML | ||||
| * | | Tidy up "firewall_nat_ntp_edit.php" XHTML | Colin Fleming | 2013-05-01 | 1 | -23/+23 |
| |/ | | | | | | | | | | | Close BR and INPUT tags Update HTML Boolean Operators Add missing closing TD tag | ||||
* | | Merge pull request #613 from ExolonDX/branch_05 | Jim P | 2013-05-01 | 1 | -12/+12 |
|\ \ | | | | | | | Tidy up "firewall_nat_npt" XHTML | ||||
| * | | Tidy up "firewall_nat_ntp" XHTML | Colin Fleming | 2013-05-01 | 1 | -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_04 | Jim P | 2013-05-01 | 1 | -47/+51 |
|\ \ | | | | | | | Tidy up "firewall_nat_1to1_edit" XHTML | ||||
| * | | Tidy up "firewall_nat_1to1_edit" XHTML | Colin Fleming | 2013-05-01 | 1 | -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_03 | Jim P | 2013-05-01 | 1 | -14/+14 |
|\ \ | | | | | | | Tidy up "firewall_nat_1to1.php" XHTML | ||||
| * | | Tidy up "firewall_nat_1to1.php" XHTML | Colin Fleming | 2013-05-01 | 1 | -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_02 | Jim P | 2013-05-01 | 1 | -78/+79 |
|\ \ | | | | | | | Tidy up "firewall_nat_edit,php" XHTML | ||||
| * | | Tidy up "firewall_nat_edit,php" XHTML | Colin Fleming | 2013-05-01 | 1 | -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_01 | Jim P | 2013-05-01 | 1 | -38/+41 |
|\ \ | | | | | | | Tidy up "firewall_nat.php" XHTML | ||||
| * | | Tidy up "firewall_nat.php" XHTML | Colin Fleming | 2013-05-01 | 1 | -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 integration | Renato Botelho | 2013-05-01 | 5 | -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_command | Renato Botelho | 2013-04-30 | 1 | -2/+2 |
| | |||||
* | Fix and improve swap_usage() | Renato Botelho | 2013-04-30 | 1 | -4/+8 |
| | | | | | - Fix a typo on awk syntax - Use php functions to extract desired value from swapinfo output | ||||
* | Fix indent and whitespaces | Renato Botelho | 2013-04-30 | 1 | -53/+39 |
| | |||||
* | Avoid duplicate default gw, also look for gateways with name different from ↵ | Renato Botelho | 2013-04-28 | 1 | -4/+10 |
| | | | | WANGW that points to same IP | ||||
* | Some text/selection refinements to the previous DNS forwarder changes. | jim-p | 2013-04-26 | 1 | -5/+8 |
| | |||||
* | Add the ability for dnsmasq to selectively respond to queries only on ↵ | jim-p | 2013-04-26 | 1 | -3/+43 |
| | | | | certain IPs and bind to specific interfaces. | ||||
* | Add the ability to change the port on which dnsmasq listens. | jim-p | 2013-04-26 | 1 | -0/+21 |
| | |||||
* | Show IPv6 link-local IPs as specific sources for ping, traceroute, and port ↵ | jim-p | 2013-04-26 | 3 | -3/+3 |
| | | | | testing. |