Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
49aec489 02/28/2015 05:24 PM Phil Davis

Code style for pkg-utils

139deffb 02/27/2015 02:35 PM Renato Botelho

Merge pull request #1524 from phil-davis/Code-Style-Guide-Interfaces-inc

e59410d5 02/27/2015 01:57 PM Renato Botelho

Merge pull request #1523 from phil-davis/patch-2

fd74eeea 02/27/2015 01:36 PM Renato Botelho

Merge pull request #1522 from phil-davis/Code-Style-Guide-etc-inc-f-to-g

cf73302f 02/27/2015 05:28 AM Phil Davis

Code style guide interfaces.inc

This is another big file that has many diffs so Github refuses to
display them. I thought it best to keep doing individual commit-pull for
ones like this.

918bdf0d 02/26/2015 04:39 PM Phil Davis

More style guide changes

In gwlb.inc at line 676 and 779 I added an extra set of brackets. In the
"if" clause as a whole there were a mix of && and || used that were
relying on the PHP standard that && has precedence over ||
In actual fact the original code should have been working fine, the...

e6cbfb65 02/26/2015 03:59 PM Phil Davis

Code style guide changes for filter.inc 2nd version

This is the changes to filter.inc as per the commits in https://github.com/pfsense/pfsense/pull/1521 but done in just 1 clean commit.

a41d910c 02/26/2015 01:26 PM Jim Pingle

Fix type (trime->trim)

ae52d165 02/26/2015 01:12 PM Renato Botelho

Fix indent and remove some unecessary ()

ae3b187a 02/26/2015 12:38 PM Renato Botelho

Merge pull request #1520 from phil-davis/Code-Style-Guide-etc-inc-a-to-e

9c8e788c 02/26/2015 12:37 PM Renato Botelho

Merge pull request #1519 from phil-davis/Code-style-etc-misc

ded7e5bf 02/26/2015 12:28 PM Renato Botelho

Merge pull request #1516 from phil-davis/patch-2

7136682e 02/26/2015 12:25 PM Renato Botelho

Merge pull request #1515 from phil-davis/Style-updates

9ba87997 02/26/2015 08:25 AM Phil Davis

Code Style Guide etc inc f to g

777291a2 02/26/2015 07:36 AM Chris Buechler

remove unused legacy code

95d2d24b 02/26/2015 07:32 AM Chris Buechler

Log ifconfig commands used to setup wireless interfaces

1e0b1727 02/26/2015 05:42 AM Phil Davis

Code style guide etc in a to e

1bfcf6f1 02/26/2015 03:50 AM Phil Davis

Code style guide changes for miscellaneous files

under etc

3d163004 02/25/2015 08:26 PM Ermal Luçi

Put the bits to use the new reset utility

7af43cb0 02/25/2015 05:21 PM Phil Davis

interface_netgraph_needed can miss setting found equals true

This routine seems to go looking to see if the passed-in interface is PPP-style. At the end, if it is not PPP-style then it calls pfsense_ngctl_detach.
This foreach loop in its current state will always exit after the first iteration that is not mode "server". But it looks like it should look through all the 'pppoe' entries until it finds the interface or gets to the end....

883096d8 02/25/2015 03:22 PM Ermal Luçi

Ticket #4418 Actually make each entry a clear token to strongswan parser for dns_split

1f3d4db0 02/25/2015 03:19 PM Ermal Luçi

Ticket #4418 make sure the dns_split is separated with spaces rather than space or comma to comply with strongswan requirements.

e1c4a5ff 02/25/2015 03:16 PM Ermal Luçi

Ticket #4418 Make the DNS names attr 28675 space separated as identified by Jeffrey Dvornek

e2d700da 02/25/2015 06:26 AM Chris Buechler

remove old, unused code

a8efbde4 02/24/2015 07:58 PM Phil Davis

Minor spacing edits to etc files

e173dd74 02/24/2015 07:23 PM Phil Davis

Code style for etc files

8104c3df 02/24/2015 06:45 PM Renato Botelho

