Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
31c8b40b 10/05/2017 01:27 PM Renato Botelho

Only show copynotice when version changes

e4f613db 09/26/2017 03:06 PM Renato Botelho

Detect XG-1537

bd068df3 09/22/2017 01:52 PM Luiz Souza

Revert "Do not associate IP and MAC on down table. It should help #7813 and #7833"

This reverts commit aa61ecfde0952ed1c3a035ac9489f5a5f9c51425.

aa61ecfd 09/21/2017 06:10 PM Renato Botelho

Do not associate IP and MAC on down table. It should help #7813 and #7833

a6f8dd7a 09/21/2017 06:08 PM Renato Botelho

Revert "Update translation files"

Bad commit log

This reverts commit ff8d44d194b6a5ada8fcd2aafe8c7ec358a7adae.

ff8d44d1 09/21/2017 06:05 PM Renato Botelho

Update translation files

d988e0bb 09/19/2017 09:38 PM Luiz Souza

Only run swapon and rc.savecore when the SWAPDEVICE is valid.

b2c92623 09/19/2017 05:21 PM Renato Botelho

Fix #7834: Delete IPFW pipes when disable Captive Portal zone

5c7fead1 09/19/2017 05:21 PM Renato Botelho

Remove correct file

fbfbc6bd 09/19/2017 05:21 PM Renato Botelho

Ticket #7834: Add missing global declarations

dad3885f 09/15/2017 05:23 PM Luiz Souza

Remove the previous 'no_dad' workaround now that if_stf is fixed.

Partly revert b76e0baebb70775b192507ec18f523141800ce95.

4ff3adec 09/15/2017 03:06 AM Luiz Souza

If /boot/loader.conf is not presetn check /boot/loader.conf.local.

59104a6f 09/14/2017 12:53 PM Jim Pingle

Move this file_exists test inside the dpinger status check loop and also suppress PHP errors from stream_socket_client()
Both are done to avoid a race where the status file can be missing and the status check fails, resulting in an alert/crash report.

271fc45e 09/14/2017 12:47 PM Jim Pingle

Fix incorrect function name/typo. Ticket #7719

(cherry picked from commit 48c4a0ea0958c0820f6caab2bf5182967114ac58)

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.

46583aba 09/11/2017 08:40 PM Renato Botelho

Fix #7719

When Dynamic DNS entry uses a gateway group as interface,
return_gateway_groups_array() will be called and it returns real
interface instead of friendly name, as expected. Take both friendly and
real interface name into consideration.

78670b63 09/11/2017 08:02 PM Renato Botelho

Merge pull request #3763 from PiBa-NL/20170624-apinger-initialize

aec3a259 09/11/2017 05:44 PM Jim Pingle

Add a field to pick a digest algo when signing a CSR, otherwise it ends up with SHA1. Fixes #7853
While here, add the cert serial number and sig digest type to the info block for each cert.

e9034b15 09/04/2017 02:01 PM Renato Botelho

Remove /root/force_growfs after use it

ff500c90 08/30/2017 06:07 PM Jim Pingle

Use the full CA chain when sending an LDAP SSL query. Fixes #7830
While here, fix a couple more ldap_start_tls() calls that need a preceding @.

ca44a37c 08/30/2017 12:14 PM Steve Beaver

Restore bad username or password message

b2c7a79c 08/29/2017 02:27 PM Jim Pingle

Don't print a PHP error if LDAP STARTTLS fails.

fc319749 08/24/2017 03:52 PM Jim Pingle

Bump config revision, fix comment. Ticket #7809

79ccd1f2 08/24/2017 03:11 PM Jim Pingle

Setup upgrade code for wireless interfaces to the new format needed for 2.4, and switch rc.bootup so the config upgrade happens before a mismatch test, otherwise we can't fix this type of situation. Fixes #7809

61a8cc10 08/23/2017 12:54 PM Jim Pingle

Correct typo. Fixes #7802

bad77fc0 08/21/2017 03:37 PM Jim Pingle

If the user chose to have DDNS Hostnames forced, respect that in the backend code for static map IPv6 hosts. Fixes #7324

2e6e11f4 08/21/2017 11:49 AM Renato Botelho

Add French to GUI

d1c9e8f9 08/18/2017 01:38 PM Renato Botelho

Bump to 2.4.1-DEVELOPMENT

ea4f7b62 08/17/2017 05:30 PM Renato Botelho

Add Polish to GUI, it's over 75% complete

3e30b953 08/16/2017 06:38 PM Renato Botelho

Merge pull request #3795 from PiBa-NL/20170808-hfsc-no-prio

2f3ea7ab 08/16/2017 06:38 PM Renato Botelho

Merge pull request #3799 from marjohn56/Unbound-start-delay

866e537d 08/16/2017 02:03 PM Renato Botelho

Do not use reference to avoid losing data

f6b65ad8 08/16/2017 02:03 PM Renato Botelho

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

