Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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

a63e5ead 03/20/2014 06:38 PM Ermal LUÇI

Remove balancing reference that does not exist anymore

e3b98f81 03/20/2014 04:19 PM Ermal LUÇI

Do not garble the error logging message

8b650e57 03/20/2014 04:09 PM Jim Pingle

Avoid placing an empty "interface listen" directive in ntpd.conf

bd53b624 03/20/2014 03:59 PM Ermal LUÇI

Try to restore last working ruleset rather than staying without configuration at all

91f026b0 03/19/2014 10:38 PM ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

f3bdba41 03/19/2014 03:50 PM Ermal Luçi

Merge pull request #907 from PiBa-NL/openvpn_client_usercredentials

openvpn, allow for entering client user credentials in the WebGUI

c3e4ef74 03/19/2014 03:15 PM Renato Botelho

Merge pull request #953 from N0YB/Gateway_Quality_RRD

Fix gateway quality RRD to have the correct granularity and be consistent with the pfSense graphs set.

1d7ba683 03/18/2014 07:09 PM ayvis

replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8

d5d22d6e 03/17/2014 09:24 PM Ermal LUÇI

Disable default allow incoming rules for 6to4 and 6rd interfaces. This rule unintentionally allows all services on the interface to be reachble and maybe more!

7f7626ba 03/17/2014 02:17 PM Renato Botelho

Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br

9c3b8c6e 03/15/2014 01:12 AM Chris Buechler

fix typo

34e2973e 03/15/2014 12:33 AM Chris Buechler

standardize URLs

e1a456e6 03/15/2014 12:30 AM Chris Buechler

standardize URLs

0734024c 03/15/2014 12:28 AM Chris Buechler

standardize URLs

5775f324 03/15/2014 12:18 AM Chris Buechler

standardize URLs

184016fc 03/15/2014 12:15 AM Chris Buechler

standardize on https on www.pfsense.org

ef459eb7 03/15/2014 12:10 AM Chris Buechler

standardize on https://www.pfsense.org, point to packages.pfsense.org

5721595b 03/15/2014 12:08 AM Chris Buechler

standardize on https://www.pfsense.org

03900904 03/14/2014 09:06 PM Ermal LUÇI

Make the Additional tags that may be supplied compliant with new schema

6d84c956 03/14/2014 09:02 PM Ermal LUÇI

Make the parser more efficient to test for keys rather than searching inside the array

ffd17097 03/14/2014 08:47 PM Renato Botelho

Unbreak listtags(), it should return regular array

703b1ce1 03/14/2014 08:35 PM Ermal LUÇI

Correct variable name, while here unset some large var

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />