Project

General

Profile

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

# Date Author Comment
1566a360 01/19/2021 08:05 PM Renato Botelho

Spell WireGuard properly

4103ddd6 01/19/2021 02:35 PM Luiz Souza

Fix the wireguard configuration file, start tunnels at boot.

Add the Endpoint port, fix the configuration permissions.

Remove the WG tunnel when a tunnel is removed.

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

573ec19d 12/10/2020 03:31 PM Renato Botelho

Add product_label global variable

Introduce product_label global variable, by default with same value of
product_name. The idea is to make it easier for rebranded products to
change the name on all visual texts while internal structures are
preserved.

While here, remove deprecated $g['platform'] and also replace places...

4594c689 05/11/2020 08:56 PM Viktor Gurov

RADIUS authentication via shell/ssh. Implement #10545

b5d5da0c 03/31/2020 07:57 PM Viktor Gurov

Add option to disable NTP server. Issue #3567

82bf21fc 02/03/2020 07:24 PM Jim Pingle

RAM Disk robustness improvements. Fixes NG 3173

  • Prevents RAM disk from being partially enabled and left in a broken
    state if the RAM disks cannot be created
  • Prevents RAM disks from potentially overcommitting free kernel memory,
    which FreeBSD now prevents, but could result in errors....
0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

403add46 12/14/2019 11:07 AM Viktor Gurov

cosmetic

3edfe694 12/14/2019 11:03 AM Viktor Gurov

working

c6220dcf 12/05/2019 08:29 PM Jim Pingle

IPsec swanctl conversion. Implements #9603

  • Converted IPsec configuration code from ipsec.conf ipsec/stroke style
    to swanctl.conf swanctl/vici style. Issue #9603
  • Split up much of the single large IPsec configuration function into
    multiple functions as appropriate....
7daab3d8 10/31/2019 08:28 PM Jim Pingle

Add option to trust local CA entries. Implements #4068

Similar to closed PR #3558 from overhacked, but with a number of
changes.

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

f83416bd 07/29/2019 11:58 AM Renato Botelho

Normalize some copyright messages

42c48efe 05/22/2019 08:19 PM Jim Pingle

Add GUI components for MDS mitigation. Implements #9532

While here, add option to disable PTI display in sysinfo widget.
Implements #9323

586c623a 03/13/2019 06:13 PM Jim Pingle

Deprecate the built-in relayd Load Balancer. Closes #9386

It is not available on FreeBSD 12 with OpenSSL 1.1.x.

Users can migrate to the HAProxy package.

749dfdb7 03/13/2019 03:48 PM Luiz Souza

Fix the spamming of warnings about ttyv0 not being available on ARM64 devices.

While here, use a more meaningful name for the function.

10511c3b 08/07/2018 12:47 PM Renato Botelho

Fix #7604: Rework pkg reinstall on config restore

- Remove old code needed to upgrade fom < 2.3 to 2.3
- Simplify logic using a single file /conf/needs_package_sync
- Create /etc/rc.package_reinstall_all, a script used to reinstall all
packages present in config but not on pkg database...

26dc7555 08/07/2018 11:55 AM Renato Botelho

Improve readability on booting message

8552be10 03/12/2018 10:24 PM Renato Botelho

Ticket #8208

When restoring backup, set default pkg repository

58a2ba62 03/02/2018 08:41 PM Jim Pingle

Fix quoting on rc.bootup conf_path changes

3614c7da 03/02/2018 07:01 PM Luiz Souza

Force the configuration reload after the initial interface assignment.

Also, always save the assign_complete status.

20f8233d 03/02/2018 03:42 PM Luiz Souza

Replace some hardcoded paths.

79f7bc7f 02/14/2018 04:28 PM Renato Botelho

Fix #7469

  • Rename local_sync_accounts() to local_reset_accounts() and keep it
    only being used /etc/rc.bootup
  • Reimplement local_sync_accounts() receiving a list of users and
    groups to be added and/or deleted
  • Remove call to filter_configure xmlrpc method from...
f5d55ac6 01/15/2018 08:37 PM Steve Beaver

Merge pull request #3899 from PiBa-NL/20180111-bootup-step-messages

1da0c794 01/11/2018 08:27 PM Pi Ba

bootup, add information about what bootup step is being done

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

Update the Copyright notice for pfSense.

87d2f8cd 12/14/2017 07:27 PM Luiz Souza

Abort the initial interface setup when no interfaces are found.

9fa718d7 11/30/2017 07:30 PM Steve Beaver

Merge pull request #3823 from PiBa-NL/20170919-bootupcomplete

19f3d39a 11/18/2017 11:01 PM J L

fix for leftover dhcp6c lock file(s) after unclean shutdown

1c2ef5f2 09/18/2017 11:23 PM Pi Ba

notifycation, bootup complete

79ccd1f2 08/24/2017 03:11 PM Jim Pingle

Setup upgrade code for wireless interfaces to the new format needed for 2.4, and switch rc.bootup so the config upgrade happens before a mismatch test, otherwise we can't fix this type of situation. Fixes #7809

c2530487 07/03/2017 08:15 PM Pi Ba

bootup, change message to "Checking config backups consistency..." to tell whats taking time, as there is usually little to cleanup involved

8ce97259 05/19/2017 03:13 PM Renato Botelho

Use recently added hwaddr field to restore original MAC address

