Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
561d5162 10/22/2008 04:06 PM Ermal Luçi

Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.html

332ccd2b 10/20/2008 10:53 PM Scott Ullrich

Add newline

adb0c767 10/20/2008 10:36 PM Scott Ullrich

Look for <pfsense>

f45e6a3b 10/20/2008 10:33 PM Scott Ullrich

Check for bogus decrypted config.xml

864bbcdd 10/19/2008 09:16 PM Scott Ullrich

Correct tagfile_deformat() call

52d6ad51 10/19/2008 02:39 PM Ermal Luçi

Oops, use tunnel address not network.

0847d1b9 10/19/2008 02:36 PM Ermal Luçi

When disabling an interface bring it down also.

0c56453c 10/19/2008 02:34 PM Ermal Luçi

Clenup some more when bringing down an interface.

4367b5f6 10/19/2008 02:05 PM Ermal Luçi

Bring order and simplify logic.

adec6851 10/19/2008 01:32 PM Ermal Luçi

Clear the arp entries for the interface going down.

d8acd706 10/19/2008 01:29 PM Ermal Luçi

Slightly change order of commands for dhcp.

80bf3f4a 10/19/2008 01:20 PM Ermal Luçi

Refactor some code so frontend does not need to know about details that might change
during development.

f620d00d 10/19/2008 09:47 AM Ermal Luçi

style(9)

87a2efd1 10/19/2008 09:39 AM Ermal Luçi

Move from $debugging to $g["debug"].

b042cfd6 10/19/2008 09:33 AM Ermal Luçi

Remove unused var.

40aa6f20 10/19/2008 09:07 AM Ermal Luçi

Mpd4 handles itself mss even with reduced mtu on pppoe case.

b4914b78 10/19/2008 09:03 AM Ermal Luçi

When interface is configured for pppoe and mtu is also configured then adjust the pppoe mtu c
orrespondingly as to us this means pppoe mtu and not parent interface mtu.

9a12451b 10/19/2008 07:50 AM Ermal Luçi

Do not try to generate rules for the known interface groups or should we?

2867fa7b 10/19/2008 07:41 AM Ermal Luçi

Split random-id and no-df option for scrubbing.

c5a568d9 10/19/2008 07:30 AM Ermal Luçi
  • Cleanup some logic for loading ipfw module which might improve somewhat rules speed on very large rulesets. The best option is moving this to rules generation itself which would really speed up things but i will check it later on.
  • Fix scrub rules generation since it was 'broken' by generating mss-clamping for all interfaces which might be the reason for some slow transfers reported. Remove generation of mss clamping by pf in pppoe case since we handle this in mpd4 and seems to be a better fit for this.
e6d436e8 10/19/2008 03:38 AM Scott Ullrich

If <prefix> does not exist, then call safe_mkdir on it.

1834f481 10/19/2008 03:33 AM Scott Ullrich

Add plugins folder for firmware_upgrade

64a0b4e4 10/19/2008 03:24 AM Scott Ullrich

Only attempt to run plugins if directory exists

5025a56c 10/19/2008 03:19 AM Scott Ullrich
  • Add run_plugins() function
  • Use run_plugins() function in filter.inc
  • Add plugin hook for parse_config and write_config
e7d967d8 10/19/2008 02:59 AM Scott Ullrich

Reload the filter. Plugins might need to run.

f459ca15 10/18/2008 09:47 PM Scott Ullrich

Use zoneinfo.tgz from m0n0wall 1.3b15

c0836064 10/18/2008 02:06 PM Ermal Luçi

Cleanup some not needed code and use the correct debug var.
A lot of code references $debug as var but actually there is only $g['debug'] and $debugging that are defined!!

cf305899 10/18/2008 01:57 PM Ermal Luçi

When creating vlan interfaces from console fill all the needed information.

b9004dfe 10/17/2008 02:33 PM Ermal Luçi

Restore accidentally removed code with bigpond removal which is causing issues with pppoe/pptp.

4199cc62 10/16/2008 09:56 PM Scott Ullrich

Navigate to / after 40 seconds to avoid accidental reboots.

4b6e75ff 10/15/2008 05:32 PM Scott Ullrich

Check for valid IP address using is_ipaddr

Suggested-by: Ermal

cc8ad8a7 10/15/2008 05:29 PM Scott Ullrich

Misc style fix and checking to see if this is noticed by GIT

e09a935c 10/15/2008 04:31 PM Ermal Luçi

