Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
0bde07b7 04/21/2016 08:22 AM Chris Buechler

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

69b8328d 04/20/2016 11:59 AM Stephen Beaver

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

03172507 04/20/2016 11:52 AM Stephen Beaver

Merge pull request #2872 from phil-davis/dpinger-params-check

a7fcbc1e 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

62487157 04/19/2016 12:07 PM Stephen Beaver

Merge branch 'patch-7' of https://github.com/phil-davis/pfsense

6104bd1c 04/19/2016 12:02 PM Stephen Beaver

Merge pull request #2886 from phil-davis/patch-6

0a02fc5e 04/19/2016 11:55 AM Phil Davis

Escape username before use in CP SQL

A maybe "better" version to try.

6fb36cdd 04/19/2016 11:23 AM 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.

e643627c 04/19/2016 08:18 AM Ben Cook

Fix trivial GUI typo.

TRB should be TBR for "Token Bucket Regulator".

93cbc65f 04/18/2016 09:26 PM Chris Buechler

chmod +x on rc.backup_aliastables.sh. Ticket #6189

bd81781e 04/18/2016 03:41 PM Stephen Beaver

Merge pull request #2878 from NOYB/Alias_Tables_RAM_Disk_Store

f14d5d5e 04/18/2016 03:37 PM Stephen Beaver

Merge pull request #2877 from phil-davis/dns_get_record

966cdb43 04/18/2016 03:15 PM Jim Pingle

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

642c6023 04/17/2016 07:23 AM Phil Davis

Fix #6187 Handle Growl IP Address problems

03afdafa 04/17/2016 07:18 AM 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....

fff3fe89 04/16/2016 01:29 AM Jose Luis Duran

Fix sshd can't load key log spam

Closes [6143](https://redmine.pfsense.org/issues/6143)

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

Fixed #6174

f8f2eae4 04/15/2016 11:55 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.

69ac0a88 04/15/2016 08:09 AM Chris Buechler

Merge pull request #2869 from phil-davis/dpinger-upgrade

bb213758 04/15/2016 07:12 AM Chris Buechler

Unset dhcpdv6 on LAN here as well. Ticket #6152

c520e3e3 04/15/2016 02:30 AM Chris Buechler

Add lock in vpn_ipsec_configure. Ticket #6160

8e0d30ed 04/14/2016 08:16 PM Renato Botelho

Add table.css to Obsoleted files list

21300959 04/14/2016 01:56 PM 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....

ccefcb00 04/13/2016 06:00 PM Jim Pingle

Correct OpenVPN upgrade code for topology subnet.

ebcd8a30 04/13/2016 01:35 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

515887c3 04/13/2016 10:18 AM NOYB NOYB

Update RRD Script - Comments

Correct units in conversion comments.

52563f5d 04/11/2016 12:20 PM Stephen Beaver

Merge pull request #2861 from NOYB/Easyrule_Block_Firewall_Separators_Update

32e114db 04/11/2016 12:17 PM Stephen Beaver

Merge pull request #2857 from phil-davis/patch-6

c76c5c25 04/11/2016 12:15 PM Stephen Beaver

Merge pull request #2853 from NOYB/Miscellaneous_II_-_Remove_Personalizations

92272605 04/11/2016 07:03 AM NOYB NOYB

Easyrule Block Firewall Separators Update

Update firewall rule separators positions when adding an easyrule block.

6d44231f 04/10/2016 01:59 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.

34ee6639 04/09/2016 07:47 AM NOYB NOYB

Miscellaneous II - Remove Personalizations

Remove "you" personalizations.

af3cc7d6 04/08/2016 07:19 AM NOYB NOYB

Miscellaneous - Remove Personalizations

Remove "you" personalizations.

de331d8e 04/07/2016 07:20 PM Renato Botelho

Do not try to register pre-installed packages on read-only media

461bae6b 04/07/2016 02:58 PM Jim Pingle

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

0ef6fddc 04/07/2016 02:08 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

dfaaa729 04/07/2016 12:50 AM Chris Buechler

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

06ac4c7f 04/06/2016 05:45 PM Chris Buechler

Clarify log when skipping v6 bogons update.

43cbe855 04/06/2016 10:30 AM Renato Botelho

Use PHP cli to silence output garbage

db8621d8 04/05/2016 10:54 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

(cherry picked from commit a90f1c9b12c4d31ea845fa04188e599ba28dbaf1)

adb56dbd 04/05/2016 12:25 AM Phil Davis

Remove "we" personalizations from config.console.inc

I changed "we" to "the system" - if someone thinks so, it could be changed to "pfSense" or $g["product_name"]\
If you want to do something different to what I did here, then feel free to close this and make the required changes.

2dced82f 04/04/2016 08:50 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

(cherry picked from commit 5a758355ec9a20ff75c9191b6915df64255fb8be)

54d83630 04/04/2016 08:19 PM Renato Botelho

Remove unused function sync_system_time()

(cherry picked from commit 67c934440521e8081d90850f4a10a40e82603db3)

7a2c15f5 04/04/2016 01:54 PM Stephen Beaver

Merge pull request #2831 from NOYB/Includes_-_Remove_Personalizations

530e4707 04/04/2016 07:05 AM NOYB NOYB

Includes - Remove Personalizations

Remove "you" personalizations.

1aa20aa3 04/02/2016 01:37 PM Phil Davis

Remove dead note from OpenVPN widget

This note is never going to display, because $DisplayNote is only set in
a function and is not global.
In any case, I don't think the message is true (maybe it was true in the
past?).

