Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ab87bd4c 05/19/2006 10:43 PM Scott Ullrich

Woops, set $int before calling!

Pointy-hat-to: me

a844ddfb 05/19/2006 10:30 PM Scott Ullrich

Do not pass opt1, pass 1 instead.

This fixes dhclient on optional interfaces.

Ticket #970

4e4c1ea2 05/19/2006 09:23 PM Scott Ullrich

Cleanup pptp / pppoe code. Do not allow all traffic when pptp and pppoe are enabled.

b2d183ad 05/19/2006 08:10 PM Scott Ullrich

Wrong IPSEC filter rules if using any interface other than WAN

Ticket #981

5b235ea4 05/19/2006 05:42 PM Scott Ullrich

Change to:

$rule .="pass out quick on tun{$x} all keep state label \"let out anything from firewall host itself openvpn\"\n";
$rule .="pass in quick on tun{$x} all keep state label \"let out anything from firewall host itself openvpn\"\n";
38cafea5 05/18/2006 07:47 PM Scott Ullrich

Only install default pass out rule (needed for pptp wan) if traffic shaper is disabled. The traffic shaper code will deal with this rule otherwrise.

Suggested-by: Leon

fa4a6253 05/17/2006 09:34 PM Scott Ullrich

Strip out Hna4 { ... } when announce dynamic route is off

9a537862 05/17/2006 01:47 AM Scott Ullrich

Generate correct subnet mask

48ab0cd2 05/16/2006 09:36 PM Scott Ullrich

Latest OLSR changes.

895ecb35 05/16/2006 03:54 PM Scott Ullrich

Ensure symlink is correct on compact flash / embedded platforms

594c28ce 05/16/2006 03:37 PM Scott Ullrich

Always keep one config.xml backup on hand for embedded platform

c1b3f102 05/11/2006 09:26 PM Scott Ullrich

Back out last commit. Restore CTRL-C behavior.

601642c7 05/08/2006 09:53 PM Scott Ullrich

Kill off scalar array errors. This is not the 100% correct fix but will do until Seth returns from vacation.

1a2369f4 05/08/2006 09:32 PM Scott Ullrich

Use correct variable to enable plugin options

09b897ae 05/08/2006 09:23 PM Scott Ullrich

Unset default route if dynamic gateway support is enabled in OLSR

10c6e7a8 05/08/2006 09:14 PM Scott Ullrich

Unset default route if dynamic gateway support is enabled in OLSR

2220872e 05/08/2006 05:16 PM Scott Ullrich

PPTP on WAN fixes

http://forum.pfsense.org/index.php?topic=1184.new;topicseen#new

6b36f34b 05/07/2006 09:06 PM Scott Ullrich

BETA4

490b8b2a 05/06/2006 03:31 AM Scott Ullrich

Turn off previous ath settings.

Detective-work-done-by: Holger

4d857dcf 05/06/2006 02:42 AM Scott Ullrich

Turn off previous ath settings.

Detective-work-done-by: Holger

d36088d2 05/06/2006 12:57 AM Scott Ullrich

Turn off pureg if its enabled so that the wireless interface can change settings

8a958125 05/06/2006 12:04 AM Scott Ullrich

Work around the fact that the HAL expects commands to be issued in a certain order. This is quite annoying.

66d13806 05/05/2006 07:38 PM Scott Ullrich

MFC 12193
Mixes ticket #955

17a1f57d 05/05/2006 07:35 PM Scott Ullrich

Time to put out one more snapshot before beta4.

5e2a2a1e 05/05/2006 03:41 AM Scott Ullrich

Don't echo out line, send it to the system logs

37db27bb 05/05/2006 03:37 AM Scott Ullrich

We need R/W access to config.xml

Ticket #954

9b8dc821 05/04/2006 12:37 AM Scott Ullrich

MFC DYNDNS fixes

9896b0dc 05/03/2006 03:09 AM Scott Ullrich

Block the overload tables!!

Pointy-hat-to: me

8e8cbefd 05/02/2006 10:05 PM Scott Ullrich

Add "re" interface to altq. This is a realtek 1000 gigabit card.

66752f24 05/02/2006 09:57 PM Scott Ullrich

Remove logging on target nodes, the primary is keeping track.

01ee0278 05/02/2006 08:42 PM Scott Ullrich

Log bad XMLRPC login attempts on target sync node.

f323d19b 05/01/2006 06:01 PM Scott Ullrich

Translate to alias name correctly

b7ac175c 04/29/2006 09:28 PM Scott Ullrich

Do not trap on rc.inital menu

01343416 04/29/2006 07:00 PM Scott Ullrich

