Project

General

Profile

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

# Date Author Comment
08af94cb 03/07/2015 08:16 PM Chris Buechler

Check for console="comconsole* rather than just comconsole in loader.conf, so it doesn't match just having comconsole_speed in loader.conf. Ticket #4464

fb130335 01/05/2015 02:57 PM Renato Botelho

Make it possible to backup/restore 'DNS Resolver' section individually

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

5d4b8830 11/27/2014 08:44 PM Ermal Luçi

Unset any previous dat

0174c480 11/27/2014 08:44 PM Ermal Luçi

Use the pfsense module functions rather than execing. Fixes also possible attack vectors.

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

fc82e8b6 05/17/2014 11:47 AM Colin Fleming

Tidy up "diag_backup.php" XHTML

Add CDATA sections to SCRIPTS
Add SUMMARY to TABLES
Update HTML Boolean operators
Close INPUT tags
Add missing closing P tag

91f026b0 03/19/2014 10:38 PM ayvis

replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

52c7f0d4 03/10/2014 06:12 PM Jim Pingle

Fix order of parameters to explode() here

6258aeeb 03/10/2014 04:03 PM Phil Davis

Fix OpenVPN XML section name

Forum https://forum.pfsense.org/index.php?topic=73479.0

bda40985 07/29/2013 02:06 PM Charlie Marshall

Improve look of button = change class

63e9efc9 07/09/2013 12:08 AM Renato Botelho

Fix #3079, add a section for DHCPv6 Server backup

4cfd2390 02/24/2013 01:50 PM Renato Botelho

Encrypt backup after rrd data is added, it fixes #2836

73ed069b 02/24/2013 01:39 PM Renato Botelho

Fix indent and whitespaces

2e19a683 02/06/2013 05:54 PM Renato Botelho

Adjust backup settings to new captive portal zones

b3282172 02/01/2013 07:19 AM Phil Davis

Display only needed Reinstall and Clear Package Lock buttons

Make the code a bit smarter, so the user only sees whichever of the reinstall and clear package lock buttons that are actually relevant.

e27953e7 02/01/2013 06:06 AM Phil Davis

Allow clear package lock when 1st install fails

I upgraded a system this morning. An issue during the 1st package reinstall caused the package lock to be set, but no packages installed. The Backup/Restore GUI page did not show the section for resetting the package lock, because it only displays that if there is at least 1 package installed - catch-22....

c0ae3bfb 05/21/2012 02:10 PM Jim Pingle

Don't auto-toggle the "do not backup rrd" setting - we do not want this on unless the user explicitly selects it. It makes for very, very large backup files and must default to off.

8dcca9b5 05/17/2012 09:32 PM Darren Embry

- also rename $section arg to $section_name in some functions to clarify

- also robustify parsing for <tagname> and bulletproof the handling of
certain errors

f757431d 05/17/2012 07:22 PM Darren Embry

more verbose log_error on rrdtool restore failure

08877746 05/17/2012 07:16 PM Darren Embry

restore_rrddata() adds log_error calls and uses -f

7eead1fc 05/17/2012 06:55 PM Darren Embry

add rrddata to backup/restore dropdowns.

c9a19238 05/17/2012 06:05 PM Darren Embry

indentation cleanup

754b75d0 05/17/2012 06:03 PM Darren Embry

move certain code to new function restore_rrddata()

8bdb6879 04/12/2012 11:11 PM Darren Embry

Feature #2123 Backup RRD files using the xml dump and restore from RRD tools

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

cfbfd941 01/19/2012 07:33 PM Seth Mos

The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings

039cb920 06/03/2011 01:29 PM Jim Pingle

Add a button here to clear the package lock.

f1ac1733 02/13/2011 01:44 PM Erik Fonnesbeck

In update_alias_names_upon_change function add capability to access more deeply nested sections and fields.

67bc955d 01/24/2011 11:14 PM Chris Buechler

handle alternate xml_rootobj correctly when doing config backups w/RRD data

a8c35980 01/12/2011 02:37 AM Scott Ullrich

Revert "nuke content size."

This reverts commit 456962bde2b5b64f2feca58728d96c9c45463f1d.

456962bd 01/05/2011 09:54 PM Scott Ullrich

