Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
75a8ba83 04/24/2014 08:02 PM Renato Botelho

Resolver has no option for remote syslog, remove wrong copy/paste that was adding it when apinger was enabled

b149b3a1 04/24/2014 08:00 PM Renato Botelho

Merge pull request #1118 from phil-davis/patch-3

199b6581 04/24/2014 06:13 PM Renato Botelho

Merge pull request #1120 from phil-davis/patch-5

3cc28680 04/24/2014 02:16 PM Renato Botelho

Fix PBI installation when target lies on different directorie

ccbae577 04/23/2014 10:33 PM Chris Buechler

fix typo

f931befd 04/23/2014 08:30 PM Jim Pingle

This doesn't need via-env

bd5737dc 04/23/2014 02:16 PM Jim Pingle

Make sure that the DNS Forwarder/Resolver is actually capable of accepting queries on localhost before using it as a DNS server.

770f4ee5 04/22/2014 07:36 PM Renato Botelho

Missed pbi_prefix here

384e2647 04/22/2014 06:37 PM Renato Botelho

Fix PBI symlink creation and deletion under /usr/local following .pbiopt files, also drop setup_library_paths() since it's not necessary anymore

6f931ad2 04/22/2014 06:10 PM Phil Davis

Make sure /usr/local/etc/rc.d exists

On 2.2-ALPHA (i386)built on Mon Apr 21 13:01:11 CDT 2014 (for example) there was /usr/local/etc but not /usr/local/etc/rc.d - when I tried to install bandwidthd, that called write_rcfile() which failed because /usr/local/etc/rc.d did not already exist....

635f9eb5 04/22/2014 09:32 AM Ermal LUÇI

Merge pull request #1116 from PiBa-NL/interface_has_gateway-ipv4_gif_gre

1147bd00 04/22/2014 09:30 AM Ermal LUÇI

Merge pull request #1115 from PiBa-NL/reply-to_IPv6gateway

ebafd470 04/22/2014 06:52 AM Ermal LUÇI

Load if_stf module when needed

80571c81 04/21/2014 04:57 AM Phil Davis

Cut paste bug fix in Remote Syslog DHCP events

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.

2700ef96 04/19/2014 01:20 PM Pi Ba

add gre and gif checks for for IPv4 function interface_has_gateway($friendly), like they are already for IPv6

93f1d233 04/19/2014 01:15 PM Pi Ba

check gateway for IPv6 also for reply-to rules.

928dc66a 04/18/2014 03:24 PM Ermal LUÇI

Be smarter at using kenv

302c005e 04/17/2014 08:19 PM Ermal LUÇI

Unload the ZFS module if its not in use to not consume uselss memory

5e5c72be 04/17/2014 12:21 PM Frank Wall

support symlinked RC scripts from PBI packages

4010266a 04/17/2014 08:35 AM Ermal LUÇI

GC unused code and do not set this to 0 for now since it is not anymore relevant

45f4d762 04/15/2014 02:06 PM Phil Davis

Fix susbstr-substr typo

I just got this error again on 14 Apr 2014 2.2 snapshot. I can see the fix in 2.1 branch. I could have sworn it got fixed in Master also, but I can't see it. So here is the fix for Master.

4a97aa34 04/14/2014 07:11 PM Ermal LUÇI

Correct the sense of the check to allow openvpn to work

57ab9f7d 04/14/2014 06:52 PM Ermal LUÇI

Correct auth-user-pass-verify to include parameters properly so openvpn can start

c760c69c 04/14/2014 06:05 PM Ermal LUÇI

Fixup update URL

05dd0c32 04/14/2014 03:13 PM Ermal LUÇI

Use the FreeBSD script for ldconfig to catch all libs

df8e43cc 04/14/2014 01:48 PM Ermal LUÇI

Avoid warnings later on if no config for layer7 exists

e61f548f 04/14/2014 01:06 PM Ermal LUÇI

Get rid of embedded platform. Its time to GC this

115b7b81 04/14/2014 12:47 PM Renato Botelho

Start using filterlog

2a438d7e 04/14/2014 12:43 PM Ermal LUÇI

Switch over to filterlog sooner than later

b13567f0 04/14/2014 12:34 PM Ermal LUÇI

Unset also here

ee34e137 04/14/2014 11:23 AM Phil Davis

Do not allow upgrade_101_to_102 to exit early

This upgrade step does both Captive Portal stuff and OpenVPN stuff. So do not return early just because there is no Captive Portal config.
Both Captive Portal and OpenVPN tests changed to be positive tests, to make sure that everything is checked/tested and there is no chance to return early.

146ee078 04/14/2014 10:33 AM Pi Ba

