Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8a61dd5c 06/11/2008 01:46 AM Chris Buechler

newer mpd versions require this to reconnect. Thanks to Olivier Mueller on support@ for confirming this works.

9de90743 06/07/2008 02:09 AM Chris Buechler

The physical interface must be passed to find_interface_ip()

this was breaking the racoon.conf for OPT WAN IPsec when interface is not statically addressed

54cfaf79 06/06/2008 05:32 PM Scott Ullrich

Add tcp.closed 5 to outgoing traffic. This fixes a number of long standing
squid and load balancing bugs. Future version of PF have this bug solved
so we will not be adding this change to RELENG_1.

Ticket FEN-857512 in the Centipede Tracker.

ce24ce9a 06/06/2008 02:24 PM Seth Mos

Correctly process non carp interfaces

c65fc017 06/06/2008 02:10 PM Seth Mos

Correctly update static routes on change

20fdc10f 06/05/2008 08:51 AM Seth Mos

Make the vpn configuration add static routes on interfaces other then WAN.
link_carp_interface_to_parent() now correctly returns parent interface instead of always WAN.

b23d0102 05/24/2008 06:38 AM Scott Ullrich

Add back auto update support

1a9e1093 05/24/2008 01:23 AM Scott Ullrich

Let traffic out by their friendly names. When using carp + vlans
traffic would be let out on vlan1 but not on carp24 (for example).

57f6fcdb 05/24/2008 01:04 AM Scott Ullrich

Pass description along to generate_optcfg_array callers.

ce43f165 05/21/2008 11:50 PM Scott Ullrich

Fixes Loopia and FreeDNS in DynDNS services.

Submitted-by: Urban Skije

50493ef1 05/17/2008 09:08 PM Scott Ullrich

Ticket #1702 fixes

16b671e2 05/17/2008 08:41 PM Scott Ullrich

Ticket #1677 fixes

90d32f5d 05/17/2008 07:02 PM Bill Marquette

MFC of changeset [22584]
Atomic file writing
Patch-by: David Rees

3eee46dc 05/17/2008 02:16 AM Scott Ullrich

Do not quote an empty string when the DN identifier is blank.

Obtained-from: m0n0wall

379c277b 05/02/2008 10:22 PM Scott Ullrich

Report the username we are syncing with (system > general> username)

This code is a bit different in 1.3.

0e2e96a7 05/01/2008 06:43 PM Scott Ullrich

Add vge to vlan supported nics. Verified by darkx via irc.

cd8219df 04/27/2008 09:30 PM Scott Ullrich

Integrate patch sent to m0n0wall-dev by Peter Allgeyer:

we have configured the captive portal to authenticate users against a
Radius server with reauthentication every minute. When using the MAC
Pass-Through feature, we have problems reaching hosts on the WAN side on...

2133e06a 04/10/2008 08:10 AM Seth Mos

bump dpd from 20 to 120

b844d9b2 04/05/2008 10:20 PM Seth Mos

Use DPD and frag support we already have

45658a0e 04/01/2008 09:18 PM Seth Mos

MFC: Send extra sighup after starting
Might fix mobile ipsec after startup

15ee447b 03/31/2008 10:53 PM Scott Ullrich

Set /tmp/$interface_router even for non DHCP items.

1b3e5c01 03/18/2008 11:39 PM Scott Ullrich

If XML Carp configuration sync fails, rerun the sync with setDebug(1).

3c960212 03/10/2008 08:59 PM Scott Ullrich

If $interface is not defined, return false.

2b9d9a48 03/03/2008 05:28 AM Scott Ullrich

Ensure lock file is cleared after restart.

Noticed-by: mcrane via forum

9f5b217f 02/18/2008 05:44 PM Scott Ullrich

Backport -ss syslogd feature from HEAD. Only bind to 127.0.0.1 if we
are not remotely sending logs.

4d55dfba 02/17/2008 05:21 AM Scott Ullrich

Remove bogus check.

1b7df51e 02/17/2008 05:18 AM Scott Ullrich

Ensure /tmp/y exists before running pkg_delete command.

ca5de7de 02/17/2008 05:16 AM Scott Ullrich

Missing global $g and $config

a142c38d 02/16/2008 10:53 PM Scott Ullrich

File an alert we cannot find a matching subnet for a CARP IP address.

eb5814ae 02/14/2008 06:41 PM Scott Ullrich

Make sure we sync before mounting ro.

fa22abe5 02/06/2008 09:20 PM Seth Mos

MFC from releng_1. Do not run pfctl -ss 4 times.
Dated Nov 15 2007

73a98657 02/05/2008 09:11 AM Seth Mos

With the current Racoon we need to inform that we are reloading
our SPD entries with a SIGHUP

b096010e 02/04/2008 09:57 PM Scott Ullrich

Only check disabled/enabled status on OPTX interfaces. WAN and LAN are
assumed to always be enabled.

1288bfc1 02/04/2008 09:09 PM Scott Ullrich

When a CARP parent interface is down or disabled, ignore the CARP IP
address as this will introduce a panic situation in FreeBSD.

