Commit Graph

6094 Commits

Author SHA1 Message Date
jim-p
d24b2daefb Adjust netstat output here too 2010-01-29 14:13:26 -05:00
jim-p
e1c931ce4d Fix ifstats.php - it also uses netstat output which has changed 2010-01-29 12:38:16 -05:00
Ermal Luçi
e227df5750 Check if the gateway if part of the interface subnet only if we can get the interface ip address. 2010-01-29 01:44:40 +00:00
Ermal Luçi
883c53c92f Ticket #303. Fix very many bugs in this code. From strings that were not quoted propperly to completely broken code paths. 2010-01-29 01:44:40 +00:00
Ermal Luçi
1de43d9151 Add even modem attached device types. 2010-01-27 23:29:30 +00:00
Ermal Luçi
daf8594a23 Add a checkbox to allow setting a 3G/dialup modem as the default interface/gateway. 2010-01-27 23:26:38 +00:00
Scott Ullrich
12105004ba Add missing \ 2010-01-27 16:42:52 -05:00
Scott Ullrich
f92405bd4b Add missing \ 2010-01-27 16:29:53 -05:00
Scott Ullrich
4602201670 base64 encode/decode the dialcmd to work around escaping issues: 2010-01-27 16:07:01 -05:00
Scott Ullrich
9cf4b285a5 Nuke   2010-01-27 15:33:29 -05:00
Ermal Luçi
61d94217f1 Count better the backslashes. 2010-01-27 20:28:32 +00:00
Ermal Luçi
09f8666918 Fix identation on att. 2010-01-27 18:24:56 +00:00
Ermal Luçi
cdf9847b33 Ticket #136. Fixed showing the link and calculating correct id to the rule edit page. 2010-01-27 00:17:01 +00:00
Ermal Luçi
9b16b83439 Ticket #136.
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.
2010-01-26 23:59:43 +00:00
Ermal Luçi
8f3f7729dc Use backslash(\) for escaping and not slash(/). 2010-01-23 00:03:48 +00:00
Chris Buechler
6699b0aec6 fix this page 2010-01-22 15:20:20 -05:00
Chris Buechler
00c89b354c fix packet capture 2010-01-22 15:18:09 -05:00
Ermal Luçi
c9359d0529 Do propper check to avoid errors. Reported-by: http://forum.pfsense.org/index.php/topic,22296.0.html 2010-01-22 13:44:13 +00:00
Scott Ullrich
0089af7c1e Increase execution time 2010-01-21 19:20:10 -05:00
Chris Buechler
d86b275c79 fix product_name 2010-01-21 17:37:13 -05:00
Scott Ullrich
970db70b41 Run /etc/inc/privhooks if they exist 2010-01-20 19:18:50 -05:00
jim-p
ee7767a5d2 Fix services status widget to use the same code as the services status page. Might need to move this into a common file in the near future to avoid code duplication. 2010-01-20 14:21:40 -05:00
Ermal Luçi
a253273902 Ticket #305. Grey out the gateway when it is a dynamic one. 2010-01-18 20:55:13 +00:00
Ermal Luçi
38936dc72a Ticket #306. Allow adding a gateway the same as is done in interfaces page. 2010-01-18 20:40:53 +00:00
Ermal Luçi
67b6de9ee2 Do not allow deleting lagg interfaces when they have vlans on top. 2010-01-18 18:21:34 +00:00
Ermal Luçi
6a94050a53 Revert "Ticket #303. The friendly interface is saved on the config and not the real one."
This reverts commit 889cb3241a.
2010-01-18 17:55:47 +00:00
Ermal Luçi
e90db2b49d Revert "Ticket #303. Use the config item when editing gateways so all fields are correctly processed."
This reverts commit 9c10b00f3e.
2010-01-18 17:55:34 +00:00
Ermal Luçi
9c10b00f3e Ticket #303. Use the config item when editing gateways so all fields are correctly processed. 2010-01-18 17:50:36 +00:00
Ermal Luçi
889cb3241a Ticket #303. The friendly interface is saved on the config and not the real one. 2010-01-18 17:01:14 +00:00
Ermal Luçi
51e43abc8d Ticket #274. Propperly handle custom options. 2010-01-18 11:57:18 +00:00
Ermal Luçi
20989f5a5a Ticket #288. Fix some sanitation checking to allow propper editing of entries. 2010-01-18 11:44:04 +00:00
pierrepomes
e067306d88 Save TOS config in openvpn client 2010-01-17 16:13:46 -05:00
Scott Ullrich
3211dcb6ed include captiveportal.inc 2010-01-16 18:12:00 -05:00
Chris Buechler
062d7db5ca fix typos 2010-01-16 18:01:52 -05:00
Ermal Luçi
08fae4381b Ticket #297. Verify WPA PSK key length. 2010-01-15 13:13:10 +00:00
Ermal Luçi
77622bb216 Reload all when changing interface configuration. 2010-01-14 19:03:51 +00:00
Chris Buechler
aa10c02f0b fix text 2010-01-14 13:03:05 -05:00
Chris Buechler
f426f89e72 fix packet capture. php5 apparently doesn't like " with shell_exec 2010-01-13 16:33:28 -05:00
Seth Mos
e08e7ea126 make sure that the settings page also shows only the valid tabs. 2010-01-12 21:42:23 +01:00
Ermal Luçi
a0d1dc5634 Ticket #207. Show the dhcp server tab for the interface that have a previous dhcpd configuration. 2010-01-12 13:39:55 +00:00
Ermal Luçi
0c87f8fab5 Simplify some code. 2010-01-12 13:21:34 +00:00
Ermal Luçi
981a2fbeb4 Ticket #294. Add necessary include. 2010-01-11 18:43:31 +00:00
Ermal Luçi
bbb7e18d87 Feedback #225. If the type of vip changes remove the old type before adding the new one. 2010-01-11 13:37:38 +00:00
Ermal Luçi
6833c9cd10 Clear the subsystem after reload. 2010-01-10 20:11:23 +00:00
Ermal Luçi
4bbfe02955 Ticket #288. Use the subsystem_dirty functions. 2010-01-10 14:51:20 +00:00
Scott Ullrich
d1a6552b71 Its 2010 2010-01-09 23:40:19 -05:00
Scott Ullrich
0e19e0e4a2 Clean up file formatting. Fix typo. Add (C) 2010-01-09 23:39:47 -05:00
Scott Ullrich
b298dd06f9 Return 'Authentication failed' instead of a non standard type which results in kindOf() errors. 2010-01-09 14:40:03 -05:00
Chris Buechler
f07cb7ce38 fix Firewall Logs widget settings save.
Ticket #285
2010-01-09 00:58:24 -05:00
Chris Buechler
856722c390 fix alert scroller in Chrome
Ticket #237
2010-01-07 23:09:56 -05:00