smos
05a4cebd90
Add a inet46 filter type on the firewall rules page. I have locked down a few of the most common limitations.
...
Still arguing if we should lock this down even further to aliases only.
Redmine ticket #2466
2012-05-31 20:08:55 +02:00
smos
c1d36d26a9
Finally give in and sprout a Internet Protocol drop down on the gateways edit screen.
...
With added validation and multiple detection parts to work when the value is not set yet.
Redmine ticket #2463
2012-05-31 18:28:16 +02:00
Ermal
1710305617
Rather than doig a string search do a proper matching of selected interfaces. Fixes #2378
2012-05-30 20:14:08 +00:00
Ermal
4dc04853f4
Clarify comment. Fixes #2270
2012-05-30 19:59:34 +00:00
jim-p
46ca7f3d10
Fix copy/paste-o
2012-05-30 13:10:46 -04:00
jim-p
58168f4e2a
Fix input validation and import test.
2012-05-30 12:59:23 -04:00
jim-p
cf180ccc2a
Switch to ntpd from ports, add Services > NTP to select interfaces for binding. Respect old ntp settings in the process.
2012-05-30 12:44:55 -04:00
smos
69b6c2b5be
Skip a few pieces of code earlier. Perform file test on dhcpd logs.
2012-05-30 14:33:09 +02:00
jim-p
13fc6fb9e7
Fix filename (Ticket #2459 )
2012-05-30 09:39:37 -04:00
smos
8dfb0c006a
Add a few micro optimizations, bail out when the file does not exist.
2012-05-30 14:17:46 +02:00
jim-p
fec04267ea
Disable autocomplete on all but the login form. Fixes #2459
2012-05-30 09:19:03 -04:00
jim-p
b011547764
Fix a couple misdirected form submissions
2012-05-29 17:46:50 -04:00
jim-p
84aea60617
Add a knob to tune the maximum number of tables that can be defined, the pf default of 1000 is too low for systems with >500 aliases.
...
Conflicts:
etc/inc/filter.inc
2012-05-29 10:51:14 -04:00
jim-p
454ea76760
Add missing div tag
2012-05-28 13:53:10 -04:00
smos
703173f253
Update the link script to parse the arguments 6 and 7 differently.
...
Previously mpd supplied the dns1 string as $6 and the IP as $7. It is now a single argument $6.
Apparently this changed somewhere so parse the IP out of there into the correct nameserver file.
Also fix the IPv6 string simultaneously
Redmine ticket #2458 Might need MFC to RELENG_2_0
2012-05-28 14:55:55 +02:00
Pierre POMES
b20a5cdb2e
Ticket #2455 : do not check encryption algo for AH protocol
2012-05-26 08:43:55 -04:00
jim-p
6e0b68bfde
List logged-in IPsec xauth users and provide a mechanism to disconnect them. Implements #1986
2012-05-25 16:42:07 -04:00
smos
13ea7caa6b
Make sure that we only perform validation if the GW name is filled as well as a IP address
2012-05-25 21:16:59 +02:00
Marcello Coutinho
05a42cce9b
drag and drop function to reorder lists on pkg framework using jquery.
...
also new features like base64,description, tooltip custom texts.
tested with sorting features too.
related post on forum
http://forum.pfsense.org/index.php/topic,49322.msg264514.html#msg264514
2012-05-25 17:00:17 -03:00
smos
020ba5fe8f
Clarify the error message to something useful
2012-05-25 20:18:37 +02:00
jim-p
31f0ef215e
Switch to a common function to determine anti-lockout ports, and fix a bug that was getting the ports wrong with custom https+redirect on.
2012-05-25 12:14:34 -04:00
Warren Baker
ac10faad42
Ensure there is a '.' between hostname and domain. Partially fixes #2454
2012-05-25 12:11:43 +02:00
Cristian Feldman
2bae7ce361
Removed extra line :)
2012-05-24 18:56:12 -03:00
Cristian Feldman
25a46a3cb2
Added load average information to the System Information widget
2012-05-24 18:52:27 -03:00
Ermal Luçi
310ce280c1
Merge pull request #2 from TheBlueMatt/master
...
Custom Dynamic DNS
2012-05-24 00:29:57 -07:00
jim-p
d01de40fa6
Fix easyrule duplicate destination for pass - Fixes #2447
2012-05-23 16:26:40 -04:00
jim-p
bd4c21fe57
Don't skip "lan" as a possible WAN for shaper, since someone could have renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.
2012-05-23 15:47:08 -04:00
smos
b45d6db6c4
Round off the values.
2012-05-23 20:25:27 +02:00
smos
5e13bc843e
Convert the Bytes per Second into kilobits per second like the status page says
2012-05-23 20:08:40 +02:00
smos
d23e157a06
Add more functions and expand the 3G status interfaces screen.
...
List the SIM state, service, speeds and mode
2012-05-23 17:14:28 +02:00
smos
d535507a07
Add more fields to the 3g stats
2012-05-23 13:25:49 +02:00
smos
99f95f7d3b
Add the 3G mode display, really needs a function that translates these into sane display numbers for strength and mode.
...
The mode is actually a combination of LED color 4 = blue(idle), 5 = cyan(connected), and submode 7 = HSDPA
I need to find some proper documentation, really.
2012-05-23 12:15:23 +02:00
smos
7efe5ac50c
Initialize the statistics, also parse on MODE messages
2012-05-23 11:41:23 +02:00
smos
71f4a2b70c
Unbreak adding IPv6 static routes
2012-05-23 10:53:49 +02:00
smos
73ce690995
Make sure to bail the stats script if we can not open the modem device.
2012-05-23 09:21:44 +02:00
Matt Corallo
37f3e7041f
Add the option to use a custom Dynamic DNS Provider via an Update URL and Result Match.
2012-05-22 23:58:30 +02:00
jim-p
43d735deea
Use "proto 112" instead of tcpdump's vrrp keyword since it's a little behind the times and doesn't realize that ip6+vrrp is valid. And since we're not using the vrrp keyword directly anymore, let's call it CARP instead.
2012-05-22 09:26:08 -04:00
smos
ee8c34f487
Properly test for the address family now that the array says what it's supposed to be.
2012-05-21 19:01:05 +02:00
smos
5e5896856a
Add 3G statistics for Huawei modems, split the Cellular stats out to per interface instead of global.
2012-05-21 15:31:02 +02:00
jim-p
c0ae3bfb74
Don't auto-toggle the "do not backup rrd" setting - we do not want this on unless the user explicitly selects it. It makes for very, very large backup files and must default to off.
2012-05-21 10:10:36 -04:00
smos
c6d0f00b03
Allow modification of gateway groups even if the gateways are down.
2012-05-20 21:15:06 +02:00
smos
96cd928ba2
Allow saving on system.php if the gateways are down.
2012-05-20 20:57:05 +02:00
Jim P
e4834b5773
Merge pull request #111 from vizvayu/bug2374
...
Fix of bug #2374 "When entering values in firewall rules leading and trailing spaces are not deleted" bis
2012-05-20 09:28:13 -07:00
smos
ffd2059b2a
This command works better with Huawei modems. Needs more testing
2012-05-20 14:48:54 +02:00
smos
1cba5c587d
Make sure we don't accidentaly clobber the v4 dns servers with empty fields from v6
2012-05-20 13:21:46 +02:00
Cristian Feldman
fd86d829fe
Overcome laziness to avoid unnecessary loop
2012-05-18 23:22:26 -03:00
Cristian Feldman
90f90934c0
Fix of bug #2374 "When entering values in firewall rules leading and
...
trailing spaces are not deleted"
2012-05-18 22:57:38 -03:00
Ermal
1346306cf7
Allow 802.1p tags to be controlled from firewall rules edit screen
2012-05-18 19:49:41 +00:00
Cristian Feldman
4dedd18a80
System info widget on dashboard now updates CPU Frequency automatically
2012-05-18 00:53:21 -03:00
Cristian Feldman
a425a28b62
Moved status text to img title (tooltip)
2012-05-17 22:37:47 -03:00