Ermal
|
42c0700392
|
Add an option under advanced->misc to specify a proxy for retreiving pfsense package info or downloading packages.
|
2011-04-18 18:25:56 +00:00 |
|
jim-p
|
e8503ff4b6
|
Only start log update ajax timer if the updateDelay is defined. http://forum.pfsense.org/index.php/topic,35771.0.html
|
2011-04-18 13:08:06 -04:00 |
|
jim-p
|
7b2fdeb3c5
|
Properly set/unset voucher enable/disable bit.
|
2011-04-15 12:11:52 -04:00 |
|
jim-p
|
b9bbae047a
|
Move the link to add a gateway up next to the drop-down box so it is more obvious.
|
2011-04-15 08:53:23 -04:00 |
|
jim-p
|
d2903c0cab
|
Test if a variable is set before trying to unset it. If a user has no rules in their config, then $config['filter'] would not be undefined, so unsettings $config['filter']['bypassstaticroutes'] would result in an error. http://forum.pfsense.org/index.php/topic,35702.0.html
|
2011-04-14 13:26:04 -04:00 |
|
smos
|
c8cc0c1c5a
|
Add missing fields for l2tp to define dns and wins servers
|
2011-04-13 09:52:58 +02:00 |
|
jim-p
|
d67b6b175c
|
Also exclude grep from running processes when grepping for a running packet capture. Also, fix other test to match the recent changes made.
|
2011-04-12 10:04:54 -04:00 |
|
jim-p
|
127eb8e023
|
Add a toggle under System > Advanced on the misc tab to enable/disable debug mode for racoon.
|
2011-04-11 16:58:13 -04:00 |
|
jim-p
|
e9e06fb205
|
Fix copy/paste error
|
2011-04-08 16:08:11 -04:00 |
|
jim-p
|
ac6651c945
|
Make sure a theme directory actually exists before blindly using it.
|
2011-04-08 14:15:50 -04:00 |
|
jim-p
|
edf99ce40c
|
Rework ntpdate_sync_once.sh, so it makes sure ntp/ntpdate/itself are not running before trying to sync time, and then launch ntpd at the end for time sync (last commit was premature)
|
2011-04-08 11:46:30 -04:00 |
|
jim-p
|
54c185948c
|
Don't unconditionally start ntpd after doing ntpdate, it might be disabled.
|
2011-04-08 11:20:41 -04:00 |
|
jim-p
|
2db351a746
|
Send ntpdate output to syslog
|
2011-04-08 11:20:25 -04:00 |
|
Scott Ullrich
|
e05458b052
|
Remove extra variable set
|
2011-04-07 12:35:00 -04:00 |
|
Scott Ullrich
|
7ec2a858af
|
Remove copy paste
|
2011-04-07 12:34:23 -04:00 |
|
Scott Ullrich
|
0c951d9bee
|
Unbreak check if capture is running
|
2011-04-07 12:33:41 -04:00 |
|
Scott Ullrich
|
5d7881615d
|
When using ' variables are not expanded. Use double quotes so that the variable is exanded
|
2011-04-07 12:00:32 -04:00 |
|
jim-p
|
c76fc19f32
|
Don't test for a user cert here either, see previous commit.
|
2011-04-07 11:49:40 -04:00 |
|
jim-p
|
72d8453d3b
|
Don't test if a cert is in use here, you could in theory use a cert for a user and a server.
|
2011-04-07 11:47:24 -04:00 |
|
jim-p
|
8fee59d6fe
|
Fix link; use same message for missing certs.
|
2011-04-06 19:53:46 -04:00 |
|
Scott Ullrich
|
0930bd0184
|
Make the default openvpn cert authority message a bit relaxed and let user know about the wizard option as well
|
2011-04-06 19:41:52 -04:00 |
|
Ermal
|
87bb66af3e
|
Correct text to include PPTP as well.
|
2011-04-06 18:23:24 +00:00 |
|
Ermal
|
9a36dc9d24
|
Resolves #1391. Bring back VPN auto rule disable advanced setting.
|
2011-04-06 18:22:27 +00:00 |
|
Ermal
|
d10da0f995
|
Resolves #1418. Correct test to actully do what's intended.
|
2011-04-06 10:49:51 +00: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 |
|
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 |
|
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
|
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 |
|
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
|
92273f2459
|
Fix spamd rrd graph command.
|
2011-03-29 11:06:33 -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 |
|
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 |
|
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 |
|
Scott Ullrich
|
24143605f1
|
Note that disabling does not survive a reboot
|
2011-03-24 18:34:26 -04:00 |
|
Chris Buechler
|
084e77e775
|
fix text
|
2011-03-22 20:36:10 -04:00 |
|
Ermal
|
6be14e38fd
|
Unbreak adding subqueues to limiters. Correct some text in the way.
|
2011-03-22 18:19:49 +00:00 |
|
Scott Ullrich
|
66fc1f14ee
|
Add all to the reserved keywords
|
2011-03-22 10:21:03 -04:00 |
|
gnhb
|
fc2c320e2c
|
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
|
2011-03-22 07:50:11 +07:00 |
|
gnhb
|
e4d40f41aa
|
Update GUI to enable L2TP client configuration.
|
2011-03-22 07:44:11 +07:00 |
|
gnhb
|
633de32902
|
Add missing "Connect/Disconnect" button to GUI for L2TP client connections.
|
2011-03-22 07:43:19 +07:00 |
|
lgcosta
|
71edee5e57
|
Select the device mode to tun if variable device_mode not exist in the configuration
|
2011-03-21 17:01:00 -03:00 |
|
lgcosta
|
bf87b4d7d1
|
Added option to select the type of device for use in the tunnel openvpn
|
2011-03-21 15:58:43 -03:00 |
|
Chris Buechler
|
375828d911
|
fix text
|
2011-03-20 16:56:23 -04:00 |
|