Fix DHCP when no rules exist on a bridged interface. Even if no allow rules exist, DHCP should be allowed to get an address through the bridge.

98bbd068 04/29/2006 02:34 AM Scott Ullrich

Fix bridge support by adding the bridge item to the alias group

834c3bbd 04/29/2006 01:31 AM Scott Ullrich

return if no olsr or installed package configuration exists

3e3e91c5 04/29/2006 01:08 AM Scott Ullrich

Sync bridging code from m0n0 in relation to spoof checks, etc. A number of items where fixed in their tree after we forked.

Thanks to Chris Buechler for the heads up.

8fb40409 04/28/2006 09:55 PM Scott Ullrich

Do not enable olsrd unless it is enabled

e2894d7f 04/28/2006 09:52 PM Scott Ullrich

Fix a number of bugs

2d96e51d 04/28/2006 08:41 PM Scott Ullrich

Add HNA4 directive

43066106 04/28/2006 08:35 PM Scott Ullrich

Only allow a-z -0-9 on sync'd hosts

f08eff1b 04/27/2006 06:57 PM Scott Ullrich

Load spamd-white table correctly

11cbd478 04/27/2006 05:25 PM Scott Ullrich

Don't start from interfaces.inc. We're moving to rc.bootup

a199b93e 04/27/2006 04:53 PM Scott Ullrich

Add watchdogd support for Soekris and WRAP platforms.

11bc553c 04/26/2006 08:36 PM Scott Ullrich

OLSR fixes

8dc3ef67 04/26/2006 08:08 PM Scott Ullrich

Synch with -HEAD.

23d38998 04/25/2006 09:11 PM Scott Ullrich

Start check_reload_status at a nice value of 20

26dd27af 04/25/2006 05:08 PM Scott Ullrich

MFC logic fix
Use == for comparison, not =.

fa000715 04/24/2006 06:40 PM Scott Ullrich

MFC 11099
Allow WAN and LAN address in shaper rules

572da981 04/24/2006 06:38 PM Scott Ullrich

MFC enable_rrd_graphing()

b249c3bf 04/22/2006 06:38 PM Scott Ullrich

MFC RRD cdrom changes

bed8fe6a 04/21/2006 09:21 PM Scott Ullrich
  • Silence phpeclipse errors
  • Turn off RRD on CDROM platform until we can get a solid working solution (hopefully by RC1)
69a0cc1c 04/21/2006 07:04 PM Scott Ullrich

When a rule is marked for NOSYNC, don't simply elminate the "nosync" part, eliminate the entire rule.

Major-pointy-hat-with-a-propellerhead-on-top-to: ME

0fc62ae6 04/21/2006 05:27 PM Scott Ullrich

Wrap a BETA4 release today due to the amount of fixes in Load Balancing code, etc.

b9f4a5f4 04/21/2006 04:41 AM Scott Ullrich

Just check for lack of ip to run ftpsesame.

cd259993 04/21/2006 04:29 AM Scott Ullrich

Remove openvpn. We now have a CoreGUI version.

08b15f2d 04/21/2006 01:32 AM Scott Ullrich

webGUI -> webConfigurator

029b7cf7 04/21/2006 01:27 AM Scott Ullrich

webGUI -> webConfigurator

7d5b4332 04/21/2006 01:25 AM Scott Ullrich

Alert to user we are changing default username back to admin on reset password.

e4fb0a1e 04/21/2006 01:13 AM Scott Ullrich

Do not spew booting items during reload_all_sync()

44cca5ee 04/21/2006 12:46 AM Scott Ullrich

When assigning interfaces if a previous description is found for a optiona interface, show a blurb of the info above the line.

Example. In this case the optiona description name was WIRELESS

Optional interface 1 description found: WIRELESS
Enter the Optional 1 interface name or 'a' for auto-detection...

78f45b0a 04/21/2006 12:05 AM Scott Ullrich

Correct date.

ad3d6826 04/20/2006 10:06 PM Scott Ullrich

Version bumps

4540f1ff 04/20/2006 06:45 PM Scott Ullrich

Correctly check if SpamD enablerrd is set.

c4bb99f7 04/20/2006 03:02 PM Scott Ullrich

MFC 11682
Remove spurious " from filter.inc. Not sure where this one crept in.

f3216aaa 04/19/2006 08:35 PM Scott Ullrich

Add UpNp anchor

8a573737 04/19/2006 07:11 PM Scott Ullrich

Nuke spaces in carp passwords, it doesnt work too well with them.

418a4fa0 04/19/2006 06:53 PM Scott Ullrich

stristr() may return > 1 (true)

b754c6d0 04/19/2006 06:44 PM Scott Ullrich

