Commit Graph

13053 Commits

Author SHA1 Message Date
Ermal Luçi
2dddf4be0d Check what to do on the interface when hitting apply options button. 2010-02-09 19:27:32 +00:00
Ermal Luçi
c73bd8f088 Ticket #324. Add allow all rule during upgrade. 2010-02-09 17:53:06 +00:00
Ermal Luçi
b72e70ae3f Apparently gif(4) can be part of a bridge do not disallow this. 2010-02-09 16:33:43 +00:00
Ermal Luçi
974cbfe036 Ticket #338. Remove aliases_sort function and keep the list always sorted in config.xml. This reverts to previous behaviour. 2010-02-09 13:07:42 +00:00
Ermal Luçi
00fc80fe05 Ticket #332. Simplify creating the ipsecpinghosts file. 2010-02-09 12:00:34 +00:00
Ermal Luçi
e1d35ce8c4 Ticket #348. Fix checking for existing alias name. Allow subnets to be defined in the import list. 2010-02-09 11:43:38 +00:00
Ermal Luçi
5d478ecca0 Ticket #259. Search for the dhclient process using the real interface rather than the friendly one. 2010-02-09 11:28:32 +00:00
Ermal Luçi
ed65eb04ee Ticket #152. Hoepfully fix creation of empty vip entries in the config when deleting them. Probably more checks need to be done by consumers. 2010-02-09 11:03:58 +00:00
Ermal Luçi
429bf8de23 Ticket #340. An array $specialsrcdst needs to be declared for this to work. 2010-02-09 10:36:32 +00:00
Ermal Luçi
5313aea509 Ticket #303. Correctly retain the interface in case or validation errors. 2010-02-09 10:11:31 +00:00
Ermal Luçi
a2b724a66a Fix check on which table to assign. 2010-02-09 09:50:33 +00:00
pierrepomes
fef1c556be Remove msort call for aliases sorting, aliases are sorted by aliases_sort() function. Ticket #338 2010-02-08 19:56:41 -05:00
pierrepomes
556917a68d Sort dhcp mapping array once, only before writing config. Ticket #343 2010-02-08 19:18:28 -05:00
Ermal Luçi
64b2f3c8a7 Ticket #346. Use the correct 'real' interface for collecting wireless information. 2010-02-08 22:44:06 +00:00
Ermal Luçi
aabb805d85 Ticket #341. Fix setting of default gw. Generate config after saving the changes as done on other places on pfsense code. 2010-02-08 22:04:38 +00:00
Chris Buechler
6bc6bf7942 fix typo 2010-02-07 23:59:18 -05:00
jim-p
0927fb8cd6 Add capability to kill active OpenVPN clients from Status > OpenVPN. 2010-02-07 16:28:46 -05:00
Scott Ullrich
838fa668b9 Link to javascript file instea of including it on every request saving WAN bandwidth 2010-02-07 15:22:32 -05:00
Scott Ullrich
2494295a68 Unbreak prototype and friends 2010-02-07 15:12:37 -05:00
Chris Buechler
93c3b51923 fix text 2010-02-06 23:37:50 -05:00
Scott Ullrich
8f2c6b94a6 Include shaper.inc, too 2010-02-06 18:30:16 -05:00
Scott Ullrich
4ec77db33b Include filter.inc Ticket #340 2010-02-06 18:29:13 -05:00
Scott Ullrich
6b519cfeb8 Fixup nifty css corners locations and code 2010-02-06 15:50:09 -05:00
Scott Ullrich
f6f6947e2b Stop using the inline output function to include javascript and css files. Even with this function speeding up embedded installs it slows down all installation via WAN links since it is loading so much data on every request. 2010-02-06 15:44:11 -05:00
Ermal Luçi
629208a231 Ticket #335. If guess_interface_from_ip in interface.inc is used on an IP address that goes through a bridge interface, the returned interface name will just be bridge without a number. I found that netstat -rn does not show the number (not sure why), but netstat -rnW does. 2010-02-06 12:22:19 +00:00
jim-p
2a63c863f5 Show port detail on hover over count 2010-02-06 01:03:30 -05:00
jim-p
6328443030 Simplify with some functions, and add a "total per IP" table. 2010-02-05 16:40:31 -05:00
Ermal Luçi
691fbf14b9 Feature #248. Ticket #248. Merge patch from Antonio No to add tap device type to OpenVPN. 2010-02-05 21:33:35 +00:00
jim-p
c1613ade8b Update the state summary to properly detect and use source IP and destination IP, as well as summarize by IP pairing (src -> dst) 2010-02-05 16:09:01 -05:00
jim-p
2a2af6700b Add license block and auth headers. 2010-02-05 15:21:32 -05:00
jim-p
9d71da8163 Add Diagnostics > States Summary, which produces a report summarizing pf states by IP and protocol. 2010-02-05 15:17:01 -05:00
Ermal Luçi
fcd4a42519 Ticket #272. When reconfiguring an interface that is part of a bridge just add it to the bridge instead of reconfiguring the bridge again. This helps even in overall bridge functionality. 2010-02-05 19:51:09 +00:00
Ermal Luçi
3066a36fbd Add neccessary include. 2010-02-04 17:23:39 +00:00
Ermal Luçi
4824d8574d Make sure the item passed is a string! 2010-02-04 00:14:15 +00:00
Ermal Luçi
f4bca05a87 More cleanup and code flow simplification. 2010-02-04 00:08:32 +00:00
Ermal Luçi
1570d27a49 When removing a package delete its underlying FreeBSD pacakges.
Correct checks for avioding as much as possible errors.
Simplify logic in some cases.
Remove package include files when uninstalling packages.

