Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0263f8d1 09/25/2019 02:25 PM d j

Update openvpn.widget.php

cf9d29b2 09/25/2019 01:41 PM d j

Update openvpn.widget.php

8ad987ee 09/25/2019 01:37 PM d j

Update status_openvpn.php

8a785efa 09/25/2019 06:41 AM d j

Update openvpn.widget.php

8b689c4c 09/25/2019 06:38 AM d j

Update status_openvpn.php

99d7e8c1 09/24/2019 03:34 PM Jim Pingle

Fix OpenVPN keepalive default values. Fixes #3473

016b6625 09/23/2019 08:34 PM Jim Pingle

Redact BandwidthD postgres db password. Fixes #9784

e8a1e9e1 09/23/2019 06:25 PM Steve Beaver

Provide optional "enable" argument to enable/disable form submit button

ce9eb0fb 09/23/2019 03:28 PM Steve Beaver

Fixed #9785

73730497 09/20/2019 05:35 PM Renato Botelho

Fix #9612: Run fsck -z once during upgrade

657b6b32 09/19/2019 07:46 PM Renato Botelho

Remove old code commented out in 2014

4baf532b 09/19/2019 04:41 PM Renato Botelho

Fix #9722: Change voucher shortcut to point to voucher status page

d4393366 09/19/2019 04:41 PM Renato Botelho

Initialize array properly

15e8ee86 09/19/2019 04:41 PM Renato Botelho

Redirect to status_captiveportal.php

bdb3bb8b 09/19/2019 12:13 PM Renato Botelho

Fix #9716: Enable Italian translation

47254a66 09/19/2019 12:13 PM Renato Botelho

Update a couple of Chinese locale codes

1455535b 09/19/2019 12:04 PM Renato Botelho

Update translation files

b8226867 09/19/2019 11:56 AM Renato Botelho

Regenerate pot

b0595985 09/19/2019 11:45 AM Renato Botelho

Fix #9756: Fix NCP multiple selection

e9c04843 09/19/2019 11:24 AM Renato Botelho

Fix #6263: Deduplicate encryption options on ipsec.conf

On a configuration with multiple P2, all encryption options from all P2
are added to ipsec.conf. The list could have duplicated itens when
multiple P2 use the same options. Deduplicate this list.

3bfecc81 09/19/2019 10:54 AM Renato Botelho

Fix #3743: Allow OpenVPN keepalive configuration

- Remove hardcoded 'keepalive 10 60' configuration
- Added 'inactive seconds' option
- Let user configure 'keepalive interval timeout'. It defaults to 10 60
as it was hardcoded until now
- Let user define ping and chose between ping-exit or ping-restart...

4de6f04d 09/19/2019 10:36 AM Renato Botelho

Fix #6846: Properly detect Super Micro C2558/C2758

3abcd547 09/18/2019 08:23 PM Jim Pingle

Setup shortcuts for packages. Fixes #9770

9f2a58b5 09/18/2019 05:10 PM Renato Botelho

Remove variable from gettext string

4597011d 09/18/2019 05:10 PM Renato Botelho

Remove line commented out in 2015

1889f3e7 09/18/2019 05:01 PM Renato Botelho

Remove code commented out in 2008

85c85e89 09/17/2019 03:52 PM Jim Pingle

Add GUI option for IPsec tunnel closeaction. Fixes #9767

5197e3e3 09/17/2019 02:59 PM Renato Botelho

Fix #9285: Move ping-check option from global to per-subnet

cea3a6b1 09/17/2019 02:44 PM Renato Botelho

Remove redundant if

24994f9a 09/16/2019 05:42 PM Jim Pingle

Sanitize barnyard_dbpwd in status.php output. Fixes #9764

93db39ba 09/16/2019 05:37 PM Jim Pingle

Correct input validation for firewall rule VLAN priority/set. Fixes #9763

21bee028 09/13/2019 03:02 PM Jim Pingle

Add IPsec DH/PFS groups 25/26/27. Implements #9757

49967ae7 09/12/2019 08:33 PM Jim Pingle

Add dedicated auth log. Implements #9754

882af7b4 09/12/2019 08:19 PM Jim Pingle

Fix blank/empty lines in some auth syslog messages

87fb98b9 09/12/2019 04:10 PM Jim Pingle

Ensure log cat programs do not emit error messages.

52f686a9 09/12/2019 02:36 PM Jim Pingle

Add wizard select_source & use for OpenVPN DH. Fixes #9748

17d967af 09/12/2019 01:59 PM Renato Botelho

Merge pull request #4082 from ableischwitz/master

20be1970 09/12/2019 01:56 PM Renato Botelho

Merge pull request #3999 from vpiserchia/master

39ce86a7 09/12/2019 01:21 PM Renato Botelho

