Project

General

Profile

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

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

b3cc5117 11/13/2020 02:11 PM Viktor Gurov

Backup extra data fixes. Issue #11050

b704b6ef 11/12/2020 12:31 PM Renato Botelho

Add a warning when write_config() is called without description

dbc1b8ee 08/27/2020 12:30 PM Jim Pingle

Fix some illegal string offset errors. Issue #10659

db95baf1 06/24/2020 02:05 PM Viktor Gurov

status.php: Add config history. Implements #10696

5fff62d9 05/29/2020 10:26 AM Viktor Gurov

Do not halt on configuration file not found error. Implements #10556

658b4b7f 05/27/2020 01:33 PM Viktor Gurov

Do not halt on configuration file not found error. Implements #10556

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

f3f98e97 10/02/2019 07:11 AM Phillip Davis

Fix random typos

6f6299a3 08/21/2019 06:47 PM Steve Beaver

Fixed #9693
Allow ACB to be suppressed by including magic string in the backup description
Transmit max number of manual backups in the ACB

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

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

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.

632f0dbf 03/06/2019 07:14 PM Renato Botelho

Revert "Remove definitions of conf_mount_r[ow]"

Leave functions declaration for now to prevent errors during upgrade.

This reverts commit da3ef5a3b359edb27bb9bb2b88a93cfb5ea8a0d1.

c5663bf5 02/28/2019 05:48 PM Renato Botelho

Comment out all pfSense_fsync() calls until it's properly fixed

c03dc57f 02/28/2019 04:02 PM Renato Botelho

pfSense_fsync() call just before rename() is breaking it. Comment out for now until it's fixed

da3ef5a3 02/28/2019 01:06 PM Renato Botelho

Remove definitions of conf_mount_r[ow]

fe0a068b 02/27/2019 04:22 PM Renato Botelho

Revert "pfSense_fsync() call just before rename() is breaking it. Comment out for now until it's fixed"

pfSense_fsync() is fixed now

This reverts commit cea9d3b7dc6f7ac8450a2a8f4b630b1b6b69827b.

cea9d3b7 02/26/2019 07:09 PM Renato Botelho

pfSense_fsync() call just before rename() is breaking it. Comment out for now until it's fixed

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

a1aa91de 09/26/2018 03:28 PM Steve Beaver

Added scheduled config backup
Fixed: #8947

d629601a 08/20/2018 05:38 PM Jim Pingle

User login source & proxy fwd addr to user data. Fixes #8813 Fixes #8816

While here, use this info more consistently across log messages and
places where user info is recorded when making changes.

1220cb90 08/07/2018 12:40 PM Renato Botelho

Add missing -f to make pfSense-upgrade to remove all packages when restore factory default

65b5efa7 08/03/2018 02:06 PM Jim Pingle

Add config function init_config_arr()

This function initializes a set of nested keys under $config to avoid multiple levels of manual is_array() checks and creations.

Pass it an array of keys to test and create, for example:

init_config_arr(array('virtualip', 'vip'));...

2d99bed3 07/03/2018 03:00 PM Steve Beaver

Add legacy encrytopn password support

587315d5 07/03/2018 01:14 PM Steve Beaver

Update $config references

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

Update the Copyright notice for pfSense.

6153d668 10/31/2017 10:28 PM Pi Ba

config, xmlparse throw exception instead of calling die(), so corruption check will properly handle the unlink action of the corrupted config

866e537d 08/16/2017 02:03 PM Renato Botelho

Do not use reference to avoid losing data

f6b65ad8 08/16/2017 02:03 PM Renato Botelho

Always run additional_config_upgrade() and do it after config is written

acaafa7f 08/16/2017 02:03 PM Renato Botelho

Check if specific config upgrade code already ran and skip it

4ed2e462 08/16/2017 02:03 PM Renato Botelho

Add a function to be called every time convert_config() runs

88fbd229 06/07/2017 03:38 PM Jim Pingle

Merge pull request #3750 from PiBa-NL/20170606-denyconfigwrite