Initialize var and move unset outside the loop

9212eb92 02/24/2015 06:43 PM Renato Botelho

Merge pull request #1495 from k-paulius/fix-dhcp6c-4436

b8b3784f 02/24/2015 11:55 AM Renato Botelho

Merge pull request #1479 from surrural/master

069bb759 02/24/2015 11:24 AM Renato Botelho

Merge pull request #1498 from phil-davis/patch-3

e91f03b4 02/24/2015 10:10 AM Renato Botelho

Merge pull request #1513 from znerol/bug/master/unbound-host-alias-ptr-followup

f29610b0 02/24/2015 09:31 AM Lorenz Schori

Fix PTR records for aliases in host overrides

e0a4147b 02/23/2015 08:00 PM surrural

Add support for DNSimple (dnsimple.com)

c19250a5 02/23/2015 08:00 PM surrural

Update dyndns.class

e29543d6 02/23/2015 08:00 PM surrural

Add support for DNSimple (dnsimple.com)

916d683e 02/23/2015 08:00 PM surrural

Add support for DNSimple (dnsimple.com)

8252ccfa 02/23/2015 07:28 PM Renato Botelho

Merge pull request #1511 from phil-davis/patch-4

e6daaa3b 02/23/2015 07:05 PM Renato Botelho

Merge pull request #1477 from razzfazz/fix_net_ipv6_compress_all_zeroes_master

3f141c9d 02/23/2015 06:33 PM Phil Davis

Preserve "add routers" value across loop for each interface

Forum: https://forum.pfsense.org/index.php?topic=89302.0

If the user put "none" in the 'gateway' field for the DHCP settings of an interface, that would set $add_routers to false at line 742. Coming around the loop again for a subsequent interface, and going through the else line 744, nothing would set $add_routers back to true (actually back to the value originally calculated at line 461)....

92a33a83 02/23/2015 06:14 PM Renato Botelho

Merge pull request #1496 from stilez/patch-2

545e25fa 02/23/2015 06:01 PM Renato Botelho

Merge pull request #1476 from razzfazz/fix_dns6ip_assignment_for_track6_master

06266c34 02/23/2015 02:30 PM Lorenz Schori

Do not add PTR records for aliases in host overrides

890136d4 02/23/2015 12:17 PM Renato Botelho

Merge pull request #1508 from johnbyronent/master

e5a67d33 02/20/2015 06:42 PM Jim Pingle

Clean up some old, possibly stale, files when restarting php-fpm

e0c1bfd7 02/19/2015 01:52 AM Chris Buechler

add a couple unnecessary bsdinstaller files to obsoletedfiles

0778191e 02/19/2015 01:41 AM Chris Buechler

remove unused dfuife files.

153613e3 02/18/2015 10:57 AM Phil Davis

Handle reverse lookup domain overrides

that match exactly a whole block of private address space.
e.g. if the user has checked "Do not forward private reverse lookups" and also adds adds a domain override that matches a whole block of private address space, such as:...

559c8d3d 02/18/2015 07:57 AM Chris Buechler

Don't hard code harden-referral-path. It defaults to no, so no behavior change, and that setting is unlikely to ever become a default. This allows users to configure an override to enable this option if desired. part of Ticket #4399

065e78b3 02/18/2015 06:38 AM Chris Buechler

Add GUI control for MOBIKE. Hide it when IKEv1 selected. Enable toggling of NAT-T field display so it's on for IKEv1, off for IKEv2. Do same for reauth while here. Ticket #3979

209ba3aa 02/18/2015 04:30 AM Chris Buechler

Wait a bit after sending a TERM to syslogd as in some instances it can take too long to stop, and it fails to restart because it's still running at that point. Add a KILL in case it's still running after that. Ticket #4393

31495068 02/17/2015 05:20 PM Stilez y

Three minor improvements to IP functions

1) Most is_ip***() functions can return 4 or 6 to indicate type of IP, for benefit of calling code (both evaluate to boolean TRUE for backwards compatibility). But is_ipddr() doesn't. Fix is_ipaddr() so it follows same result schema. This saves calling code having to retest same data to determine type....