Merge pull request #4042 from plumbeo/fix-reconfig

e72c15ba 09/12/2019 12:10 PM Renato Botelho

Merge pull request #3985 from luckman212/system-general-sr-fix1

f7335af3 09/11/2019 07:28 PM Renato Botelho

Deduplicate code in openvpn.inc

1d13560c 09/11/2019 07:08 PM Renato Botelho

Remove unnecessary variable

33187646 09/11/2019 07:04 PM Renato Botelho

Merge pull request #4072 from jwsi/openvpn-gwgroup

1dcaf2d8 09/11/2019 01:59 PM Renato Botelho

Remove deprecated comments since username tag got CDATA

c244b2be 09/11/2019 01:59 PM Renato Botelho

Revert "Fix #6195: Allow to change NAT Outbound mode"

This reverts commit bdaa5235d4c3f4e226e4e7ebee55fc7ff5fd4360.

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

bdaa5235 09/11/2019 01:31 PM Renato Botelho

Fix #6195: Allow to change NAT Outbound mode

make_config_revision_entry() second parameter expects a username to
override current logged in user in special cases. It's used when a tool
(e.g. wizard) is used to configure some functionality.

As it was already noted in easyrule.inc, this parameter cannot have...

d81f2704 09/10/2019 03:51 PM Jim Pingle

Fix interface/config alignment on interfaces_ppps_edit.php. Fixes #9741

9b738be9 09/10/2019 01:52 PM Jim Pingle

Note in the system log when bootup is complete.

a7a863a8 09/09/2019 07:40 PM Jim Pingle

Specify portal auth and DHCP logs by selector not by facility. Fixes #1375

1521f0b2 09/09/2019 06:54 PM Jim Pingle

Filter/manage cleanup for new logs. Issue #9714

  • Disable 'manage' for utx & userlog
  • Fix filter form labels for utx to match column headers
f9d9d054 09/09/2019 06:24 PM Jim Pingle

Log setting/size review. Fixes #9734

  • Move default GUI line limit and log size defaults to $g rather than
    hardcoding.
  • Set default GUI line limit to 500 (up from 50)
  • Set max GUI line limit to 200000 (up from 2000)
  • Set default log size to 512000 (500 KiB, previous clog default was 511488)...
972de4c7 09/09/2019 04:50 PM Steve Beaver

Revise regex and redirect on failure

17640476 09/09/2019 03:40 PM Jim Pingle

status.php: Sanitize snort/suricata oink and etpro codes.

42839d82 09/06/2019 04:59 PM Steve Beaver

Fixed #9731
by validating widget key with regex

c63ae216 09/06/2019 02:30 PM Jim Pingle

Fix rotation count check. Issue #9711

While here, fixup default static newsyslog entries. Issue #8350

aa2cac18 09/06/2019 02:13 PM Jim Pingle

Incorporate filter_log.inc into syslog.inc. Issue #8350

Now all log-related functions are together.

55beed7e 09/06/2019 01:54 PM Jim Pingle

Relocate newsyslog cron install task. Fixes #9730

24b1410a 09/06/2019 01:36 PM Jim Pingle

Don't add .log to filename twice. Issue #8350

6ab24f7c 09/06/2019 12:43 PM Jim Pingle

Finish utx lastlog display. Issue #9714

ee4390ff 09/06/2019 12:42 PM Jim Pingle

Code refactoring/simplification. Issue #9714

9eeb6178 09/06/2019 12:41 PM Jim Pingle

Fix package log header. Issue #9714

db948c42 09/05/2019 09:04 PM Jim Pingle

Additional logs & optimizations. Issue #9714

  • Add log tabs for nginx, userlog, and some other previously hidden logs
  • Start working on output of utx log via list/libxo (work in progress)
  • Consolodate function that retrieves log messages to avoid duplicated...
60a7d1e1 09/05/2019 05:53 PM Jim Pingle

status.php: Sanitize zabbix TLS psk info. Fixes #9729

12cf8e3f 09/05/2019 05:51 PM Jim Pingle

status.php: Restrict thoth tests to arm64. Fixes NG 2569

8bc944bb 09/05/2019 04:31 PM Jim Pingle

status.php: Sanitize influx_pass and cert_key. Fixes #9727 Fixes #9728

5457213f 09/05/2019 03:37 PM Jim Pingle

Rename status_pkglogs.php to status_logs_packages.php. Issue #9714

4cce0ada 09/05/2019 03:25 PM Jim Pingle

Standardize pkg log display. Issue #9714

  • Add common log code as needed
  • Define options to fine-tune package log display
  • Add filtering
280a2ca2 09/04/2019 08:33 PM Jim Pingle

Move Package Logs in with rest of logs. Issue #9714

Standardize log tab behavior

