Commit Graph

22517 Commits

Author SHA1 Message Date
Chris Buechler
5f91c28eb3 fix typo 2014-04-23 17:33:20 -05: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
Renato Botelho
e538fc1844 Automatic outbound NAT rules skip openvpn interfaces, lets skip them when creating the first set of manual rules too. It fixes #3528 2014-03-18 15:09:45 -03:00
Ermal
22889e9ee7 Disable default allow incoming rules for 6to4 and 6rd interfaces. This rule unintentionally allows all services on the interface to be reachble and maybe more! 2014-03-17 21:25:42 +00:00
Chris Buechler
01df403551 fix typo 2014-03-14 20:12:17 -05:00
Chris Buechler
358b6cdcd2 standardize URLs 2014-03-14 19:36:27 -05:00
Chris Buechler
b1d64b46e3 standardize URLs 2014-03-14 19:33:49 -05:00
Chris Buechler
1aadf5d547 standardize URLs 2014-03-14 19:29:53 -05:00
Chris Buechler
e564437727 standardize URLs 2014-03-14 19:28:27 -05:00
Chris Buechler
5579d12ac4 standardize URLs 2014-03-14 19:19:01 -05:00
Chris Buechler
c3abc75aca standardize on https://www.pfsense.org 2014-03-14 19:16:32 -05:00
Chris Buechler
d1ec51ba61 standardize pfsense.com references to https://www.pfsense.org 2014-03-14 19:07:28 -05:00
Chris Buechler
7c3cf71564 fix white space 2014-03-14 19:01:11 -05:00
Chris Buechler
85e92a0636 s/http/https/ for www.pfsense.org 2014-03-14 18:59:50 -05:00
Renato Botelho
46fb4fe77d Fix #3521, show correct field descr 2014-03-14 10:43:26 -03:00
Chris Buechler
dd246dc48d set package URL to https://packages.pfsense.org 2014-03-13 02:46:49 -05:00