jim-p
|
b01adece6e
|
Set default colors explicity, the theme can then override them. This prevents missing colors in themes from crashing the graphs.
|
2011-05-02 15:32:04 -04:00 |
|
jim-p
|
49825b1711
|
If the rrd multiplier is negative, use 5% for out instead of 95% for the 95th percentile line.
|
2011-05-02 14:36:04 -04:00 |
|
jim-p
|
c639315e3c
|
Set password on the OS instead of just the gui. Fixes #1485
|
2011-04-29 15:43:02 -04:00 |
|
Ermal
|
f7ea050596
|
Remove static routes that are added for dns servers when allow override is allowed when a ppp interface goes down. Code borrowed from dhclient-script.
|
2011-04-29 18:23:11 +00:00 |
|
Ermal
|
a73a9886e7
|
Ticket #1408. Honor the allow override settings even for ppp devices.
|
2011-04-29 18:19:57 +00:00 |
|
Ermal
|
9cf46050fc
|
Correct saving of qinq specified members and also correctly destroy parent vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default.
|
2011-04-28 21:21:11 +00:00 |
|
Ermal
|
40b0c024db
|
Correct code description during assignment
|
2011-04-28 19:16:18 +00:00 |
|
Chris Buechler
|
1dfb77950b
|
fix typo
|
2011-04-27 21:10:02 -04:00 |
|
jim-p
|
b0c2087e17
|
Comment out debug print
|
2011-04-27 20:25:32 -04:00 |
|
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 |
|