Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
237e70c2 05/31/2016 11:50 AM Renato Botelho

Improve readability

7eea2e5f 05/31/2016 11:01 AM Renato Botelho

Do not call gettext() for the string used to match the place in file to start rewriting it

8ed54652 05/28/2016 02:24 AM Chris Buechler

Use 0 here if specified. Ticket #6413

da88bf48 05/25/2016 12:30 PM NOYB NOYB

Fix this missed one.

(cherry picked from commit f42ef69ab518237260a2e129cbdf391549c003ad)

1dbdf228 05/25/2016 12:30 PM NOYB NOYB

Firewall / Aliases / Edit - New URL Table Alias Type

Make the code cleaner and easier to follow by using the same alias type designations as config.

(cherry picked from commit ebe833f6a9463b0e4add1d97c360af4a682d1add)

288d095f 05/25/2016 12:29 PM NOYB NOYB

Firewall / Aliases / Edit - New URL Table Alias Type

Need to pass alias type to process_alias_urltable() function when creating a new url table alias because it is not yet set/available from config. So the alias_get_type() function can't be successfully used yet....

45859aae 05/24/2016 11:32 PM Chris Buechler

Lower default LDAP timeout to 5 seconds. Idea from Sandeep1991 in PR 2971. Ticket #6367

16bcd358 05/24/2016 08:47 PM Chris Buechler

Set PHP's memory limit to 512M on 64 bit. Ticket #6364

608c78e1 05/24/2016 10:47 AM NOYB NOYB

URL Table (Ports) File Comments

Fix for Bug #6395 that keeps full line comments of the downloaded file but strips them for the pf rules load.

(cherry picked from commit e7e1e514607e7b017e5407326cfd7ddb439963d0)

c8009eee 05/20/2016 02:41 PM NewEraCracker

Remove calls which rely in uninitizalized vars

After analyzing implementations in RELENG_2_1 and RELENG_2_2, this code seems to be a left over after code rewrite

Also remove a trailing space from comment

(cherry picked from commit 0120cad84ea4dddd0c1501ecb41f2a082ea1e7d9)

7f1349f7 05/20/2016 02:38 PM TechSmurf

Add freeDNS v6 support

FreeDNS IPv6 support confirmed working using same method as v4 with v6 source address. Simple second service with _useIPv6
(cherry picked from commit ac16181a2cfefec293e0562a7bfe8e2f7140e191)

52665e3d 05/20/2016 02:38 PM TechSmurf

Add menu item for freeDNS v6
(cherry picked from commit d102e2d5d3f238fa4f35a1d935366a2e6153804e)

adc90ad9 05/20/2016 02:27 PM SilvioGiunge

Removed global variables used on the version 2.2

(cherry picked from commit d4af7f9e4a332278a80ba2a9c56df2064dc579d9)

170fbb18 05/16/2016 11:39 AM Phil Davis

Customize limiter info message

The $dn_default_shaper_msg is what is displayed on the Limiters tab. It needs to talk about "limiter" rather than "queue".
This code builds up each message using the same base template sentences, inserting "queue" or "limiter" in the appropriate place....

0876ed6c 05/16/2016 01:34 AM Chris Buechler

Fix script name in error log

223ebd3f 05/16/2016 01:32 AM Chris Buechler

Fix misspellings.

a23600ef 05/13/2016 01:22 PM Chris Buechler

Disable ipcomp regardless of config setting to avoid problem. Ticket #6167

535634e5 05/13/2016 12:03 PM Chris Buechler

Silence mwexec output. Now that the groupdel actually works, it spams the log when group isn't found. Ticket #6352

361b388b 05/13/2016 06:30 AM k-paulius

Unbound and dnsmasq can both be enabled so restart both if need be

3ded329e 05/13/2016 05:44 AM Chris Buechler

Fix scope for IPv6 link local gateway IPs. Ticket #6353

857f3490 05/13/2016 05:34 AM Chris Buechler

Handle link local IPv6 gateways and default gateway switching correctly. Ticket #6258

b460c43b 05/13/2016 03:40 AM Chris Buechler

Don't start unbound in track6 config if system is booting. Add dnsmasq here as well. Based on PR 2943. Ticket #6186

cd227001 05/13/2016 03:20 AM Chris Buechler

Use -g with groupdel when passing a GID. Ticket #6352

26c7100b 05/12/2016 10:52 AM Renato Botelho

Fix #6278

$cpzone is always in lowercase, it's used as the array key used in
config.xml. Use it in two cases where the $cp['zone'] was being wrongly
used:

- To find out zoneid
- To replace PORTAL_ACTION url

78012791 05/12/2016 09:31 AM Chris Buechler

Store notices safely to prevent potential XSS when notices are displayed locally or by remote systems where they're shipped. Ticket #6154