Still array handling changes on php5. Reported by: http://forum.pfsense.org/index.php/topic,12043.0.html

6566050c 10/15/2008 05:50 AM Ermal Luçi

Test for existence before unsetting, this is do to changed behavior in php5. Reported by: http://forum.pfsense.org/index.php/topic,12060.0.html

f6b38c79 10/14/2008 06:47 PM Scott Ullrich

Add table header row

b112841f 10/14/2008 06:35 PM Ermal Luçi

Lock the config before reconfiguring filter rules.

f51f3989 10/14/2008 06:34 PM Ermal Luçi

Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html.

915ffd5f 10/14/2008 06:24 PM Scott Ullrich

Actually insert the interface address when the option is specified.

981cf4ae 10/14/2008 04:36 PM Ermal Luçi

All these flushing is not needed now that apply is a differnet step like everywhere else in code.

28ec82f1 10/13/2008 10:49 PM Ermal Luçi

Actually apply fixes to the correct files.

5252f909 10/13/2008 10:43 PM Ermal Luçi

I always remember having done this long ago?!

7c36f9e0 10/13/2008 10:40 PM Ermal Luçi

Revert this and see if it affects any of problem reported on latest builds.

8fe7e7c8 10/13/2008 12:35 AM Scott Ullrich

Add global debug where needed

269d6062 10/13/2008 12:33 AM Scott Ullrich

Only show debug Running commands if $debug is enabled

296a3cb6 10/12/2008 11:57 PM Scott Ullrich

Use listbg as all other pages do

02beec61 10/12/2008 11:32 PM Scott Ullrich

Add missing image

25b37469 10/12/2008 10:01 PM Scott Ullrich

Do not wrap dropdown menus

153eb305 10/12/2008 09:49 PM Scott Ullrich

Make sure all themes have login box information

64a6024c 10/12/2008 09:40 PM Scott Ullrich

Do not list color: #FFFFFF; twice

30d4c469 10/12/2008 09:29 PM Scott Ullrich

Do not hard code white

d4da6249 10/12/2008 09:24 PM Scott Ullrich

Do not hard code white

a313e8eb 10/12/2008 09:04 PM Scott Ullrich

Do not hard code white color

64286300 10/12/2008 09:03 PM Scott Ullrich

Do not harc code white

0e1dce26 10/12/2008 09:00 PM Scott Ullrich

Do not hard code white

00908429 10/12/2008 08:55 PM Scott Ullrich

Do not hard code white

2792f9fe 10/12/2008 08:39 PM Scott Ullrich

Do not hard code white

d514a16b 10/12/2008 08:34 PM Scott Ullrich

Do not hard code white

33300c73 10/12/2008 08:22 PM Scott Ullrich

Do not hard code white

b9056c39 10/12/2008 08:19 PM Scott Ullrich

Use listbg

c3fdc1fd 10/12/2008 08:11 PM Scott Ullrich

Honour listbg font properties

ec45339e 10/12/2008 08:09 PM Scott Ullrich

Set foreground color to white

c2a6f323 10/12/2008 08:08 PM Scott Ullrich

Use listbg instead of hard coding red background for RFC1918 information

37f36cda 10/12/2008 07:37 PM Scott Ullrich

Read in tabcontrols.php and properly eval()

fe39586a 10/12/2008 07:32 PM Scott Ullrich

If /usr/local/www/themes/$themename/tabcontrols.php exists, then eval
it and allow the tabbing colors and nifty corners to be overriden.

The file simply needs to look like:

$tab_active_bg = "#EEEEEE";
$tab_inactive_bg = "#777777";...

ca02851e 10/12/2008 06:59 AM Ermal Luçi
  • Fix a case where instead of testing(==) we where assigning(=) and resulted in strange behaviour
  • Do not unset everything when an interface is disabled just mark it as disabled and write so in the log.
8ca051bf 10/11/2008 11:39 PM Scott Ullrich

Only set font color to white when background is red

f1412ed6 10/11/2008 11:27 PM Scott Ullrich

Allow setting the size of password fields

f6afff20 10/11/2008 10:51 PM Scott Ullrich

Black does not show up well on a red background, use white.

7994c3f8 10/11/2008 04:39 PM Ermal Luçi

Fix applying interface settings and prevent it from being applied multiple times as in ocasions with browser glitches. Remove some only wan part code.

1f6ec411 10/08/2008 08:16 PM Ermal Luçi

