Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Obsolete old clog binary from /usr/sbin | Renato Botelho | 2014-05-01 | 1 | -0/+1 |
| | |||||
* | Bump version to 2.1.3-RELEASE | Renato Botelho | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | Take care of interfaces that have no ip but might be part of the bridge as ↵ | Ermal | 2014-04-30 | 1 | -5/+9 |
| | | | | done for openvpn to avoid loops | ||||
* | Signal a reload if anything got updated | Ermal | 2014-04-30 | 1 | -1/+3 |
| | |||||
* | Merge the patch suggested in Ticket #3629. It also Fixes #3629. The question ↵ | Ermal | 2014-04-30 | 1 | -1/+1 |
| | | | | is why this is using config lock? Also where is filter configure called here? | ||||
* | Move clog from /usr to /usr/local | Renato Botelho | 2014-04-28 | 3 | -4/+4 |
| | | | | | | | | Conflicts: etc/inc/filter_log.inc etc/inc/system.inc etc/rc usr/local/www/guiconfig.inc | ||||
* | Correct the ridirection URL to unbreak ones passed through Radius attributes ↵ | Ermal | 2014-04-28 | 1 | -1/+1 |
| | | | | and repsect user choices. Reported-by: Antoine Guillemot | ||||
* | Merge pull request #1105 from florian-asche/RELENG_2_1 | Renato Botelho | 2014-04-25 | 2 | -8/+13 |
|\ | |||||
| * | Update services.inc | Florian Asche | 2014-04-25 | 1 | -7/+6 |
| | | | | | | fix | ||||
| * | Moved my changes from Pull Request #1025 , #1019 , #1018 , #1012 (master) to ↵ | Florian Asche | 2014-04-18 | 2 | -9/+15 |
| | | | | | | | | | | | | RELENG_2_1 * Added missing usepublicip with dyndnsCheckIP * Added missing CURL setops | ||||
* | | Resolver has no option for remote syslog, remove wrong copy/paste that was ↵ | Renato Botelho | 2014-04-24 | 1 | -2/+0 |
| | | | | | | | | adding it when apinger was enabled | ||||
* | | Merge pull request #1119 from phil-davis/patch-4 | Renato Botelho | 2014-04-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | Cut paste bug fix in Remote Syslog DHCP events | Phil Davis | 2014-04-20 | 1 | -1/+1 |
| |/ | | | | | | | | | | | 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. | ||||
* | | fix typo | Chris Buechler | 2014-04-23 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1078 from phil-davis/patch-4 | Ermal | 2014-04-14 | 1 | -1/+1 |
|\ | |||||
| * | Get real interface when dhcrelay uses default GW | Phil Davis | 2014-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | ||||
* | | Fix typo | Phil Davis | 2014-04-14 | 1 | -1/+1 |
| | | |||||
* | | fixing typo for GIF tunnels to work over IPv6 | m0se | 2014-04-12 | 1 | -1/+1 |
|/ | | | | 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. | ||||
* | Also add similar checks on rc.newwanipv6 as in the v4 version | Ermal | 2014-04-12 | 1 | -1/+1 |
| | |||||
* | Forgot to remove the problematic part from previous OpenVPN loop fix commit | Ermal | 2014-04-12 | 1 | -4/+0 |
| | |||||
* | Take care of the loops reported for OpenVPN in tap mode. Also fixes the ↵ | Ermal | 2014-04-12 | 3 | -12/+29 |
| | | | | problems of tap disappearing from bridge if its a member. | ||||
* | No pre release this time | Renato Botelho | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | Make extra sure that we do not start multiple instances of dhcpleases if, ↵ | jim-p | 2014-04-08 | 1 | -1/+6 |
| | | | | for example, the PID is stale/invalid and there is still a running instance. | ||||
* | Bump to 2.1.2-PRERELEASE since 2.1.1 was released | Renato Botelho | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | Correct typo on function name that has slipped unnoticed. Reported-by: ↵ | Ermal | 2014-04-07 | 1 | -1/+1 |
| | | | | https://forum.pfsense.org/index.php?topic=74688.0 | ||||
* | Remove TRIM_set and TRIM_unset support. This method isn't very elegant and ↵ | jim-p | 2014-03-31 | 1 | -23/+0 |
| | | | | isn't necessary in the long run. It's better handled in the installer stage and not after the fact. | ||||
* | Correct check that was broken even before to actually make the ieee8021x ↵ | Ermal | 2014-03-28 | 1 | -1/+1 |
| | | | | enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0 | ||||
* | time for 2.1.1-RELEASE | Chris Buechler | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | send crash reports via HTTPS | Chris Buechler | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538 | Renato Botelho | 2014-03-24 | 1 | -2/+2 |
| | |||||
* | Clarify note on limiter queue weight to state that higher values get a ↵ | jim-p | 2014-03-20 | 1 | -1/+1 |
| | | | | larger share. | ||||
* | Do not garble the error logging message | Ermal | 2014-03-20 | 1 | -3/+4 |
| | |||||
* | Avoid placing an empty "interface listen" directive in ntpd.conf | jim-p | 2014-03-20 | 1 | -1/+2 |
| | |||||
* | Try to restore last working ruleset rather than staying without ↵ | Ermal | 2014-03-20 | 1 | -6/+11 |
| | | | | configuration at all | ||||
* | Disable default allow incoming rules for 6to4 and 6rd interfaces. This rule ↵ | Ermal | 2014-03-17 | 1 | -2/+4 |
| | | | | unintentionally allows all services on the interface to be reachble and maybe more! | ||||
* | fix typo | Chris Buechler | 2014-03-14 | 1 | -2/+2 |
| | |||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 18 | -18/+18 |
| | |||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 3 | -3/+3 |
| | |||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 3 | -3/+3 |
| | |||||
* | standardize pfsense.com references to https://www.pfsense.org | Chris Buechler | 2014-03-14 | 6 | -6/+6 |
| | |||||
* | s/http/https/ for www.pfsense.org | Chris Buechler | 2014-03-14 | 1 | -3/+3 |
| | |||||
* | set package URL to https://packages.pfsense.org | Chris Buechler | 2014-03-13 | 1 | -2/+2 |
| | |||||
* | use xmlrpcbaseurl here too, not product_website | Chris Buechler | 2014-03-13 | 1 | -7/+11 |
| | |||||
* | we actually use xmlrpcbaseurl here, not product_website | Chris Buechler | 2014-03-13 | 1 | -3/+3 |
| | |||||
* | Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it ↵ | Ermal | 2014-03-12 | 1 | -1/+4 |
| | | | | to reload. | ||||
* | Do not delete linklocal address | Renato Botelho | 2014-03-11 | 1 | -3/+4 |
| | |||||
* | Merge pull request #991 from phil-davis/RELENG_2_1 | Renato Botelho | 2014-03-10 | 1 | -8/+10 |
|\ | | | | | Return GWG IP protocol (version) when no gateway IP - 2.1 version | ||||
| * | Return GWG IP protocol (version) when no gateway IP - 2.1 branch | Phil Davis | 2014-02-27 | 1 | -8/+10 |
| | | |||||
* | | Fix for now 'IPv6 - LAN looses Prefix after link event'(forums) with a not ↵ | Ermal | 2014-03-10 | 1 | -3/+14 |
| | | | | | | | | elegant solution but works. Probably dhcpv6 client should solve this by itself and generate and event for it. For now just bump dhcpv6 client again to have the prefix interface reconfigured. |