Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e10fba08 04/03/2018 03:25 PM Peter Berbec

Add fixed suggested by jim-p

2f846a99 04/03/2018 02:46 PM Peter Berbec

Moved out of my root directory :(

070bee71 04/03/2018 02:40 PM Peter Berbec

Change option text

Make it a force-on option
Hide option if ocsp is enabled

da31993a 04/03/2018 02:40 PM Peter Berbec

add cert_get_ocspstaple

29a6d3f3 04/03/2018 02:40 PM Peter Berbec

Improve description, reorder

make ordering proper

2196cecd 04/03/2018 02:40 PM Peter Berbec

Add OCSP option in config

83a08996 04/03/2018 01:18 PM Steve Beaver

Merge pull request #3926 from martgras/azureddns

523849d3 04/02/2018 08:41 PM robjarsen

remove whitespace - pt. 2

37e1aecf 04/02/2018 07:42 PM Jim Pingle

Fix function name typo

00e54150 04/02/2018 07:18 PM Jim Pingle

Add function to detect OCSP Must Staple certs. Ticket #8418 and Ticket #8299

2d113b12 04/02/2018 04:45 PM Renato Botelho

Fix #8417

- Changed default value for Maximum Table Entries to 400000 in order to
make bogonsv6 to work
- Added code to upgrade config and set default value on systems where
it's not defined
- Changed default config to match new default and version 18.0...

1ac3c88a 04/01/2018 06:41 PM Martin Grasruck

Redmine # 7769: Add support for Azure DNS to DynamicDNS

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

8d26774f 03/30/2018 06:46 PM Steve Beaver

Merge pull request #3916 from robjarsen/tweak/cf-spelling

5ac478f2 03/28/2018 08:28 PM Jim Pingle

Ensure the OpenVPN wizard protocol is valid for use in firewall rules. Fixes #8391

a6cbe5e4 03/26/2018 07:28 PM robjarsen

Remove the possessive

c8c15bf5 03/21/2018 02:11 PM Steve Beaver

Make copyright notice downloadable from server
Trigger cpyright notice on completion of setup wizard

c5e1ce90 03/18/2018 08:14 PM robjarsen

Change CloudFlare to Cloudflare

This commit also includes misc. whitespace removal on the affected files.

12b8f3c9 03/16/2018 07:22 PM Steve Beaver

Don't read picture file if it does not exist

ee28e293 03/16/2018 01:08 PM Steve Beaver

Revise picture widget to store inamge on file system, not in XML config

f9b1c128 03/14/2018 01:50 PM Steve Beaver

Fix case where $_POST['if'] == 0 in sprint_info_box()

b870f03d 03/12/2018 10:22 PM Renato Botelho

Deduplicate build_repo_list() and get_repo_name()

1dfb84de 03/08/2018 05:04 PM Steve Beaver

Merge pull request #3911 from PiBa-NL/20180304-igmp-disable

7849c2f8 03/05/2018 11:09 AM Renato Botelho

Merge pull request #3910 from PiBa-NL/20180304-fix-log-link

6b3e3bc5 03/04/2018 03:49 PM Pi Ba

igmp, Add option to disable the igmp service

9aa103ba 03/04/2018 03:39 PM Pi Ba

fix log link

3ef5904e 03/03/2018 03:27 PM → luckman212

small addition to augment jim-p's 58a2ba621c390362170aa2e377e4b41c8fdce1c6

20f8233d 03/02/2018 03:42 PM Luiz Souza

Replace some hardcoded paths.

7c1aa62b 03/01/2018 03:43 PM Jim Pingle

Add missing firewall rule tracker info to automatically generated rules. Fixes #8353

9c17359f 02/27/2018 02:14 PM Jim Pingle

Add tracker ID to firewall rule list and edit page. Implements #8348

b8963db6 02/26/2018 12:47 PM Renato Botelho

Fix #7972

Rework the way Captive Portal vouchers are synchronized on HA:

- When voucher use is enabled on primary, do the same on secondary
- When voucher rolls are created/modified/deleted, sync to secondary
- When voucher is used, disconnected or expired, sync it in both...

26a38669 02/23/2018 05:59 PM Luiz Souza

Add GUI support to display and set the PTI state.

e0ed03f3 02/22/2018 05:59 PM Renato Botelho

Update translation files

37e9cfbd 02/22/2018 05:07 PM Renato Botelho

Regenerate pot

789cb7f5 02/22/2018 12:51 PM Renato Botelho

Merge pull request #3892 from al-right/master

40fd222c 02/21/2018 08:26 PM Steve Beaver

Merge pull request #3906 from phil-davis/system_authservers-authentication-containers-01

e8f6e66e 02/21/2018 08:26 PM Steve Beaver

Merge pull request #3907 from phil-davis/auth-server-test-output-01

e6e7b00c 02/19/2018 04:21 PM Jim Pingle

Trim domain for learned DNS entries. Ticket #6847

If the CN is already an FQDN on the given domain, this prevents the
domain from being present in the record twice (e.g. host.example.com
as a CN leads to records for host.example.com.example.com)

34925626 02/17/2018 11:40 AM Phillip Davis

Report correct auth server host when testing LDAP auth server

5520839e 02/17/2018 10:36 AM Phillip Davis

Mark authentication containers label as required field

dc3bc1f8 02/16/2018 04:42 PM Renato Botelho

Fix #7469

Sort users / groups alphabetically on config.xml

f7aafd45 02/16/2018 04:10 PM Jim Pingle

Fix typo

7df5447d 02/15/2018 12:14 PM Luiz Souza

Update the copyright year on login page.

Ticket: #8331

79f7bc7f 02/14/2018 04:28 PM Renato Botelho

Fix #7469

  • Rename local_sync_accounts() to local_reset_accounts() and keep it
    only being used /etc/rc.bootup
  • Reimplement local_sync_accounts() receiving a list of users and
    groups to be added and/or deleted
  • Remove call to filter_configure xmlrpc method from...
d1f69741 02/07/2018 07:30 PM Jim Pingle

Allow Dual Stack IPsec P1 interface. Fixes #6886

Allow "Both" to be selected for IPv4/IPv6 on IPsec P1, in the config use both addresses as "left =" if they both exist.
Some cases where a single address was assumed (e.g. ping hosts) default to using the first address....

0136888b 02/07/2018 02:30 PM Jim Pingle

Correct variable used to populate the IPv4/IPv6 selector on status_logs_settings.php. Fixes #8323

b2605914 02/06/2018 04:37 PM Jim Pingle

Do not apply a DHCP static mapping uniqueness test for hostnames or IP addresses. The DHCP daemon allows the entries to be duplicated provided they have unique MAC addresses or identifiers. Fixes #8220

d205ac7a 02/02/2018 08:26 PM Steve Beaver

Merge pull request #3711 from PiBa-NL/20170427-ipsec-multiple-P1-algo

67784aa6 02/02/2018 05:57 PM Steve Beaver

Add DDNS client update option to DHCPv4 configuraiton

12f16196 02/01/2018 05:33 PM Steve Beaver

Fixed #8303

ce7b40ce 02/01/2018 04:15 PM Stephen Jones

Fixed #8301 CSRF Enabled on all widgets.

Enabled CSRF on all widgets.

3c44c845 01/31/2018 06:56 PM Luiz Souza

Silence warnings generated by sysctl to standard error.

7f054ea0 01/29/2018 06:55 PM Jim Pingle

Update OpenVPN wizard with current protocol selection options. Fixes #8298

e7b5b82b 01/29/2018 05:26 PM Jim Pingle

Add input validation to traffic_graphs_widget.php and fix JS encoding. Fixes #8302

9ee5030e 01/29/2018 05:25 PM Jim Pingle

Re-enable CSRF protection in traffic_graphs_widget.php. Ticket #8301

c083e1e4 01/29/2018 05:24 PM Jim Pingle

Fix a potential encoding issue in diag_system_activity.php. Fixes #8300

a9a74b49 01/26/2018 06:04 AM Luiz Souza

Merge pull request #3830 from PiBa-NL/20170925-pppoe-on-carpmaster

c7027903 01/25/2018 03:19 AM Steve Beaver

Fixed #8296

f1dc05b7 01/23/2018 03:30 AM Luiz Souza

Merge pull request #3862 from marjohn56/pfsense

68872169 01/23/2018 01:35 AM Luiz Souza

Fix get_cpu_crypto_support() to not overwrite $cpucrypto_type.

b1c01d80 01/17/2018 10:05 PM Steve Beaver

Merge pull request #6400 from loonylion/master

900663a4 01/16/2018 05:05 PM Jim Pingle

Add an update source control to RFC2136 dynamic DNS updates. Implements #8278

618faaf2 01/16/2018 04:07 PM Jim Pingle

Add localhost to list of interfaces for packet capture. Implements #8257

8dc33488 01/15/2018 08:37 PM Steve Beaver

Merge pull request #3889 from kangtastic/master

f95579a6 01/14/2018 09:52 PM Anders Lind

Follow-up to syntax, file order and other changes

Notes:
  • Those able to check a proper failover configured system please check if
    the Pool Staus table shows up in the top of the Status DHCPv6 Leases page
    and that the leases are showing up fine. Thanks
  • I am in doubt about the markdown readme file parser_readme.md where it...
247f5719 01/14/2018 04:34 AM Earl Chew

[services_dyndns_edit] Clarify use of @ for Cloudflare

Add GUI prompts corresponding to #7357 that allows users to
enter @ for the hostname, and have it replaced with an empty hostname.

Signed-off-by: Earl Chew <>

19a1cf34 01/12/2018 07:49 PM Jim Pingle

Fix certificate SAN input validation so it does not improperly allow an IP address when FQDN is selected. Fixes #8275

af17dba1 01/10/2018 05:41 PM Steve Beaver

Fixed #8268

498f7e20 01/10/2018 04:58 PM Jim Pingle

Add an option to push a gatewy address to bridged tap clients. Implements #8267

016260fe 01/09/2018 04:33 PM Steve Beaver

Fixed #8266 by removing JS alerts

87489e5c 01/08/2018 06:50 PM Peter Schofield

re-adding changes made to fix bug#6400, includes fixes for bug#8222 and bug#8223 that were introduced with the initial commit of this code.

original pull request was #3868

2f7d3a1f 01/05/2018 09:53 PM Jim Pingle

Encode rangedescr before display in firewall_schedules.php. Fixes #8259

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

Update the Copyright notice for pfSense.

31bb3fb6 01/04/2018 07:27 PM Jim Pingle

Merge pull request #3893 from JoeriCapens/ddns-rfc2136-algorithm-choice

c0305bb8 01/02/2018 08:49 PM Joeri Capens

Add keyalgorithm input validation.

e562fca2 01/02/2018 04:49 PM Jim Pingle

Change how SANs are generated from the CN, considering that not all CNs will produce a valid SAN. Fixes #8252

ab1112ee 12/28/2017 11:01 PM Joeri Capens

Add RFC 2136 Client key algorithm choice. Implements #8244

16c260fa 12/28/2017 10:46 PM Joeri Capens

Use consistent variable order, remove unused variable.

7ca8845b 12/28/2017 10:43 PM Joeri Capens

Replace Dynamic DNS dnssec-keygen style files with simpler ddns-confgen style file.

f0584e6d 12/27/2017 02:39 PM Steve Beaver

Merge pull request #3887 from JoeriCapens/dhcp-ddns-algorithm-choice

5a1ee50e 12/22/2017 02:42 PM Pi Ba

ipsec, multiple phase1 ciphers, make use of 'repeatable' group

22dbacd0 12/22/2017 12:58 PM Pi Ba

ipsec, allow configuration of multiple ike phase1 encryption ciphers (algo/bits/hash/dh)
this is useful for mobile users that need to connect with different operating systems. This way there is no need to find a single commonly supported weaker cipher.

facd8c53 12/21/2017 04:50 PM Luiz Souza

Fix the unnecessary 'RAM Disk has settings has changed' reboot every time the miscellaneous settings are saved.

f50bb07e 12/21/2017 04:29 PM Luiz Souza

Revert "Fix a bug in interfaces.php that will cause a failure on first 'Save' of 'OPT1' with some hardware configurations."

This reverts commit 373513a56140215c93282252186a938b7cefcf47.

6b54c8a4 12/21/2017 03:19 PM Steve Beaver

Merge pull request #3792 from PiBa-NL/20170731-status_queues-realtime

f53d18a6 12/21/2017 02:48 PM Steve Beaver

Merge pull request #3891 from miken32/patch-1

5946477f 12/18/2017 05:23 PM Stephen Jones

Fixed #8129 Updated to show timezones that have half hour increments i.e. asia/kolkata

e34c96a3 12/18/2017 01:55 PM Steve Beaver

Revert "Merge pull request #3868 from loonylion/master"
Caused issues reported in https://redmine.pfsense.org/issues/8223
This reverts commit 74c55258b21ada7a542965c2470fbaa45ce19689, reversing
changes made to 2acb4025ee7fef074a67d1021a5e62a0aff9fd37.

32edd5dd 12/18/2017 01:39 PM Steve Beaver

Optimze ICMP description processing

609ef335 12/18/2017 01:31 PM Steve Beaver

Fixes #8219
Escape single quotes when they arise from ICMP description translations

c56471a7 12/17/2017 12:44 AM Anders Lind

Fixes #7413: Some DHCPv6 leases are not displayed in the GUI

. Better handling/parsing of ISC dhcpv6 leases file and removal of unnecessary properties.
. Experimental Pools/failover handling in the parsing of DHCPv6.
. Cleanup on the Status DHCVPv6 Leases page....

e5c4b4fc 12/15/2017 11:42 PM Joeri Capens

Fix input field help texts

9ad6899e 12/15/2017 07:04 PM Michael Newton

make inputs a bit wider for fahrenheit

e5d14da2 12/15/2017 06:23 PM Michael Newton

address comments

7620b362 12/15/2017 06:21 PM Michael Newton

fix copy/paste error

8b09ec18 12/15/2017 06:11 PM Michael Newton

update label on unit change

also ensure unit labels can be internationalized, and fix some whitespace

bc63503b 12/15/2017 05:55 PM Michael Newton

Moving this code to PHP for i18n

cb7bef9d 12/15/2017 05:42 PM Michael Newton

don't change thresholds to F until after passing to Javascript

207abc3e 12/13/2017 08:29 PM Michael Newton

spelling!

3f3641a4 12/13/2017 06:28 AM kang tastic

"Save" user selection for DUID type

It proved confusing for users who entered a DUID as a certain type to
see the resulting DUID file displayed as a "Raw DUID" upon page reload.
Still work with dhcp6c_duid file data, but parse it and show the Form
corresponding to the DUID type with the inputs filled in, so the user...