Commit Graph

22681 Commits

Author SHA1 Message Date
Ermal 2392ed60f3 Merge the patch suggested in Ticket #3629. It also Fixes #3629. The question is why this is using config lock? Also where is filter configure called here? 2014-04-30 06:48:06 +00:00
Renato Botelho 19166f7d2d Check the right field here 2014-04-29 15:36:33 -03:00
Renato Botelho 2ae503264c Unbreak 'add rule on top of the list' allowing after param to be -1 2014-04-29 14:56:49 -03:00
Renato Botelho 2db29614d2 Move clog from /usr to /usr/local
Conflicts:
	etc/inc/filter_log.inc
	etc/inc/system.inc
	etc/rc
	usr/local/www/guiconfig.inc
2014-04-28 11:56:06 -03:00
Ermal dc5c69f122 Correct the ridirection URL to unbreak ones passed through Radius attributes and repsect user choices. Reported-by: Antoine Guillemot 2014-04-28 08:27:56 +00:00
Ermal a6711d23f8 Merge pull request #1122 from razzfazz/miniupnp_listen_on_interface 2014-04-28 07:15:04 +00:00
Daniel Becker b1c9aff653 make miniupnpd listen on interface instead of IP
The 'listening_ip' option in miniupnpd.conf can accept an interface name
directly instead of having to translate it to an IPv4 address first. (This is
actually required if IPv6 support is enabled.)
2014-04-27 16:09:50 -07:00
Chris Buechler 549b7ce250 Don't refuse to delete a bridge in the GUI just because its bridge interface doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config 2014-04-26 17:20:32 -05:00
Renato Botelho 67273d727b Merge pull request #1105 from florian-asche/RELENG_2_1 2014-04-25 14:05:52 -03:00
Florian Asche 8dcf0a577a Update services.inc
fix
2014-04-25 18:45:38 +02:00
Renato Botelho 1ccccb84f6 Resolver has no option for remote syslog, remove wrong copy/paste that was adding it when apinger was enabled 2014-04-24 17:02:01 -03:00
Renato Botelho 4ac23286d2 Merge pull request #1119 from phil-davis/patch-4 2014-04-24 17:00:49 -03:00
Chris Buechler 5f91c28eb3 fix typo 2014-04-23 17:33:20 -05:00
Phil Davis 9fca757461 Cut paste bug fix in Remote Syslog DHCP events
This version for 2.1 branch.
apinger is repeated here from the code above, but it should be dhcp.
Forum https://forum.pfsense.org/index.php?topic=73734.0
Selecting to remote syslog "Gateway Monitor events" would also switch on "DHCP service events" unintentionally.
2014-04-20 22:01:22 -07:00
Florian Asche 90e5ca6f24 Moved my changes from Pull Request #1025 , #1019 , #1018 , #1012 (master) to RELENG_2_1
* Added missing usepublicip with dyndnsCheckIP
* Added missing CURL setops
2014-04-18 23:44:26 +02:00
Ermal 2f0401aff5 Remove problematic code without proper checks but even not needed here 2014-04-18 14:34:00 +00:00
Ermal 856be3119e Merge pull request #1078 from phil-davis/patch-4 2014-04-14 10:25:55 +00:00
Ermal d2bdd53a94 Merge pull request #1073 from phil-davis/patch-1 2014-04-14 10:20:51 +00:00
Ermal 69a5d97065 Merge pull request #1084 from phil-davis/patch-8 2014-04-14 10:16:54 +00:00
Phil Davis c58dbe2fa8 Fix typo 2014-04-14 02:10:28 -07:00
m0se 7fd38f44ba fixing typo for GIF tunnels to work over IPv6
the call of get_interface_gatewayv6() in the creation of a GIF tunnel over IPv6 leads to a "Fatal error: Call to undefined function get_interface_gatewayv6() in /etc/inc/interfaces.inc on line 934". changeing the function call to get_interface_gateway_v6() fixed it for me on my local system.
2014-04-12 16:32:07 +00:00
Phil Davis d530f8f77d Get real interface when dhcrelay uses default GW
If the DHCP Relay server is not on any local subnet, and not on any subnet that has an internal static route, but is somewhere that no specific route is known, then this code finds the default gateway and uses that in the DHCP relay "-i" parameter. The current code gets just the interface name (like "wan", "opt1"). But DHCP Relay command needs to be fed the actual device name "vr0", "vr1" etc.
To break this I simply enabled DHCP Relay, select "LAN" interface, and put Destination Server 1.2.3.4
Making this changed fixed it.
Forum: https://forum.pfsense.org/index.php?topic=75010.0
2014-04-12 07:44:29 -07:00
Ermal 5aba8d905a Also add similar checks on rc.newwanipv6 as in the v4 version 2014-04-12 11:28:13 +00:00
Ermal 1f43ccf553 Forgot to remove the problematic part from previous OpenVPN loop fix commit 2014-04-12 11:25:01 +00:00
Ermal f96b9a1830 Take care of the loops reported for OpenVPN in tap mode. Also fixes the problems of tap disappearing from bridge if its a member. 2014-04-12 06:20:32 +00:00
Phil Davis f4065455b0 List GWGs in Interface to send update from
Back-port of this fix done in master 31300a95f7 and 8f56dd2794
Unfortunately this never got back-merged to 2.1 branch. A user on the forum noticed the issue again on 2.1.1 - https://forum.pfsense.org/index.php?topic=74922.0
I am submitting this so that when the next security issue happens, and there is 2.1.n+1 then this little fix will also happen automagically. I wonder what other fixes are in master that missed being back-ported to 2.1 branch.
2014-04-09 17:58:10 -07:00
jim-p d22169cfd6 Use an alphanumeric test rather than purely is_numericint because the ID is generated by uniqid and is not purely numeric. Fixes #3591 2014-04-09 08:45:31 -04:00
Renato Botelho def5d042c9 No pre release this time 2014-04-08 14:07:09 -03:00
jim-p 8294066e3e Make extra sure that we do not start multiple instances of dhcpleases if, for example, the PID is stale/invalid and there is still a running instance. 2014-04-08 09:25:02 -04:00
Renato Botelho e222576cde Bump to 2.1.2-PRERELEASE since 2.1.1 was released 2014-04-08 10:10:08 -03:00
Ermal bde74857a8 Correct typo on function name that has slipped unnoticed. Reported-by: https://forum.pfsense.org/index.php?topic=74688.0 2014-04-07 15:29:58 +00:00
Renato Botelho dc915669b8 Merge pull request #1053 from marcelloc/patch-1 2014-04-07 11:49:15 -03:00
Marcello Coutinho 251a12460e fixes Bug #3569
On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.
It seems something with ajax
http://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top