90d036dc 03/30/2016 05:25 PM Renato Botelho

Bump master version to 2.4-DEVELOPMENT

fcac6e87 03/30/2016 04:58 AM Chris Buechler

Bring back radvd start/stop to carpmaster/backup. Ticket #6043

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

7ec892af 03/29/2016 05:30 PM Renato Botelho

Revert part of 475f0b6db committed by accident

14dd1631 03/29/2016 03:42 PM Renato Botelho

Stop processing when find it

475f0b6d 03/29/2016 03:42 PM Renato Botelho

Add missing PHP modules, it should fix #6041

332ea4dd 03/29/2016 03:42 PM Renato Botelho

Simplify logic

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

884914ce 03/28/2016 08:12 PM Renato Botelho

Implement system_get_serial()

98b9c304 03/28/2016 08:12 PM Renato Botelho

Remove dead code

042326a3 03/28/2016 06:52 PM Renato Botelho

Identify specific hardware models of some Netgate products

24d4fdde 03/28/2016 06:48 PM Renato Botelho

Rename variable to a name that make sense

205ae110 03/28/2016 01:08 PM Jim Pingle

Unset this as well, or else it spams the log needlessly (no actual problem). Fixes #6034

2f004405 03/27/2016 06:48 AM Chris Buechler

Don't log 404s for captive portal. Ticket #6027

66d78ebc 03/25/2016 05:06 AM Phil Davis

Do not allow empty elements in IPv6 addresses

Redmine #6024
Upstream pull request https://github.com/pear/Net_IPv6/pull/14
At this point in the checkIPv6 processing the string should be an uncompressed IPv6 addressed - all the elements should have something in them, a "0" if that element is zero. So any zero-length element is a problem.

4bf6e70f 03/24/2016 09:14 PM Luiz Souza

Disable the check of subqueues bandwidth until it is fixed.

Ticket #5721

21b1367f 03/23/2016 04:59 PM Luiz Souza

Pass the correct variable to get_interface_bandwidth(). Fixes the boot crash reported by JimP.

Spotted by: Jorge Oliveira
Ticket #5721

1558a4be 03/23/2016 04:55 PM Jim Pingle

Fix display of gateway IP address and gateway/group descriptions in firewall_rules_edit.php.

ab824cde 03/23/2016 01:57 PM Jim Pingle

Band-aid to stop this from breaking the firewall. Ticket #5721

8d659bf1 03/23/2016 07:05 AM NOYB NOYB

HTML Compliance - Vertical Align

pkg.php and functions.inc

8557d323 03/23/2016 05:40 AM Chris Buechler

Add paren here for clarity, suggested by Phil Davis.

2638ddec 03/23/2016 04:19 AM Luiz Souza

Force the existence of bandwidth on root queue.

