Project

General

Profile

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

# Date Author Comment
c95a79d3 10/23/2018 05:14 PM Jim Pingle

Validate and protect powerd option values. Fixes #9061

(cherry picked from commit 3be699295e5cb7be24cc5361700be1a8b759e26c)

7a16a38c 10/22/2018 07:32 PM Jim Pingle

Use the fw domain for DNS search when no other choices exist. Fixes #9056

(cherry picked from commit 74a8a219d33c9b87ab4b6b4026d247f0f6bdcaa6)

810503df 09/19/2018 07:12 PM Renato Botelho

Add missing regex to validate serial

73ecd8fc 09/19/2018 06:58 PM Renato Botelho

Use all possible kenv variables to detect serial

b89270b7 08/30/2018 05:51 PM Renato Botelho

Fix #7694: Replace sshlockout_pf by sshguard

45fbd1bd 08/28/2018 07:30 PM Renato Botelho

Fix Minnowboard Turbot model names. SG-2320 -> MBT-2220, SG-2340 -> MBT-4220

1ec79365 08/20/2018 07:49 PM Jim Pingle

Certs: Fix CA subject assumptions. Fixes #8801

Several areas made assumptions about the number and order of CA subject
fields that were no longer correct after issue #8381 was corrected.

While here, also remove some outdated references to fields that are no...

e42ea151 08/10/2018 04:45 PM A FL

Update captiveportal RADIUS Accounting

3aebb242 06/06/2018 07:20 PM Laurent QUILLEROU

8552 - enable http2

d940d2b2 05/10/2018 07:41 PM Renato Botelho

Make SG-2220 to use RCC-DFFresetbtn binary

caf4d712 05/03/2018 09:10 PM Steve Beaver

Merge pull request #3781 from PiBa-NL/20170712-defaultgateway-group

feae1ba4 05/03/2018 09:02 PM Peter Berbec

Add array check

Even though I now set `$ns` equal to `array_unique(get_nameservers()`, just to be safe we check with `is_array($ns)` and set it to a blank array if not. Shouldn't ever happen, but an extra error avoidance test is better than a hard to track down bug later.

0637a69b 05/03/2018 09:02 PM Peter Berbec

scope error?

Error on reboot.

```
[04-Apr-2018 02:21:54 EST5EDT] PHP Warning: in_array() expects parameter 2 to be array, null given in /etc/inc/system.inc on line 1380
```

I believe this is because $ns is defined inside the above for loop. pulling it out of the loop

2d0f86ba 05/03/2018 09:02 PM Peter Berbec

Fixing debug errors.

b458b3d3 05/03/2018 09:02 PM Peter Berbec

Change array index to use php-style

1e238af4 05/03/2018 09:02 PM Peter Berbec

Add fixed suggested by jim-p

80f95a62 05/03/2018 09:02 PM Peter Berbec

Allow ocsp-staple to override

Enable ocsp stapling to on if forced that way through configuration

5067844c 05/03/2018 09:02 PM Peter Berbec

Use cert_get_ocspstaple

Use cert_get_ocspstaple during nginx configuration generation

b7a4321c 05/03/2018 09:02 PM Peter Berbec

Create get_dns_nameservers function

Put code in a function since it gets called in two places.

8d76d71a 05/03/2018 09:02 PM Peter Berbec

Steal resolvconf

Steal the nameserver generation code from the resolvconf code

63a0cb97 05/03/2018 09:02 PM Peter Berbec

Use option properly

Use the option created by the config to control stapling
(and add a missed semicolon!)

2bf437ba 05/03/2018 09:02 PM Peter Berbec

Beginings of enabling SSL Stapling

Add the option. Default to enable

73e17ff5 04/25/2018 08:03 PM Renato Botelho

Fix array index

43a9b03d 04/23/2018 07:39 PM Pi Ba

Gateways, allow for configuring a gatewaygroup as the default gateway.
-Avoid changing routes by just visiting a webgui page.
-Avoid change some unneeded events when nothing changed.