NOTE: Some work is needed to have more error reporting. Espescially when failing to retrieve files or add them locally.
2010-02-03 23:55:22 +00:00
Ermal Luçi
056577694f Ticket #296. Blacklist webConfigurator certificate from certificate list it will break at least Viscosity export utility. 2010-02-03 23:55:22 +00:00
Ermal Luçi
553b5d8529 Remove uneccessary devices from regex. 2010-02-03 17:13:46 +00:00
Ermal Luçi
a859fb49c7 Fix this and run fast. 2010-02-03 17:10:42 +00:00
Ermal Luçi
61b67ab391 Propperly fix this. 2010-02-03 16:46:47 +00:00
Administrator
da1791816e Nuke quote 2010-02-03 10:49:53 -05:00
Ermal Luçi
220b8f3476 Correct syntax. 2010-02-03 16:40:01 +00:00
Ermal Luçi
f41c9fd56a ping_hosts.sh is no more in /etc. Remove some unneeded lines. 2010-02-03 15:19:14 +00:00
Ermal Luçi
cdd5b2ced7 Use global variable. 2010-02-03 15:07:59 +00:00
Ermal Luçi
741077bcc6 Use global variable and do not loop all entries undefinitely. 2010-02-03 15:06:24 +00:00
Ermal Luçi
920af30f8c Do propper checking on sasyncd to not try to start this damon uselessly. 2010-02-03 14:57:37 +00:00
Ermal Luçi
17fdcb8dc3 Ticket #317. Synchronize user info on bootup. 2010-02-02 23:28:25 +00:00
Ermal Luçi
0e0030e191 Check if even the rule target is an alias, and expand it if so. Yet another fix to reflection. 2010-02-02 22:51:24 +00:00
Ermal Luçi
58507f8960 Update list of ALTQ capable interfaces with some renaming done to tun(4) on pfSense. 2010-02-02 22:42:29 +00:00
Ermal Luçi
58085ef4e5 Get the correct value as subnet for 'virtual' interfaces. This unbreaks the Routing pages validation on this types of interfaces. 2010-02-02 22:40:14 +00:00