A simple return false after jquery action fixes the unwanted scroll.
2014-04-04 10:04:57 -03:00
Renato Botelho 2def89a2dd Fix #3555, on chrome it is not initializing correct minutes when adding a new time, just drop unused php variables and set it on js 2014-03-31 16:39:15 -03:00
jim-p aa87bae5fc Remove TRIM_set and TRIM_unset support. This method isn't very elegant and isn't necessary in the long run. It's better handled in the installer stage and not after the fact. 2014-03-31 10:40:20 -04:00
Renato Botelho 02b29d72f9 Revert "XHTML Compliance"
This commit broke schedules edit, it should fix #3555.

This reverts commit e1002cd272.
2014-03-31 09:56:17 -03:00
Ermal 6e474fa9a1 Correct check that was broken even before to actually make the ieee8021x enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0 2014-03-28 15:18:17 +00:00
Chris Buechler c40d6c7a99 time for 2.1.1-RELEASE 2014-03-28 02:24:20 -05:00
jim-p 013b4695d0 Handle the reinstallall case with confirmation. Fixes #3548 2014-03-27 10:10:04 -04:00
Chris Buechler ffe35f4c96 send crash reports via HTTPS 2014-03-26 03:40:02 -05:00
Renato Botelho 51b2f811ae Fix days and weeks selection on schedules, reported at https://forum.pfsense.org/index.php?topic=74101.0 2014-03-25 16:06:52 -03:00
Renato Botelho b121ffad22 Only consider javascript files that ends with .js 2014-03-25 12:29:01 -03:00
Renato Botelho c4fb986b27 Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538 2014-03-24 16:25:41 -03:00
Renato Botelho 9ebe5b7c27 Detect Zones and Cores for thermal sensors using regex, it fixes #3337 2014-03-21 09:31:12 -03:00
Chris Buechler 141566ffb6 remove unused supportedbybsdperimeter tag 2014-03-21 01:07:26 -04:00
Chris Buechler ebfb0929d1 s/BSDP/ESF/ 2014-03-21 01:02:50 -04:00
jim-p fbacfb900e Clarify note on limiter queue weight to state that higher values get a larger share. 2014-03-20 13:42:30 -04:00
Ermal 311464a18a Do not garble the error logging message 2014-03-20 16:18:48 +00:00
jim-p b6f67168ff Avoid placing an empty "interface listen" directive in ntpd.conf 2014-03-20 12:09:39 -04:00
Ermal 3ec2fca107 Try to restore last working ruleset rather than staying without configuration at all 2014-03-20 15:56:04 +00:00