6b061c1a 09/04/2019 08:08 PM Jim Pingle

Add a method for packages to set log owner on rotation. Issue #9712

3a26e715 09/04/2019 03:21 PM Jim Pingle

Move log-related functions to their own file. Issue #8350

Also add a simple shell program that will dump all log entries for a given
log + all rotated/compressed logs in order.

a40c9cf2 09/03/2019 08:34 PM Jim Pingle

Log rotation settings. Issue #9711 and Issue #9712

  • Add rotation count GUI option and per-log option
  • Add settings for packages to override more fields not supported in the
    GUI
7d918dab 09/03/2019 07:26 PM Jim Pingle

Fix log size text in common log settings. Issue #9711

8a86d7be 09/03/2019 07:16 PM Jim Pingle

Move log rotation options to their own section. Issue #9711

While here, fix log size description to fit new behavior.

f8c4bfc5 09/03/2019 06:43 PM Renato Botelho

IPSec: Just destroy interface if it exists and it's not booting

Based on PR: https://github.com/pfsense/pfsense/pull/4076

03cdd6ad 09/03/2019 06:39 PM Jim Pingle

Add log compression type option. Issue #9711

15f8062b 09/03/2019 06:19 PM James Webb

Improve efficiency of resync checks.

GW Group changes are checked iff the interface is not the empty string or the interface in question is not the same as the OpenVPN interface.

73a4e1f2 09/03/2019 01:52 PM Renato Botelho

Merge branch 'master' into system-general-sr-fix1

5ae31b9e 09/03/2019 01:37 PM Renato Botelho

Merge pull request #4070 from paul/patch-1

e187842d 09/03/2019 01:24 PM Renato Botelho

Merge pull request #4079 from johnforte/master

d43154fe 09/03/2019 01:20 PM Renato Botelho

Do not use constructor with the same name of class, it's going to be deprecated

b94eb4b9 09/03/2019 01:18 PM Renato Botelho

Fix PHP warning

cf019954 09/03/2019 01:10 PM Renato Botelho

Merge pull request #4083 from kristoffer-ekenstam/master

e3de4f13 09/03/2019 01:08 PM Renato Botelho

Merge pull request #4084 from Godwottery/master

b4df3414 09/03/2019 12:57 PM Renato Botelho

Merge pull request #4074 from NanoCaiordo/dhcp_show_all

7071aab3 09/02/2019 02:29 PM James Webb

Add ability for OpenVPN instances to resync on IP changes and on boot.

OpenVPN instances resync if interface IP change occurs.
At boot, the interface is the empty string, so resync is mandatory to generate OpenVPN files in /var/etc/openvpn.

a71b23db 09/01/2019 11:16 PM Jim Pingle

Include system.inc in prefixes.php. Fixes #9715

614ca41e 08/31/2019 11:39 PM James Webb

Add else clause for cases when OpenVPN interface file does not exist.

- Prevents potential race condition at startup resulting in failure to start OpenVPN instances.
- In cases where interface file is not present the openvpn_resync function handles a restart correctly.

f9e8c833 08/30/2019 06:12 PM Jim Pingle

Change logging to plain text, deprecate clog. Issue #8350

c3667958 08/29/2019 08:23 PM Jim Pingle

Do not list OpenVPN interfaces as usable by DHCP relay. Fixes #8443

f301aa59 08/29/2019 08:10 PM Jim Pingle

Recognize more Netgate hardware automatically. Fixes #8051

40318232 08/29/2019 08:05 PM Jim Pingle

Fix some model detection instances. Issue #8051

afeb18ff 08/28/2019 08:30 PM Jim Pingle

Add 127.0.0.0/8 to Unbound private-address list. Fixes #9708

8ef6844a 08/28/2019 08:19 PM Jim Pingle

Make NTP minpoll and maxpoll user-configurable. Implements #6787

552a41fb 08/28/2019 06:19 PM Steve Beaver

Make factory test case insensitive

81916502 08/28/2019 06:04 PM Steve Beaver

Revise update check to provide a more consistent version string, and to provide it in JSON format

3a73fc74 08/28/2019 05:57 PM Jim Pingle

IPsec ID type parsing changes. Fixes #9243

  • Move code to function to avoid unnecessary duplication of code
  • Clean up the logic to avoid further redundancies
  • Set keyid type to be quoted and to have its type prefixed
4b84c39d 08/27/2019 08:28 PM Jim Pingle

Use batch mode for top so it displays process list w/o terminal. Fixes #9522

While here, set a high number of processes to display and also remove
the use of 'cut' which limited column length. With current display
method it's unnecessary.

7729c5a1 08/27/2019 06:46 PM Jim Pingle

Revert LDAP_OPT_X_TLS changes since they do not work. Issue #9417

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

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