38c763aa 08/16/2017 02:03 PM Renato Botelho

Fix indent/space

acaafa7f 08/16/2017 02:03 PM Renato Botelho

Check if specific config upgrade code already ran and skip it

4ed2e462 08/16/2017 02:03 PM Renato Botelho

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

e0e922da 08/15/2017 06:26 PM Renato Botelho

Refresh cache every 2h when using GUI

987865d1 08/15/2017 06:26 PM Renato Botelho

Make sure pfSense-upgrade return code is obtained instead of tail's one

569e55ae 08/15/2017 06:26 PM Renato Botelho

Unset workaround used to set cronjob on 2.3.x

1f3ca824 08/15/2017 05:34 PM Steve Beaver

Converted thermal sensor widget to use central refresh system

0e78c2f5 08/14/2017 06:16 PM Jim Pingle

Put the FQDN first in /etc/hosts to make dnsmasq happy when reverse resolving hostnames. Make a special exception for localhost. Fixes #7771

fde09aa8 08/14/2017 02:38 PM Steve Beaver

Revise error page to comply with login page style

ba969e67 08/12/2017 05:36 AM Luiz Souza

Fix a couple of 'route: writing to routing socket: Invalid argument' warnings during the boot.

Use the correct variable and only add the route when the hostname is resolved (if the remote address is a hostname).
route: writing to routing socket: Invalid argument

363a5c4c 08/12/2017 04:21 AM Luiz Souza

Do not run the dpinger when the IPv6 address has the tentative flag even after the timeout.

b76e0bae 08/12/2017 03:55 AM Luiz Souza

Disable the DAD on the stf interface. This prevents the dpinger from start.

429091c8 08/11/2017 12:42 PM Renato Botelho

Update cache when GUI successfully update pkg metadata

474b3a2f 08/11/2017 11:55 AM Renato Botelho

Consider only last output line

881fb186 08/11/2017 06:29 AM Martin Wasley

Some systems - only one that I am aware of, complain that unbound is starting before dchp6 has completed leading to problems, this occurs only on boot.

Further examination did indeed show that the problem is caused by unbound starting before the dhcp6c - RTSOLD - rc.newwanipv6 have completed, making sure that these have all run before unbound is allowed to start corrects the problem....

d4fbf5b7 08/10/2017 10:25 PM Renato Botelho

Speedup get_system_pkg_version() considering only installed packages

e8f8aeb6 08/10/2017 08:26 PM Renato Botelho

Use cache file to show pfSense version information

ca773220 08/10/2017 08:26 PM Renato Botelho

Save pkg update return code

c47f209b 08/10/2017 08:26 PM Renato Botelho

Add a protection to prevent ending up with duplicate crontab entry

3cf5ed75 08/10/2017 01:45 PM Renato Botelho

Sort languages alphabetically (in English)

0ced79ef 08/10/2017 01:44 PM Renato Botelho

Add Dutch to GUI, it's over 75% complete

b58c1588 08/10/2017 01:31 PM Renato Botelho

Run rc.update_pkg_metadata in background when repository changes

e506cc8a 08/10/2017 01:09 PM Renato Botelho

Make sure pkg metadata is updated at least once daily. It will be used to speedup GUI parts related to pkg update

ec922197 08/09/2017 01:24 PM Steve Beaver

Revise upgrade script to insert support widget at the top of column 2
Add old support widget to obsolete files list

41799195 08/08/2017 07:07 PM Pi Ba

shaper, hfsc cannot use priority, as such don't show the field in the webgui.
Also for the other shapers 0 is a valid priority
While fairq causes a error loading rules with a priority above 7 so prevent that.

2306b30e 08/07/2017 03:04 PM Steve Beaver

Update config version

4918554d 08/07/2017 03:01 PM Steve Beaver

Fix upgrade 166 to 167 script

43b3e9c3 08/04/2017 07:32 PM Steve Beaver

Force the support widget to show when a user upgrades to this version

f48b3573 08/04/2017 02:15 PM Renato Botelho

Remove .empty files from trusted/revoked directories

b8047a1f 08/03/2017 04:20 PM Jared Dillard

change login page logo to svg

d08c1387 08/01/2017 03:40 PM Jim Pingle

Fix VLAN Priority set pf syntax. Fixes #7744

c71df82d 07/31/2017 08:32 PM Renato Botelho

Merge pull request #3762 from PiBa-NL/20170624_gatewayalarm_log

f3d3a023 07/31/2017 08:32 PM Renato Botelho

Merge pull request #3535 from fernsehkind/Redmine1629

9b18dc1b 07/31/2017 08:01 PM Renato Botelho

Add pt_BR back to GUI since it's over 75% complete

23273a9b 07/31/2017 07:38 PM Renato Botelho

Merge pull request #3773 from PiBa-NL/20170703-ipsec-sleep-lock

40f2618c 07/31/2017 07:36 PM Renato Botelho

Merge pull request #3761 from marjohn56/master

