Project

General

Profile

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

# Date Author Comment
d3d9b707 08/16/2017 02:03 PM Renato Botelho

Do not use reference to avoid losing data

54e11642 08/16/2017 02:03 PM Renato Botelho

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

3aef796c 08/16/2017 02:03 PM Renato Botelho

Check if specific config upgrade code already ran and skip it

55b4462a 08/16/2017 02:03 PM Renato Botelho

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

3ca59456 05/30/2017 10:44 AM Renato Botelho

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

ce5e2867 05/29/2017 06:20 PM Stilez y

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

af0f961b 05/03/2017 12:30 PM Phil Davis

Fix #7508 stop write_config after reset_factory_defaults

(cherry picked from commit 3dcaae882cdfdd86826be4db9b38ce04389701ec)

e102e1d9 12/07/2016 01:14 PM Pi Ba

php fatal error logging

(cherry picked from commit ae3463540ea0a3cc94c18ad9c7b829b2645e8910)

952ff2cb 10/14/2016 11:49 AM Renato Botelho

Change safe_write_file $content parameter to accept an array

e9c60f20 10/14/2016 11:49 AM Renato Botelho

Make $force_binary parameter optional, default to false

2a2396a6 09/06/2016 09:19 PM Renato Botelho

Move copyright from ESF to Netgate

8c5b9920 09/06/2016 03:41 PM Jim Pingle

Fix handling of backup config count. Fixes #6771

aaec5634 07/15/2016 06:32 PM Renato Botelho

Review license / copyright on all files (final round)

8acd654a 07/14/2016 09:36 PM Renato Botelho

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

3d256eb1 06/22/2016 03:12 PM Stilez y

Use global backup count instead of hardcoded value and remove redundant function
(cherry picked from commit 01b5410ae8391998ba560d40f447c7f556472c5b)

381b8f1c 05/11/2016 03:55 AM Chris Buechler

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

7a5ab9e2 05/04/2016 08:44 AM Chris Buechler

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

1c92c5b1 04/04/2016 01:55 PM Stephen Beaver

Merge pull request #2831 from NOYB/Includes_-_Remove_Personalizations

(cherry picked from commit 7a2c15f527459cc82aadaf23d06895174c008320)

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/