console, reload firewall rules after enabling SSH

c30639e4 04/14/2014 10:27 AM Phil Davis

Get real interface when dhcrelay uses default GW

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....

33f53717 04/14/2014 10:19 AM Ermal LUÇI

Merge pull request #1072 from marcelloc/patch-3

d471a890 04/14/2014 09:35 AM Chris Buechler

tls-verify requires quotes around the command to be executed. Ticket #3596

f03ed350 04/14/2014 08:09 AM Ermal LUÇI

Nowdays there is no real difference between the kernels apart the ZFS support. So do not keep a distinction anymore

bb8f3ce1 04/12/2014 04:29 PM m0se

fixing typo for GIF tunnels to work over IPv6

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.

faf20ee4 04/12/2014 11:28 AM Ermal LUÇI

Also add similar checks on rc.newwanipv6 as in the v4 version

83c0dc1d 04/12/2014 11:24 AM Ermal LUÇI

Forgot to remove the problematic part from previous OpenVPN loop fix commit

91571af5 04/12/2014 06:21 AM Ermal LUÇI

Take care of the loops reported for OpenVPN in tap mode. Also fixes the problems of tap disappearing from bridge if its a member.

da1d0165 04/09/2014 08:53 PM Marcello Silva Coutinho

fix git path calls and CODIR

it may need some checks/fixes on pkg-utils.inc as git downloads but not installs.

After manual pbi install of git, "pfSsh.php playback gitsync master" works fine with this fix.

ca321bfd 04/07/2014 03:30 PM Ermal LUÇI

Correct typo on function name that has slipped unnoticed. Reported-by: https://forum.pfsense.org/index.php?topic=74688.0

539d94b3 04/07/2014 02:43 PM Renato Botelho

Merge pull request #1055 from ExolonDX/branch_master_10

69e593c1 04/07/2014 02:10 PM Jim Pingle

Make extra sure that we do not start multiple instances of dhcpleases if, for example, the PID is stale/invalid and there is still a running instance.

a7ee038b 04/07/2014 09:06 AM Ermal LUÇI

Put the fix to be more generic to prevent any other leak possible in the long run. Fixes #3062

39f3d843 04/07/2014 09:01 AM Dsi Unicaen

Update captiveportal.inc

Release unused pipeno when client is already authenticated.

Bug #3062

bb7843fd 04/07/2014 08:10 AM Warren Baker

Indentation

2a2b603d 04/07/2014 08:09 AM Warren Baker

Indentation

c2fe67eb 04/07/2014 08:09 AM Warren Baker

Dont check for 'checked' but rather if it is just set

5a2b90cd 04/04/2014 04:08 PM Colin Fleming

Tidy up "functions.inc"

Escape single quotes for TABLE and HREF
Updated closing TR tag

01f4a81d 04/02/2014 01:58 PM Renato Botelho

Make rc.php_ini_setup ready for php 5.5

a4b1bf88 04/01/2014 03:59 PM Colin Fleming

Tidy up "functions.inc"

Remove unnecessary semi-colon.

291e0a1c 03/31/2014 02:42 PM Jim Pingle

Remove TRIM_set and TRIM_unset support. This method isn't very elegant and isn't necessary in the long run. It's better handled in the installer stage and not after the fact.

efecff7f 03/31/2014 02:14 AM Chris Buechler

Merge pull request #1041 from PiBa-NL/carp_maintenance_2.2

carp, provide a way to 'permanently' set carp to 'maintenance mode' (advskew 254) persisting a reboot

783f1ee2 03/29/2014 11:09 PM Pi Ba

carp, provide a way to 'permanently' set carp to 'maintenance mode' (advskew 254) persisting a reboot
Option to set CARP interfaces to 'maintenance mode', persisting through a reboot so the primary machines stays as backup/inactive.
This is required when there are some problems (possibly with the hardware) and the primary machine needs to be booted and checked again before becoming 'master'. Currently it will take back the master state during reboot even though there might still be problems or some re-configuring to do....

f66e049a 03/29/2014 01:06 PM Warren Baker

Add privileges

5bb1c495 03/29/2014 12:59 PM Warren Baker

Reflect the service name when starting it

4e8e8cc8 03/29/2014 12:52 PM Warren Baker

Add localhost as always allowed and ensure to include the access lists

58d00e65 03/29/2014 12:47 PM Warren Baker

Write out the access list correctly

16a3108f 03/29/2014 10:58 AM Warren Baker

Configure acls for local networks and ensure listening interfaces are correctly set

0ae676cd 03/29/2014 09:23 AM Warren Baker

Add missing new line

