Seth Mos
|
13399e172b
|
Properly add dns and wins fields, load them on page load.
|
2011-04-15 22:57:38 +02:00 |
|
Seth Mos
|
d7bccf3ce9
|
Generate a address from the bridge mac and configure a v6 address
|
2011-04-15 22:54:36 +02:00 |
|
Seth Mos
|
3df79aa021
|
Merge remote branch 'upstream/master'
Conflicts:
usr/local/www/interfaces.php
|
2011-04-15 15:06:05 +02: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 |
|
Seth Mos
|
6d3fd9387d
|
Change the wording and the link placement for adding a new gateway
|
2011-04-15 14:37:18 +02:00 |
|
Seth Mos
|
b1c305e747
|
Merge remote branch 'upstream/master'
|
2011-04-15 10:42:20 +02:00 |
|
Seth Mos
|
cfd404540e
|
Make it possible to add a IPv6 gateway using the ajax add button
|
2011-04-15 10:41:06 +02:00 |
|
jim-p
|
ca90133bf6
|
Save a little space on the interface list for console assignment.
|
2011-04-14 16:50: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 |
|
Scott Ullrich
|
a93020d544
|
Do not send growl notices twice
|
2011-04-12 18:18:57 -04:00 |
|
Scott Ullrich
|
2632934e5a
|
Remove blank trailing c/r.
|
2011-04-12 18:08:07 -04:00 |
|
Scott Ullrich
|
10c3d4c007
|
Notify via smtp as well as growl
|
2011-04-12 18:08:07 -04:00 |
|
jim-p
|
cd11a1426d
|
Drop the ntpdate sync in favor of using ntpd -s, which should have the same net effect without needing the shell script that has been prone to hanging.
|
2011-04-12 13:52:34 -04:00 |
|
Seth Mos
|
2816c5a18e
|
Fix Parse error
|
2011-04-12 18:29:24 +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 |
|
Seth Mos
|
2521266a93
|
Only pick up the ipv6 addresses from the DNS servers section
|
2011-04-12 10:43:24 +02:00 |
|
Seth Mos
|
af8f910eeb
|
Merge remote branch 'upstream/master'
|
2011-04-12 10:40:44 +02:00 |
|
Seth Mos
|
86966fba75
|
Merge remote branch 'upstream/master'
Conflicts:
etc/inc/filter.inc
usr/local/www/themes/the_wall/rrdcolors.inc.php
|
2011-04-12 10:39:20 +02: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
|
4eb4b18a0f
|
Revert changes to dhclient-script. Appears to have broken DNS servers from DHCP. Ticket #1428
|
2011-04-09 12:00:53 -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 |
|
jim-p
|
fbfd675a53
|
Add an IPsec xauth permission. Try to use the nologin shell first (just unlock the account). Ticket #1202
|
2011-04-08 08:59:50 -04:00 |
|
jim-p
|
02d9951153
|
Putting client-config-dir in the config is valid also for p2p_tls servers. Fixes #1417.
|
2011-04-08 08:28:31 -04:00 |
|
Scott Ullrich
|
b510be5cc1
|
use same egrep statement for both checks
|
2011-04-07 16:17:23 -04:00 |
|
Scott Ullrich
|
1fd807da8a
|
Use full path to egrep
|
2011-04-07 16:16:26 -04:00 |
|
Scott Ullrich
|
d0cc727eb7
|
Use full path to egrep
|
2011-04-07 16:15:55 -04:00 |
|
Scott Ullrich
|
955f2d788e
|
Use some Seth egrep foo to protect from compromised DHCP servers. CVE-2011-0997
|
2011-04-07 16:11:45 -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 |
|
jim-p
|
ab75b4ee54
|
CRL is read in as an array now, so even in the imported config it will appear to be an array even though it can only have one value. Fixes #1358
|
2011-04-06 13:36:24 -04:00 |
|
jim-p
|
6177fd924c
|
Fixup text.
|
2011-04-06 13:14:50 -04:00 |
|
jim-p
|
557300a7eb
|
Actually re-parse the config if a valid config was not written. (Should help stop installs from blowing up on failed config upgrades). Save the bad config for inspection, and print a message to the console about what was done.
|
2011-04-06 12:55:32 -04:00 |
|
Ermal
|
4c613f8482
|
Correct error message for gateways to report down when the gateway is down and not high latency.
|
2011-04-06 14:59:30 +00:00 |
|
Ermal
|
19d9146637
|
Another sweep at keeping the default route always present when the default setup route is marked as down. This now adds checks for configuration where a defaultgw is not specified by the user but deduced automatically.
|
2011-04-06 14:58:27 +00:00 |
|
Ermal
|
d10da0f995
|
Resolves #1418. Correct test to actully do what's intended.
|
2011-04-06 10:49:51 +00:00 |
|
Ermal
|
5766add891
|
If the supplied gateway is all ones(255.255.255.255) do not report it as a gateway since its useless.
|
2011-04-06 10:42:21 +00:00 |
|
Ermal
|
262595f0d5
|
Unbreak inetd.conf generation to avoid entries containing Array entries. This gixes nat reflection and a spamming of the system with nc processes with wrong parameters.
|
2011-04-05 19:55:11 +00:00 |
|