jim-p
|
f35abee2f7
|
Whitespace cleanup, code cleanup, add choice to filter on ipv4/ipv6 and also accept a subnet to filter on via the host field.
|
2011-04-27 12:03:09 -04:00 |
|
jim-p
|
c41997ce79
|
Allow users to select SSL/TLS+User Auth with external authentication sources.
|
2011-04-26 17:08:05 -04:00 |
|
jim-p
|
7100a85c32
|
No need to include head.inc twice
|
2011-04-26 14:37:43 -04:00 |
|
jim-p
|
9f5d14ce72
|
Show OpenVPN instances on Status > Traffic Graphs, with descriptions.
|
2011-04-25 15:50:53 -04:00 |
|
jim-p
|
d8da6350bc
|
Provide a method for rebrands to force a theme. Otherwise upgrading nanobsd from pfSense to a rebrand image without the theme in the config.xml will have a broken GUI since the theme isn't there.
|
2011-04-22 11:23:43 -04:00 |
|
jim-p
|
908cbaf91a
|
Set user when removing privileges, otherwise things like the user's shell would not be reset until pressing save, which is inconsistent with that step not being needed when adding privileges.
|
2011-04-21 15:33:13 -04:00 |
|
jim-p
|
46698c3f3c
|
Reject encrypted CA private keys. Resolves #1446
|
2011-04-21 10:33:38 -04:00 |
|
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 |
|