summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Forgot to remove the problematic part from previous OpenVPN loop fix commitErmal2014-04-121-4/+0
| |
* | Take care of the loops reported for OpenVPN in tap mode. Also fixes the ↵Ermal2014-04-123-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_2jim-p2014-04-091-2/+2
| | | | generated by uniqid and is not purely numeric. Fixes #3591
* No pre release this timeRenato Botelho2014-04-081-1/+1
|
* Make extra sure that we do not start multiple instances of dhcpleases if, ↵jim-p2014-04-081-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 releasedRenato Botelho2014-04-081-1/+1
|
* Correct typo on function name that has slipped unnoticed. Reported-by: ↵Ermal2014-04-071-1/+1
| | | | https://forum.pfsense.org/index.php?topic=74688.0
* Merge pull request #1053 from marcelloc/patch-1Renato Botelho2014-04-071-1/+4
|\
| * fixes Bug #3569Marcello Coutinho2014-04-041-1/+4
|/ | | | | | | 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.
* Fix #3555, on chrome it is not initializing correct minutes when adding a ↵RELENG_2_1_1Renato Botelho2014-03-311-10/+4
| | | | new time, just drop unused php variables and set it on js
* Remove TRIM_set and TRIM_unset support. This method isn't very elegant and ↵jim-p2014-03-311-23/+0
| | | | isn't necessary in the long run. It's better handled in the installer stage and not after the fact.
* Revert "XHTML Compliance"Renato Botelho2014-03-311-22/+15
| | | | | | This commit broke schedules edit, it should fix #3555. This reverts commit e1002cd2724869eabdfe1f9258d4522d572722e4.
* Correct check that was broken even before to actually make the ieee8021x ↵Ermal2014-03-281-1/+1
| | | | enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0
* time for 2.1.1-RELEASEChris Buechler2014-03-281-1/+1
|
* Handle the reinstallall case with confirmation. Fixes #3548jim-p2014-03-271-2/+9
|
* send crash reports via HTTPSChris Buechler2014-03-261-1/+1
|
* Fix days and weeks selection on schedules, reported at ↵Renato Botelho2014-03-251-5/+13
| | | | https://forum.pfsense.org/index.php?topic=74101.0
* Only consider javascript files that ends with .jsRenato Botelho2014-03-251-1/+1
|
OpenPOWER on IntegriCloud