Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8fc2a648 02/19/2014 01:07 PM Stilez y

Filter log - ensure IPv6 works too

e09da6c2 02/19/2014 12:26 PM Renato Botelho

Fix #3469

Before downloading file to process urltable, there is a random wait
time between 5 and 60 seconds. Because of this, the difference between
file mtime and current time can be less than $freq * 86400 and it'll be
skipped. Add 90 seconds (60 of max random wait + 30 just to be sure) to...

869dfb66 02/19/2014 11:48 AM Renato Botelho

Fix #3468, wording fix

96fc5388 02/19/2014 11:23 AM Renato Botelho

Merge pull request #945 from phildd/master

Enhance interface gateway data entry descriptions

e2a6a6fb 02/19/2014 10:41 AM Phillip Davis

Enhance interface gateway data entry descriptions

db8450cb 02/19/2014 08:50 AM Ermal Luçi

Merge pull request #939 from phil-davis/master

Dodgy-looking stuff in graph calculations

b1455571 02/19/2014 07:57 AM Ermal Luçi

Merge pull request #659 from mss/extended-query-example-work

Improve LDAP DN examples

45c9de4e 02/19/2014 07:53 AM Ermal Luçi

Merge pull request #943 from stilez/patch-1

AJAX-ify DNS lookups in standard firewall/filter

3e38084b 02/19/2014 07:50 AM Ermal LUÇI

The msgbox is no longer needed since there will be a validation process per se

f15c1f3d 02/19/2014 02:53 AM Stilez y

AJAX-ify DNS lookups in standard firewall/filter

The standard firewall log has lookup ability but these open in a new tab/window, they don't show in the log, other places the same IP appears in the log aren't visibly resolved, - basically its begging for AJAX-ing....

5a47e9b1 02/18/2014 11:31 PM Renato Botelho

Only add dhcpv6 client allow rules if ipv6allow is set

d291634a 02/18/2014 07:38 PM Renato Botelho

Take single and double quotes into consideration

738fab3d 02/18/2014 07:16 PM Jim Pingle

Fix issue with CSR generation. Ticket #2820

a60c6356 02/18/2014 07:00 PM Renato Botelho

Move 'allow dhcpv6 client' rules above block bogonsv6 ones, it should fix #3395

133f8b33 02/18/2014 04:39 PM Ermal LUÇI

Fixes #3460. Ask for validation when real operation will be done and ask for the operation with POST to get protection from CRSF.

0635519b 02/18/2014 04:39 PM Ermal LUÇI

Remove code that is commented

f9983a87 02/18/2014 04:12 PM Phil Davis

Dodgy-looking stuff in graph calculations

I noticed that the graphs in this post - https://forum.pfsense.org/index.php/topic,72794.0.html - had numbers for in-block and out-block that had similar numbers to in-pass and out-pass. That seemed hard to believe. Found these calculations that look wrong.

b8ab37b8 02/18/2014 02:16 PM Ermal Luçi

Merge pull request #927 from nagyrobi/patch-1

Update priv.defs.inc - add new NTP pages

43c4687b 02/18/2014 02:01 PM robi robi

Update priv.defs.inc

6766e477 02/18/2014 01:18 PM Ermal LUÇI

Fixes #3461. Remove any special char that can lead to shell/XSS compromises from submitted input.

9e875e0c 02/18/2014 11:35 AM Renato Botelho

Revert "Replaced gethostbyname() with gethostbynamel() to get a list of all IPs associated with the dns name and add them to the allowed list"

This change is not needed, filterdns will handle it.

This reverts commit d460371416d4e2cfef976d5a7616f63f6faa203f.

8c147077 02/18/2014 11:25 AM Ermal LUÇI

Do not do any operations on system libraries. Nowdays pbis are used and those do not break things by definition

8f821cbc 02/18/2014 10:38 AM Renato Botelho

Merge pull request #891 from PiBa-NL/captive_disable

captive portal, don't generate rules for a disabled portal

aecb7a79 02/18/2014 10:31 AM Renato Botelho

Merge pull request #890 from N0YB/Gateway_Monitor

Gateway Monitor Advanced Settings

9305e219 02/18/2014 10:15 AM Renato Botelho

Merge pull request #904 from dv-user1/master

Replaced gethostbyname() with gethostbynamel() to get a list of all IPs ...

adf1c3fa 02/18/2014 09:26 AM Ermal LUÇI

Revert "Pass the family to the get_real_interface function to retrieve the correct real interface. Might help Ticket #3357"

This reverts commit cb431dbf47c53b72119bd8feca0217e1c25d998b.

c79f717a 02/18/2014 09:25 AM Ermal LUÇI

Really need the interface where v6 is running toa dd the gateway/route rather than the one used for the configuration. This Fixes #3357

7f921690 02/18/2014 09:23 AM Ermal LUÇI

Do not call rc.newwanip when pppoe gets a v6 ip.

cb431dbf 02/18/2014 08:59 AM Ermal LUÇI

Pass the family to the get_real_interface function to retrieve the correct real interface. Might help Ticket #3357

2076dc46 02/17/2014 08:00 PM Ermal LUÇI

Put a timeout of 30 seconds to aid with Ticket #3412

ee9783e9 02/17/2014 08:00 PM Ermal LUÇI

Move this global declaration to the proper file rather than backend code

c00e6bd4 02/17/2014 06:43 PM Renato Botelho

Help ticket #3449:

Improve data validation to avoid save a host/subnet or a IPv4 with
invalid mask. The reported error is on javascript and only happen on
IE8,but this fix will prevent the same issue happening in the future on
a different browser.

bd942860 02/17/2014 03:20 PM Renato Botelho

Use correct parameter (bootfile-url) to configure netboot on DHCPdv6, it fixes #3421

547f1e65 02/17/2014 03:20 PM Renato Botelho

Fix typo on variable name and really add custom options for dhcpdv6

11ad160e 02/17/2014 02:18 PM Ermal LUÇI

Normally when an ip is set the interface comes up on BSD stacks. Though push this commit which Fixes #3281

db9199d7 02/17/2014 02:18 PM Ermal LUÇI

Whitespace fix

f458b2cb 02/17/2014 02:11 PM Renato Botelho

Use htmlspecialchars(), a better solution for #2952

e4a4ec89 02/17/2014 02:11 PM Renato Botelho

Grab exec result just to be careful

6191b321 02/17/2014 02:03 PM Ermal LUÇI

Put a kludge for now which Fixes #3280. It should be improved later on to have proper handling and overloading of configuration functions

bae729da 02/17/2014 10:36 AM Ermal LUÇI

Consider setting of noconcurrent login for passthrough expiry of users. Fixes #3340

89c7a9c8 02/17/2014 10:22 AM Ermal LUÇI

Some tweaking to handle when switching off dhcpv6.

eae91304 02/17/2014 09:59 AM Ermal LUÇI

Merge 10 -> 10.1 and 10.1 -> 10.2 function upgrade since the recent changes done on 2.1.1 for Ticket #3441

bd369bcf 02/17/2014 09:48 AM Ermal LUÇI

Use descr as the field name for voucher description so it gets CDATA protection. Fixes #3441

74a40221 02/17/2014 09:34 AM Ermal LUÇI

Use the 11th column for the radius context rather than overriding the interim interval field with it. Fixes #3447

7a3f5120 02/17/2014 07:39 AM Ermal Luçi

Merge pull request #917 from phil-davis/master

Enhanced validation of general DNS servers and gateways

df4471e2 02/15/2014 04:04 PM Phil Davis

Improve processing of DNS server changes

What a pain this was. The user can blank out a DNS server from a position in the middle of the list. e.g. they had all 4 entries previously filled, and then they blank out DNS server #3. The way the DNS servers are stored in the config, they are just the defined ones in an "un-indexed" array. So actually entries 1, 2 and 4 on the screen become 1st, 2nd and 3rd in the config. The selected gateways for 1, 2 and 4 then have to end up in positions 1, 2 and 3 to match the stored DNS servers....

bf4e62ac 02/14/2014 04:03 PM Jim Pingle

Add a knob to let the user select which console (video or serial) is preferred in cases where there are multiple consoles present. Also provide a way to force this preference.

407fbf45 02/14/2014 02:58 PM Jim Pingle

Add a mechanism by which the serial port can be forced on always regardless of the config setting. (useful for nano+vga setups)

dbfa041c 02/14/2014 12:23 PM Renato Botelho

Fix #2952, escape necessary chars to avoid xss injection

5f1c154d 02/14/2014 12:23 PM Renato Botelho

Respect g['tmp_path']

52acb1ff 02/14/2014 12:04 PM Phil Davis

Enhanced validation of general DNS servers and gateways

aea33635 02/14/2014 10:19 AM Renato Botelho

Add https to update URLs and replace RELENG_8_3 by RELENG_10_0

6635f5b9 02/13/2014 11:32 AM Renato Botelho

Abort installation when pbi_add fails

8f38bc57 02/13/2014 07:42 AM Ermal Luçi

Merge pull request #913 from Aeyoun/string-max-connections-per-host-per-second

Change string to "Maximum new connections per host / per second(s)"

d5bdbe0c 02/12/2014 11:10 PM Daniel Aleksandersen

Change string to "Maximum new connections per host / per second(s)"

Clarifying the setting's meaning.

As suggested by forum member "Senser" on
https://forum.pfsense.org/index.php/topic,65472.msg356024.html#msg356024

25333e5a 02/12/2014 02:08 PM Renato Botelho

Obsolete old ipsec tools files

ff3d516f 02/12/2014 02:05 PM Ermal LUÇI

Be specific on the authentication method to use since xauth-eap will be active as well

ede14b23 02/12/2014 09:42 AM Ermal LUÇI

Correct script path

6c576b27 02/12/2014 09:41 AM Ermal LUÇI

Remove references to racoon and correct some handling of ipsec configuration

ecc37958 02/12/2014 09:36 AM Ermal LUÇI

Remove copy paste leftover

91287d1f 02/12/2014 09:35 AM Ermal LUÇI

If specified add authentication script configuration to strongswan.conf

fe63645d 02/12/2014 09:28 AM Ermal LUÇI

Remove not used anymore parameters

2a3e3057 02/12/2014 09:13 AM Ermal LUÇI

Teach script to read authentication servers from environment

80d708de 02/11/2014 02:30 PM Renato Botelho

Fix symlink calls adding full link name, it fixes issue reported at https://forum.pfsense.org/index.php/topic,72405.0.html

443ba8c9 02/11/2014 10:59 AM Ermal LUÇI

Properly set the configuration here based on https://forum.pfsense.org/index.php/topic,68531.0.html

ee41ab02 02/11/2014 09:37 AM Ermal LUÇI

Catch a validation issue reported on the mailing list thread: IPv6 address data validation from: Brian Candler. It prevents putting a subnet in the address field since it then breaks the whole filter generation process

8c466abb 02/11/2014 09:30 AM Ermal LUÇI

Make improvement to the check

d53d17ee 02/11/2014 08:21 AM Ermal Luçi

Merge pull request #912 from phil-davis/master

Check for tmp captiveportal dir before making it

6240ba7b 02/11/2014 03:05 AM Phil Davis

Check for tmp captiveportal dir before making it

In forum: https://forum.pfsense.org/index.php/topic,72483.0.html
Warning: mkdir(): File exists in /etc/inc/system.inc on line 878
Not sure if you would rather call safe_mkdir here?

83491ba5 02/10/2014 06:55 PM Jim Pingle

Declare $config global so we can test the pkg_nochecksig option

51623673 02/10/2014 06:32 PM Jim Pingle

Fixup pkg_nochecksig option

56e75b0b 02/10/2014 04:23 PM Ermal Luçi

Merge pull request #911 from candlerb/candlerb/3416

Fix for #3416

e0fc15d1 02/10/2014 04:03 PM Brian Candler

Fix for #3416

Correct javascript error which prevents PPP/PPPoE per-link settings from
being displayed (bandwidth, MTU, MRU, MRRU).

086191ba 02/10/2014 10:31 AM Renato Botelho

Merge pull request #906 from phil-davis/master

Return and filter appropriately when all or remote is selected on Traffic Graph

fa6af314 02/09/2014 05:24 AM Phil Davis

Make Local the default filter for Traffic Graph

to preserve the previous standard behavior that shows "Local" when Traffic Graph starts.

737aef33 02/09/2014 05:21 AM Phil Davis

Make Local the default filter for Traffic Graph

to preserve the old behavior, that it shows "Local" traffic when first started.

5177b583 02/08/2014 03:41 PM Phil Davis

Return all when all or remote is selected on Traffic Graph

d4603714 02/07/2014 08:11 PM Francois Blanchette

Replaced gethostbyname() with gethostbynamel() to get a list of all IPs associated with the dns name and add them to the allowed list

b36aad25 02/07/2014 05:51 PM Phillip Davis

Enhance interface gateway data entry descriptions

974fb32c 02/07/2014 05:50 PM Phillip Davis

Enhance interface gateway data entry descriptions

59c6e218 02/07/2014 04:56 PM Jim Pingle

Add specific permission for easyrule.

9143aaf4 02/07/2014 04:47 PM Jim Pingle

Remove this sort. It's unnecessary and causes problems when editing and saving privileges, it can reorder users and cause edits to the wrong account.

eb83317a 02/07/2014 02:55 PM Chris Buechler

s/http/https/ for doc.pfsense.org

e5b5e29c 02/07/2014 12:41 PM Renato Botelho

Add support for signed PBI, help ticket #3365:

- Add an option to allow user to accept unsigned packages
- The only missing part is public key, that needs to be added to
/var/db/pbi/keys/pfSense.ssl

db58ccd0 02/07/2014 11:06 AM Ermal Luçi

Merge pull request #902 from phil-davis/master

Standardise LAN net display

447ad2f5 02/07/2014 10:03 AM Phil Davis

Standardise LAN net display

33b1bc17 02/07/2014 09:58 AM Phil Davis

Standardise LAN net display

04d270fe 02/07/2014 09:54 AM Phil Davis

Standardise LAN net display

On the main firewall rules multi-rule display it shows "LAN net" "WAN net" etc. But on the edit screen it shows "LAN subnet" "WAN subnet" etc. Make the edit screen have the same text as the main screen - this has ben a source of enough little questions/queries on the forum.

d292bd8d 02/06/2014 07:02 PM Jim Pingle

Fix test, allows restoring last backup in the list. Fixes #3438

7b5a22ab 02/06/2014 12:37 PM Renato Botelho

Remove PBI scripts since it'll be installed dynamically by tools

496acde1 02/06/2014 11:49 AM Ermal LUÇI

First swing at converting from racoon to StrongSWAN.
It allows to use existing configurations on xml to generate StrongSWAN configurations.
So its only IKEv1

  • Missing support for dynamic ips(hostnames)
    - resolver plugin of StrongSWAN needs to be configured in strongswan.conf...
b3e1ccb5 02/05/2014 02:29 PM Renato Botelho

escapeshellarg() is not required here

5293c5c7 02/05/2014 01:58 PM Warren Baker

Teach php-fpm about our required environment path

275f4b5a 02/05/2014 01:50 PM Renato Botelho

Revert "Set PATH before call pbi related binaries"

This was pushed by mistake

This reverts commit 4c9bda43f5bcfd5ba9812c84199bbe4f1f158960.

38207029 02/04/2014 08:32 PM Renato Botelho

Silent recently added symlink() calls

7b27b18b 02/04/2014 08:14 PM Renato Botelho

Fix some wrong escapeshellarg() calls

7b7ad7f6 02/04/2014 07:06 PM Renato Botelho

Simplify logic calling grep less times, as done on mail_reports.inc on 2c6efc9

552f5a6a 02/04/2014 07:01 PM Renato Botelho

Use unlink_if_exists or @unlink to avoid PHP errors when file doesn't exist

2517148e 02/04/2014 06:08 PM Ermal Luçi

Merge pull request #900 from Klaws--/patch-1

Added previously missing DSCP VA (requires kernel patch patch submitted ...

d31ca336 02/04/2014 02:34 PM Renato Botelho

Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir