Commit Graph

444 Commits

Author SHA1 Message Date
Scott Ullrich
d4022785b5 * Add prefix option to additional_files_needed
* Add chmod option to additional_files_needed
2005-03-02 01:26:33 +00:00
Scott Ullrich
8dbbc3edfb Do not sleep for 3 seconds during the pages initial load. Instead sleep after the entire page has been rendered to find the cpu usage and use some javascript kung-fu to set the graphs accordingly 2005-03-02 00:11:35 +00:00
Scott Ullrich
9997054163 Add proxy_auth_username and proxy_auth_password system tags which will control the auto upgrade process if a proxy server is involved.
Currently this is a hidden variable (similar to the way m0n0wall functions) but will have a GUI written if there is enough demand.
2005-03-01 17:23:02 +00:00
Scott Ullrich
baf888d1a0 Tighten up column sizes. Do not show a port : seperator if the entry does not contain a port. 2005-03-01 01:32:05 +00:00
Scott Ullrich
c6279195d6 Convert the period seperator on the port to : 2005-03-01 01:27:43 +00:00
Scott Ullrich
d8aba9c41d Remove stray , in some records 2005-03-01 01:21:09 +00:00
Scott Ullrich
539d363322 Further cleanup firewall logs 2005-03-01 00:33:00 +00:00
Scott Ullrich
740dac8184 Insert a non-breaking space to make sure the border does not get broken. 2005-02-28 23:29:15 +00:00
Scott Ullrich
cc869478c7 Cleanup non-raw filter logs so more. 2005-02-28 18:29:37 +00:00
Bill Marquette
e33c869497 We can now put OS filtering in rules 2005-02-28 03:45:04 +00:00
Bill Marquette
ec4940b968 clean up ICMP types 2005-02-28 02:42:51 +00:00
Bill Marquette
8361098bdf Make rules for icmp echo work 2005-02-28 02:13:39 +00:00
Bill Marquette
26ad1de19a more path cleanup 2005-02-28 00:49:29 +00:00
Bill Marquette
dc3c40b102 no need to use rm - php has unlink() 2005-02-28 00:16:44 +00:00
Bill Marquette
c8c2bf0f66 more paths 2005-02-27 23:48:06 +00:00
Bill Marquette
6c9927fd0d more path cleanup 2005-02-27 23:45:55 +00:00
Bill Marquette
0035d7a6e6 more hardcoded paths cleanup 2005-02-27 22:41:44 +00:00
Scott Ullrich
960e4d4f80 CORRECTLY use verifyinstalledpkg tag if defined 2005-02-27 20:51:18 +00:00
Scott Ullrich
3059e7ee62 Use Actually use verifyinstalledpkg flag if its defined 2005-02-27 20:27:25 +00:00
Scott Ullrich
131781ba81 Add verifyinstalledpkg tag. This tag can be used to verify a different package has been installed veruses always relying on the package name. 2005-02-27 20:26:39 +00:00
Bill Marquette
1d169baa21 Hardcoded /tmp cleanup 2005-02-27 19:49:45 +00:00
Scott Ullrich
ac892191cc To the moon, alice! We've been in 2005 for some time. 2005-02-27 05:55:57 +00:00
Scott Ullrich
87f9d450de Notify user when updating filter rules 2005-02-26 23:24:44 +00:00
Scott Ullrich
48b9fcc659 Allow for parent / child queue relationships when using cbq 2005-02-26 21:47:21 +00:00
Scott Ullrich
89d77d880d Remove "Please note that pfSense does not adjust firewall rules when a package is installed. This is left for the end user." warning since its no longer completely true 2005-02-26 20:33:45 +00:00
Scott Ullrich
5cd30ac398 Process before form events 2005-02-26 19:49:23 +00:00
Scott Ullrich
4b4d599637 cat y out to pkg_add to automatically answer any nagging questions 2005-02-26 19:26:49 +00:00
Scott Ullrich
1677823e3c Add version to status column 2005-02-26 04:31:10 +00:00
Bill Marquette
ff1955eeab Enable bogon filtering 2005-02-26 01:45:34 +00:00
Scott Ullrich
b964717db8 Do not parse aliases entries unless they are defined 2005-02-25 20:40:19 +00:00
Scott Ullrich
c0c8d62c3a * Raise upload max filesize to 16M
* Raise post_max_size to 15M
2005-02-25 17:30:52 +00:00
Bill Marquette
1e137ab5fa comment 2005-02-25 04:31:05 +00:00
Bill Marquette
fe693b894c IPSec passthru option is finally here 2005-02-25 04:28:38 +00:00
Scott Ullrich
86f3fc0083 Run custom_php_command_before_form commands before
custom_php_resync_config_command if they exist
2005-02-24 20:07:49 +00:00
Bill Marquette
bf64867948 spelling 2005-02-24 05:54:52 +00:00
Bill Marquette
87b10bedc1 spelling mistake and whitespace cleanup 2005-02-24 05:54:07 +00:00
Bill Marquette
9c96aff526 We can now reorder outbound NATs (just like rules!) 2005-02-24 05:47:54 +00:00
Scott Ullrich
aab579262b Correctly handle the new "Do not backup packages" flag 2005-02-23 21:18:31 +00:00
Scott Ullrich
fa65a62b76 Automatically assign carp aliases with a ip on the same subnet to a interface.
Example:

lan = "{ fxp1 carp0 }"
wan = "{ fxp0 carp1 }"
2005-02-23 05:07:53 +00:00
Colin Smith
5e9e6ea289 Sync pfSense CSS with m0n0wall latest. 2005-02-23 00:10:30 +00:00
Bill Marquette
c22767b120 Only allow tcp rules to use alternate keep state methods 2005-02-22 16:47:27 +00:00
Bill Marquette
e8074dcdaa More standardization 2005-02-22 02:00:44 +00:00
Bill Marquette
cad11f379d Standardization 2005-02-22 01:29:05 +00:00
Bill Marquette
d76f9696fc Firewall optimization text was wrong. 2005-02-22 01:26:40 +00:00
Bill Marquette
1068174824 alias table is above, not below note 2005-02-22 00:57:34 +00:00
Bill Marquette
7006975827 Don't disclose SNMP community strings 2005-02-22 00:45:18 +00:00
Scott Ullrich
f8ae763c00 Remoev rebootbox css. it is not W3C standard. 2005-02-21 20:14:54 +00:00
Scott Ullrich
dd62c2d420 Correct form post to url 2005-02-21 19:48:51 +00:00
Scott Ullrich
c87c2fb0d2 * Extra )
Reported-by: colin
2005-02-21 04:37:57 +00:00
Scott Ullrich
3a003406ac * Add version column with upgrade link 2005-02-21 00:03:22 +00:00