8d478177 07/31/2017 07:34 PM Renato Botelho

Merge pull request #3788 from znerol/feature/master/bridge-ipv6-auto-linklocal

39194387 07/31/2017 07:33 PM Renato Botelho

Merge pull request #3770 from hamnur/master

58a185ae 07/28/2017 07:05 AM Martin Wasley

dhcp6c Advanced Config prefix interface

Currently, when using dhcp6c advanced configuration the prefix interface is WAN, this is not very useful!

The changes here allow the user to select the interface that the PD will be applied on..

b7331383 07/27/2017 04:18 PM Martin Wasley

Add Option to use static IPV6 over v4 parent ( PPPoE

A new option when setting a v6 static on the WAN to allow the connection to use the V4 interfaces i.e. PPPoE

e14c441b 07/26/2017 01:44 PM Renato Botelho

Make rules that deal with IP+MAC pairs to be layer2 only

f6e6ff31 07/25/2017 06:55 PM Renato Botelho

Restore calls to pfSense_ipfw_table_zerocnt(), it's fixed now

f4c867e0 07/25/2017 05:10 PM Renato Botelho

Remove unused parameters

5f6825bb 07/25/2017 05:08 PM Renato Botelho

Do not associate IP and MAC on down table

75395abf 07/25/2017 05:04 PM Renato Botelho

Fix syntax

fa6ae0ea 07/25/2017 04:56 PM Renato Botelho

Remove leftover debug

3c4fcd5b 07/25/2017 04:47 PM Renato Botelho

Ressurrect nomacfilter option on CP now IPFW supports combined tables with IP and MAC address

b060e08c 07/25/2017 02:53 PM Lorenz Schori

Add support for IPv6 AUTO_LINKLOCAL flag on bridge interfaces

b40b4a3e 07/25/2017 12:04 PM Renato Botelho

Re-introduce Captive Portal statistics

ee8e4e73 07/17/2017 12:48 PM Steve Beaver

Prevent iOS auto-capitalization on username field

376e6f67 07/17/2017 12:14 PM hamnur

Use attribute rekey_enable as usual but optionally allow to set margintime if rekeying is not disabled

c21d913d 07/17/2017 11:59 AM Steve Beaver

Change login page links to absolute paths

782453b4 07/14/2017 06:46 PM Jim Pingle

Use an alternate method to stop unbound and fix #7326

cc9b0f76 07/14/2017 01:55 PM Jim Pingle

If a client address is in the webConfiguratorlockout table, do not allow them to access the GUI. Print an error and kill their states. Ticket #7693
Extra check to be sure that an existing open state cannot bypass lockout controls.

7683e057 07/14/2017 10:36 AM hamnur

Merge branch 'master' of https://github.com/hamnur/pfsense into HEAD

e18ddb38 07/14/2017 09:58 AM hamnur

Hide margintime if rekeying is disabled

2c3b9ac5 07/14/2017 12:17 AM Jim Pingle

Fix typo

ea7b8b00 07/13/2017 06:59 PM Renato Botelho

Merge pull request #3771 from PiBa-NL/20170701-cron-fix

d991f97b 07/13/2017 06:58 PM Renato Botelho

Merge pull request #3772 from PiBa-NL/20170703-boot-config-check-message

40c09b6d 07/13/2017 06:56 PM Renato Botelho

Merge pull request #3782 from PiBa-NL/20170712-nat-configure-skip-no-dest

4541f84d 07/13/2017 04:37 PM Jim Pingle

Restructure how unbound zone data is written to fix processing of "redirect" zone entries. Fixes #7690
Also corrects some other misc issues for formatting of zone data.
While here, add an option, not exposed in the GUI, for users to get the previous behavior of defining short names for hosts.

5a8a8bbe 07/12/2017 08:16 PM Pi Ba

nat, portforwards should not make up a new destination information when a configured dhcp interface does not currently have an address.

fixes: https://forum.pfsense.org/index.php?topic=127585.msg733528#msg733528

f49ef559 07/10/2017 02:36 PM Jim Pingle

Fix OpenVPN Auth Digest Algorithm selection so it does not use duplicate/alias names in the list, and fix existing entries on upgrade so they use the actual digest name and not an alias.

2504e3f1 07/07/2017 09:07 PM Jim Pingle

Fix CA reference so serial increases properly. Remove variable for feature that didn't work out. Ticket #7527

5764c363 07/06/2017 06:27 PM Renato Botelho

Stop using pecl-ssh2

0c82b8c2 07/06/2017 05:30 PM Jim Pingle

Restructure how certificate types and SANs are handled in the cert manager when making a Cert/CSR/Signing, so each section can properly use the controls without duplicating. It is now possible to add SANs and EKUs to certificates when signing using the certificate manager. Fixes #7527 and also Fixes #7677...

eb3435be 07/06/2017 12:27 PM Robbert Rijkse

Removed MSS clamping exclusions