summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove openbgpd bits from system_gateways_edit and system.inc. The packageChris Buechler2014-05-302-8/+2
| | | | | | match is case-sensitive and hasn't matched the openbgpd package's name in at least 5 years, so it doesn't do anything. It's far from functional in any useful manner even fixing that issue.
* client-config-dir is also useful when using OpenVPN's internal DHCP while ↵jim-p2014-05-301-0/+1
| | | | bridging.
* Unset iflist and iflist_disabledRenato Botelho2014-05-292-1/+6
|
* Show disabled interface when it was already part of interface group, it ↵Renato Botelho2014-05-292-6/+14
| | | | avoids to show a random interface instead and let user to add it by mistake. It should fix #3680
* Convert protocol ssl:// to https:// when creating http headersManuel Silvoso2014-05-281-1/+1
|
* Properly handle this rename, and squelch errors if it fails.jim-p2014-05-211-1/+1
|
* Delete all ip aliases when interface is disabled, it should fix #3650Renato Botelho2014-05-211-7/+21
|
* fix variable typo. ticket #3669Chris Buechler2014-05-201-1/+1
|
* /etc/version_kernel and /etc/version_base no longer exist, use php_uname to ↵jim-p2014-05-161-2/+4
| | | | get the info instead.
* add guiconfig to widgets not including it. ticket #3498Chris Buechler2014-05-142-0/+2
|
* remove text not relevant to Allowed IPs. Ticket #3594Chris Buechler2014-05-141-18/+2
|
* Merge pull request #1131 from razzfazz/make_upnp_listen_on_if_optionalRenato Botelho2014-05-092-2/+11
|\
| * make listening on interface rather than IP optional for miniupnpDaniel Becker2014-05-062-2/+11
| |
* | Merge pull request #1130 from razzfazz/status_upnp_int_portRenato Botelho2014-05-081-3/+8
|\ \
| * | add column for internal port on UPnP status pageDaniel Becker2014-05-051-3/+8
| | |
* | | Fix #3646, Revert part of 082c9d961e and fix highlight selected rulesRenato Botelho2014-05-082-17/+17
| |/ |/|
* | Remove units from burst as it is always specified in bytes. (Per ipfw(8)).jim-p2014-05-061-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 ↵Ermal2014-05-031-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_3Ermal2014-05-011-0/+0
| | | | would like to have that on rmlist.
* Move the sh/profile files here as a more natural place to live in.Ermal2014-05-012-2/+10
|
* Obsolete old clog binary from /usr/sbinRenato Botelho2014-05-011-0/+1
|
* Merge pull request #1127 from phil-davis/patch-6Ermal2014-05-011-2/+2
|\
| * Fix Bug #3627 Diagnostics: Tables - Remove button dont work after update to ↵Phil Davis2014-04-301-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-RELEASERenato Botelho2014-04-301-1/+1
|
* Take care of interfaces that have no ip but might be part of the bridge as ↵Ermal2014-04-301-5/+9
| | | | done for openvpn to avoid loops
* Signal a reload if anything got updatedErmal2014-04-301-1/+3
|
* Merge the patch suggested in Ticket #3629. It also Fixes #3629. The question ↵Ermal2014-04-301-1/+1
| | | | is why this is using config lock? Also where is filter configure called here?
* Check the right field hereRenato Botelho2014-04-292-2/+2
|
* Unbreak 'add rule on top of the list' allowing after param to be -1Renato Botelho2014-04-293-6/+6
|
* Move clog from /usr to /usr/localRenato Botelho2014-04-286-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 ↵Ermal2014-04-281-1/+1
| | | | and repsect user choices. Reported-by: Antoine Guillemot
* Merge pull request #1122 from razzfazz/miniupnp_listen_on_interfaceErmal2014-04-281-2/+1
|\
| * make miniupnpd listen on interface instead of IPDaniel Becker2014-04-271-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 Buechler2014-04-261-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_1Renato Botelho2014-04-252-8/+13
|\
| * Update services.incFlorian Asche2014-04-251-7/+6
| | | | | | fix
| * Moved my changes from Pull Request #1025 , #1019 , #1018 , #1012 (master) to ↵Florian Asche2014-04-182-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 Botelho2014-04-241-2/+0
| | | | | | | | adding it when apinger was enabled
* | Merge pull request #1119 from phil-davis/patch-4Renato Botelho2014-04-241-1/+1
|\ \
| * | Cut paste bug fix in Remote Syslog DHCP eventsPhil Davis2014-04-201-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 typoChris Buechler2014-04-231-1/+1
|/
* Remove problematic code without proper checks but even not needed hereErmal2014-04-185-19/+0
|
* Merge pull request #1078 from phil-davis/patch-4Ermal2014-04-141-1/+1
|\
| * Get real interface when dhcrelay uses default GWPhil Davis2014-04-121-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-1Ermal2014-04-141-7/+23
|\ \
| * | List GWGs in Interface to send update fromPhil Davis2014-04-091-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-8Ermal2014-04-141-1/+1
|\ \ \
| * | | Fix typoPhil Davis2014-04-141-1/+1
|/ / /
* | | fixing typo for GIF tunnels to work over IPv6m0se2014-04-121-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 versionErmal2014-04-121-1/+1
| |
OpenPOWER on IntegriCloud