Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly handle this rename, and squelch errors if it fails. | jim-p | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Delete all ip aliases when interface is disabled, it should fix #3650 | Renato Botelho | 2014-05-21 | 1 | -7/+21 |
| | |||||
* | fix variable typo. ticket #3669 | Chris Buechler | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | /etc/version_kernel and /etc/version_base no longer exist, use php_uname to ↵ | jim-p | 2014-05-16 | 1 | -2/+4 |
| | | | | get the info instead. | ||||
* | add guiconfig to widgets not including it. ticket #3498 | Chris Buechler | 2014-05-14 | 2 | -0/+2 |
| | |||||
* | remove text not relevant to Allowed IPs. Ticket #3594 | Chris Buechler | 2014-05-14 | 1 | -18/+2 |
| | |||||
* | Merge pull request #1131 from razzfazz/make_upnp_listen_on_if_optional | Renato Botelho | 2014-05-09 | 2 | -2/+11 |
|\ | |||||
| * | make listening on interface rather than IP optional for miniupnp | Daniel Becker | 2014-05-06 | 2 | -2/+11 |
| | | |||||
* | | Merge pull request #1130 from razzfazz/status_upnp_int_port | Renato Botelho | 2014-05-08 | 1 | -3/+8 |
|\ \ | |||||
| * | | add column for internal port on UPnP status page | Daniel Becker | 2014-05-05 | 1 | -3/+8 |
| | | | |||||
* | | | Fix #3646, Revert part of 082c9d961e and fix highlight selected rules | Renato Botelho | 2014-05-08 | 2 | -17/+17 |
| |/ |/| | |||||
* | | Remove units from burst as it is always specified in bytes. (Per ipfw(8)). | jim-p | 2014-05-06 | 1 | -2/+2 |
|/ | | | | Worked for me in testing, I watched a file briefly burst until and then be clamped down to the limiter's rate. | ||||
* | Merge the forgotten Ticket #3062 patch for CP pipeno leaking issue which ↵ | Ermal | 2014-05-03 | 1 | -1/+6 |
| | | | | leads to the 'Maximum login reached' on CP | ||||
* | Put .hushlogin even here to not be done from tools repo. Maybe some people ↵RELENG_2_1_3 | Ermal | 2014-05-01 | 1 | -0/+0 |
| | | | | would like to have that on rmlist. | ||||
* | Move the sh/profile files here as a more natural place to live in. | Ermal | 2014-05-01 | 2 | -2/+10 |
| | |||||
* | Obsolete old clog binary from /usr/sbin | Renato Botelho | 2014-05-01 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1127 from phil-davis/patch-6 | Ermal | 2014-05-01 | 1 | -2/+2 |
|\ | |||||
| * | Fix Bug #3627 Diagnostics: Tables - Remove button dont work after update to ↵ | Phil Davis | 2014-04-30 | 1 | -2/+2 |
|/ | | | | | | | | PfSense 2.1.2 This annoyed me also, so I thought it worth finding what changes exactly broke this. del_entry was broken on 2.1 branch by https://github.com/pfsense/pfsense/commit/fe3088b965a99772e76622d17ceae87288471edc These 2 small changes make it work again without needing to reverse the other bits of stuff in that commit. Note that Master does not have that commit at all. There are lots of these "XHTML Compliance" and similar commits in 2.1 branch that are not done in master. I don't understand why that is. Why don't those code cleanups also need to be applied to master? | ||||
* | 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? | ||||
* | Check the right field here | Renato Botelho | 2014-04-29 | 2 | -2/+2 |
| | |||||
* | Unbreak 'add rule on top of the list' allowing after param to be -1 | Renato Botelho | 2014-04-29 | 3 | -6/+6 |
| | |||||
* | Move clog from /usr to /usr/local | Renato Botelho | 2014-04-28 | 6 | -11/+11 |
| | | | | | | | | 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 #1122 from razzfazz/miniupnp_listen_on_interface | Ermal | 2014-04-28 | 1 | -2/+1 |
|\ | |||||
| * | make miniupnpd listen on interface instead of IP | Daniel Becker | 2014-04-27 | 1 | -2/+1 |
|/ | | | | | | 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.) | ||||
* | Don't refuse to delete a bridge in the GUI just because its bridge interface ↵ | Chris Buechler | 2014-04-26 | 1 | -3/+6 |
| | | | | doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config | ||||
* | 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 |
|/ | |||||
* | Remove problematic code without proper checks but even not needed here | Ermal | 2014-04-18 | 5 | -19/+0 |
| | |||||
* | 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 | ||||
* | | Merge pull request #1073 from phil-davis/patch-1 | Ermal | 2014-04-14 | 1 | -7/+23 |
|\ \ | |||||
| * | | List GWGs in Interface to send update from | Phil Davis | 2014-04-09 | 1 | -7/+23 |
| | | | | | | | | | | | | | | | Back-port of this fix done in master https://github.com/pfsense/pfsense/commit/31300a95f71b14dcb98c139388205223a36e8c8b and https://github.com/pfsense/pfsense/commit/8f56dd279432c4fd5a027310622e2650822e4651 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. | ||||
* | | | Merge pull request #1084 from phil-davis/patch-8 | Ermal | 2014-04-14 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | 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. | ||||
* | Use an alphanumeric test rather than purely is_numericint because the ID is ↵RELENG_2_1_2 | jim-p | 2014-04-09 | 1 | -2/+2 |
| | | | | generated by uniqid and is not purely numeric. Fixes #3591 | ||||
* | 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. |