summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* /etc/version_kernel and /etc/version_base no longer exist, use php_uname to ↵jim-p2014-05-161-2/+4
| | | | get the info instead.
* 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
* 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?
* Move clog from /usr to /usr/localRenato Botelho2014-04-282-3/+3
| | | | | | | | 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 #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
|/
* 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
* | 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.
* 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.
* 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
* 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
* send crash reports via HTTPSChris Buechler2014-03-261-1/+1
|
* Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538Renato Botelho2014-03-241-2/+2
|
* Clarify note on limiter queue weight to state that higher values get a ↵jim-p2014-03-201-1/+1
| | | | larger share.
* Do not garble the error logging messageErmal2014-03-201-3/+4
|
* Avoid placing an empty "interface listen" directive in ntpd.confjim-p2014-03-201-1/+2
|
* Try to restore last working ruleset rather than staying without ↵Ermal2014-03-201-6/+11
| | | | configuration at all
* Disable default allow incoming rules for 6to4 and 6rd interfaces. This rule ↵Ermal2014-03-171-2/+4
| | | | unintentionally allows all services on the interface to be reachble and maybe more!
* standardize URLsChris Buechler2014-03-141-1/+1
|
* standardize URLsChris Buechler2014-03-142-2/+2
|
* standardize URLsChris Buechler2014-03-142-2/+2
|
* standardize pfsense.com references to https://www.pfsense.orgChris Buechler2014-03-143-3/+3
|
* s/http/https/ for www.pfsense.orgChris Buechler2014-03-141-3/+3
|
* set package URL to https://packages.pfsense.orgChris Buechler2014-03-131-2/+2
|
* use xmlrpcbaseurl here too, not product_websiteChris Buechler2014-03-131-7/+11
|
* we actually use xmlrpcbaseurl here, not product_websiteChris Buechler2014-03-131-3/+3
|
* Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it ↵Ermal2014-03-121-1/+4
| | | | to reload.
* Do not delete linklocal addressRenato Botelho2014-03-111-3/+4
|
* Merge pull request #991 from phil-davis/RELENG_2_1Renato Botelho2014-03-101-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 branchPhil Davis2014-02-271-8/+10
| |
* | Fix for now 'IPv6 - LAN looses Prefix after link event'(forums) with a not ↵Ermal2014-03-101-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.
* | Fixes typo on variable nameRenato Botelho2014-03-101-1/+1
| |
* | pfSense_interface_deladdress() only knows how to delete an ip address, not a ↵Renato Botelho2014-03-101-2/+8
| | | | | | | | subnet. It should fix #3513
* | Make the voucher auth through xmlrpc work.Ermal2014-03-071-1/+4
| |
* | update year, links for 2.1.1Chris Buechler2014-03-061-2/+2
| |
* | bring up appropriate interface for GRE/GIF. Ticket #3281Chris Buechler2014-03-061-2/+2
| |
* | s/unlink/unlink_if_exists/Renato Botelho2014-03-031-2/+2
| |
* | Remove broken 'dynamic6' gateway, we already have ipprotocol to tell us the ↵Renato Botelho2014-03-032-8/+8
| | | | | | | | IP version, leave it more simple using only 'dynamic'. It helps #3484
OpenPOWER on IntegriCloud