ece2988f 03/29/2014 06:16 AM Warren Baker

Correct reference

1b6e3c30 03/29/2014 06:09 AM Warren Baker

Ensure TXT support on host descriptions actually works

3ae82923 03/28/2014 10:13 PM Ermal LUÇI

Remove even unused pamd.conf

e0c72564 03/28/2014 10:09 PM Ermal LUÇI

Remove utterly old libmap.conf file

c70a9878 03/28/2014 10:06 PM Ermal LUÇI

Update disktab to FreeBSD 10

1b60c644 03/28/2014 09:58 PM Ermal LUÇI

Remove cvsup file from pfSense tree

4cc0dce5 03/28/2014 09:57 PM Ermal LUÇI

Another remenant from old days

362fdc4c 03/28/2014 09:54 PM Ermal LUÇI

Remove remenants of pccardd from FreeBSD 5

b110f1ba 03/28/2014 09:45 PM Ermal LUÇI

Update protocols file as well

2c9325f6 03/28/2014 09:34 PM Ermal LUÇI

Remove unused files

a02fa5ec 03/28/2014 09:34 PM Ermal LUÇI

Do not use the version_kernel ad version_base files since they are not relevant anyway

255596d9 03/28/2014 04:41 PM Ermal LUÇI

Use proper variable name for the interface

fe291564 03/28/2014 03:19 PM Ermal LUÇI

Correct check that was broken even before to actually make the ieee8021x enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0

59c0272e 03/26/2014 08:55 PM Ermal LUÇI

Log everything when selected to do so

e047c72a 03/26/2014 08:28 PM Ermal LUÇI

Correct the generation of antifpoof rules with tracker. Also honor the log directive. While here remove a duplicate antispoof declaration further down

2553d943 03/26/2014 07:17 PM Ermal LUÇI

Give each rule hardcoded on the ruleset a tracker so log entries give up proper results there

b305f795 03/26/2014 04:54 PM Ermal LUÇI

Make this a global so no errors occur

f3109fac 03/26/2014 08:40 AM Chris Buechler

send crash reports via HTTPS

000a8d1d 03/25/2014 05:44 PM Renato Botelho

Change default charset on pages to utf-8

6fba8620 03/25/2014 05:35 PM Renato Botelho

Merge pull request #1031 from ayvis/master-br-patch

replaced uppercase html tags with lowercase

8702dcea 03/25/2014 08:54 AM Renato Botelho

Merge pull request #1035 from packetwerk/rc_permissions

fix permissions on two rc scripts

ced541bb 03/25/2014 08:46 AM Franco Fichtner

fix permissions on two rc scripts

0fcae2ec 03/24/2014 08:44 PM Ermal LUÇI

Fixes #3543, correct the typo in spelling

cfa53879 03/24/2014 08:14 PM Ermal LUÇI

While here escape the passed valuye to avoid problems with input

3b68d29c 03/24/2014 08:07 PM Ermal LUÇI

Somehow these got changed to /usr/local/sbin/ipfw instead of /sbin/ipfw

e26e5e25 03/24/2014 08:01 PM Ermal LUÇI

Make this more usable by putting a delimiter in there

375eba14 03/24/2014 07:58 PM Ermal LUÇI

Fix this for master

543c91ff 03/24/2014 07:36 PM Ermal LUÇI

Also configure log levels any time the daemon is restarted.

b7b3bc71 03/24/2014 07:35 PM Ermal LUÇI

Try to put the connection name in the logs for easy identification

dae77fe3 03/24/2014 07:26 PM Renato Botelho

Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538

ae5bbb64 03/21/2014 06:07 PM Warren Baker

Fix file name for domain overrides and ensure trust anchor is referencing the correct file.

19b1ea6c 03/21/2014 06:02 PM Warren Baker

Use the correct xml tag to check against

75e6d1b2 03/20/2014 07:59 PM Warren Baker

Only display config title if option is enabled

be5aa310 03/20/2014 07:57 PM Warren Baker

Rather put forwarding for DNS servers into the configuration file

d12889b0 03/20/2014 07:34 PM Warren Baker

Ensure if port is configured it is then used

d5ee0208 03/20/2014 07:34 PM Warren Baker

Add privileges for accessing DNS Resolver

1c62178a 03/20/2014 07:28 PM Ermal LUÇI

Use array_flip even for the package parsers

1b34f8a7 03/20/2014 07:26 PM Ermal LUÇI

Add require_once where needed to avoid redeclaration from nested includes

00a6fcb7 03/20/2014 06:54 PM Ermal LUÇI

Configure first the vhid and than pass the vhid when configuring the carp this makes the ip assigned to carp as well