summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix textChris Buechler2010-02-061-1/+1
|
* Include shaper.inc, tooScott Ullrich2010-02-061-0/+1
|
* Include filter.inc Ticket #340Scott Ullrich2010-02-061-0/+2
|
* Fixup nifty css corners locations and codeScott Ullrich2010-02-061-8/+3
|
* Stop using the inline output function to include javascript and css files. ↵Scott Ullrich2010-02-062-20/+21
| | | | 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.
* Ticket #335. If guess_interface_from_ip in interface.inc is used on an IP ↵Ermal Luçi2010-02-061-2/+2
| | | | 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.
* Show port detail on hover over countjim-p2010-02-061-2/+16
|
* Simplify with some functions, and add a "total per IP" table.jim-p2010-02-051-95/+34
|
* Feature #248. Ticket #248. Merge patch from Antonio No to add tap device ↵Ermal Luçi2010-02-052-6/+32
| | | | type to OpenVPN.
* Update the state summary to properly detect and use source IP and ↵jim-p2010-02-051-2/+99
| | | | destination IP, as well as summarize by IP pairing (src -> dst)
* Add license block and auth headers.jim-p2010-02-051-3/+43
|
* Add Diagnostics > States Summary, which produces a report summarizing pf ↵jim-p2010-02-052-0/+82
| | | | states by IP and protocol.
* Ticket #272. When reconfiguring an interface that is part of a bridge just ↵Ermal Luçi2010-02-051-1/+16
| | | | add it to the bridge instead of reconfiguring the bridge again. This helps even in overall bridge functionality.
* Add neccessary include.Ermal Luçi2010-02-041-0/+2
|
* Make sure the item passed is a string!Ermal Luçi2010-02-041-0/+2
|
* More cleanup and code flow simplification.Ermal Luçi2010-02-041-8/+6
|
* When removing a package delete its underlying FreeBSD pacakges.Ermal Luçi2010-02-033-41/+59
| | | | | | | | 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.
* Ticket #296. Blacklist webConfigurator certificate from certificate list it ↵Ermal Luçi2010-02-031-0/+2
| | | | will break at least Viscosity export utility.
* Remove uneccessary devices from regex.Ermal Luçi2010-02-031-1/+1
|
* Fix this and run fast.Ermal Luçi2010-02-031-1/+1
|
* Propperly fix this.Ermal Luçi2010-02-031-2/+2
|
* Nuke quoteAdministrator2010-02-031-1/+1
|
* Correct syntax.Ermal Luçi2010-02-031-2/+2
|
* ping_hosts.sh is no more in /etc. Remove some unneeded lines.Ermal Luçi2010-02-033-12/+1
|
* Use global variable.Ermal Luçi2010-02-031-2/+2
|
* Use global variable and do not loop all entries undefinitely.Ermal Luçi2010-02-031-2/+4
|
* Do propper checking on sasyncd to not try to start this damon uselessly.Ermal Luçi2010-02-031-10/+9
|
* Ticket #317. Synchronize user info on bootup.Ermal Luçi2010-02-021-3/+8
|
* Check if even the rule target is an alias, and expand it if so. Yet another ↵Ermal Luçi2010-02-021-2/+10
| | | | fix to reflection.
* Update list of ALTQ capable interfaces with some renaming done to tun(4) on ↵Ermal Luçi2010-02-021-1/+1
| | | | pfSense.
* Get the correct value as subnet for 'virtual' interfaces. This unbreaks the ↵Ermal Luçi2010-02-021-1/+4
| | | | Routing pages validation on this types of interfaces.
* Ticket #309. Fix it for packages.Ermal Luçi2010-02-021-26/+27
|
* Add route automatically only when the route search type is enabled on gre ↵Ermal Luçi2010-02-021-2/+4
| | | | and disable the route auto adding on gif. User can deal with routes on the Routing pages.
* Ticket #329. Fix typo on awk binary.Ermal Luçi2010-02-021-1/+1
|
* Reactivate the hack for packages to show as installed. Untill php decides to ↵Ermal Luçi2010-02-021-0/+2
| | | | behave.
* Align LAN and WAN interfaces print (just cosmetic)Renato Botelho2010-02-021-2/+2
|
* remove old lint checkChris Buechler2010-02-011-6/+2
| | | | disable the already loaded config.inc check for the time being as it breaks things.
* Oops, fix inverted check for 3G serialScott Ullrich2010-02-011-1/+1
|
* Ticket #329. Use correnct interface API and pass correct arguments to functions.Ermal Luçi2010-02-012-8/+7
|
* Use real interface instead of the friendly one. So is_interface_wirless gets ↵Ermal Luçi2010-02-011-1/+1
| | | | proper parameter.
* Show a 3G icon when item is a serial type interfaceScott Ullrich2010-02-012-11/+31
|
* Adding 3G icons from holger which will be used on the dashboard status icon ↵Scott Ullrich2010-02-0116-0/+0
| | | | similar to the ethernet and wireless icons
* Ticket #328. Do not escape twice special shell characters.Ermal Luçi2010-02-011-3/+3
|
* Fix errors because of the function is_file_included is not yet declared in ↵Ermal Luçi2010-02-011-1/+1
| | | | some cases.
* Ticket #309. Correctly fix the problems of intermediate config lost because ↵Ermal Luçi2010-02-013-6/+10
| | | | of inclusion of config.inc. This might have speed impacts to be measured.
* Resolves #309. Seems that including config.inc has bad habits on packages. ↵Ermal Luçi2010-02-011-0/+2
| | | | Workaround this for now until the package config include is fixed.
* Include ipsec.incScott Ullrich2010-02-011-0/+1
|
* Fix several handling of gif/gre addresses and automatically added routes.Ermal Luçi2010-02-012-5/+5
|
* Ticket #331. For now skip virtual interfaces on loginterface directive. This ↵Ermal Luçi2010-02-011-3/+9
| | | | is contrary to what OpenBSD supports and is being discussed on how to proceed.
* Expand aliases for reflection entries to be generated normaly. Reported-by: ↵Ermal Luçi2010-02-011-2/+6
| | | | http://forum.pfsense.org/index.php/topic,22535.0.html
OpenPOWER on IntegriCloud