Project

General

Profile

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

# Date Author Comment
402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

b7b482b1 12/21/2022 07:44 PM Christian McDonald

xmlparse.inc: tweak the handling of XML listtags that are parsed as leaf strings

2c8f5e09 12/09/2022 01:18 PM Jim Pingle

Remove leftover debug prints.

63a0efce 12/09/2022 12:14 AM Reid Linnemann

Work around for empty config tags. Fixes #13564.

Related to issue #13642, the serialization of route maps was broken for a time
in such a way that the frrglobalroutemaps tag would contain only a single empty
config tag. The xml parser element handler considers 'config' to be a 'list...

54115a67 11/21/2022 07:01 PM Jim Pingle

Add CDATA protection to "hint". Fixes #13388

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

dc22e511 12/03/2021 02:20 PM Viktor Gurov

Backup and Restore SSH Host Key(s). Feature #11118

d60c59fe 03/25/2021 01:22 PM Renato Botelho

WireGuard removal: Fix config

Keep `wgpeer` item defined as an array on xmlparse.inc to prevent errors
on config files while they already have WG config items. It can be
safely removed in the next major version.

Created a new config upgrade code to remove wireguard items from config...

281dede0 03/19/2021 07:25 PM Renato Botelho

Remove WireGuard support

Out of an abundance of caution while we investigate the claims about
WireGuard in public, we need to remove it from pfSense Plus and CE in
order to shield customers from potential risk.

55da9aef 01/20/2021 01:44 PM Jim Pingle

Change XML listtag entry for peer to wgpeer for issue #5186

c6cdaad1 01/19/2021 02:35 PM Steve Beaver

Outlines config.xml => wireguard config files utility

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

Update the Copyright year.

A subsequent commit will deal with .po's.

ca8459cd 11/09/2020 02:15 PM Viktor Gurov

LDAP shell authentication. Implements #8698

1af1e47e 09/18/2020 12:44 PM Viktor Gurov

Backup Captive Portal DB files. Implements #10868

9185bfff 09/05/2020 06:51 AM Viktor Gurov

Backup/restore Captive Portal UsedMACs. Implements #10856

5ee65c00 03/17/2020 02:29 PM Jim Pingle

CDATA encode FreeRADIUS user names/passwords. Issue #4497

008c1545 02/29/2020 08:47 AM Viktor Gurov

Special characters in Schedules descr and rangedescr fields. Issue #10305

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

This is 2020. Issue #9245

327ad811 11/21/2019 09:22 PM Jim Pingle

CDATA escape more auth-related fields. Fixes #9327

ce76d1e4 09/11/2019 01:57 PM Renato Botelho

Ticket #6195: Use CDATA on username tag

After discuss with JimP we agreed it would be a better approach than
bdaa5235d4 if we add username tag to the list of tags that use CDATA

9d4ace0b 08/27/2019 06:08 PM Jim Pingle

Add 'encryption_password' to the $cdata_fields array. Fixes #7186

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

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

40caec85 07/03/2019 04:09 PM Jim Pingle

Test for array before using as array. Fixes #9611

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

Update copyright notices to 2019. Happy New Year

7a97d81d 10/04/2018 04:22 PM Jim Pingle

Clean up test for CDATA tags and add common_name. Fixes #9006

3a6273a9 08/15/2018 05:26 PM Renato Botelho

Fix #8785: Add CDATA to auth_prompt field

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

Update the Copyright notice for pfSense.

1328b154 11/07/2017 03:10 AM Luiz Souza

Add the XML tags to support the switch entries.

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

00d5594c 09/12/2017 05:49 PM Jim Pingle

Relax OpenVPN wizard cert validation to match that of the cert manager and encode values before using them. Fixes #7854
Also, CDATA escape these fields in config.xml since they will most likely contain characters which are invalid in XML.
While here, fix a cert display issue where a SAN value could be reused from a previous entry in the cert list display.

856514f5 04/27/2017 01:14 AM Phillip Davis

Fix comparisons for CDATA tags in config

Some length numbers here do not match the strings they are comparing with. That looks very odd.
Note that:
```
substr($ent, 0, 5) == "text"
```
will return true when $ent is "text". So actually this "works". But it returns false if $ent is "text1" "texta" etc....

da7054b7 11/08/2016 06:53 PM Steve Beaver

Fixed #6893
Null configuration settings are now written as <tag></tag> instead of <tag /> for consistency

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)

cc4fc50b 07/09/2016 04:24 AM Chris Buechler

Merge pull request #3037 from NOYB/Check_IP_Services

39d2f39d 07/02/2016 09:13 AM NOYB NOYB

Check IP Services

Configurable check IP services.
Used by Dynamic DNS services to check IP addresses.
Configure as many check IP services as desired. The first (highest in the list) that is enabled will be used as the default.
A future possibility could be to add an option to the Dynamic DNS entires to use a specific check IP service....

40d7e4be 06/18/2016 09:37 AM NOYB NOYB

Remove duplicate listtags() entry 'member'.

d1db3f36 04/15/2016 07:40 PM Stephen Beaver

Fixed #6174

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

Update license on files from /etc/inc

b37b4034 11/10/2015 12:14 PM Phil Davis

etc inc delete $Id comments

and bits of white space.
Note: There are plenty of files still with old-format copyright sections
in here.

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

Move main pfSense content to src/