4458ed6b 05/12/2016 07:09 AM Chris Buechler

Fix package_reinstall_all post-upgrade when packages have been removed in pre_upgrade. Ticket #6137

807e3bfc 05/11/2016 10:07 PM NewEraCracker

Tweak upgrade - Remove unused code and document changes better

This will ensure a smooth upgrade for those running config 15.4 to any next version.

6c6e8e34 05/11/2016 09:33 PM Chris Buechler

Prefer index.php over index.html where both exist.

24d2e482 05/11/2016 06:36 PM Renato Botelho

Only execute remote search operation on first call of get_pkg_info(), this should fix #6177

538a3c04 05/11/2016 05:29 AM Chris Buechler

Revert "Add config upgrade code to update package names. Ticket #6118"

This reverts commit 291fad43870bdb39ef0ab32125b022e268a29cf7.

381b8f1c 05/11/2016 03:55 AM Chris Buechler

Check for is_array here to avoid possible issues if the config.cache is invalid. Adapted from PR 2925

65aac79d 05/09/2016 01:29 PM Renato Botelho

A simple fix for #6120

- Retire system_console_configure()
- Replace above call on rc.bootup by setup_serial_port()

96ca32a2 05/08/2016 08:14 AM Chris Buechler

Update L7 config upgrade code removal. Only file notice if it was actually in use, otherwise it just confuses people.

297ace66 05/08/2016 08:11 AM Chris Buechler

Add config upgrade code to update package names. Ticket #6118

885af75c 05/07/2016 07:08 PM NOYB NOYB

Miscellaneous Textual Correction - Firewall / Shaper

(cherry picked from commit c3ebf3470402080bbddb709325611e7120eb3c0f)

413a52a0 05/07/2016 05:43 PM Stephen Beaver

Workaound fixes #6320

(cherry picked from commit d1c57eb8e1699f36a3ccda53cef2e28b10eeca92)

9fabe2c7 05/06/2016 11:46 PM Chris Buechler

Bump net.inet.raw.recvspace and net.inet.raw.maxdgram by default. Ticket #6223

96860e98 05/06/2016 04:52 AM Chris Buechler

Only try to chown files that still exist. Ticket #6131

e4ea0073 05/05/2016 07:15 AM Chris Buechler

This was right to begin with. Revert "Allow uppercase letters in is_unqualified_hostname as well."

This reverts commit 3d5fb131796ba6d9c5d53efe77080d7ddb334f22.

3d5fb131 05/05/2016 06:03 AM Chris Buechler

Allow uppercase letters in is_unqualified_hostname as well.

23cc8797 05/04/2016 12:16 PM George George

Bug fixes to Route53 DynDNS

Fixed a bug regarding a leading space in $ZoneID that causes an AWS 505 error. Also adds support for updating DNS if TTL changes.
(cherry picked from commit a4bda7563136a7b47a1d090cededdb1b1a076019)

7a5ab9e2 05/04/2016 08:44 AM Chris Buechler

Skip ro mounting to make nanobsd permanent rw mode regardless of config. Ticket #6184

3d3c8094 05/03/2016 08:09 PM Renato Botelho

Show patchlevel together with product version on banners and system information widget

4057a153 05/03/2016 07:07 PM Jim Pingle

Ensure $nat_if_list is always an array before it is used as one. Fixes #6307

ef885517 05/02/2016 11:39 PM Chris Buechler

Bump net.raw.recvspace and sendspace defaults. Ticket #6223

a18a67d7 04/29/2016 09:29 PM Stephen Beaver

Fix extrat return statement

(cherry picked from commit 09c7fae46d2757815c1e4e5ead7c9896783e7013)

a07d27e5 04/29/2016 07:00 PM Renato Botelho

Fix #6137:

- Uninstall all packages on current system before upgrade using
pre_upgrade_command script
- Create a file containing all packages previously installed and
reinstall them on first boot after upgrade

17b31252 04/29/2016 07:00 PM Renato Botelho

Test for internet connection 3 times trying to reinstall packages after upgrade or config restore. Fixes #6180

96bf55d9 04/29/2016 01:20 AM Chris Buechler

Omit local identifier for mobile PSKs. Ticket #6286

d72e6feb 04/28/2016 12:34 PM Phil Davis

Provide better messages for invalid alias name errors

(cherry picked from commit e1f5381f4ecae20922a379b75820af1c9e57927e)

a32867f5 04/27/2016 10:41 PM Renato Botelho

Reduce values of FETCH_TIMEOUT and FETCH_RETRY to help ticket #6177

a39e519b 04/23/2016 09:33 AM Phil Davis

Don't foreach unless it's an array. Ticket #6142

Similar thing to https://github.com/pfsense/pfsense/commit/13dab3538fe8b6c1688142c89a017520ad0aaac6 should be done here in upgrade_130_to_131()