Use ECN for the queues created by the wizard which is a more recent technology and i am tired of explaining to users how to handle errors on it. Strange is this is an ALPHA release!

The actual problem is in the dummynet merge with pf which has a red keyword with diferent parameters.

d231c4d3 10/07/2008 01:16 AM Scott Ullrich

Break before information text to match other pages

ba5be9ef 10/07/2008 12:37 AM Scott Ullrich

No need to lock config when setting filter update status

df4ae7c8 10/06/2008 10:23 PM Ermal Luçi
  • Remove bigpond support from backend.
  • Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected.
  • Actually start pppoe/pptp when the routing is called for this.
1f5309a3 10/06/2008 06:25 PM Matthew Grooms

Use the correct syslog LOG_ERR constant and make this file executable.

723e16b8 10/04/2008 10:52 PM Ermal Luçi

Actually take a shorter route at saving the gateway.

8b127117 10/04/2008 10:50 PM Ermal Luçi

Use correct interface to record gateway.

d78e6763 10/04/2008 10:03 PM Chris Buechler

trim description so long descriptions on IPsec doesn't create an invalid ruleset

9d51486c 10/02/2008 11:11 PM Scott Ullrich

Repack tgz with ./

Noticed-by:Volker Kuhlmann

a8de5705 10/02/2008 12:47 AM Scott Ullrich

Update with latest zone information

d14aea59 10/02/2008 12:09 AM Scott Ullrich

Switch network-backend to freebsd-sendfile from writev now that
lighttpd 1.4.20 has had some fixes applied.

2cbdf97e 10/01/2008 05:26 PM Ermal Luçi

Cleanup the status queues so it does not does stupid things.
Apparnetly this needs to be converted to 'ajax' calls as the traffic graph but for now live with this.

9e21d318 09/30/2008 03:31 PM Ermal Luçi

Introduce a 'None' option for the gateways select box.
Apart fixing aestetic when there is no gateway configured for the interface it allows you to setup gateways and not
select them on the interface configuration i.e. on Lan or similar type configured ones....

82458abb 09/29/2008 10:09 PM Mark Crane

pkg_edit add <wrap>off</wrap> for textarea

447611c4 09/28/2008 05:28 AM Scott Ullrich

Remove stray 1

fae0b511 09/28/2008 05:26 AM Scott Ullrich
  • Remove debugging code
  • Hide syntax highlighting option for now
bd125eb2 09/28/2008 05:24 AM Scott Ullrich

Do not encode, AJAX function handles.

5f05c1e8 09/28/2008 05:06 AM Scott Ullrich

Automatically remote /tmp/config.cache if it exists after file save.

77045939 09/28/2008 03:33 AM Chris Buechler

run hostap later in script, fixes ral(4) card difference in FreeBSD 7.0. Works with ath(4) also.

Ticket #1813

5252b98d 09/24/2008 02:20 AM Scott Ullrich

Move alwaysbroadcast item to a settable field.

Ticket #1814

XXX: Create GUI option

d3d6bbf3 09/24/2008 02:12 AM Scott Ullrich

Always broadcast to help fix vista fun.

Ticket #1814

df1fc198 09/23/2008 06:51 PM Ermal Luçi

Correct check if we are running with only one interface. LAN ca be deleted without problems with the new interface code.

bd33ee57 09/23/2008 06:32 PM Ermal Luçi

Take into consideration the subnet mask configured.

9ff5048f 09/22/2008 06:37 PM Seth Mos

Cleanup bootup script
Remove starting dhcp twice.
Remove double resolv.conf generation.
Remove direct pfctl filter load command.
Move initial time sync into is_wan_up logic so that it saves a lot of time on boot without a wan. opentp takes casre of it
later if required.

1d45c5ec 09/22/2008 04:38 PM Ermal Luçi

Use correct variable name for parent interface.

d526d669 09/21/2008 09:49 PM Seth Mos

Use correct arguments

93ecc2fb 09/21/2008 08:36 PM Seth Mos

Reffer to correct variable

9d635f0a 09/21/2008 08:33 PM Seth Mos

Set full path to ping

4c9f3cf5 09/21/2008 07:53 PM Seth Mos

If we really can't find what to ping just continue with the next graph

551e9159 09/21/2008 07:48 PM Seth Mos

Remove dependency on WAN having the default route.
Also failed because it did not use the full path to /sbin

778b6128 09/21/2008 07:42 PM Seth Mos

Make sure we get a valid address to ping for the rrd graphs.