0a031fc7 03/23/2018 03:32 PM Renato Botelho

Rename RCC-DFF to SG-2220

3c44c845 01/31/2018 06:56 PM Luiz Souza

Silence warnings generated by sysctl to standard error.

163255d6 01/16/2018 03:02 PM Jim Pingle

Add ospf6d to routing logs.

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

65a8a5ad 11/29/2017 05:06 PM Steve Beaver

Merge pull request #3769 from PiBa-NL/20170626-phpfpm-status

73568673 11/09/2017 05:10 PM Jim Pingle

Also kill off sshlockout_pf processes when restarting syslogd. Fixes #7984

c2a52440 11/03/2017 01:13 PM Jim Pingle

When ntp is bound to specific interfaces, disable listening on wildcard. Fixes #8046

a257c4c9 11/02/2017 04:39 PM Doktor Notor

Add option to disable HSTS for nginx (Bug #6650)

3684280d 11/02/2017 04:39 PM Doktor Notor

Add option to disable HSTS for nginx (Bug #6650)

b1fccd42 10/25/2017 06:33 PM Jim Pingle

Do not allow direct download of .inc files (unparsed PHP source). Fixes #8005

4368d367 10/19/2017 08:43 AM Renato Botelho

Stop using hostuuid as serial

5e5b13a9 10/16/2017 05:53 PM Renato Botelho

Merge pull request #3821 from PiBa-NL/20170916-bsnmp-hostrest-check

e4f613db 09/26/2017 03:06 PM Renato Botelho

Detect XG-1537

d4d86e3e 09/16/2017 06:05 PM Pi Ba

SNMP, check for several hypervisors that cause hostres module high cpu usage
also skip setting it in the bnsmp config when such platform is detected without needing the user to save settings again

0e78c2f5 08/14/2017 06:16 PM Jim Pingle

Put the FQDN first in /etc/hosts to make dnsmasq happy when reverse resolving hostnames. Make a special exception for localhost. Fixes #7771

4541f84d 07/13/2017 04:37 PM Jim Pingle

Restructure how unbound zone data is written to fix processing of "redirect" zone entries. Fixes #7690
Also corrects some other misc issues for formatting of zone data.
While here, add an option, not exposed in the GUI, for users to get the previous behavior of defining short names for hosts.

2f8793b7 07/05/2017 03:59 PM Renato Botelho

Move uniqueid read to a function system_get_uniqueid()

418fdfb3 06/26/2017 09:53 PM Pi Ba

php-fpm, add status page for local usage from console/shell, this provides a way to check what scripts are currently running in the php-fpm processes.

For example the following can be executed from the local shell:
` fetch --no-verify-hostname --no-verify-peer "https://localhost/status?full" -o - `

7b084fd3 05/23/2017 07:04 PM Renato Botelho

SG-23* serial number is igb0 mac address

3a0df77e 05/15/2017 08:54 PM Jim Pingle

Refine some syslogd restarts, add a way to send it a HUP to reload w/o a full restart. Part of ticket #7256

ad31954e 05/15/2017 01:14 PM Renato Botelho

Merge pull request #3725 from sestary/master

49d9b45f 05/09/2017 11:52 PM Robbert Rijkse

Make the changes suggested by jim-p and changed the way the disable function work to ensure the manually added host entries or DHCP reservations still work.

9457d0f6 05/06/2017 11:14 AM Doktor Notor

Fix APU2 with coreboot v4.x detection

See https://forum.pfsense.org/index.php?topic=106444.msg716558#msg716558

8b3345dc 05/02/2017 07:41 PM Renato Botelho

Detect SG-2320/SG-2340 models and set initial config for them

a636256c 04/26/2017 01:48 PM Jim Pingle

Always add the CN as the first SAN when creating a certificate in the GUI or an automatic GUI self-signed certificate. Per RFC 2818, relying on the CN to determine the hostname is deprecated, SANs are required. Chrome 58 started enforcing this requirement. Fixes #7496

79255a30 04/03/2017 07:35 PM Jim Pingle

Merge pull request #3560 from doktornotor/patch-5

cd1ae328 03/10/2017 12:54 AM → luckman212

Adds option to skip adding IPv6 entries in /etc/hosts for LANs
If a LAN interface's IPv6 configuration is set to Track, and the tracked interface loses connectivity, it can cause connections to the firewall that were established via IPv6 hostname to fail. This can happen unintentionally when accessing the system by hostname, since by default both IPv4 and IPv6 entries are added to /etc/hosts. This patch + enabling this option prevents those IPv6 records from being created and prevents this from occurring....

3d8b01e8 02/22/2017 12:00 AM Doktor Notor

Only start dhcpleases if DHCP server is enabled (Bug #6750)

6e2f015a 02/19/2017 06:10 PM Doktor Notor

Fix nginx certificate permissions (Bug #6862)

821110e8 02/02/2017 09:03 AM Jack Booth

Set ntp gps mode for pgrmf even if no other modes are being set.

6924a2bf 02/02/2017 08:41 AM Jack Booth

Add to NTP GPS processing of PGRMF sentence

1579e70f 02/01/2017 08:33 AM Phil Davis

Code with multiple %s in etc

4aefa6f2 01/14/2017 03:43 PM Doktor Notor

Restart unbound after clearing logs (Bug #6915)

Handle clearing the individual log as well.

a2d23e88 01/12/2017 03:59 PM Phil Davis

Redmine #5549 Allow variable number of DNS Servers

71e53a40 01/11/2017 05:15 PM Renato Botelho

Simplify logic

878b7736 01/11/2017 04:40 PM Renato Botelho

Ticket #6712: Create system_hosts_entries()

This function will return an array all items to be added to /etc/hosts.

236d5816 01/11/2017 04:39 PM Renato Botelho

Ticket #6712: Create system_hosts_dhcpd_entries()

This function will return an array with dhcpd and dhcpdv6 items to be added to
/etc/hosts.

46ff0dee 01/11/2017 04:38 PM Renato Botelho

Ticket #6712: Create system_hosts_override_entries()

This function will return an array with dnsmasq or unbound items to be added to
/etc/hosts

2da0fc77 01/11/2017 04:36 PM Renato Botelho

Ticket #6712: Create system_hosts_local_entries()

This function will return an array with 127.0.0.1, ::1 and LAN (or
first interface with no gateway when LAN is not there) items to be
added to /etc/hosts

8cf97db3 01/11/2017 04:36 PM Renato Botelho

Kill dhcpleases after we are sure we can write /etc/hosts

d015d543 01/11/2017 04:36 PM Renato Botelho

Fix style

3453b727 01/11/2017 04:35 PM Renato Botelho

Make sure IP address is v4 before create /etc/hosts entry

d90beba6 01/11/2017 01:53 PM Jim Pingle

Do not write a 'restrict' line to the NTP config if it will be empty. Fixes #7110

9a548240 01/07/2017 11:55 PM Jim Pingle

Add VMware detection to system_identify_specific_platform(). Ticket #6882

364d473b 01/04/2017 04:36 PM Renato Botelho

Merge pull request #3315 from plumbeo/accounting-on-disable-reboot

3ece6d54 12/29/2016 05:45 PM Caio Plumbeo

Captive portal: rework logging and RADIUS accounting when disabling a zone or rebooting

Make captiveportal_radius_stop_all() log the disconnections in the system log and fix it so that it works with the zone id parameter and sends complete RADIUS accounting packets....

a2c453fd 12/29/2016 03:20 PM Jim Pingle

Add reroot support to system_reboot_sync() and to the /etc/rc.initial.reboot menu. Ticket #6045

c01bdca9 12/26/2016 06:53 PM Renato Botelho

Exclude /var/empty from tar extract and make sure its permissions are respected when it's created

12094fd5 12/17/2016 12:39 AM Doktor Notor

Add missing include

ef72cd5c 12/17/2016 12:11 AM Doktor Notor

Restart unbound after clearing logs (Bug #6915)

ffda0181 12/12/2016 08:46 PM Brett Keller

Add specific platform detection for PC Engines APU2

Based detection on $product rather than $hw_model, because $hw_model
returns the name of the AMD SoC, which might be used on other boards.

957ec89e 12/06/2016 03:09 PM Doktor Notor

Add BIND logging to proper facility (Bug #5524)

Stop the /etc/inc/system.inc patching by dns/pfSense-pkg-bind9 package.

411f439a 11/24/2016 12:43 PM Renato Botelho

Silence kenv calls

fc84b222 11/21/2016 04:06 PM Renato Botelho

Remove config files symlinks from /etc to /var/etc. Fixes #5538

fbb652ed 11/11/2016 09:24 PM Jim Pingle

Use the ntpd "pool" command for more robust timekeeping. Attempting to automatically determine if we are using a pool, and allow it to be set optionally otherwise. Implements #5985

4406922e 11/02/2016 06:48 PM Pi Ba

syslogd, create configured logsocket directories

94bd7fb3 10/18/2016 01:01 PM Renato Botelho

Fix #6828

Until 2.3.x pfSense carried a patch that changed the behavior of 'route
change' command, making it add the route when it fails to change.
On 2.4 this patch was removed and will not be added back. This change
adjust PHP code to deal with route add / change and make it work...

dc61252a 10/12/2016 07:29 PM Renato Botelho

Deprecate nanobsd platform and remove all conditionals that uses it

1289c0c1 10/12/2016 07:23 PM Renato Botelho

Remove all calls to conf_mount_r* functions

ec6e6666 10/12/2016 03:37 PM Renato Botelho

Merge pull request #3171 from phroggster/patch-2

daed7646 10/01/2016 08:22 PM Leland Roach

Fixup ntpd IPv6 restrict clauses.

This should eliminate the following errors from the ntpd log file when
using IPv6 or dual-stack networks:
"syntax error, unexpected T_Mask, expecting T_EOC"

580bef1e 09/27/2016 12:38 PM Leland Roach

Fix static blackhole routes. Bug was introduced in
8be135cd114fbc9294ec9dafed2125d0e553956c (February, 2013).

96ca183a 09/13/2016 06:36 PM Renato Botelho

Merge pull request #3135 from phil-davis/pdlen

c1973ae9 09/13/2016 05:34 PM Renato Botelho

Merge pull request #2616 from k-paulius/patch-pkg-syslog-v2

e89a17fb 09/12/2016 01:20 AM Phil Davis

Fix #6768 IPv6 static mapping on delegated prefixes

For example, WAN receives a /48 delegated from the upstream (ISP...),
e.g. "2001:470:abcd::" pfSense then uses this as a starting point to
calculate the addresses on LAN, OPT1, OPT2 etc where they have been...

d2013d12 09/09/2016 06:52 PM Jim Pingle

Fix up/catch up remote syslog areas. Fixes #6780

6e5f31c7 09/09/2016 06:13 PM Jim Pingle

More pptp bits

8acd1331 09/09/2016 03:59 PM Jim Pingle

Remove some more dangling PPTP bits.

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

b85d0e03 09/02/2016 01:31 PM Renato Botelho

Merge pull request #3122 from NewEraCracker/patch-11

509e9357 08/24/2016 08:22 PM NewEraCracker

Improve dhcpd and dhcpleases reload

1) Avoid running services_dhcpd_configure() more times than needed.
2) Always restart dhcpleases after it's killed during interface recycle.
3) It's not necessary to restart dhcpdv4 when doing changes in ipv6 config.

4509abc3 08/20/2016 05:56 PM NewEraCracker

system_dhcpleases_configure() - Improve pidfile handling

1) Set the pidfile variable in the correct place.
pidfile variable is required in both 'if' and 'else' blocks.

2) Ensure pidfile is valid before sending term signal

2039a3c1 07/18/2016 06:40 PM Renato Botelho

Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-now

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

ac24dc24 07/14/2016 09:33 PM Renato Botelho

Review license / copyright on all files (1st round)