Commit Graph

17240 Commits

Author SHA1 Message Date
jim-p
5b64e3369a Fix variable name 2011-04-05 11:16:08 -04:00
jim-p
0ef48aed8b Make sure all themes have the right colors defined. 2011-04-04 13:41:21 -04:00
Ermal
1309faddc8 <script/> tags are put in the function build_javascript no need to put them here. Prevents errors reported at:http://forum.pfsense.org/index.php/topic,34139.0.html 2011-04-04 15:05:59 +00:00
Ermal
1d60ed9bb4 Try to always keep pfSense with a default gateway to avoid errors for service running from pfSense itself. Previously PBR should be configured for such services. While PBR is a better fix this at least keeps users from complaining in simple setups. Reported by many. 2011-04-04 11:09:06 +00:00
Ermal
f206afb57e On interface ip change reload even igmpproxy. Reported-by: http://forum.pfsense.org/index.php/topic,34372.0.html 2011-04-04 10:32:55 +00:00
Ermal
056df2d9f0 Add -a to include all updaterrd.sh scripts running and also remove top killing since its not used anymore in stat gathering. 2011-04-04 10:24:57 +00:00
Ermal
d7f4030ad8 Fix indent. 2011-04-01 21:51:11 +00:00
jim-p
4936ff53df Switch back to dev_mode so existing configs aren't broken by the other changes. 2011-04-01 14:11:33 -04:00
lgcosta
681b43b079 standardize the device_mode variable 2011-04-01 12:06:55 -03:00
Ermal
bc78856172 Correct the conditional testing. 2011-03-31 17:52:01 +00:00
Ermal
57c448d034 Do not show the default queue selection for a queue that has child queues 2011-03-31 17:45:37 +00:00
Ermal
d1bd01fffb Prevent non-numeric chars from being inputed on bandwidth field. 2011-03-31 17:39:01 +00:00
jim-p
b482254882 Try again to fix the calculation for out bits 95th percentile. (Works for me) 2011-03-31 13:08:06 -04:00
Chris Buechler
78544d4a99 clarify text 2011-03-31 06:06:01 -04:00
jim-p
84575284b5 Apparently rrdtool VDEF functions can't take a multiplier, only CDEF. Fixes traffic graphs. 2011-03-30 20:48:24 -04:00
jim-p
857a4a7986 Use a different loop counter variable to avoid a name collision 2011-03-30 20:36:53 -04:00
Ermal
56a8bbf3af Test for value present before using. 2011-03-30 22:21:13 +00:00
Ermal
d5b45febd6 Test for value present before using. 2011-03-30 22:13:55 +00:00
Ermal
ccf46756fd Unset xmlrpcauth and not the first member of the array. 2011-03-30 21:49:51 +00:00
Ermal
cb0e3f8e7c Check for function existence before calling it. 2011-03-30 20:58:02 +00:00
Ermal
47e5f74198 By default assume admin user and do not blindly copy the first user from the config.xml 2011-03-30 20:52:36 +00:00
jim-p
bfa992bc4e Allow editing of CAs, so that imported CAs can have their private keys added later (mainly affected users upgrading from 1.2.3 and wanting to use the cert manager). Also, allow editing the CA's serial, since this shouldn't really be 0 for imported CAs, but the serial of the last cert that was made from this CA. 2011-03-30 16:37:45 -04:00
Ermal
b7d5a7bab8 Do not rely on first user being admin as this breaks in certain cases the XMLRPC authentication. TODO: pass username as argument too. This now can use the local system authentication settings as well. 2011-03-30 20:34:13 +00:00
Chris Buechler
176a282e33 clarify log 2011-03-30 15:56:27 -04:00
jim-p
44bcc1bedc Allow importing a CRL for an external CA. 2011-03-30 15:21:36 -04:00
smos
cd2f60c968 Add missing color, add multiplier to calculus for inverting line 2011-03-30 18:22:15 +02:00
jim-p
a5187d4375 Check for "aes 256" as IPsec encryption type, not just rijndael. 2011-03-29 12:00:02 -04:00
jim-p
92273f2459 Fix spamd rrd graph command. 2011-03-29 11:06:33 -04:00
jim-p
49bb5c074b Add some upgrade code for IPsec mobile clients. Passes php -l but needs more testing. 2011-03-29 09:54:52 -04:00
Ermal
b0eaa10cda Trim spaces out to avoid problems from explode. 2011-03-29 09:11:30 +00:00
Ermal
ad6df0b3ca Add back gre allowing rules since they are needed. 2011-03-29 08:19:50 +00:00
jim-p
75c8044aa9 Allow TCP and UDP for DHCP failover traffic. 2011-03-28 13:51:35 -04:00
jim-p
c6dfd28923 In IPsec, s/mobileclients/client/, this was changed long ago in the config but not everywhere followed. 2011-03-28 12:17:41 -04:00
Warren Baker
8f587b1dbb Correct PPTP Clients alias address. The PPTP server address was been utlized instead, which resulted in an incorrect firewall rule when 'PPTP Clients' was configured. 2011-03-28 16:46:57 +02:00
Ermal
7f2c8034fb Test the existence of route_vpn_gateway variable and if set use it as a gateway. Recommended-by: http://forum.pfsense.org/index.php/topic,24436.msg158589.html#msg158589 2011-03-28 10:37:11 +00:00
jim-p
17730d9d86 Only run conf_mount_rw here if there isn't another process going. 2011-03-26 17:33:15 -04:00
jim-p
974c5af729 Actually if /etc/sshd is already running, doing a conf_mount_ro() would be a bad thing, as the other process still expects rw. 2011-03-26 17:30:20 -04:00
jim-p
63e18082bb Backing this out to see if it unbreaks NanoBSD upgrades with packages involved. Revert "Workaround for conf_mount_rw/ro during boot to only allow it to change at the start and end. Fixes #1279"
This reverts commit 548be1fd66.
2011-03-26 17:21:55 -04:00
Ermal
cd2c71fcf6 Make sure that there is a value before using it as a redirection. 2011-03-25 23:33:45 +00:00
Ermal
3b68081f5a Make the return values on error consistent with the normal return value. 2011-03-25 22:44:13 +00:00
Ermal
2fe347eb72 Actually correctly report the timeleft in log messages. This is mostly cosmetic. 2011-03-25 22:33:52 +00:00
Ermal
3e404e0c6d Make the two default page codes similar in regarding to redirurl in hope that when one voucher login succeeds it redirects to the url submmitted. 2011-03-25 22:04:26 +00:00
Ermal
351b699013 Correctly synchronize the db of vouchers from master. Also correctly write it to the files since before it is only allowed during bootup and not from xmlrpc. 2011-03-25 21:56:38 +00:00
Ermal
4fab0ce085 Actually remember that the vouchers are enabled 2011-03-25 21:20:07 +00:00
Ermal
c5b3fa908a Allow to enable vouchers with the only things specified the voucher database synchronization since the other values will be fetched from it. 2011-03-25 21:08:53 +00:00
Ermal
a34b8b3b77 Display the correct error page if vouchers are active or if normal CP is active when default provided forms are used. 2011-03-25 20:47:17 +00:00
Ermal
509e1202eb Correct log messages to not display port twice. 2011-03-25 20:32:56 +00:00
Ermal
650b573bd8 Correctly handle aliases for the target on inetd rules. Otherwise bad parameters are passed to netcat(nc) and we DoS the host. 2011-03-25 18:45:25 +00:00
Warren Baker
d93ee937f2 Make sure to uses 'tables' in array. 2011-03-25 11:00:50 +02:00
Warren Baker
94aa3d215a Remove legacy Bogons Privileges page and add Tables to Privileges. 2011-03-25 10:58:08 +02:00