Commit Graph

361 Commits

Author SHA1 Message Date
Scott Ullrich
75236e7df7 Add save button for ftp proxy item 2005-01-11 01:58:11 +00:00
Scott Ullrich
a0a7a8a776 Seperate firewall and ftp-proxy sections 2005-01-11 01:27:55 +00:00
Scott Ullrich
4cbcdf9115 fastforwarding is not compatible with ipsec tunnels -- turn it off if the user has ipsec tunnels. 2005-01-11 00:49:13 +00:00
Scott Ullrich
f55cccc4a4 Allow FTP-Proxy to be disabled under advanced menu. 2005-01-11 00:25:48 +00:00
Scott Ullrich
57d9d71154 Correct typo 2005-01-11 00:02:19 +00:00
Scott Ullrich
3e3ec160c3 Correct typo 2005-01-10 23:46:35 +00:00
Scott Ullrich
202735b641 Move ftp proxy rules above 2005-01-10 23:28:13 +00:00
Scott Ullrich
db19eb31d7 Move RDR rule up higher in chain 2005-01-10 22:58:33 +00:00
Scott Ullrich
f64460ef41 Enable ftp-proxy rule 2005-01-10 22:40:48 +00:00
Scott Ullrich
a15a15e7dc Enable ftp-proxy 2005-01-10 22:38:13 +00:00
Scott Ullrich
6484d9e0a1 Update license for pfSense 2005-01-10 22:10:17 +00:00
Scott Ullrich
b49448acd9 Update a few (C) 2005-01-10 06:24:02 +00:00
Scott Ullrich
6d54306924 Add package web address links 2005-01-10 05:43:40 +00:00
Scott Ullrich
2c5c1edd9c Time for a new build 2005-01-10 05:38:04 +00:00
Scott Ullrich
689b5e7b8a Break status into its own column 2005-01-10 05:36:19 +00:00
Scott Ullrich
21978d4085 Seperate Category and status better 2005-01-10 05:35:11 +00:00
Scott Ullrich
e46ea28956 Add status field 2005-01-10 05:33:45 +00:00
Scott Ullrich
1548745b3d * Correctly delete package and its depdencies, leaving a depdency untouched if another package depends on the dependency. Say that 3 times in a row real fast.
* Correctly delete all configuration items for a package upon deletion
* Clean up comments
2005-01-09 23:31:20 +00:00
Scott Ullrich
1b54f79bbc Record package version upon install for future upgrade option. 2005-01-09 09:12:18 +00:00
Scott Ullrich
401d96e141 Correctly remove packages when a lot of packages are installed.
Reported-by:   bkw
2005-01-09 08:54:26 +00:00
Scott Ullrich
eada7bc2e4 Bump version to 0.12 2005-01-09 08:03:53 +00:00
Scott Ullrich
d44a1a62db When a package does not install correctly, clear the output windows and alert the user that something has gone wrong. Also clear the progress bar. 2005-01-09 07:24:40 +00:00
Scott Ullrich
7502342ae0 Allow multiple interfaces 2005-01-08 23:01:46 +00:00
Scott Ullrich
76584e2531 Honour multiselect tag 2005-01-08 22:39:17 +00:00
Scott Ullrich
403ec8f1f4 allow outgoing pings 2005-01-08 22:02:37 +00:00
Scott Ullrich
7a1b90bcc6 Change (C) 2005-01-08 22:02:21 +00:00
Scott Ullrich
a260fe5ef1 Change description color to white 2005-01-08 21:55:41 +00:00
Scott Ullrich
b512fdb5ce Bump version to 0.11 2005-01-08 06:12:03 +00:00
Scott Ullrich
94f2bb65e3 Remove /31 from interfaces. 2005-01-08 06:08:12 +00:00
Scott Ullrich
21ab1cde16 remove /31 from interface IP assignment screens since a /31 subnet has 0 usable IP addresses. simpify all 1-32 loops by using the same code as much as possible. 2005-01-08 05:07:48 +00:00
Scott Ullrich
ab73789e0c Add interfaces_selection field type which will populate a select box filled with the interfaces. 2005-01-06 23:59:13 +00:00
Scott Ullrich
841dd38a30 Change m0n0wall -> pfSense
Noticed-by: Bryan
2005-01-06 02:02:33 +00:00
Scott Ullrich
a4c8ccfca2 Check for package installation after running both sets of pkg_add -r 2005-01-06 01:15:54 +00:00
Scott Ullrich
e421738621 Sync master.passwd on bootup 2005-01-06 00:48:26 +00:00
Scott Ullrich
3e4caf25e4 If pkg_add fails, do not continue installation. 2005-01-06 00:09:25 +00:00
Scott Ullrich
adaf787bc0 Remove extra trailing space 2005-01-05 23:40:31 +00:00
Scott Ullrich
7aac635b8b Un tar extra package items to / 2005-01-05 23:20:27 +00:00
Scott Ullrich
3ed807e4f3 Move the stepsubmitphpaction out of the field collection. It was not setting the root password correctly. 2005-01-05 23:18:33 +00:00
Scott Ullrich
e2cf9497f3 Bump to 0.10 2005-01-05 22:34:29 +00:00
Scott Ullrich
41cefed7be Change ntp interval to 300 in alternate config file 2005-01-05 21:54:57 +00:00
Scott Ullrich
e7bce77256 Explain what the Admin password is. 2005-01-05 21:34:20 +00:00
Scott Ullrich
ca008ab895 Call system_password_configure which syncs the http password. 2005-01-05 21:33:21 +00:00
Scott Ullrich
f9a91638b3 Add new custom_php_command_before_form directive which is handy to setup function evals that can be hooked into throughout the life of a package 2005-01-05 01:07:19 +00:00
Scott Ullrich
36e30a64b8 Bump to 0.9 2005-01-05 00:39:41 +00:00
Scott Ullrich
facd08f9fe Add a number of directives allowing fields to be tied together similar to wizard.php 2005-01-04 22:58:51 +00:00
Scott Ullrich
ae92b9c8fd Correctly set the left hand panes package url if configfile is set 2005-01-04 21:22:48 +00:00
Scott Ullrich
3d79c8ba15 Sync web GUI password when saving the Admin password. Also sync ssh password at the same time.
Reported-by: B.Kharazmi
2005-01-04 21:02:19 +00:00
Scott Ullrich
25a4bcd25d Clarify Admin password is for WebGUI 2005-01-04 20:52:24 +00:00
Scott Ullrich
b16a29f0a2 Change time update interval to 400.
Requested-by:  B.Kharazmi
2005-01-04 20:47:37 +00:00
Scott Ullrich
ca426b47ce change m0n0wall to pfSense 2005-01-02 04:11:36 +00:00