Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a9f250d6 07/30/2012 07:07 PM Jim Pingle

Pad data when adding to refcount reference, to avoid some oddities with how php handles such data. http://forum.pfsense.org/index.php/topic,51188.msg278141.html#msg278141

323dc2e7 07/27/2012 09:19 PM Warren Baker

Supress the error message if the ldap bind doesnt happen

37bc0466 07/27/2012 03:08 AM Chris Buechler

99./8 is not private IP space

8b1a7023 07/27/2012 02:43 AM Seth Mos

Add the new 100.64/10 nat 444 CGN/LSN shared transition space netblock here. Also add it as a private network in the private network block

61715259 07/26/2012 06:47 AM Seth Mos

Merge pull request #192 from phil-davis/master

Validate advanced gateway monitoring settings

ae329c30 07/26/2012 02:47 AM phildd

Allow dom_title width parameter to be null

This prevents warning messages if called without the width parameter - reported in forum http://forum.pfsense.org/index.php/topic,51822.0.html
The code already handles width being NULL or blank, it just needs to be explicitly defaulted when the parameter is not passed at all.

14661668 07/25/2012 04:05 PM Phil Davis

Put apinger default values into a function

The default advanced apinger parameter values are now returned by function return_apinger_defaults. So they can easily be obtained by any code that cares.

3cd2ea2c 07/18/2012 10:14 PM Jim Pingle

Expand cipher list and remove a cipher that Safari on iOS does not like after recent lighttpd changes. Fixes #2553

206d5777 07/18/2012 07:29 AM Seth Mos

Make sure that we process the logic statement correctly, otherwise we might accidentally end up missing dual stacked or tunneled interface gateways

51c0e714 07/15/2012 05:56 PM Seth Mos

Merge pull request #175 from marcelloc/master

pkg_edit - add show_disable_value option to select_source xml option

84e94f82 07/12/2012 10:57 PM Marcello Silva Coutinho

include check to avoid function_exist errors

baef6be8 07/08/2012 05:32 PM Jim Pingle

Be more verbose during upgrade to see why nanobsd isn't carrying over the setting as expected.

e43d53b4 07/08/2012 03:48 PM Phil Davis

Fix for this crash report, received after resetting a test system to factory defaults and setting up initila stuff:
i386
8.3-RELEASE-p3
FreeBSD 8.3-RELEASE-p3 #0: Sat Jul 7 21:34:19 EDT 2012 root@FreeBSD_8.3_pfSense_2.1.snaps.pfsense.org:/usr/obj./usr/pfSensesrc/src/sys/pfSense_wrap.8.i386...

a94c4e1f 07/07/2012 12:18 AM Vinícius Coque

Move locale files from /usr/share to /usr/local/share

f60156f6 07/06/2012 06:38 PM Jim Pingle

Add an option to System > Advanced, misc tab to enable loading thermal modules (amdtemp, coretemp)

409bc1bd 07/06/2012 04:29 PM Jim Pingle

Fixup serial console settings that get applied to nanobsd. Fixes #2484

86ed4ec3 07/06/2012 05:59 AM maho

Fix system_routing_configure() function so it does not try to add static routes ipv6 subnets to ipv4 gateways or ipv4 subnets to ipv6 gateways while using aliases that includes both ipv4 and ipv6 subnets.

5ef762e1 07/05/2012 11:03 PM Cyrill B

Fix Captive Portal SSL

7f2bd97c 07/05/2012 02:06 PM Jim Pingle

Merge pull request #167 from ccesario/master

Change field name from lowloss to losslow fixes ticket #2537

02a8dab0 07/05/2012 02:03 PM Carlos Cesario

Change field name from lowloss to losslow
related in http://redmine.pfsense.org/issues/2537

b2b9892d 07/05/2012 06:34 AM Seth Mos

Merge pull request #165 from r-duran/master

Fix get_staticroutes() function to handle IPv6 subnets properly

6d26ccdb 07/05/2012 06:07 AM Rahman Duran

Fix get_staticroutes() function to handle IPv6 subnets properly

45c19791 07/04/2012 02:00 PM Ermal LUÇI

Make sure one_pass i selected when CP is active

222e3527 07/03/2012 07:09 PM Cyrill B

Remove ca reference

adca02c4 07/03/2012 05:03 PM Cyrill B

Implement certificate chain in Captive Portal

36f6ed35 07/02/2012 08:20 PM Cyrill B

Use Certificate Manager in Captive Portal settings

e0a45ce0 07/02/2012 10:00 AM Erik Fonnesbeck

Do not directly print out a message when checking the interfaces, instead saving the list to use later. Display this list before the interface mismatch message. Fixes #2468 and fixes #2531

b501f04d 07/01/2012 03:09 PM Seth Mos

Merge pull request #158 from ccesario/master

Change ereg_replace to preg_replace() and ereg() to preg_match() functions

83e0d4c8 06/30/2012 10:11 PM Jim Pingle

Fix LDAP over IPv6 (works fine, just needed slight adjustment to URI)

