Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ping_hosts.sh is no more in /etc. Remove some unneeded lines. | Ermal Luçi | 2010-02-03 | 1 | -2/+0 |
| | |||||
* | Ticket #329. Use correnct interface API and pass correct arguments to functions. | Ermal Luçi | 2010-02-01 | 1 | -2/+1 |
| | |||||
* | Show a 3G icon when item is a serial type interface | Scott Ullrich | 2010-02-01 | 1 | -11/+15 |
| | |||||
* | Adding 3G icons from holger which will be used on the dashboard status icon âµ | Scott Ullrich | 2010-02-01 | 16 | -0/+0 |
| | | | | similar to the ethernet and wireless icons | ||||
* | Include ipsec.inc | Scott Ullrich | 2010-02-01 | 1 | -0/+1 |
| | |||||
* | clarify text | Chris Buechler | 2010-01-29 | 1 | -5/+6 |
| | |||||
* | Allow editing entries that are not system/dynamic ones even though their âµ | Ermal Luçi | 2010-01-29 | 1 | -2/+2 |
| | | | | gateway is specified as dynamic. | ||||
* | Ticket #303. Fix gateway address checking. | Ermal Luçi | 2010-01-29 | 1 | -1/+1 |
| | |||||
* | Adjust netstat output here too | jim-p | 2010-01-29 | 1 | -3/+3 |
| | |||||
* | Fix ifstats.php - it also uses netstat output which has changed | jim-p | 2010-01-29 | 1 | -3/+3 |
| | |||||
* | Check if the gateway if part of the interface subnet only if we can get the âµ | Ermal Luçi | 2010-01-29 | 1 | -3/+5 |
| | | | | interface ip address. | ||||
* | Ticket #303. Fix very many bugs in this code. From strings that were not âµ | Ermal Luçi | 2010-01-29 | 2 | -61/+69 |
| | | | | quoted propperly to completely broken code paths. | ||||
* | Add even modem attached device types. | Ermal Luçi | 2010-01-27 | 1 | -0/+2 |
| | |||||
* | Add a checkbox to allow setting a 3G/dialup modem as the default âµ | Ermal Luçi | 2010-01-27 | 1 | -0/+12 |
| | | | | interface/gateway. | ||||
* | Add missing \ | Scott Ullrich | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Add missing \ | Scott Ullrich | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | base64 encode/decode the dialcmd to work around escaping issues: | Scott Ullrich | 2010-01-27 | 1 | -2/+2 |
| | |||||
* | Nuke | Scott Ullrich | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Count better the backslashes. | Ermal Luçi | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Fix identation on att. | Ermal Luçi | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Ticket #136. Fixed showing the link and calculating correct id to the rule âµ | Ermal Luçi | 2010-01-27 | 1 | -9/+8 |
| | | | | edit page. | ||||
* | Ticket #136. | Ermal Luçi | 2010-01-26 | 3 | -54/+63 |
| | | | | | | | | Fix associated nat rules. Now both the filter rules and the nat ones contain a associated-rule-id tag which helps link the items together. The API to use for this is in itemid.inc. All the issues should be solved now. | ||||
* | Use backslash(\) for escaping and not slash(/). | Ermal Luçi | 2010-01-23 | 1 | -3/+3 |
| | |||||
* | fix this page | Chris Buechler | 2010-01-22 | 1 | -1/+0 |
| | |||||
* | fix packet capture | Chris Buechler | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | Do propper check to avoid errors. Reported-by: âµ | Ermal Luçi | 2010-01-22 | 1 | -3/+5 |
| | | | | http://forum.pfsense.org/index.php/topic,22296.0.html | ||||
* | Increase execution time | Scott Ullrich | 2010-01-21 | 4 | -0/+8 |
| | |||||
* | fix product_name | Chris Buechler | 2010-01-21 | 1 | -1/+1 |
| | |||||
* | Run /etc/inc/privhooks if they exist | Scott Ullrich | 2010-01-20 | 1 | -0/+3 |
| | |||||
* | Fix services status widget to use the same code as the services status page. âµ | jim-p | 2010-01-20 | 1 | -31/+59 |
| | | | | Might need to move this into a common file in the near future to avoid code duplication. | ||||
* | Ticket #305. Grey out the gateway when it is a dynamic one. | Ermal Luçi | 2010-01-18 | 1 | -1/+3 |
| | |||||
* | Ticket #306. Allow adding a gateway the same as is done in interfaces page. | Ermal Luçi | 2010-01-18 | 1 | -7/+125 |
| | |||||
* | Do not allow deleting lagg interfaces when they have vlans on top. | Ermal Luçi | 2010-01-18 | 1 | -2/+8 |
| | |||||
* | Revert "Ticket #303. The friendly interface is saved on the config and not âµ | Ermal Luçi | 2010-01-18 | 1 | -1/+1 |
| | | | | | | the real one." This reverts commit 889cb3241aa6bd192c42147316faf503c559fce2. | ||||
* | Revert "Ticket #303. Use the config item when editing gateways so all fields âµ | Ermal Luçi | 2010-01-18 | 1 | -7/+6 |
| | | | | | | are correctly processed." This reverts commit 9c10b00f3eb22f45e2fb704ca9f1786942d69ad8. | ||||
* | Ticket #303. Use the config item when editing gateways so all fields are âµ | Ermal Luçi | 2010-01-18 | 1 | -6/+7 |
| | | | | correctly processed. | ||||
* | Ticket #303. The friendly interface is saved on the config and not the real one. | Ermal Luçi | 2010-01-18 | 1 | -1/+1 |
| | |||||
* | Ticket #274. Propperly handle custom options. | Ermal Luçi | 2010-01-18 | 1 | -3/+3 |
| | |||||
* | Ticket #288. Fix some sanitation checking to allow propper editing of entries. | Ermal Luçi | 2010-01-18 | 1 | -2/+6 |
| | |||||
* | Save TOS config in openvpn client | pierrepomes | 2010-01-17 | 1 | -0/+1 |
| | |||||
* | include captiveportal.inc | Scott Ullrich | 2010-01-16 | 1 | -0/+1 |
| | |||||
* | fix typos | Chris Buechler | 2010-01-16 | 2 | -2/+2 |
| | |||||
* | Ticket #297. Verify WPA PSK key length. | Ermal Luçi | 2010-01-15 | 1 | -0/+6 |
| | |||||
* | Reload all when changing interface configuration. | Ermal Luçi | 2010-01-14 | 1 | -1/+2 |
| | |||||
* | fix text | Chris Buechler | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | fix packet capture. php5 apparently doesn't like " with shell_exec | Chris Buechler | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | make sure that the settings page also shows only the valid tabs. | Seth Mos | 2010-01-12 | 1 | -8/+30 |
| | |||||
* | Ticket #207. Show the dhcp server tab for the interface that have a previous âµ | Ermal Luçi | 2010-01-12 | 1 | -1/+2 |
| | | | | dhcpd configuration. | ||||
* | Simplify some code. | Ermal Luçi | 2010-01-12 | 1 | -4/+2 |
| | |||||
* | Ticket #294. Add necessary include. | Ermal Luçi | 2010-01-11 | 1 | -1/+2 |
| |