Project

General

Profile

Download (53.7 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
87060898 11/01/2013 02:21 PM Renato Botelho

Teach system_timezone_configure() to deal with symlinks to avoid having timezone misconfigured. This fixes #3293

53c5407e 10/24/2013 08:34 PM Jim Pingle

Add source address selection to syslog settings, so it can work more effectively over a VPN. Fixes #355

98c10c92 09/03/2013 06:43 AM Phil Davis

Use new names for get_memory parameters

6ed5c06b 07/30/2013 05:46 AM Daniel Becker

use correct domain names when registering static DHCP entries in DNS

When registering static DHCP entries in DNS, we first try to use the domain name configured for the static entry (if any), then the domain name configured in the DHCP server settings for the corresponding interface (if any), and as a last resort the system domain name....

30adceda 07/18/2013 01:35 PM Jim Pingle

Disable the BEAST protection by default because the GUI will break if you use this and have a Hifn card installed. Others may break similarly. Change it into a checkbox option, off by default, and automatically disable it if a conflicting card has been detected.

3487a5c2 07/14/2013 08:14 PM Jim Pingle

Merge pull request #683 from dhatz/RELENG_2_1

support mitigating BEAST attack, see http://forum.pfsense.org/index.php/topic,63001.0.html

a19fcb82 07/09/2013 04:00 PM Jim Pingle

Add independent logging choices to disable logging of bogon network rules and private network rules. Add upgrade code to obey the existing behavior for users (if default block logging was disabled, so is bogon/private rule blocking). Also add a checkbox to disable the lighttpd log for people who don't want their system log spammed by lighty.

9e5ae41a 07/01/2013 01:16 AM Dim Hatz

support mitigating BEAST attack

According to http://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_30

"...by setting

ssl.cipher-list = "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM"

you can mitigate BEAST attacks."

f960f9dd 06/17/2013 08:27 AM Ermal LUÇI

Use family parameter for v6 to get correct interface

50a88d93 06/17/2013 07:55 AM Ermal LUÇI

Provide full path to route binary

1da5d1d7 06/12/2013 07:05 AM Ermal LUÇI

Actually try to get the real interface for v6 family to correctly get stf(virtual) interfaces

db7a628c 05/09/2013 11:05 AM Renato Botelho

Replace all linklocal checks by is_linklocal()

5c8cbb26 05/08/2013 07:48 PM Jim Pingle

Shuffle some more logs around to more appropriate places.

a89b7342 05/08/2013 04:54 PM Jim Pingle

Send filterdns logs to the resolver log.

a80cb9ca 05/05/2013 12:19 AM Pi Ba

Fix dnsmasq host overrides 'enabled' check.

ea1aca13 05/01/2013 04:09 PM Renato Botelho

Fix dnsmasq host overrides and dhcp integration

. Do not execute following actions when dnsmasq is disabled:
. Add host overrides to /etc/hosts
. Register DHCP leases in DNS Forwarder
. Register DHCP static mappings in DNS forwarder

It should fix issue reported at following forum post:...

81448ffa 04/26/2013 05:10 PM Jim Pingle

Show IPv6 link-local IPs as specific sources for ping, traceroute, and port testing.

d28cd156 04/14/2013 05:36 PM Renato Botelho

Make fe80: addresses check case insensitive

0d56c06b 04/02/2013 03:12 PM Jim Pingle

Move some code to a function to avoid future duplication. Allow autocomplete on ping page. Add more escaping to command.

75f4d868 03/01/2013 02:16 PM Renato Botelho

Remove *_defaultgwv6 also

52034432 02/25/2013 12:32 PM Renato Botelho

Make sure captiveportal section of config is an array, reported on ticket #2838

34cb8645 02/18/2013 02:21 AM Jean Cyr

Avoid Warning: Invalid argument supplied for foreach() in /etc/inc/system.inc

Warning: Invalid argument supplied for foreach() in /etc/inc/system.inc

Don't use captiveportal configuration option variable if it isn't set

62f20eab 02/14/2013 11:19 PM Michael Newton

add support for RADIUS NAS accounting, fixes redmine feature request 2143

120404e0 02/14/2013 05:59 PM Warren Baker

Keep Unbound here for syslog messages

950c9a18 02/14/2013 05:50 PM Warren Baker

Backout Unbound for now bring back in 2.2. Fixes #2817

03e96afb 02/14/2013 12:18 PM Renato Botelho

Set $interfacegw properly and avoid losing default route in some circumstances

100f3e71 02/12/2013 08:18 PM Ermal LUÇI

Resolves #1284. Merge patch submitted a bit differentely

c4680ae2 02/11/2013 02:14 AM Jim Pingle

Whoops remove copypasta

3289b42b 02/11/2013 02:08 AM Jim Pingle

The actual variable isn't an array, so this test will never succeed. Remove it. Unbreaks ntp.

6a205b6a 02/10/2013 11:26 AM Ermal LUÇI

Sprinkle some unsets

9d595f6a 02/10/2013 11:26 AM Ermal LUÇI

Correct setting default gateways

df40755d 02/10/2013 11:13 AM Ermal LUÇI

Correct function name

b9f29f84 02/09/2013 09:17 PM Ermal LUÇI

Use mwexec() with signal clearing. Use pid file for killining/tracking ntpd

f934af33 02/09/2013 09:36 AM Ermal LUÇI

Optimize and cleanup routing function

8be135cd 02/09/2013 09:26 AM Ermal LUÇI

Correct system_routing_configure to do the right thing and guess the address family for the routing table correctly. While here cleanup some other code and leave a comment that disabled routing entries probably should not be dealt in here!

a358eec2 02/09/2013 01:09 AM N0YB

System: Advanced: Miscellaneous: PowerD

Add the on battery mode option settings.

94395d86 02/06/2013 10:23 PM Ermal LUÇI

Need to rethink this again
Revert "Ticket #2636 Seems ipsec apart IP-IP does not have any after processing for input packets. Make the filter apropriately so the packets are passed correctly through BPF and pfil(9)"

This reverts commit e0f338eb1b02d7bf4920d4682404412e98a3075c.

e0f338eb 02/05/2013 07:39 PM Ermal LUÇI

Ticket #2636 Seems ipsec apart IP-IP does not have any after processing for input packets. Make the filter apropriately so the packets are passed correctly through BPF and pfil(9)

e141ea70 02/05/2013 04:12 PM Ermal LUÇI

Use global var for path

a11bc497 02/05/2013 04:04 PM Ermal LUÇI

Unlink pid file before starting a new process

dae707f5 01/27/2013 05:20 PM Jim Pingle

Fixup paths when executing OpenSSL.

abdd01f5 01/26/2013 11:59 AM Ermal LUÇI

Correctly generate dhcpleases file to avoid issues with dhcpleases. Also while here correct code and make some optiomizations and corrections

8152f145 01/21/2013 07:33 PM Jim Pingle

Default to using sha256 digest for GUI cert.

b35fdb17 01/21/2013 02:35 PM Ermal LUÇI

Enable cgi for the webgui since some ports like lightsquid need it

76a7d8e4 01/16/2013 01:29 PM Ermal LUÇI

Merge git pull request 313 from bcyrill with some modifications

526102c1 01/10/2013 07:01 PM Jim Pingle

Put syslogd into secure mode so no remote log messages are accepted. Sending to a remote syslog server still works with this option.

d53a9a51 01/05/2013 03:02 PM Seth Mos

The ISC client was far worse then the WIDE client was, back to plan A
Revert "Merge changes required for using the ISC dhclient in pfSense with prefix delegation. This should hopefully be a bit more reliable in the long run."

This reverts commit 651018775c78e38045966825b920b641a0302b43....

e384f16e 01/04/2013 10:55 AM Ermal LUÇI

If less than 78 RAM just do not let php spawn another process

70e454e1 01/04/2013 10:00 AM Ermal LUÇI

Slight code re-organization

a96f2d3d 01/04/2013 09:51 AM Ermal LUÇI

Remove to parameters from system_generate_lighty_config that are unused and do a better job at tuning started php processes to not use less/more than needed. This also avoids DoS the system with php processes

748c7b85 01/03/2013 02:25 PM Ermal LUÇI

Always make sure php has its own process manager to make lighty happy

2ba3ea05 01/03/2013 01:08 PM Renato Botelho

Avoid duplicate log entries for facilities higher or equal daemon.info. It should fix #2626

f7bddb24 01/03/2013 10:22 AM Ermal LUÇI

Simplify lighty config and tune mod_evasive as needed. Mostly a cherry-pick from RELENG_2_0 changes

344016a8 11/20/2012 04:10 PM Ermal LUÇI

Cleanup a bit the syslog generation

73ebd062 11/15/2012 02:32 PM Ermal LUÇI

Remove preload.php which warmed the caches. IT hurts on embedded and really does not help that much

65101877 10/12/2012 10:20 AM Seth Mos

Merge changes required for using the ISC dhclient in pfSense with prefix delegation. This should hopefully be a bit more reliable in the long run.
The dhclient6-script could be merged with dhclient-script in the future.
Still need to cleanup old adresses and prefixes, as well as LAN prefixes when a old prefix dissapears. This needs some thought and clue to strap together.

050fd8ad 10/04/2012 08:55 PM Ermal LUÇI

Rather use the system constants as defined

e4d7130d 10/04/2012 08:51 PM Ermal LUÇI

Use integer rather than hex to put these values. AMD64 builds do rather awkward problems

7b27db03 10/03/2012 05:17 PM Jim Pingle

Add restrict lines to limit what local clients are allowed to do to the ntp server.

362c9bb0 09/23/2012 11:21 PM Jim Pingle

Don't die silently if the time is too far off. Fix from: dhatz

d9c72958 08/25/2012 05:15 PM Jim Pingle

Fix ntp config syntax for the version we're using

18080a21 08/21/2012 08:47 PM Jim Pingle

This file won't exist at bootup yet, drop it from the sanity test.

5c8843d5 08/21/2012 08:23 PM Jim Pingle

Teach ntpd how to get its time from a local GPS on serial.

74a4edc3 08/01/2012 08:04 AM Ermal LUÇI

Correct mod_evasive setting per CP to confirm to what the CP page description says. Resolves #2270

25fff267 08/01/2012 08:02 AM Ermal LUÇI

Refine test

6839a678 08/01/2012 07:30 AM Ermal LUÇI

Correct generation of lighty config for CP now that zone is passed as parameter

3cd2ea2c 07/18/2012 10:14 PM Jim Pingle

Expand cipher list and remove a cipher that Safari on iOS does not like after recent lighttpd changes. Fixes #2553

e43d53b4 07/08/2012 03:48 PM Phil Davis

Fix for this crash report, received after resetting a test system to factory defaults and setting up initila stuff:
i386
8.3-RELEASE-p3
FreeBSD 8.3-RELEASE-p3 #0: Sat Jul 7 21:34:19 EDT 2012 root@FreeBSD_8.3_pfSense_2.1.snaps.pfsense.org:/usr/obj./usr/pfSensesrc/src/sys/pfSense_wrap.8.i386...

86ed4ec3 07/06/2012 05:59 AM maho

Fix system_routing_configure() function so it does not try to add static routes ipv6 subnets to ipv4 gateways or ipv4 subnets to ipv6 gateways while using aliases that includes both ipv4 and ipv6 subnets.

6844896c 06/09/2012 03:52 PM Cyrill B

maxprocperip is defined per zone

1e5f47bb 06/08/2012 06:34 AM Seth Mos

Add blackhole to Null routes
Redmine ticket #2471

6fdea6a2 06/04/2012 08:20 AM Seth Mos

Allow for Null routes

58168f4e 05/30/2012 04:59 PM Jim Pingle

Fix input validation and import test.

cf180ccc 05/30/2012 04:44 PM Jim Pingle

Switch to ntpd from ports, add Services > NTP to select interfaces for binding. Respect old ntp settings in the process.

0b8e9d38 05/16/2012 02:48 PM Jim Pingle

On its own, ntpd does not sync fast enough at bootup, so bring back the ntpdate sync but improve it so it can't get stuck forever.

7dab8995 05/15/2012 08:37 PM Jim Pingle

Clear process signals before exec() or ntpd misbehaves if called from PHP on i386.

42135f07 05/14/2012 07:44 PM Jim Pingle

Use FreeBSD's ntpd instead in the backend

98f20e35 05/10/2012 06:17 PM Irving Popovetsky

max_procs adjustments for small memory systems, attempt 2

Per Jim P's feedback, move max_procs completely out of
system_webgui_start() and move all of the memory/procs decision logic
to system_generate_lighty_config().

Adjust the captive portal max_procs to reflect the low memory...

5db4d1eb 05/06/2012 04:02 PM Jim Pingle

Test if this is an array before using it as an array.

5a2a8349 05/05/2012 11:07 AM Lorenz Schori

Add support for aliases in DNS Forwarder, fixes #2410

e0c45357 05/01/2012 08:00 PM Jim Pingle

Move routing (radvd, routed, ospf, bgp) to its own log since these daemons can be really spammy at times.

60dd7649 04/30/2012 07:32 PM Jim Pingle

Move the stop_packages code to a function, and call the function from the shell script, and call the function directly for a reboot. Fixes #2402 and ticket #1564

4f8adcb6 04/17/2012 01:33 PM Jim Pingle

Include the ntp facility also, should fix ntp logging

4b2bf4fc 04/16/2012 08:12 AM Seth Mos

Prevent a invalid argument on a empty array

64a8dbf2 04/14/2012 06:53 PM Jim Pingle

Fix missing - on route parameter

95837597 04/13/2012 08:27 PM Jim Pingle

Merge pull request #90 from vizvayu/master

Mode selection options for PowerD

d46c3acd 04/13/2012 07:13 PM Ermal LUÇI

Enable verbosity to actually put something in the logs

bd29bb7b 04/12/2012 03:07 PM Jim Pingle

Add brackets to a syslog server if it's an IPv6 IP. (Though FreeBSD's syslogd still won't send to it ... http://www.freebsd.org/cgi/query-pr.cgi?pr=150530&cat=misc )

f898c1a9 04/11/2012 03:58 PM Jim Pingle

Add alias support to static routes (needs some testing) Ticket #2239

Conflicts:

etc/inc/filter.inc
etc/inc/util.inc
usr/local/www/system_routes_edit.php
53c210dd 04/11/2012 01:12 AM Cristian Feldman

Added mode selection options for PowerD.

08ab5cd2 04/04/2012 05:44 PM Jim Pingle

Expand these checks to include 'dynamic' or they'll never match dynamic gateways, leading to issues with routing.

e0977fed 03/29/2012 10:20 AM Seth Mos

Move some of the log file tabs around.
Add seperate tabs for dnsmasq,unbound as well as gateways.

ef59af27 03/22/2012 02:48 PM Darren Embry

fix for: Captive Portal cannot work on master branch

reverting to listening on 0.0.0.0 seems to work just fine

mostly fixes #1700 .

http://redmine.pfsense.org/issues/1700

f5b8bdbf 03/15/2012 02:58 PM Ermal LUÇI

Set FCGI_CHILDREN to 0 since it does not make sense php to manage itself when lighttpd is doing so. This makes it possible to recover from 550-Internal... error.

4a8c0780 03/13/2012 07:16 PM Jim Pingle

Ermal says the new openntpd binary fixes this instead -- Revert "Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS."

This reverts commit 89d291ec25c12ed5744c63679270d1a13b5c6b3a.

89d291ec 03/13/2012 05:31 PM Jim Pingle

Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS.

bfe407e5 03/02/2012 09:02 PM Warren Baker

Add the ability to disable static routes without deleting them

3b8a17a1 03/02/2012 07:07 PM Ermal LUÇI

Correctly match ntpd syslog messages

f581cb10 02/22/2012 12:01 PM Chris Buechler

only skip adding default gateway if OLSR is actually enabled, and log why you're skipping it, otherwise it's tons of "fun" to dig in and figure out what's going on.

c82b2c3f 02/01/2012 06:28 PM Jim Pingle

Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158