ae568465 04/23/2016 08:40 AM Chris Buechler

Use leftsendcert=always where leftcert is defined. Ticket #6082

df5c2c73 04/23/2016 07:52 AM Chris Buechler

Add Hyper-V support to system_identify_specific_platform, and disable S.M.A.R.T. actions in Hyper-V guests. Ticket #6147

fe86a663 04/23/2016 06:33 AM Chris Buechler

fix indent on dhcpdv6 sntp-servers

4ff83670 04/22/2016 08:04 AM Chris Buechler

Prevent configuring the same parent and VLAN ID multiple times. Ticket #6183

a81deb39 04/22/2016 06:34 AM Chris Buechler

Add config upgrade code for CARP IPs on gateway groups, GRE and gif. Ticket #6222

1d616571 04/22/2016 05:40 AM Chris Buechler

Don't foreach unless it's an array. Ticket #6142

c9d58166 04/22/2016 05:02 AM Chris Buechler

Update VIPs CARP parent on upgrade. Ticket #6164

5ec65699 04/22/2016 04:39 AM NOYB NOYB

Rebase / Update config version.

8925db61 04/22/2016 04:39 AM NOYB NOYB

Periodic RRD & DHCP Leases RAM Disk Backup

Remove these cron jobs on full install if not using ramdisk.

6ecf66a9 04/21/2016 08:23 AM Chris Buechler

Switch domain overrides from stub-zone to forward-zone. Ticket #6065

23a6f29b 04/20/2016 12:00 PM Stephen Beaver

Comment out no longer used function. Remove after next release.

(cherry picked from commit 69b8328d8596392d9d6049f304dd6da6ecbe1622)

af69e4d6 04/20/2016 11:53 AM Phil Davis

Add checks in case there are dpinger param problems

in 2.3 installations that were upgraded from 2.2.* when the apinger to
dpinger params conversion code in upgrade_130_to_131() was not so good.

(cherry picked from commit f8f2eae491ac44ac5cdbd1fd3d38d7c2c36f48f8)

b4afe9df 04/19/2016 07:10 PM Jim Pingle

Setup HTTP_PROXY environment variable for pkg when it's called from the GUI and also for pfSense-upgrade

ab2f9684 04/19/2016 12:08 PM Phil Davis

Escape username before use in CP SQL

A maybe "better" version to try.
(cherry picked from commit 0a02fc5eefb265e0684d4447bf0a7c2a9687a188)

a2c12f5d 04/19/2016 12:03 PM Phil Davis

Handle single quotes in user names for CP

Forum: https://forum.pfsense.org/index.php?topic=110243.0
This is a trial - make sure it really works before committing.
(cherry picked from commit 6fb36cdd74dd005a9a2bc799889978b4897e6dcf)

0503e477 04/19/2016 12:00 PM Ben Cook

Fix trivial GUI typo.

TRB should be TBR for "Token Bucket Regulator".
(cherry picked from commit e643627c833ce12fa00a682c66929aaad95760eb)

bf1a013f 04/18/2016 03:42 PM NOYB NOYB

Alias Tables RAM Disk Store

If ramdisk is enabled keep a copy of the alias tables to restore at boot time. Otherwise unpredictable behavior may occur due to some aliases not being available when the firewall rules load.

Because alias tables are typically somewhat static, the following strategies are employed to keep write cycles to a minimum for SSD and flash drive type devices friendliness....

0e9cb2ab 04/18/2016 03:38 PM Phil Davis

Fix #6187 Handle Growl IP Address problems

(cherry picked from commit 642c6023fea2957bb646b1290371ead508f5cc67)

c228156f 04/18/2016 03:14 PM Jim Pingle

Trim the OpenVPN tunnel network before use, and on save. Fixes #6198

5887788f 04/15/2016 07:41 PM Stephen Beaver

Fixed #6174

(cherry picked from commit d1db3f366180e8df8042dbeb92fa12e5a661d23c)

e2ddef9e 04/15/2016 08:09 AM Phil Davis

Fix #6142 validate and adjust dpinger params on upgrade

1) The previous "down" value was being converted to msec and put into
"loss_interval". It should go into "time_period".
2) loss_interval must always be at least latencyhigh - make it so if
latencyhigh is big....

721dfedb 04/15/2016 07:12 AM Chris Buechler

Unset dhcpdv6 on LAN here as well. Ticket #6152

82ea06cb 04/15/2016 02:31 AM Chris Buechler

Add lock in vpn_ipsec_configure. Ticket #6160

eb2202c7 04/13/2016 05:59 PM Jim Pingle

Correct OpenVPN upgrade code for topology subnet.

a21fa964 04/13/2016 01:44 PM Phil Davis