53fa904d 05/02/2017 03:33 PM Renato Botelho

save uniqueid during boot

75a1149e 03/08/2017 08:12 AM Phil Davis

Fix #7364 Console assigned VLAN disappears after reboot

7038116e 02/23/2017 09:36 PM NOYB NOYB

Vendor MAC Retention - Update

Only write if changed or missing.

Vast majority of reboots will not have a change so don't hit the file system with a needless write. RAM disk enabled systems will always write due to missing the file on boot up.

12516aad 02/15/2017 11:52 PM NOYB NOYB

Vendor MAC Retention File Consolidate

Use a single file for vendor MAC retention (vendor_mac).
a) Writes only one file during boot up rather than a file for each interface.
b) More efficient than numerous tiny files.
c) Friendlier to write cycle sensitive media in a RAM disk disabled system.

5fbc719b 02/15/2017 11:52 PM NOYB NOYB

Vendor MAC Retention File Relocate

Relocate the vendor MAC retention file to /var/db directory.
a) It's more at home here with other network interface stuff.
b) Friendlier to write cycle sensitive media in a RAM disk enabled system.

6ca93df3 02/02/2017 08:32 PM Renato Botelho

Retain vendor MAC address for all interfaces during boot. Ticket #7011

029d6129 01/09/2017 03:14 AM NOYB NOYB

RAM Disk Management - Update II - Restore RAM Disk Soon as it is Created and Include Logs

Restoring the RAM disk as soon as it is available will make it easier to include additional content that needs to persist across reboots for packages etc.
Include the logs in the RAM disk store so they will persist across reboots.

257d2fd6 01/09/2017 03:14 AM NOYB NOYB

RAM Disk Management

1) Treat the RAM disk more like a permanent storage device with content managed/restored by the system and made available at boot up, before needed by any services.
a) Handle saving and restoring RAM disk content at reboot/shutdown/boot centrally in more of a system manged fashion....

016a0b25 12/29/2016 02:13 PM Renato Botelho

Remove old hacks used to upgrade from 2.1 to 2.2

dc5edc6e 12/20/2016 04:56 PM Renato Botelho

Fix #7021: Deprecate device polling

4c6135c2 12/08/2016 01:11 PM Renato Botelho

Fix #6857

During boot local_sync_acocunts() should be able to access LDAP server
on a non-local network or also resolve LDAP server hostname. To make it
possible move calls to create static routes and start dnsmasq/unbound
to run earlier

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

60f164f3 10/12/2016 06:27 PM Renato Botelho

Retire cdrom platform support

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

Move copyright from ESF to Netgate

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)

3f300677 05/31/2016 01:27 PM Renato Botelho

Move terminal config from cons25 to xterm, same used by FreeBSD

941ddb52 05/09/2016 01:29 PM Renato Botelho

A simple fix for #6120

- Retire system_console_configure()
- Replace above call on rc.bootup by setup_serial_port()

03afdafa 04/17/2016 07:18 AM NOYB NOYB

Alias Tables RAM Disk Store

If ramdisk is enabled keep a copy of the alias tables to restore at boot time. Otherwise unpredictable behavior may occur due to some aliases not being available when the firewall rules load.

Because alias tables are typically somewhat static, the following strategies are employed to keep write cycles to a minimum for SSD and flash drive type devices friendliness....

de331d8e 04/07/2016 07:20 PM Renato Botelho

Do not try to register pre-installed packages on read-only media

2dced82f 04/04/2016 08:50 PM Renato Botelho

Ticket #6053

- Do not call ntpdate before start ntpd, ntpd g parameter is enough
Deprecate /usr/local/sbin/ntpdate_sync_once.sh
- Remove system_ntp_configure parameter and always start ntpd

(cherry picked from commit 5a758355ec9a20ff75c9191b6915df64255fb8be)

a337e809 03/22/2016 12:47 AM Chris Buechler

Have recovery mode go to a shell as intended.

bed6c19b 03/03/2016 06:02 PM Renato Botelho

Detect binary packages installed but not registered in the system and do it during boot

7d7da5e5 12/21/2015 06:38 AM Phil Davis

Avoid triggering initial wizard before reboot

If you use the the webGUI to reset to factory defaults, then while the
existing system is shutting down you navigate off to the dashboard, the
initial setup wizard will start. The trigger_initial_wizard flag file is...

b49e6c01 12/08/2015 08:26 AM Phil Davis

Automatically choose some interface combinations

on factory default boot.
This allows the system to switch interfaces from the newer ones in the
default config (e.g. em0 em1) back to the interfaces used by:
Alix - vr1 vr0
APU - re1 re2
that match the WAN and LAN labels printed on many existing devices....

e6068346 12/07/2015 05:52 AM Phil Davis

Redmine #4279 Package reinstall displayed when shutting down before upgrade

Use a different flag file to indicate that a package reinstall is
required after a reboot is done first. This avoids the possibility that
the user navigates in the webGUI during the time while the shutdown is...

46903fb9 11/12/2015 01:14 PM Renato Botelho

Reinstall packages from old versions when upgrading to 2.3

f07d7913 10/02/2015 09:16 AM Renato Botelho

Merge pull request #1803 from nagyrobi/patch-18

2344bed4 09/30/2015 05:33 PM Renato Botelho

Use product_name global variable in more places

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/