Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5d442949 04/29/2013 02:07 PM Renato Botelho

Add nonewline to end of file to avoid issues when new options are added

ac62a50d 04/29/2013 08:46 AM Ermal LUÇI

Do not force the check to avoid garbling filesystems. Also be specific to check / filesystem and /cf on nano platform since the others will be checked on php code

b4323f39 04/26/2013 06:53 PM Jim Pingle

Add the ability for dnsmasq to selectively respond to queries only on certain IPs and bind to specific interfaces.

e6c49e3d 04/26/2013 05:51 PM Jim Pingle

Add the ability to change the port on which dnsmasq listens.

81448ffa 04/26/2013 05:10 PM Jim Pingle

Show IPv6 link-local IPs as specific sources for ping, traceroute, and port testing.

58897b8c 04/26/2013 08:35 AM Warren Baker

Fix isvm check to match on product

18725085 04/26/2013 07:33 AM Ermal LUÇI

Correct checking status of vhosts-http as submitted by: http://forum.pfsense.org/index.php/topic,61636.0.html

8e78c82c 04/25/2013 11:32 AM Renato Botelho

ipprotocol is inet or inet6

26190b11 04/25/2013 11:30 AM Renato Botelho

Take dynamic6 into consideration too

65cfd0ca 04/25/2013 11:28 AM Renato Botelho

Deduplicate and simplify code

abb87c26 04/22/2013 08:30 PM Ermal LUÇI

Disable apc during bootup since its useless anyway and just consumes memory uselessly

e5b89d37 04/22/2013 08:29 PM Ermal LUÇI

Reload ipsec with dynamic hostnames after bootup that dns is available. Helps: http://forum.pfsense.org/index.php/topic,61301.0.html

6a781df6 04/22/2013 08:27 PM Ermal LUÇI

Make return value of vpn_ipsec_configure() have a meaning when ipsec is enabled. This can be used to detect if there are dynamic hostnames on ipsec policies

e275e98d 04/19/2013 09:09 AM Ermal LUÇI

Seems behaviour of implode does not always produce a correct config so put it on the line to be generated

d97eccf9 04/18/2013 05:28 PM Renato Botelho

Make more strict comparison to avoid type issues when gw name only contain numbers. Fixes #2956

f040882c 04/18/2013 05:28 PM Renato Botelho

Fix whitespace and indent

256e6740 04/18/2013 07:53 AM Ermal LUÇI

Remove newline here

4e9c6dba 04/18/2013 07:51 AM Ermal LUÇI

Rather test uniqueness from the filterdns itself to avoid duplicates

6e99f6b0 04/18/2013 07:45 AM Ermal LUÇI

Do not put hostnames on the generated alias since filterdns will take care of that

c06e4f69 04/17/2013 12:58 PM Ermal LUÇI

Correct issue reported on: http://forum.pfsense.org/index.php/topic,61239.0.html

af4703e4 04/17/2013 08:02 AM ky41083 -

Update rc.firmware

Previous USB patch to add 4MB to partition size calculation was not only not working, but worse, causing dev's to close all related tickets as duplicates when it clearly still needed fixing.

Also, some dev's cited that "the CF install base is so much larger it's not worth breaking". Well, you've already broken it by adding a 4MB buffer for USB, which doesn't work. Either patch it right at 6MB, or completely take out the buffer all together to "fix" CF upgrades again. Why sit on a double broken patch?...

29ad92ab 04/16/2013 06:00 PM Jim Pingle

Don't force/hardcode background color in terminal. See http://forum.pfsense.org/index.php/topic,61131.0.html

fcaa56b1 04/16/2013 12:04 PM Seth Mos

Install Plan B for upgrading the RRD files to the newer format to add IPv6 fields.
We now perform a search and replace on the XML contents to add fields instead of reading the XML into a PHP array.
A conversion with a 2.0 config on a 128MB VM without swap is succesful, needs more testing....

4fdd86a3 04/15/2013 11:37 PM avandeweghe