Put gateway name and group around the correct way

Redmine #6134
Forum: https://forum.pfsense.org/index.php?topic=109781.0
Originally broken by commit: https://github.com/pfsense/pfsense/commit/d18f3f6e09b86359395cd78db2e19f721818b992
(cherry picked from commit ebcd8a306c3e89ff3767bfaea03320fa211d8429)

9c910527 04/13/2016 01:15 PM NOYB NOYB

Update RRD Script - Comments

Correct units in conversion comments.

(cherry picked from commit 515887c3779519c37465aef55b22c8bd906d6f05)

ff51bd61 04/11/2016 12:25 PM NOYB NOYB

Easyrule Block Firewall Separators Update

Update firewall rule separators positions when adding an easyrule block.

cd34a32b 04/11/2016 12:23 PM Phil Davis

Always use sprintf with log_error

I noticed this while looking at other stuff in notices.inc
If this log_error() call ever happened, it would not have done anything useful.

a16d923f 04/11/2016 12:21 PM NOYB NOYB

Miscellaneous II - Remove Personalizations

Remove "you" personalizations.

b9f7281a 04/11/2016 12:21 PM NOYB NOYB

Miscellaneous - Remove Personalizations

Remove "you" personalizations.

1dd07051 04/07/2016 02:59 PM Jim Pingle

Respect all Class attributes returned by the RADIUS server, not only the last one received. Fixes #6086

100d0f77 04/07/2016 02:10 PM Jim Pingle

Teach get_user_privileges how to retrieve groups from LDAP/RADIUS, and have getUserEntry fall back to a format that will allow it to function. Net result is that now userHasPrivilege() will respect remote groups as well as local groups, which fixes #6088

4422bdca 04/07/2016 12:51 AM Chris Buechler

Deprecate references to modulate state. Remove rule allowing TCP 1723 inbound when PPTP client is in use, as that's unnecessary.

a90f1c9b 04/05/2016 10:50 PM Renato Botelho

Rework the way repo packages work

- Distribute only a single pfSense-repo package containing all templates
- Create a symlink pointing to selected repo
- Do not limit it only to pfSense-repo and pfSense-repo-devel

f36a00f5 04/05/2016 11:56 AM Stephen Beaver

Merge pull request #2838 from phil-davis/patch-5

(cherry picked from commit 4659cb1aad41c7b37f2c456ecd3ab665897e3a9a)

5a758355 04/04/2016 08:40 PM Renato Botelho

Ticket #6053

- Do not call ntpdate before start ntpd, ntpd g parameter is enough
Deprecate /usr/local/sbin/ntpdate_sync_once.sh
- Remove system_ntp_configure parameter and always start ntpd

67c93444 04/04/2016 08:18 PM Renato Botelho

Remove unused function sync_system_time()

1c92c5b1 04/04/2016 01:55 PM Stephen Beaver

Merge pull request #2831 from NOYB/Includes_-_Remove_Personalizations

(cherry picked from commit 7a2c15f527459cc82aadaf23d06895174c008320)

09cacd56 04/04/2016 01:53 PM Stephen Beaver

Merge pull request #2829 from phil-davis/openvpn-widget

(cherry picked from commit 1dae6c0f4184ac72c252fb934d2bfa4fd3a967fe)

c0509674 03/30/2016 04:39 AM Chris Buechler

Bring back rainterface, add config upgrade to convert to new _vip format. Ticket #6043

bdd284c3 03/29/2016 09:16 PM Chris Buechler

fix style

792adb45 03/29/2016 06:23 PM Chris Buechler

Don't modify the group file for scope remote. Ticket #6012

f788b1e2 03/29/2016 06:21 PM Chris Buechler

Rather than renaming groups with spaces, mark their scope as remote. Ticket #6012

88ec4c6f 03/29/2016 05:31 AM Chris Buechler

Merge pull request #2800 from phil-davis/r1

a1ec93a6 03/29/2016 01:17 AM Chris Buechler

Specify the zone in the PORTAL_ACTION URL. Ticket #6037

1cdd354e 03/29/2016 01:14 AM Phil Davis

Add brackets for clarity

Add some extra brackets for clarity, rather than relying on the operator
precedence rules. IMHO this makes it more readable, and no need for the
reader to wonder if anything might go wrong with the operator
precedence.

22752ae7 03/28/2016 10:13 PM Luiz Souza

Set the ALTQ root queue bandwidth.

Whenever possible set it to 1Gb, if the sum of child queues if higher than 1Gb, set it the correct value so we do not break any existing setup.

Ticket #5721

45eeb038 03/28/2016 10:13 PM Luiz Souza

Fix the sum of child bandwidth.

Now percentages are correctly handled.

Remove commented and unused old code supposed to do the same.

Ticket #5721