71383901 02/17/2015 04:13 AM k-paulius

Do not request prefix delegation if no tracking interfaces are setup to
use it. Ticket #4436

3b7f8f83 02/13/2015 08:28 PM Renato Botelho

Unobsolete libpcre.so.1

d72e936f 02/13/2015 06:27 PM Renato Botelho

Merge pull request #1484 from phil-davis/more-text-typos

d17ad7f5 02/13/2015 11:31 AM Ermal Luçi

Surrond the some mobile clients attributes with " ( quote ) to help the strongswan parser identify properly the values. Ticket #4418

0a81c3ab 02/12/2015 10:44 AM Renato Botelho

Unobsolete crypto tools and athstats, ticket #4239

274a531a 02/11/2015 10:59 PM Chris Buechler

DHCPv6 client rules MUST come before bogons. Add a comment that hopefully
sticks out so this stops getting broken. Ticket #3395

eaa89cc6 02/11/2015 08:18 PM Ermal Luçi

Ticket #4390 Return only the subnet bits not the full network in cidr format.

b65de558 02/11/2015 07:29 PM Ermal Luçi

Fixes #4389 The VIP interfaces cannot be assigned since they are just an identification of the VIP for tracking. Consider that when configuring gif/gre. Also on bridges you cannot set a vip interface as its member.

01c155f2 02/11/2015 09:12 AM Phil Davis

Random text typos

and I "corrected" function names that had "_choosen_" in them.
That is not technically an error - function names do not have to be
English words. But it does look nicer to read.

33649526 02/11/2015 09:04 AM Renato Botelho

Merge pull request #1480 from phil-davis/patch-1

c70002be 02/11/2015 09:01 AM Renato Botelho

Merge pull request #1482 from phil-davis/CP-text-typos

079b0e20 02/11/2015 08:59 AM Renato Botelho

Remove unset variable, spotted by phil-davis

2597415b 02/11/2015 07:43 AM Chris Buechler

rrset-cache-size should == 2 * msg-cache-size. Ticket #4367

f416763b 02/11/2015 07:07 AM Phil Davis

Random text typos

that I noticed.

51e76899 02/10/2015 08:08 PM Ermal Luçi

Fixes #4370 Use the curlies to not confuse php

8fa0a534 02/10/2015 07:50 PM Ermal Luçi

Actually fix even the openvpn auth user script with proper checks. I thought this was fixes already!

ed56ce5a 02/10/2015 07:47 PM Ermal Luçi

Fixes #4329, Fix even tls.auth script by using proper isset() test as the fixes for other authentication scripts.

afb38815 02/10/2015 07:41 PM Ermal Luçi

Fixes #4397 Make mtu configuration before the ip address assignment. This fixes the issues of link routes having the wrong mtu configured on them.

02376f6f 02/10/2015 05:50 PM Phil Davis

Check if notification is disabled

in send_smtp_message()
Other packages like arpwatch sm.php and cron job output as reported in forum https://forum.pfsense.org/index.php?topic=88347.0 call send_smtp_message() directly, currently bypassing notification disabled checks. I think those packages [are intended to | should be] respecting the notifications disabled setting. People in the forum certainly expect them to respect this setting....

f7dddc86 02/10/2015 12:10 AM Chris Buechler

also add v6 IPs to hosts in the same manner v4 IPs are added. Ticket #4395

2b704ea9 02/09/2015 11:22 AM Renato Botelho

Merge pull request #1469 from makkbe/master

09c7e42c 02/09/2015 09:49 AM Daniel Becker

fix Net_IPv6::compress() to properly handle all-zeros address

The existing implementation of Net_IPv6::compress produces an empty
string when compressing the all-zeros ("::") address; fix this by
checking for empty return values and replacing them with "::".

8fd42722 02/09/2015 09:48 AM Daniel Becker

add dhcp6.name-servers option with DHCPD-PD regardless of PD length