Add default case when detecting dynamic gateway ip

Add a default to $wancfg['ipaddr'] case for both ipv4 and ipv6 to allow gateway ip to be returned rather then 'dynamic' for an openvpn connection

9b0adf13 04/14/2013 09:09 PM N0YB

Make fc00::/7 private address space exclusion case insensitive

5b431a20 04/14/2013 06:51 PM Renato Botelho

Add a new parameter to return all aliases, including hosts. It fixes #2941

d28cd156 04/14/2013 05:36 PM Renato Botelho

Make fe80: addresses check case insensitive

d62be8b0 04/14/2013 01:41 AM Chris Buechler

point 2.1 to gui21

f11ebed1 04/12/2013 08:04 PM Ermal LUÇI

Not sure why this is part of the bootup process but it shouldn't. Hopefully nothing breaks

36777fe4 04/12/2013 07:56 PM Ermal LUÇI

Use apinger macros to send the gateway name for openvpn and dyndns. Ipsec will reload all of it since its single process

fcb21a7a 04/12/2013 07:55 PM Ermal LUÇI

Take into consideration even an all parameter

afa32fcc 04/12/2013 07:43 PM Ermal LUÇI

Include header here to be safe

de0de382 04/12/2013 07:42 PM Ermal LUÇI

Correct a bit formating here

c653ce27 04/12/2013 07:36 PM Ermal LUÇI

Support even openvpn specifying a gateway group on the interface

58b1112f 04/12/2013 07:35 PM Ermal LUÇI

Provide a function to get all gateway groups a gateway is member of

c447a9fe 04/12/2013 07:22 PM Ermal LUÇI

Optimize a bit interface_gateway_group_member

c44d097f 04/12/2013 07:09 PM Ermal LUÇI

Correct syntax. Also support passing an interface as argument

155362f7 04/12/2013 07:08 PM Ermal LUÇI

Check if the argument is a gateway or an interface

8f10998b 04/12/2013 06:59 PM Ermal LUÇI

Take into consideration the argument passed to the script and reload only related items

ef59836c 04/12/2013 06:19 PM Ermal LUÇI

Run reconfiguration only for changed ip address or dynamic interface

d9ae755d 04/12/2013 06:10 PM Ermal LUÇI

Remove these from here

2159494f 04/12/2013 08:16 AM Ermal LUÇI

Sprinkle some unset to reduce footprint

17640b28 04/12/2013 08:07 AM Ermal LUÇI

Sprinkle some unset to reduce footprint

4b3a2e14 04/11/2013 08:35 PM Jim Pingle

Also ignore 'none' here on the backend to avoid letting previously broken rules mess up the rest of the ruleset.

c1d8c235 04/11/2013 02:12 PM Renato Botelho

Configure static arp inside interface_configure() since it removes all interface addresses and the static arps are removed together. It fixes #2939

57f62cd8 04/11/2013 12:46 PM Ermal LUÇI

Allow traffic initiated from host and without a default route to be sent to a gateway from policy routing.

6bd86189 04/11/2013 11:02 AM rbgarga

Merge pull request #466 from stilez/master

Fix issue in version_compare that can cause versions to be wrongly marked incompatible

f3f7cef4 04/09/2013 03:17 PM Jim Pingle

Make sure we do not pass an IP address to ip_in_subnet as a subnet, it does not handle that well.

dda2f35e 04/09/2013 10:42 AM Colin Fleming

Tidy up "shaper.inc" XHTML

Add missing closing P tag

b6a63312 04/08/2013 05:34 PM Jim Pingle

Don't try to make /var/run a RAM disk if /var is already a RAM disk.

0692fdfa 04/08/2013 07:26 AM huangjinfang

Update rc.filter_synchronize

A incorrect word

ee02550a 04/07/2013 08:52 AM Michele Di Maria

Fixes Javascript Errors

Fixes the Javascript error that prevents enabling/disabling the objects
in the interface.

730790dd 04/05/2013 06:25 PM Renato Botelho

Only check tunefs status when it's necessary, it avoids errors on iso boot. Fixes #2932

aa752473 04/04/2013 12:06 PM Renato Botelho

Only reload racoon when there is at least one tunnel enabled on the interface used to call rc.newwanip(v6). It fixes #2922

cc46f31d 04/03/2013 05:52 PM rbgarga

Merge pull request #512 from ExolonDX/branch_06

Tidy up "pfsense-utils.inc" XHTML

6e4e6286 04/03/2013 04:27 PM Colin Fleming

Tidy up "pfsense-utils.inc" XHTML

Add type to SCRIPT tag
Add CDATA section to SCRIPT tags

d8484854 04/03/2013 04:08 PM Colin Fleming

Tidy up "shaper.inc" XHTML

Add missing end TR tag
Add missing end TD tag
Add missing end SPAN tag
Move table row start into the PHP IF statement, so that the IF statement
generates the full table row
Remove duplicate ID in INPUT tag
Size parameter in INPUT tag can only be a whole number...

cd4a47d8 04/03/2013 10:10 AM Ermal Luçi

Merge pull request #504 from awm/ldap_deref

Set LDAP option to dereference aliases when searching

7d1cf1d0 04/03/2013 10:09 AM Ermal Luçi

Merge pull request #506 from phildd/master

Disabled package is also indicated by enable blank

24d8c77d 04/03/2013 09:56 AM Ermal Luçi

Merge pull request #499 from phil-davis/master

Resync relevant OpenVPN instances when gateway group settings are modified

20202629 04/03/2013 08:15 AM phildd

Disabled package is also indicated by enable blank

3d3081ec 04/02/2013 06:36 PM Andrew MacIsaac

Set LDAP option to dereference aliases when searching

068e6891 04/02/2013 04:54 PM Jim Pingle

Show a little indicator icon if the direction of a firewall log entry is OUT, rather than the usual 'in'. No indicator is shown for IN.

43d049ac 04/02/2013 03:34 PM Renato Botelho

Avoid adding URLs to filterdns.conf. It fixes #2921

0d56c06b 04/02/2013 03:12 PM Jim Pingle

Move some code to a function to avoid future duplication. Allow autocomplete on ping page. Add more escaping to command.

2eaa97b9 04/01/2013 04:57 PM Jim Pingle

Clarify notes when there is an error reaching the openvpn management daemon for service status. Also, add service controls to the openvpn status page.

9d7204aa 04/01/2013 03:40 PM Renato Botelho

Consider packages that set enable to 'false' or 'off'

ccfc0269 04/01/2013 02:26 AM phildd

Check for disabled services when displaying service lists

a6637a31 03/29/2013 07:29 PM Jim Pingle

Merge pull request #500 from ExolonDX/master

Tidy up HTML boolean operators

ce0117f7 03/29/2013 07:25 PM Colin Fleming

Update HTML boolean operators

Updated CHECKED, SELECTED and DISABLED boolean operator

3d74b803 03/29/2013 03:58 PM Jim Pingle

Use is_module_loaded() to test these to avoid code duplication.

99cc103b 03/29/2013 08:40 AM Phil Davis

Provide openvpn_resync_gwgroup function

Allows all OpenVPN servers and clients that use a particular gateway group to be resynced in one easy call.

a8f5790a 03/28/2013 07:25 PM Renato Botelho

Fix whitespaces and indent

d6307bd3 03/27/2013 11:38 AM Ermal LUÇI

Fixes #1477. Use the new parameter to reduce igmpproxy logging level

1500614c 03/26/2013 11:47 AM Ermal LUÇI

Correct code and initialize properly variables escpecially arrays. Also do fixes and simplificate to make it more readble

2ba95a31 03/26/2013 11:08 AM Ermal LUÇI

Correct check from previous code path simplification

dea0921d 03/26/2013 11:07 AM Ermal LUÇI

Initialize some arrays to avoid php issues and also use list() here to avoid double array dereference

fd34d6a9 03/26/2013 10:53 AM Ermal LUÇI

Simplify a bit code branching no change on functionality

58c40f9c 03/26/2013 07:41 AM Ermal Luçi

Merge pull request #498 from ExolonDX/master

Tidy up "shaper.inc" XHTML

6f1bcc36 03/25/2013 09:46 PM Colin Fleming

Tidy up "shaper.inc" XHTML

Close INPUT tags
Close IMG tags and add "alt" parameter
Change ONCLICK and ONCHANGE to lowercase

7fed35c8 03/25/2013 06:46 PM Ermal LUÇI

Give the process time to exit before running a new one

2269e286 03/25/2013 03:02 PM Ermal Luçi

Merge pull request #497 from phildd/master

Do not bother with bogonsv6 if IPv6 allow is off

3d73a44d 03/25/2013 12:33 PM Renato Botelho

Use configured dns servers on radvd.conf, fixes #2905

aa95e7da 03/25/2013 11:26 AM rbgarga

Merge pull request #495 from phil-davis/master

Dynamic DNS add option for verbose logging

8550a21c 03/25/2013 10:38 AM phildd

Improve bogonsv6 checks during update

Improvements to using pfctl to check the existence of the bogonsv6 table.

c858c609 03/24/2013 12:45 PM phildd

Do not bother with bogonsv6 if IPv6 allow is off

Only implement the bogonsv6 table if IPv6 allow is on. Otherwise, if it looks like there would be room for the table in pf, then save the file anyway to /etc/bogonsv6 so it is there if the user switches on IPv6 allow.

e714e996 03/24/2013 12:43 PM phildd

Do not bother with bogonsv6 if IPv6 allow is off

The rules already block all IPv6 when IPv6 allow is off, so it is a waste of 70,000+ table entries of V6 bogons. On small systems this matters, and I sometimes get errors loading rules with the default table entries limit even though I don't care for V6 stuff.

7da5315d 03/23/2013 09:12 PM Colin Fleming

Tidy up "shaper" and "firewall shaper" XHTML

Update VALIGN
Deprecated the ampersand in ANCHOR tags
Update TYPE in script

ab1cf455 03/22/2013 06:05 PM Jim Pingle

Add PHP shell playback script to control services from the command line (works like Status > Services)

ee6e6011 03/22/2013 04:44 PM Jim Pingle

Move these service control functions into service-utils.inc so they may be re-used.

1e503870 03/22/2013 04:41 PM Phil Davis

Dynamic DNS add option for verbose logging

The verbose log option is "set or not set" in the config and needs to be passed to subroutines as a boolean true or false.
Note: This just works in services_dyndns_edit because the in-memory array of settings is keeping it as a boolean.

87b91672 03/22/2013 04:28 PM Phil Davis

Dynamic DNS add option for verbose logging

Put most log messages inside "if verbose logging". Things that are always logged are actual errors and success messages when something is done (or finally determined to not need doing).

0fa05f45 03/22/2013 03:47 PM Colin Fleming

Tidy up "shaper.inc" XHTML

Add CDATA sections to javascript
Close off the BR tags

f06ce79d 03/21/2013 03:01 PM Ermal LUÇI

Bump this a bit to allow for faster speed

b2b002cd 03/21/2013 03:00 PM Ermal LUÇI

Reduce a bit the entropy collection sources to not hurt performance. There are plenty of other sources on today systems

87dfd826 03/21/2013 02:53 PM Ermal LUÇI

Escape the argument to avoid potential issues

e52cb3a4 03/21/2013 01:26 PM Jim Pingle

Respect the product name here.

dadf8ebb 03/21/2013 01:09 PM Jim Pingle

use a custom sysDescr for snmp similar to m0n0wall's format. Fixes #2893

8f38fd8d 03/20/2013 10:14 PM Ermal Luçi

Merge pull request #487 from rdlugosz/change_apinger_status_path

Track apinger status in /var/run instead of /tmp

07615045 03/20/2013 09:58 PM Ermal LUÇI

No need for the ::(separators) they will be there