If the bandwidth is not set the speed of root queue is set by media status.

In this case a ruleset which contains queues with speeds higher than 100Mb/s will fail to be loaded when the root interface is connected to a fast ethernet port (100Mb/s) - but works fine on a gigabit ethernet port....

af85fb0c 03/22/2016 07:57 PM Chris Buechler

Remove ssl_stapling. Ticket #6020

4cae2cbc 03/22/2016 05:42 PM Jim Pingle

Re-run priv script to pick up changes.

630326d4 03/22/2016 11:56 AM Renato Botelho

Detect default config flavor

5f18e743 03/22/2016 07:14 AM NOYB NOYB

HTML Compliance - Captiveportal

Text Align & Background Color

54bbb646 03/22/2016 02:44 AM Chris Buechler

Don't log to filter.log when local logging is disabled. Ticket #6018

a337e809 03/22/2016 12:47 AM Chris Buechler

Have recovery mode go to a shell as intended.

593697e4 03/21/2016 07:32 PM Renato Botelho

Read return code from right command

d3f3b75f 03/20/2016 05:16 AM Chris Buechler

If there was a group with a space, delete all the user-defined groups before hitting local_sync_accounts so pw doesn't get hung up. Ticket #6012

7227efd6 03/20/2016 03:30 AM Chris Buechler

Merge pull request #2766 from jlduran/nginx-ssl-parameter-on-listen-directive

7cb01159 03/19/2016 10:06 PM Chris Buechler

Check whether group exists using GID rather than name. Users can change the name, but not the GID. Check return code of pw for whether group exists. Ticket #6013

e5ef7ae2 03/19/2016 09:16 PM Chris Buechler

Save changes to config in 148 config upgrade. Ticket #6012

1a2d6d34 03/19/2016 05:30 PM Stephen Beaver

Ensure replacement group name is unique

8e2090a1 03/19/2016 03:03 PM Jose Luis Duran

Cleanup nginx configuration file

- Fix indentations
- Use the `ssl` parameter of the `listen` directive [1]
- Change the rewrite rule to use the recommended syntax [2]

[1]: http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl
[2]: http://nginx.org/en/docs/http/converting_rewrite_rules.html

b76cc978 03/19/2016 01:56 PM Stephen Beaver

Fixed #6012
Config upgrade function replaces space with underscore in group names

3401dbe2 03/17/2016 09:56 PM jeroen van breedam

fix rrd error on boot

Seems to be a copy/paste error remain from when i initially created the dhcpd rrd thingy. Just noticed this now ;)

Mar 17 22:33:34 php-cgi rc.bootup: The command '/usr/bin/nice -n20 /usr/local/bin/rrdtool update /var/db/rrd/opt3-dhcpd.rrd N:U:U:U:U:U:U:U:U' returned exit code '1', the output was 'ERROR: /var/db/rrd/opt3-dhcpd.rrd: found extra data on update argument: U:U:U:U:U'

18e7bc46 03/17/2016 04:42 PM Stephen Beaver

FIlebrowser package moved to vendor direcroty

8ed6b8e3 03/17/2016 04:27 PM Stephen Beaver

Relocated tree directory to vendors/tree

32b52cce 03/17/2016 09:39 AM NewEraCracker

Update file_exists check to full path as done in other files

b4738ddc 03/17/2016 08:55 AM NewEraCracker

Fix CSS paths missed by 9d1be24ef72c0c27fe7a297bf79ec5e4f552a390

a6caf5f5 03/16/2016 10:34 PM Jared Dillard

remove extra slash

f0c5e7c1 03/16/2016 10:22 PM Jared Dillard

point css files to the new location

a22d5c92 03/16/2016 09:05 PM Jared Dillard

remove old depricated location

9d1be24e 03/16/2016 07:25 PM Jared Dillard

organize assets and put 3rd party into vendor folder

1c981897 03/16/2016 07:19 PM Renato Botelho

Remove workaround introduced in a2febf9a0. It reduces download timeout to 10s and break update from 2.2 to 2.3

a948633c 03/16/2016 07:19 PM Renato Botelho

Add an option to define extra env vars to pkg_call() and pkg_exec()