0a532641 02/03/2008 05:06 AM Scott Ullrich

Do not load CARP IP address if we cannot find a matching subnet on a
real interface.

cf7a5161 02/01/2008 09:32 PM Seth Mos

Update to racoon-0.7-cvs with Timo Teras patches.
Use setkey -f because spd loading works normally now.

008da4cf 01/31/2008 06:19 AM Scott Ullrich

Do not pass traffic on user proxy which can cause deadlocks in freebsd

555a00ac 01/22/2008 03:20 AM Chris Buechler

Revert dhclient timeout to the default of 60 seconds (originally didn't realize it was in there two more times).

855645a8 01/21/2008 06:57 AM Chris Buechler

Remove accidentally added debug code

b448e2cb 01/21/2008 06:54 AM Chris Buechler

Revert dhclient timeout to the default of 60 seconds. Setting it to 20 minutes
is a bit insane (if you haven't gotten a reply in 60 seconds, you aren't
getting one), and causes systems to hang 20 minutes during
"Configuring WAN" at boot when there is no DHCP server available...

02821543 01/15/2008 05:29 PM Seth Mos

attempt loading SPD entries 4 times

989f0b08 01/15/2008 11:36 AM Seth Mos

Somehow sending a SIGHUP before flushing and reloading works better then
after. Technically a SIGHUP to racoon should not do anything.

81cf1a89 01/15/2008 08:22 AM Seth Mos

Flush both SA and SPD entries

4311b114 01/15/2008 01:24 AM Scott Ullrich

Fix copy and pasto.

555db5b9 01/15/2008 01:19 AM Scott Ullrich
  • Use correct package name
  • Include filter rules
70c51c77 01/14/2008 11:17 PM Scott Ullrich

Add sipproxd hooks.

abd9c036 01/14/2008 09:37 PM Seth Mos

Make 3 passes at loading the SPD entries as this will fail on large configurations > 250 tunnels
Tested by smos@ 399 tunnels 239 active, ok by sullrich@

68ca6bf8 01/12/2008 07:21 PM Chris Buechler

remove DynDNS cache in services_dyndns_reset()

Ticket #1589

a43b9394 01/05/2008 07:43 AM Chris Buechler

add vr(4) VLAN support

Ticket #1561

2f381b82 01/05/2008 05:04 AM Scott Ullrich

Reapply patches from ticket #1532

bd997551 12/27/2007 01:48 AM Scott Ullrich

Correctly remove freebsd package upon package deletion.

ce094579 12/25/2007 11:23 PM Chris Buechler

text cleanup

434d8e7d 12/25/2007 09:15 AM Chris Buechler

Use list of VLAN long frame and native capable interfaces from globals.inc, and remove duplicate (and incomplete) list in interfaces.inc. Update list in globals.inc.

6556f547 12/24/2007 08:07 PM Scott Ullrich

Only iterate items if it is an array.

b73eda20 12/24/2007 07:44 AM Chris Buechler

Revert broken OPT interface removal commit. This breaks configurations entirely, worse than just improperly shifting configuration items.

Ticket #1532

d0d2c004 12/24/2007 06:57 AM Chris Buechler

change label to more accurately portray purpose of rule

0b1c5ff5 12/24/2007 12:40 AM Scott Ullrich

The original code did a mixed work: the part in interfaces_assign.php first renamed the interfaces, and then called cleanup_opt_interfaces_after_removal(). The latter didn't do anything at all: it never entered the loop, it didn't save the result of str_replace, it didn't save the resulting config after the processing. And if it had worked, it would have renamed the interfaces a second time as a side effect, completely messing-up the config....

ba308a09 12/16/2007 04:06 AM Scott Ullrich

globals.inc is required so that we use the correct lock file!

4882f3f0 12/13/2007 11:12 PM Scott Ullrich

If /etc/pwd.db.tmp exists when we are syncing the password database then remove the temporary file prior to attempting to sync.

2e7f11df 12/12/2007 10:20 PM Scott Ullrich

Don't forget line breaks!

f699a184 12/12/2007 05:45 PM Scott Ullrich

Correctly remove old clients correctly.

Submitted to m0n0wall list by R?nnblom Jan?ke /Teknous

8a1daf88 12/12/2007 05:42 PM Scott Ullrich

Define lanip

5a244130 12/10/2007 10:06 PM Scott Ullrich

Set server.max-request-size to 384 for captive portal.

4604d1e7 12/10/2007 10:00 PM Scott Ullrich

Set server.max-request-size to 384 for captive portal.

9db733ca 12/10/2007 09:53 PM Scott Ullrich

Limit captive portal uploads to /tmp/captiveportal which has no access to write files.

b4162528 12/10/2007 06:48 PM Scott Ullrich

Allow pfsync and carp traffic on captive portal.

9ce0c124 12/08/2007 11:48 PM Scott Ullrich

MFC from HEAD

Set dhclient timeout to 1200.
Set retry value to 1.
Set select-timeout to 0.
Set initial-interval to 1.

80e60d7c 12/07/2007 07:42 PM Scott Ullrich

Sometimes when the user enters the hostname of the HTTPs captive portal server it resolves the IP address to $LANIP. Allow access to $LANIP in addition to the $CPIP so that we can speedup captive portal by 10000* in these cases.

654d9c3a 11/28/2007 07:51 PM Scott Ullrich

Move update bogons script to 3am.

Discussed on pfSense-support@

c1aa7ba5 11/28/2007 02:26 AM Scott Ullrich

Log when we change the bogons frequency hour.

a984fffd 11/28/2007 02:20 AM Scott Ullrich

Move special case fixes before we return so that it can be processed.

adcda283 11/28/2007 02:02 AM Scott Ullrich

Change bogons update script frequency to 2am.

1df82ad5 11/28/2007 01:52 AM Scott Ullrich

Change bogons update script frequency to 2am.

7f37e7dc 11/06/2007 06:43 PM Scott Ullrich

Failover in 10 seconds as opposed to 60 seconds on DHCP Server failover mode.

f971bb63 11/05/2007 05:33 PM Scott Ullrich

IPSEC keep alive pinger using the wrong source IP address

Ticket #1482

73a80049 11/05/2007 01:33 AM Chris Buechler

fix setting of sysctls to remove error at bootup

37a7a75b 11/01/2007 06:14 PM Scott Ullrich

multiple vlans + spoofmac result in unexpected behaviour

Ticket #1514

Introduction
I have an acceptable workaround, so the problem is not urgent, but before i fiogured out the workaround, is was severely impacting performance (3 interfaces not operating). I am a network specialist and I am available to assist wherever possible. If the issue si considered seriousenough for a fix, I can assist in more detailed pinpointing using tcpdumps on test-platforms....

a7204435 11/01/2007 05:54 PM Scott Ullrich

Adding keep alive host to IPsec causes warning in webGUI

Ticket #1509

c1a304ac 10/24/2007 07:42 PM Scott Ullrich

MFC
Ticket 1709: fixed typo in OpenVPN cfg-page

9dcb92da 10/19/2007 08:52 PM Bill Marquette

Ticket #1482 - set the source to an interface that is inside the subnet definition

d8e4b5f5 10/13/2007 11:24 PM Scott Ullrich

Remove blank c/r

98b48086 10/13/2007 10:41 PM Scott Ullrich

Allow the interface assignment code to exit from its strict checking. This allows Netboot installation services to work correctly.

4205d512 10/05/2007 09:52 PM Bill Marquette

MFC of [19631] for Ticket #1456
drop one level of verbosity in tcpdump. Some protocols will still decode to multi-line message - not an easy fix. Doesn't appear to break non-raw log display

Add VRRP as a protocol type in the decode

c71dd217 09/18/2007 06:06 PM Scott Ullrich

Correctly set reflection timeout for all protocols.

5f05bdc4 09/17/2007 07:06 PM Seth Mos

MFC RELENG_1. Make it possible to disable RRD graphs. Bump config so it's on by default if it wasn't already.

fb0259fe 08/04/2007 08:27 PM Scott Ullrich

Sync NATT support from m0n0wall

1cb3a834 07/23/2007 04:57 PM Ryan Wagoner

-move upnp_action to services.inc
-make sure to clear rules when stopping miniupnpd
-fix status_upnp and status_services pages so they use upnp_action and not the rcfile

15c1fe85 07/15/2007 09:17 PM Seth Mos

Correct average times, otherwise the grap stops after 8 months.

ab325235 07/08/2007 09:04 PM Seth Mos

Oops, correct path to binaries

842a1aa3 07/07/2007 03:42 AM Scott Ullrich

CAPS kills. Literally. Do not set the description to upper case LAN when we are looking for lower case.

463cefdb 07/07/2007 03:20 AM Scott Ullrich

Kill off old pftpx processes correctly

11688040 07/06/2007 09:07 PM Seth Mos

MFC IPSEC fixes from seth, this should properly reload and handle large
configs > 300 tunnels.

44e4b117 07/05/2007 10:04 PM Scott Ullrich

Use $lanif for lan anti-lockout rule

60799565 07/05/2007 09:04 PM Scott Ullrich

Missed commmit

c9cd63b5 07/05/2007 08:40 PM Scott Ullrich

Escape $lan correctly

ad3e65b9 07/05/2007 08:39 PM Scott Ullrich

Do not use $iface as source or destination as it may be a member of a bridge without an ip address and pfctl will complain.

9cc9d7ed 07/05/2007 07:00 PM Scott Ullrich

Since we are matching traffic on incoming interface, do not link wan or lan to bridgeX

911760b0 07/05/2007 06:52 PM Scott Ullrich

Only pass anti-lockout traffic on $lan

165f9cb9 07/01/2007 07:59 PM Scott Ullrich

Cleanup IPSEC rules. We where blocking port = 500 UDP on CARP interfaces, for one.

a6bcda39 07/01/2007 07:24 PM Scott Ullrich

Be more verbose on logging so that we can correctly deterimine protocol, etc.

Ticket #1348