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
smos
8fe0f2d3a3
Do not add link-local address on carp interface manually. It causes them to go double master.
...
Redmine ticket #2278
2012-05-27 10:11:01 +02:00
Pierre POMES
b20a5cdb2e
Ticket #2455 : do not check encryption algo for AH protocol
2012-05-26 08:43:55 -04:00
smos
2f8782fe42
More validation for ejecting CDrom devices for 3G sticks, needs extra manufacturers. Less typos in variable names also helps a lot.
2012-05-26 09:28:42 +02:00
smos
17d656fc95
Only attempt to remove stale LCK files if they exist.
2012-05-26 09:24:01 +02: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
88810240a0
Allow for atleast 15 seconds before considering it a timeout, 60 would mean try once, since it would immediately hit the 60 second timeout
2012-05-25 21:16:59 +02: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
Scott Ullrich
2e9b8f61f6
Merge pull request #114 from marcelloc/patch-12
...
drag and drop function to reorder lists on pkg framework using jquery.
2012-05-25 13:01:47 -07: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
Jim P
1b9aff4553
Merge pull request #113 from vizvayu/load_average
...
Added load average information to System Information widget
2012-05-24 15:23:24 -07: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
jim-p
a55be495a2
Don't do resolve_retry on ipsec_get_phase1_dst() results, because ipsec_get_phase1_dst() already does that before returning output.
2012-05-24 16:35:00 -04:00
jim-p
a6222c0378
Test for empty here, rather than !, so a blank value (as from mobile clients) doesn't fall to the other tests.
2012-05-24 16:33:59 -04:00
Ermal Luçi
310ce280c1
Merge pull request #2 from TheBlueMatt/master
...
Custom Dynamic DNS
2012-05-24 00:29:57 -07:00
Erik Fonnesbeck
e820da2a93
Fix reference updating for when more than one carp vip exists. Skip the upgrade code if no carp vip defined. Ticket #2445
2012-05-23 17:01:38 -06:00
Ermal
79f4bb0b50
Disable logging for now since it will spam every 60secs * #users * #zones
2012-05-23 22:16:05 +00:00
Erik Fonnesbeck
879f7db7d3
Add missing declaration for global variable $g where it is used.
2012-05-23 15:49:41 -06:00
Erik Fonnesbeck
1276637450
Fix name of the config section for virtual IPs in upgrade code. Ticket #2445
2012-05-23 15:11:45 -06:00
Erik Fonnesbeck
d39a2fc628
Check the surrounding characters to not allow partial matches. Ticket #2445
2012-05-23 15:11:27 -06:00
Erik Fonnesbeck
fe47f1f201
Revert "Rather do a fix by going through vips in reverse order"
...
This reverts commit d996dfeab2 .
2012-05-23 14:35:29 -06:00
jim-p
d01de40fa6
Fix easyrule duplicate destination for pass - Fixes #2447
2012-05-23 16:26:40 -04:00
smos
909b0a91da
Reflect naming changes, work around broken media type for wireless
2012-05-23 20:54:47 +02: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
Ermal
062676f880
Fixes #2364 . On busy pppoe servers it might take some time before mpd exits. Check for this before trying to restart
2012-05-23 19:25:53 +00:00
Ermal
fbda07b948
Do this only for carp type vips
2012-05-23 18:56:32 +00:00
Ermal
d996dfeab2
Rather do a fix by going through vips in reverse order
2012-05-23 18:55:31 +00:00
Ermal
e27d337d88
Since this is an interface to avoid issues arising from vip1 and vip11 existing and replacing vip1 will replace even vip11, put on the regex <(starting close tag).
2012-05-23 18:49:12 +00:00
smos
323954b113
Unset the IP protocol tag while processing this array. This prevents a log message
2012-05-23 18:36:05 +02:00
Ermal
6805d2d25f
Fixes #2209 . Obey the mtu value set on the interfaces.php page. Though this value will be overwritten if there is a configuration under PPP settings tab. Maybe a good idea is to set MRU at the same value if not set?
2012-05-23 17:35:13 +00:00
smos
e313da37e6
Be a bit smarter about the stats interface for the huawei cards. Some of the K series have the stats on 0.2, the E series on 0.3
...
Some of the older E series only have 0.2 too. The new K3770 I got today is too new.
2012-05-23 18:00:51 +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
7e631290b2
clean up old lock files for modem ports if a stale is left behind
2012-05-23 16:24:47 +02:00
jim-p
b22fc82559
Move vip upgrade code to be later, since it was backed out of 2.0.x it no longer needs to be so early, and otherwise there can be some breakage/fallout. Ticket #2445
2012-05-23 11:35:41 -04:00
Ermal
617244c7f7
Ooops use correct name for vips
2012-05-23 15:29:36 +00:00
Ermal
35b714597c
Oops this should be sed and not sh. Fixes #2445
2012-05-23 15:12:48 +00:00
Ermal
bf58398ce6
Specify correct attribute where to read the setting from.
2012-05-23 12:59:24 +00:00
Ermal
c5b0298f87
If specified use the default settings for bw limitation rather than 0
2012-05-23 12:57:43 +00:00
Ermal
6405333995
Prevent 2 instances of rc.prunecaptiveportal from running in parallell since this might be a bad thing
2012-05-23 12:55:42 +00: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
fe7fef6418
Fix command, remove spurious '
2012-05-23 11:47:37 +02:00
smos
7efe5ac50c
Initialize the statistics, also parse on MODE messages
2012-05-23 11:41:23 +02:00