9deb5107 06/30/2012 05:40 PM Seth Mos

Reconfigure OpenVPN on gateway change

aff670f6 06/30/2012 01:13 PM Carlos Cesario

Change ereg_replace to preg_replace() function

41fe9ef0 06/30/2012 01:11 PM Carlos Cesario

Change ereg_replace() to preg_replace() function

3213b096 06/30/2012 01:03 PM Carlos Cesario

Change ereg() to preg_match() function

72c59dd8 06/30/2012 12:59 PM Carlos Cesario

Change ereg() to preg_match() function

52108aca 06/30/2012 12:55 PM Carlos Cesario

Change ereg() to preg_match() function

f1bdc4e3 06/30/2012 12:54 PM Carlos Cesario

Change ereg() to preg_match() function

260f267e 06/29/2012 06:12 PM Jim Pingle

OpenVPN servers can start on carp vips, just not clients.

a3eb01e7 06/28/2012 10:08 AM Seth Mos

Comment out adding static routes for gateway monitor IPs because we now bind to the correct Interface with apinger.

c1449c94 06/28/2012 09:59 AM Seth Mos

If we only have a IPv6 interface we'll use that, otherwise a IPv4 address always has preference. Revisit this for OpenVPN 2.3

b98f601e 06/28/2012 05:38 AM Phil Davis

Fix: Warning: preg_match(): No ending delimiter '/' found in /etc/inc/gwlb.inc on line 696

53842a6c 06/26/2012 06:07 PM Jim Pingle

Add a small function to notify via remote methods only (smtp/growl). Notify when a dyndns IP changes.

0f89c125 06/25/2012 10:08 PM Marcello Silva Coutinho

firewall_aliases.php include tabs(ip,port,url) , list aliases sorted, use dom_title funcion to show titles.

47c48e28 06/25/2012 04:44 PM Seth Mos

Check in code that allows for using a gateway group as the interface on the OpenVPN server page. Only allow IPv4 gateway groups for now. We'll need to add IPv6 suppport here later when we import OpenVPN 2.3.
Unbreak the gateway group function on broken configurations like a missing 3G stick....

a2beee75 06/24/2012 07:59 PM Jim Pingle

Catch libraries from subdirectories of PBI lib dirs too

d94280cd 06/23/2012 11:54 PM Jim Pingle

make sure this grep parameter is quoted

45930696 06/23/2012 05:25 PM Jim Pingle