nuke content size.

66bcba1b 12/28/2010 10:39 PM Ermal LUÇI

Ticket #802. During a config restore detect if the vlan interfaces need reassignment too. This might be problematic for other type of interfaces on 2.0!

99b1cc43 11/15/2010 07:16 PM Scott Ullrich

Disable CSRF checks on the backup page.

f3ceee6e 09/02/2010 05:11 PM Vinícius Coque

Fix typo: s/write_confg/write_config/

c0948c6c 08/12/2010 05:17 PM Renato Botelho

Just fix some space and tab problems

dae4c487 08/11/2010 06:27 PM Carlos Eduardo Ramos

gettext() fixes on diag_backup.php

0e1619be 08/02/2010 07:05 AM Erik Fonnesbeck

The pipe character is not valid for the interface description, so don't consider it valid. ( | is not an "or" in regular expression character classes)

486c214d 07/12/2010 01:22 PM Carlos Eduardo Ramos

Checked gettext() implementation on diag_backup.php

e085ff29 07/08/2010 01:35 PM Carlos Eduardo Ramos

Corrections gettext implementation on diag_backup.php

42aa088e 07/08/2010 12:03 PM Carlos Eduardo Ramos

Corrections gettext implementation on diag_backup.php

b639d5cd 07/08/2010 11:45 AM Carlos Eduardo Ramos

Corrections gettext implementation on diag_backup.php

8246efa6 06/21/2010 01:40 PM Renato Botelho

Few adjustements on gettext

a250f179 06/21/2010 01:40 PM Renato Botelho

Remove spaces and tabs from EOL

591586e3 06/17/2010 11:56 AM Neriberto C.Prado

changing <php gettext() to <php=gettext() in files? diag_arg.php diag_authentication.php diag_backup.php

205da5a0 06/16/2010 10:23 PM Neriberto C.Prado

translate of the files: diag_arp.php diag_authentication.php diag_backup.php

2c9a4ed1 05/26/2010 08:47 PM Jim Pingle

Compress RRD backup data. Results are dramatic.

a2fb9e48 05/26/2010 08:47 PM Jim Pingle

Default to NOT backup RRD data. It can get quite large, and should be chosen deliberately by the user.

fdb085fa 05/20/2010 09:24 PM Scott Ullrich

Add captive portal voucher configuration backup area option Ticket #609

cf9a4467 05/19/2010 07:12 PM Jim Pingle

Fix post-restore reboot on NanoBSD. Fixes #602

e77ea573 05/06/2010 03:11 PM Jim Pingle

Fix config backup download on IE8+HTTPS. Reported-By: Seth on the Dev list

db39842b 04/12/2010 01:28 PM Renato Botelho

Update alias names on new NAT Port Forward xml tags

a1003d57 02/24/2010 03:27 PM Ermal Luçi

Ticket #375. When choosing to export only a subsystem by default do not export rrd data.

7a7f3af1 12/08/2009 02:23 AM Scott Ullrich

Reboot after uploading config

07b1797b 11/29/2009 11:33 PM Scott Ullrich

Define full path to binaries

c0c7eb48 11/29/2009 11:23 PM Scott Ullrich

Remove Header

344c68b2 11/29/2009 11:22 PM Scott Ullrich

Post against reboot.php and reboot instead of reinventing the wheel. Ticket #191

343bb325 11/29/2009 11:22 PM Scott Ullrich

Do not show reboot notices twice. Resolves #191

1d683793 11/28/2009 10:47 PM Scott Ullrich

Search for <m0n0wall> not m0n0wall

34cdf949 11/28/2009 05:40 AM Chris Buechler

fix typo

4195c967 11/27/2009 09:17 PM Scott Ullrich

Correctly output only selected backup area when do not backup packages is selected. Resolves #168

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

978fd2e8 09/21/2009 11:12 PM Scott Ullrich

Pass origname instead of relying on a global

b6db8ea3 09/21/2009 03:28 PM Scott Ullrich

Check for interfaces with same name as alias. Ticket #92

13d193c2 09/14/2009 10:20 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

dec5cb85 09/05/2009 08:25 PM Scott Ullrich

Add <ipv6nat/> to <diag>. Resolves #28

798cb31a 08/24/2009 09:08 PM Scott Ullrich

Upgrade m0n0wall icmp types, ipsec to enc0 and reduce rule descriptions to 63 characters if required. Resolves #28

888e7a27 08/24/2009 08:03 PM Scott Ullrich

Change the verson to 1.0 before running the configuration upgrade code in order to migrate items such as the default gateway and such

f5a57bb0 08/24/2009 07:29 PM Scott Ullrich

Convert configuration before redirecting to assign interfaces page.

b334886c 08/24/2009 12:09 PM Ermal Luçi

Clear a bit the apply message and name the apply button 'Reboot firewall' to make clear what it does.

da17d77e 08/24/2009 12:05 PM Ermal Luçi
  • In config_install validate the file that will be installed not the already present config!
  • Convert most hardcoded /tmp to the global variable
  • Do not reboot the firewall under the hood without confirmation from the user after restoring. Just ask the user to do it....
09821234 08/23/2009 11:00 PM Scott Ullrich

Kick off package reinstall after restoring configuration. Resolves #15

70b1def4 08/23/2009 10:58 PM Scott Ullrich

Kick off package reinstall after restoring configuration. Resolves #15

d442e4e2 07/06/2009 04:03 PM Scott Ullrich

Call convert_config(); after import.

6819b7f6 06/30/2009 11:52 AM Renato Botelho

Fix last commit preserving < and > on xml_rootobj checking

2a48bc00 06/30/2009 11:45 AM Renato Botelho

Respect xml_rootobj when restoring a full backup

3420028c 06/17/2009 08:57 PM Scott Ullrich

Adding base_package feature to restore menu items for base packages after configuration
restore when the packages did not exist prior (did not install from current media).

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
5dd4db17 03/13/2009 03:21 AM Scott Ullrich

Base 64 decode the rrd data before writing out

a2b8f7b2 03/13/2009 02:47 AM Scott Ullrich

Write out config after unsetting RRD data

1390b049 03/12/2009 04:31 AM Scott Ullrich

Backup RRD graphs and restore but remove the RRD data from config.xml before writing to disk.

bafaf123 11/21/2008 10:58 PM Scott Ullrich

Exit after redirecting to interfaces_assign.php

eef938b5 08/30/2008 04:10 AM Scott Ullrich

Really show all items

3244aa21 08/30/2008 04:08 AM Scott Ullrich
  • Show all areas for restore dropdown
5542b8f5 08/30/2008 04:02 AM Scott Ullrich
  • Add a nunmber of missing config areas including openvpn
  • Sorta by alpha area name
f47e0c8a 08/30/2008 03:50 AM Scott Ullrich

Initialize string

b3277798 08/30/2008 03:49 AM Scott Ullrich

Only show areas that have data in them in the backup selection screen.

Noticed-by: mgrooms

8ff5ffcc 08/28/2008 02:53 AM Matthew Grooms

Add support for export and import of encrypted configuration files. A set
of command line utilities for encypting and decrypting the files format
is available from the tools/config-crypto directory.

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

7d4515ca 06/21/2008 02:52 PM Ermal Luçi

Continue interface improvements

cbe3ea96 06/21/2008 02:44 PM Ermal Luçi

Continue interface improvements

47d11b79 04/27/2008 06:20 AM Mark Crane

Set php max execution and input to 3600 seconds. See: http://forum.pfsense.org/index.php/topic,8878.msg49975.html#msg49975

6661d732 04/15/2008 10:24 PM Scott Ullrich

Allow staticroutes to be backed up or restored individually.

Suggested-by: DoctorIT via Forum

2dfdb028 01/16/2008 07:14 AM Chris Buechler

clarify wording in tabs to appropriately reflect purpose of these pages

0f266b2e 01/08/2008 02:29 AM Chris Buechler

touch up text

Ticket #1569

59605ba4 12/16/2007 10:58 PM Scott Ullrich

Add product_copyright re-branding support
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support

Work sponsored-by: Centipede Networks

36d0358b 12/16/2007 08:43 PM Scott Ullrich

Add product_copyright re-branding support
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support

Work sponsored-by: Centipede Networks

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

aea4964f 10/10/2007 02:44 AM Bill Marquette

Fix wording per ticket #1471