summaryrefslogtreecommitdiffstats
path: root/usr/local/www
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.
* 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-051-1/+19
| | | | 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.
* When removing a package delete its underlying FreeBSD pacakges.Ermal Luçi2010-02-031-1/+1
| | | | | | | | 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.
* Ticket #329. Use correnct interface API and pass correct arguments to functions.Ermal Luçi2010-02-011-2/+1
|
* Show a 3G icon when item is a serial type interfaceScott Ullrich2010-02-011-11/+15
|
* 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
* Include ipsec.incScott Ullrich2010-02-011-0/+1
|
* clarify textChris Buechler2010-01-291-5/+6
|
* Allow editing entries that are not system/dynamic ones even though their ↵Ermal Luçi2010-01-291-2/+2
| | | | gateway is specified as dynamic.
* Ticket #303. Fix gateway address checking.Ermal Luçi2010-01-291-1/+1
|
* Adjust netstat output here toojim-p2010-01-291-3/+3
|
* Fix ifstats.php - it also uses netstat output which has changedjim-p2010-01-291-3/+3
|
* Check if the gateway if part of the interface subnet only if we can get the ↵Ermal Luçi2010-01-291-3/+5
| | | | interface ip address.
* Ticket #303. Fix very many bugs in this code. From strings that were not ↵Ermal Luçi2010-01-292-61/+69
| | | | quoted propperly to completely broken code paths.
* Add even modem attached device types.Ermal Luçi2010-01-271-0/+2
|
* Add a checkbox to allow setting a 3G/dialup modem as the default ↵Ermal Luçi2010-01-271-0/+12
| | | | interface/gateway.
* Add missing \Scott Ullrich2010-01-271-1/+1
|
* Add missing \Scott Ullrich2010-01-271-1/+1
|
* base64 encode/decode the dialcmd to work around escaping issues:Scott Ullrich2010-01-271-2/+2
|
* Nuke  Scott Ullrich2010-01-271-1/+1
|
* Count better the backslashes.Ermal Luçi2010-01-271-1/+1
|
* Fix identation on att.Ermal Luçi2010-01-271-1/+1
|
* Ticket #136. Fixed showing the link and calculating correct id to the rule ↵Ermal Luçi2010-01-271-9/+8
| | | | edit page.
* Ticket #136.Ermal Luçi2010-01-263-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çi2010-01-231-3/+3
|
* fix this pageChris Buechler2010-01-221-1/+0
|
* fix packet captureChris Buechler2010-01-221-1/+1
|
* Do propper check to avoid errors. Reported-by: ↵Ermal Luçi2010-01-221-3/+5
| | | | http://forum.pfsense.org/index.php/topic,22296.0.html
* Increase execution timeScott Ullrich2010-01-214-0/+8
|
* fix product_nameChris Buechler2010-01-211-1/+1
|
* Run /etc/inc/privhooks if they existScott Ullrich2010-01-201-0/+3
|
* Fix services status widget to use the same code as the services status page. ↵jim-p2010-01-201-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çi2010-01-181-1/+3
|
* Ticket #306. Allow adding a gateway the same as is done in interfaces page.Ermal Luçi2010-01-181-7/+125
|
* Do not allow deleting lagg interfaces when they have vlans on top.Ermal Luçi2010-01-181-2/+8
|
* Revert "Ticket #303. The friendly interface is saved on the config and not ↵Ermal Luçi2010-01-181-1/+1
| | | | | | the real one." This reverts commit 889cb3241aa6bd192c42147316faf503c559fce2.
* Revert "Ticket #303. Use the config item when editing gateways so all fields ↵Ermal Luçi2010-01-181-7/+6
| | | | | | are correctly processed." This reverts commit 9c10b00f3eb22f45e2fb704ca9f1786942d69ad8.
* Ticket #303. Use the config item when editing gateways so all fields are ↵Ermal Luçi2010-01-181-6/+7
| | | | correctly processed.
* Ticket #303. The friendly interface is saved on the config and not the real one.Ermal Luçi2010-01-181-1/+1
|
* Ticket #274. Propperly handle custom options.Ermal Luçi2010-01-181-3/+3
|
OpenPOWER on IntegriCloud