Commit Graph

10372 Commits

Author SHA1 Message Date
Ermal
88165371ef Do not allow empty passwords since this might cause problems for some authentication servers like ldap. Fixes #2326 2012-05-30 20:51:11 +00: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
jim-p
0551a524d4 Bump to 2.1-BETA0, let the fun begin. 2012-05-30 10:09:44 -04:00
jim-p
52ec5df88e Don't display a "mobile" user without a username. 2012-05-30 10:02:11 -04:00
jim-p
0350b81419 Up the default for tables to 3000 2012-05-29 13:25:22 -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
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
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
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
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
smos
909b0a91da Reflect naming changes, work around broken media type for wireless 2012-05-23 20:54:47 +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
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
d1796d06da Kill the old 3gstats collector. Clarify the log message 2012-05-23 11:35:31 +02:00
Ermal
739808f779 Make file names match to make this work. Also use zone name in the file to not mix things 2012-05-23 10:50:28 +00:00
Matt Corallo
6bb73ce61e Remove dead code. 2012-05-22 23:58:30 +02:00
Matt Corallo
fffbfef0a8 Fix DynDNS issue introduced by f3b2b2a (_dnsIP was not set). 2012-05-22 23:58:30 +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
Ermal
aec0f2fd54 If extra bw attributes are supplied during reauthentication apply and log them 2012-05-22 20:59:40 +00:00
Ermal
5c0b5f64f2 Unlock if error occurs 2012-05-22 19:18:47 +00:00
smos
5a61fd69c9 Make sure that we match multiple characters.
Ticket #2415
2012-05-22 08:13:50 +02:00
smos
e7de69fbd5 First round of CARP vip renaming changes
Ticket #2415
2012-05-22 07:49:49 +02:00
smos
44b054ce5c Add the address family tag to the gateway groups array 2012-05-21 18:57:29 +02:00