Surround carp password with ""

ae7aa62a 04/19/2006 06:25 PM Scott Ullrich

Nuke a c/r if included.

5feb4519 04/19/2006 05:42 PM Scott Ullrich

Correctly enable / disable console lockout.

Ticket #920

b5d8089a 04/19/2006 05:35 PM Scott Ullrich

Correctly enable / disable console lockout.

Ticket #920

17f17002 04/19/2006 05:24 PM Scott Ullrich

When resetting the password from the console, reset the username to "admin".

Needless to say I waisted way more time than I should have finding this issue.

d5b7b3cc 04/19/2006 03:56 PM Scott Ullrich

Make sure RRD is running after a cvs_sync.sh. Gary reported that RRD is stopping after EVERY cvs_sync.sh

191ed731 04/19/2006 03:59 AM Scott Ullrich

MFC 11604
Don't create a pass out rule for a queue if it is not on an interface or not used in a rule. This will cut queue pass out rules by the number of interfaces enabled.

9440aff3 04/19/2006 01:21 AM Scott Ullrich

MFC 11600
Only setup route-to {} syntax if at least one available gateway was found

bd7a3f8c 04/19/2006 01:18 AM Scott Ullrich

MFC 11598
Only use route-to if the discovered gateway is a real IP

832ad79e 04/18/2006 09:34 PM Scott Ullrich

Do not install blank rules.

Found by Slayback on the forum.

e2874a42 04/18/2006 08:03 PM Scott Ullrich

MFC 11532
random-id can't be included twice

c5d5ffaf 04/18/2006 04:38 PM Scott Ullrich

Do not setup carp pfsync interface unless pfsync is enabled

Really not sure how this fell through the cracks. Grr.

ab34f4ec 04/17/2006 10:06 PM Scott Ullrich

Start slbd right before first filter_configure_sync()

f1a9622f 04/17/2006 09:46 PM Scott Ullrich

backout last commit

d27fe7f3 04/17/2006 09:43 PM Scott Ullrich

Reload filter on boot.

6613a031 04/17/2006 09:08 PM Scott Ullrich

MFC 11519
Restore RRD files from tgz on boot. If this works on the first attempt I'm a code monkey. MFC: Soon, needs testing.

83df670b 04/17/2006 09:05 PM Scott Ullrich

MFC 11521
Mount config area rw before tar and then ro after tar.

f921cfbb 04/17/2006 09:04 PM Scott Ullrich

MFC 11520
Save the RRD files! MFC: Soon, testing with hoba now.
Tickets:

acdd8ddf 04/17/2006 09:03 PM Scott Ullrich

MFC 11518
Save the rrd databases to the config space on reboot.

23d5aa07 04/17/2006 05:34 PM Scott Ullrich

MFC 11516
squid now rdr to its chosen interface. also swat default pass in rules to allow firewall rules to dictate its behaviour (already tested by me).

3e043c4a 04/17/2006 05:15 PM Scott Ullrich

MFC later RRD changes since patch failed

83305ae3 04/17/2006 05:11 PM Scott Ullrich

MFC 11509
JavaScript now works for Gecko-based browsers as well (http://forum.pfsense.org/index.php?topic=1041.0).

f61798ae 04/17/2006 05:09 PM Scott Ullrich

MFC 11506
Tweaked rra values for the databases so the graphs suck less. (especially the 14 days graph).

11142055 04/17/2006 04:28 PM Scott Ullrich

Remove option 12. It doesn't work on Embedded.

4acf72f9 04/17/2006 12:33 AM Scott Ullrich

BETA3 time

7e70d726 04/16/2006 11:48 PM Scott Ullrich

MFC 11431
need to use the gateway ip, not the monitor ip

79a85ab8 04/16/2006 11:45 PM Scott Ullrich

MFC 11474
kill slbd if there are no pools or virtual servers

de283d92 04/16/2006 11:42 PM Scott Ullrich

MFC 11471
don't wrap curlies around destination host in port forward - this fixes the destination "any" issue reported on the forum

f79c2150 04/16/2006 11:42 PM Scott Ullrich

MFC 11470
Don't force a rrd spamd.rrd create since not everyone has spamd installed. It correctly triggers when you have it installed though.

b4632794 04/16/2006 03:58 AM Scott Ullrich

Add random-id

Ticket #907

51c9db03 04/16/2006 12:38 AM Scott Ullrich

Redirect scripts output to /tmp/firmware_update.log

97ab7fdc 04/16/2006 12:32 AM Scott Ullrich

Do not process custom image unless it really exists.

Before it was detecting an image of "" and triggering the -C error.