6356e3e8 06/06/2017 09:52 PM Pi Ba

permissions, log when user tries to save the configuration but has the 'deny config write' permission

63cbb655 05/30/2017 10:44 AM Renato Botelho

Fix preg_match call without delimiter and also use preg_quote() to variable used in pattern

ff4e29fb 05/27/2017 01:14 PM Stilez y

Don't create system notices for errors in user-entered ad-hoc PHP (diag_command.php)

3dcaae88 05/03/2017 04:17 AM Phil Davis

Fix #7508 stop write_config after reset_factory_defaults

82cd6022 02/27/2017 09:51 PM Pi Ba

phpsessionmanager, this helps starting and committing the php session preventing other requests from being blocked longer than required.

3057a2ba 02/17/2017 06:25 PM Jim Pingle

Fix handling of 0 for Backup Count. Fixes #7273

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

Code with multiple %s in etc

ae346354 10/15/2016 03:04 PM Pi Ba

php fatal error logging

406ced77 10/14/2016 11:51 AM Renato Botelho

Change safe_write_file $content parameter to accept an array

e717f161 10/14/2016 11:51 AM Renato Botelho

Make $force_binary parameter optional, default to false

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

ffab5cb4 10/12/2016 05:59 PM Renato Botelho

Obsolete conf_mount_ro() and conf_mount_rw()

Now that nanobsd is gone these functions are not necessary anymore.
Keep them around until all calls are cleaned up

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

Move copyright from ESF to Netgate

caec0e97 09/06/2016 03:40 PM Jim Pingle

Fix handling of backup config count. Fixes #6771

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)

01b5410a 05/24/2016 09:25 AM Stilez y

Use global backup count instead of hardcoded value and remove redundant function

adb6925e 05/11/2016 03:53 AM Chris Buechler

Check for is_array here to avoid possible issues if the config.cache is invalid. Adapted from PR 2925

3cc5a386 05/04/2016 08:44 AM Chris Buechler

Skip ro mounting to make nanobsd permanent rw mode regardless of config. Ticket #6184

530e4707 04/04/2016 07:05 AM NOYB NOYB

Includes - Remove Personalizations

Remove "you" personalizations.

f5315ac1 02/21/2016 08:40 AM NOYB NOYB

Write_Config Function Notes Update

Add write_config_only input arg to write_config function notes.

6449f4ad 02/17/2016 01:43 PM Renato Botelho

Merge pull request #2660 from phil-davis/gtetc1

d18f3f6e 02/17/2016 01:33 PM Phil Davis

Internationalize etc inc a-i files

961884ae 02/16/2016 11:53 AM Renato Botelho

Call conf_mount_rw() before run pfSense-upgrade to avoid doing it twice

5e8c3fa0 02/16/2016 11:34 AM Renato Botelho

Break long lines

7222324e 02/01/2016 12:41 PM Renato Botelho

Remove all additional packages from the system before reset to factory default. Fixes #5829

09221bc3 01/15/2016 01:44 PM Renato Botelho

Update license on files from /etc/inc

9ba46186 12/21/2015 12:09 PM Renato Botelho

Merge pull request #2309 from phil-davis/tiw

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

61ee7f13 12/20/2015 01:10 PM Phil Davis

Redmine #5613 avoid Reset to Factory Defaults PHP warnings

On Reset to Factory Defaults there are some warnings given when unlink_if_exists() tries to unlink() directories in /conf - /conf/backup and /conf/sshd.
unlink does not work on directories.
This PR avoids the PHP warnings by not trying to remove the directories inside /conf....

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

429e0911 12/08/2015 01:14 AM NOYB NOYB

Write Config Only Option

Add write_config function option to only write the config. Sometimes syncing firewall is not necessary or desirable. ex: changing log display options.

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

Use product_name global variable in more places

6990ad35 09/16/2015 08:58 AM Phil Davis

White space and minor bits in etc

Cleaner version of https://github.com/pfsense/pfsense/pull/1846

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

Move main pfSense content to src/