The existing code only includes a v6 name server IP in the
automatically generated dhcpdv6 configuration for tracking interfaces if
there are additional prefixes that can be delegated on to the next...

2dfe7846 02/05/2015 07:47 PM Chris Buechler

remove CGN from "Block private networks" as it was in 2.0x and earlier
releases since it specifically notes RFC 1918 and CGN is more bogon.
Ticket #4379

bb8a30c2 02/05/2015 07:41 PM Ermal Luçi

Fixes #4381 this was a leftover of the change of zoneids to start from 2.

42c57d69 02/05/2015 10:10 AM Renato Botelho

Merge pull request #1472 from bassebaba/master

8f637a0c 02/05/2015 09:48 AM Renato Botelho

Merge pull request #1455 from xbipin/patch-2

d06f9ebe 02/05/2015 09:41 AM Sebastian Öhman

Use web-gui setting for pap or chap instead of having it hard-coded to chap.

ee874f47 02/05/2015 09:11 AM Bipin Chandra

remove empty values

remove empty values

b997da8b 02/05/2015 05:41 AM Bipin Chandra

upgrade config

upgrade config code so old entries not lost during upgrade

13685ab5 02/04/2015 06:22 PM Renato Botelho

Merge pull request #1470 from phil-davis/patch-1

62657a7f 02/04/2015 05:38 PM Jim Pingle

Fix restartipsec command line script.

68716545 02/04/2015 02:46 PM Ermal Luçi

Fixes #3669 Handle properly recording of the ipv6 interface new ip and do not issues commands that cannot succeed.

1f97f379 02/04/2015 10:14 AM Renato Botelho

In last case, use dmesg.boot do detect ALIX boards when hw.model is not enough

7e36f71c 02/04/2015 09:43 AM Renato Botelho

Silent kenv when smbios.system.product is not present. While here, add VirtualBox to the list of virtualenvs

695b6d08 02/04/2015 02:18 AM Phil Davis

Firmware upgrade script text changes

while I am looking at this, might as well correct these.
No function problems or impact.

197cf433 02/03/2015 07:17 PM McB

Added DynDNS support for GleSYS API (www.glesys.com).

bfcb1e4a 02/02/2015 07:36 PM Ermal Luçi

Allow IPseec clients to properly connect and not stomp over each other. Reported-by https://forum.pfsense.org/index.php?topic=87980.0

5e964cfd 02/02/2015 04:46 PM Ermal Luçi

Properly calculate the 6rd default gateway honoring netmasks other than /32

1c4540dc 02/02/2015 09:01 AM Ermal Luçi

Ticket #4353 fix typo on unset var spotted-by: Phil Davis

2b8353ba 02/02/2015 07:55 AM Renato Botelho

Merge pull request #1459 from PiBa-NL/speedup_is_port

b051f148 02/01/2015 07:33 AM Chris Buechler

need $g here so product_name is set in user agent

87808568 01/31/2015 06:49 PM Ermal Luçi

Fixes #4360 allow marking a connection as responder only, the same behviour as mobile connections

86e1846f 01/31/2015 06:36 PM Ermal Luçi

Fixes #4359 Allow controlling uniqueids

75106235 01/31/2015 01:25 PM Pi Ba

speedup 'function is_port($port)' speed by skipping calls to getservbyname when possible

420fce04 01/31/2015 10:06 AM Ermal Luçi

Fixes #4353 Identify when strongswan.conf needs a reload and restart ipsec service.

955746b0 01/31/2015 09:16 AM Ermal Luçi

Merge pull request #1456 from phil-davis/patch-1

fdf6fcb3 01/31/2015 09:14 AM Ermal Luçi

Fixes #4340 encode username same as with password to avoid issues with special chars.

091195f0 01/29/2015 05:10 PM Phil Davis

Firewall Log does not display logged IGMP packets

If IGMP packets are logged (either pass or block) then parse_filter_line did not set their src and dst IP.
Later in the subroutine, it zapped the filter line because it did not have a src and dst.
This fixes it. Now the IGMP lines in /var/log/filter.log appear on the Firewall Log GUI.