Commit Graph

19384 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
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
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
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
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
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