Setup library paths to include /usr/pbi/*/lib as a last resort to make sure things can find libraries. We may eventually replace this with a better method as this can lead to conflicts, but for now it will allow packages to find their proper libraries.

f86f6fb2 06/22/2012 11:03 PM Cyrill B

Do not try to start igmpproxy when there's no igmpentries configured.

2ec063f9 06/22/2012 11:59 AM Warren Baker

Add missing global

a448b35f 06/21/2012 05:15 PM Jim Pingle

Restore this code that was accidentally reverted

e4610069 06/20/2012 04:45 PM Seth Mos

Make sure to skip "unexpected" RA messages from other interfaces, we don't want those.

27746f77 06/20/2012 01:35 PM Seth Mos

Make sure that the limits are included in the normal ruleset, otherwise pf will use the defaults.

9bdb6a13 06/19/2012 07:05 PM Erik Fonnesbeck

Remove null character at end of file

f2d5c538 06/19/2012 01:45 PM Jim Pingle

Fix trailing whitespace

61c4383d 06/18/2012 05:43 PM Seth Mos

A few launch improvements so that configuring the DHCP6 client on the WAN it immediately kicks in.
With the fixed rc.newwanipv6 it should immediately spring to life.
Redmine ticket #2414

ce35c606 06/18/2012 03:43 PM Jim Pingle

Don't fall back to fetching PBIs from FreeBSD, they have none.

ce73b2c5 06/18/2012 03:37 PM Seth Mos

Support IPv6 aliases, the frontend already does. Removing does not work yet.
See ticket #2483

2e2eb012 06/18/2012 12:20 AM Vinícius Coque

Brazilian Portuguese (pt_BR) translations added

0ed8d746 06/15/2012 01:13 PM Cyrill B

Add radvd to Status:Services #2485

cceb3e6f 06/13/2012 02:21 PM Seth Mos

Make sure this check is reversed, that way we only pick up the legacy field if the new one isn't set.

9213ee05 06/13/2012 12:10 PM Jim Pingle

Merge pull request #140 from marcelloc/master

fix missing match array on help pages permission

d53dc7d0 06/13/2012 01:01 AM Marcello Silva Coutinho

fix missing match on help pages permission

7530177c 06/12/2012 07:10 PM Jim Pingle

Generalize the Crypto hardware option and add GUI support for AES-NI.

14f5f705 06/12/2012 02:08 PM Marcello Silva Coutinho

fix permissions check to xml package files and show only menus user has access to

3d1d6f71 06/11/2012 10:09 PM Ermal LUÇI

Put configured limits on rules.limits file and load them before loading the ruleset. To avoid any issues with large rulests and options being loaded not first

62784b05 06/11/2012 08:42 PM Ermal LUÇI

Fixes #2490. If there is a descr set on the interface keep it and do not disable the iface

8b2e2f12 06/11/2012 07:03 AM Ermal LUÇI

Make mac_format aware of cpzone but also friendly to previous code!

805b9ab6 06/11/2012 07:00 AM Ermal LUÇI

Revert "Make mac_format aware of multiple Captiveportal instances"

This reverts commit 54df925b9ea447bdd10f88a886e2ef11d44c3059.

e0ad13cd 06/11/2012 07:00 AM Ermal LUÇI

Revert "Make sure mac_format is always defined"

This reverts commit 56f9032170d3130c2066e5eebbe18b96398073ca.

56f90321 06/10/2012 05:20 PM Cyrill B

Make sure mac_format is always defined

7b4b4158 06/10/2012 04:15 PM Scott Ullrich

Merge pull request #137 from bcyrill/patch-4

Fix Captiveportal zone

54df925b 06/09/2012 08:33 PM Cyrill B

Make mac_format aware of multiple Captiveportal instances

52a43b2f 06/09/2012 08:17 PM Cyrill B

Update Captiveportal

e3cf528e 06/09/2012 08:02 PM Cyrill B

Added Captiveportal to service status

63c654a4 06/09/2012 04:40 PM Scott Ullrich

Merge pull request #134 from bcyrill/patch-1

Removed unused maxproc parameter

f53ff9ff 06/09/2012 04:32 PM Cyrill B

Removed unused maxproc parameter

6844896c 06/09/2012 03:52 PM Cyrill B

maxprocperip is defined per zone

99897bf5 06/09/2012 03:46 PM Scott Ullrich

Merge pull request #131 from marcelloc/master

fix jquery+domtt notices css on all themes

fa3e5c05 06/09/2012 03:08 PM Seth Mos

Needs a default case so IPv6 interfaces are resolved to a real interface

43b1760c 06/09/2012 03:56 AM Marcello Silva Coutinho

fix jquery+domtt notices css on all themes

ce0631b5 06/08/2012 10:05 PM Darren Embry

add <radnsservers> to the list of things that are arrays

for ticket #2361

005ac3ca 06/08/2012 07:50 PM Marcello Silva Coutinho

convert menu alerts/notices to jquery + domtt

25d1c6b2 06/08/2012 07:24 PM Seth Mos

Shorter version of the fix to always set the radvd interface.
Redmine ticket #2477

48a5985c 06/08/2012 07:20 PM Seth Mos

Make sure to fall through if this tag is not set.
Should fix redmine ticket #2477

ff6677cf 06/08/2012 12:41 PM Seth Mos

Make sure we tag all 2.0 gateways as being IPv4, in 2.1 we require this tag to be present for the gateways.
This should prevent duplicate gateway entries for people coming from 2.0 that have dynamic interfaces

1e5f47bb 06/08/2012 06:34 AM Seth Mos

Add blackhole to Null routes
Redmine ticket #2471

3176c043 06/08/2012 12:39 AM Darren Embry

fix: Call to undefined function error

fix: Call to undefined function ipsec_get_phase1_dst() in /etc/inc/filter.inc on line 3216

6afeb202 06/07/2012 04:12 PM Seth Mos

If radvd is already running, reload, otherwise start one.
Shut down when there are no prefixes to announce

db0d446f 06/07/2012 03:48 PM Darren Embry

fix for bug #2469 ("WAN -> LAN -> OPT10")

838a1ecb 06/07/2012 12:06 PM Seth Mos

Add better protection for unknown rapriority

8ca73e85 06/07/2012 12:05 PM Seth Mos

Make sure we still start on older configs where the setting is still called mode, and not ramode.
Add a failsafe for the rapriority

dc131dfe 06/07/2012 12:01 PM Seth Mos

We need to define the default route here, not the advertised prefix.

8859c0a6 06/07/2012 11:46 AM Seth Mos

Correct the syntax, the RemoveRoute needs to end up in route statement

738dfac4 06/07/2012 11:27 AM Seth Mos

Remove duplicate prefix line

a99b2b08 06/07/2012 11:18 AM Seth Mos

Prevent radvd from telling the clients to remove the route to itself.

83973bfb 06/07/2012 11:12 AM Seth Mos

Do not send DeprecatePrefix messages for CARP announcements, it causes clients to purge the CARP default route.

ae17d2e9 06/07/2012 09:59 AM Ermal LUÇI

Actually do not try to reload everything during bootup since it will be done by bootup code

76231e63 06/07/2012 09:25 AM Ermal LUÇI

Bye, bye olsrd back to packages.

3e662cb0 06/07/2012 08:51 AM Ermal LUÇI

Get rid of carpdev, it will never be

915089b7 06/07/2012 08:27 AM Ermal LUÇI

Catch up with multiple events sending. Also do not blindly startup check_reload_status check first

a1b9105b 06/06/2012 08:58 PM Jim Pingle

Only add openvpn acl script lines if it's a server mode that does user auth