Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e1cb970e 11/23/2008 11:48 PM Scott Ullrich

Minor text cleanups

3f179a55 11/23/2008 11:46 PM Scott Ullrich
  • Split more code into a function
  • Move all functions to top
  • Wait for PHP to restart
  • Really use correct rules.debug files
dbec18e1 11/23/2008 11:38 PM Scott Ullrich
  • Use system
  • Use correct filename
48d7fcbf 11/23/2008 11:26 PM Ermal Luçi

There is a 'type' knob now.

c4110081 11/23/2008 11:07 PM Scott Ullrich

Show rule differences (rules.debug) after a sync. Handy if you have
changed filter.inc.

eefa2b49 11/23/2008 10:52 PM Ermal Luçi

Remove hardcoded checks and substitute with more generic method.

f699ed89 11/23/2008 10:44 PM Ermal Luçi

More fixes to the switch to the FilterIflist.

40279596 11/23/2008 09:41 PM Ermal Luçi

Fix System aliases.

40953516 11/23/2008 09:38 PM Ermal Luçi

Fix errors introduced during moving to FilterIflist array from actual functions.

Reported-by: smos@

96ae3e86 11/23/2008 07:02 PM Seth Mos

Multiply delay value from rrd by 1000 to get milliseconds

8e907028 11/23/2008 06:20 AM Scott Ullrich

Remove non-working check

211dff55 11/23/2008 06:18 AM Scott Ullrich

Update firmware lock (upgrade) variable

0aa65a5e 11/23/2008 06:13 AM Scott Ullrich

Do not allow ro mount when an upgrade is in progress

bfd1cd6b 11/23/2008 12:11 AM Scott Ullrich

Minor formatting and text refinements

0c15a747 11/23/2008 12:04 AM Scott Ullrich

Correctly set nobackup flag

eb95ba84 11/23/2008 12:00 AM Scott Ullrich

Output welcome banner after globals.inc is required

6680b6d1 11/22/2008 11:59 PM Scott Ullrich
  • Exclude /var/dhcpd/dev/ from backups
  • Split out long excludes into shorter assignments
17653781 11/22/2008 11:55 PM Scott Ullrich

Add missing exit

edfde771 11/22/2008 11:54 PM Scott Ullrich

Exit before upgrade, etc on failure

fe928519 11/22/2008 11:53 PM Scott Ullrich

Test php after cvssync. If you go backwards in time your PHP will puke.
If php pukes and a previous backup exists, just restore it.

864b3976 11/22/2008 11:42 PM Scott Ullrich

Create a backup of the configuration prior to package installation.

1b02bfb7 11/22/2008 11:30 PM Scott Ullrich

Add missing /

d8721881 11/22/2008 11:27 PM Scott Ullrich

When a new user home directory is created, copy the . (dot) root files.

a18a5e61 11/22/2008 11:20 PM Scott Ullrich

Remove stray "

8098302a 11/22/2008 11:06 PM Scott Ullrich

Unbreak javascript.

886f1f69 11/22/2008 11:04 PM Scott Ullrich

Mist formatting. Eliminate unneeded { and }. Format javascript.
Use / instead of </script>CVS: ----------------------------------------------------------------------

09583657 11/22/2008 11:01 PM Scott Ullrich

Formatting part II. No functional changes.

98f43e13 11/22/2008 10:46 PM Scott Ullrich

Cleanup all HTML formatting. At this point the entire file has been
reformatted. No functional changes (yet).

c444db24 11/22/2008 10:15 PM Seth Mos

Switch over to apinger rrd files.

7340c126 11/22/2008 10:03 PM Seth Mos

Remove quality graph backend, this is now apinger territory

ede99c94 11/22/2008 09:59 PM Seth Mos

Reverse name fields to be compatible with current graph frontend

1bce2729 11/22/2008 09:54 PM Seth Mos

Create RRD file for each gateway name, not the gateway address which can change a lot or be plain
bogus.

fd4b88d1 11/22/2008 09:34 PM Seth Mos

Set permissions correctly so apinger can write the rrd files

403a270e 11/22/2008 06:39 PM Ermal Luçi

Fix the case when users without access to index.php get an error message.
This redirects the users to the first allowed pagge if they do not have access to index.php and errors out only if no page has been assigned to them.

NOTE: It is strange that a user cannot change its password!

76e3f0ef 11/22/2008 05:37 PM Ermal Luçi

Restore removed pppoe word.

dd7a8309 11/22/2008 12:53 AM Scott Ullrich

Move portion to top to aide with 401

bafaf123 11/21/2008 10:58 PM Scott Ullrich

Exit after redirecting to interfaces_assign.php

0334dcd4 11/21/2008 10:23 PM Seth Mos

Fix bypass static routes rules with new routing array format

668c4990 11/21/2008 09:59 PM Seth Mos

Correct config path so filter rules are generated again for static
routes.

122f8374 11/21/2008 09:36 PM Scott Ullrich

Correctly remove file after disabling pppoe_reset

275b29eb 11/21/2008 09:17 PM Scott Ullrich

Make $if a global

872f6a0c 11/21/2008 09:15 PM Scott Ullrich

wancfg is a global

25a6411a 11/21/2008 09:12 PM Scott Ullrich

Unlink pppoe reset file after disabling feature correctly

78fcfb9c 11/21/2008 08:58 PM Scott Ullrich

Update my (C) years

914cb1f7 11/21/2008 08:56 PM Scott Ullrich

Add back pppoe_preset, not to be confused with pppoe_reset

16bc968e 11/21/2008 08:46 PM Scott Ullrich

Spell conf correctly

161eecdc 11/21/2008 08:44 PM Scott Ullrich

Pass $wancfg

eba938e3 11/21/2008 07:39 PM Scott Ullrich

Change functions to function nameoffunction() {

53c82ef9 11/21/2008 07:36 PM Scott Ullrich More pppoe_reset cleanups
  • Add new function to interfaces.php setup_pppoe_reset_file() which
    sets up the periodic reset file. Prior to this restoring a config.xml
    backup would end up with a cron entry with no file!
  • More text cleanups to make the files readable
2243ff08 11/21/2008 07:03 PM Scott Ullrich

Add missing "'s for parameters

ac10a85e 11/21/2008 05:44 PM Scott Ullrich

Do not store the pppoe reset file on /var/. A reboot will whipe it out.
Instead, store the file in /conf/

8a8f493f 11/21/2008 05:28 AM Scott Ullrich

Minor style tweaks

02b7af43 11/21/2008 05:20 AM Scott Ullrich Style changes.
  • Convert spaces to tabs
  • Reformat code
4d391720 11/21/2008 04:15 AM Chris Buechler

partially fix bypass static routes

routes no longer have an interface included with them so it still doesn't work. That will need to return.

87977771 11/21/2008 02:40 AM Scott Ullrich

Do not output starting rrd graphs twice.

270c4607 11/21/2008 02:28 AM Scott Ullrich

Cleanup 440 lines of code where the formatting is all shot and is completely
unreadable. Break a couple items into their own functions where we can.

ec164e2b 11/21/2008 12:43 AM Scott Ullrich

Update comment

1215fbb6 11/21/2008 12:42 AM Scott Ullrich

Use a MFS /home on CD-Rom.

65a1bbca 11/21/2008 12:36 AM Scott Ullrich

Backout last commit, /var/home is a symlinnk

c7dba00b 11/21/2008 12:35 AM Scott Ullrich

Use /home, even for embedded

56c17018 11/20/2008 11:07 PM Scott Ullrich

Nuke stray n's

f7eb54e4 11/20/2008 11:00 PM Scott Ullrich
  • Add interface_supports_polling()
  • Use interface_supports_polling()
7a7371d1 11/20/2008 10:24 PM Scott Ullrich

Fix NOBACKUP

4d7ca5b6 11/20/2008 10:21 PM Scott Ullrich

Oops, this is PHP

26a1126c 11/20/2008 10:19 PM Scott Ullrich

Work on embedded, too

36fcc77f 11/20/2008 10:16 PM Scott Ullrich
  • Ensure we are rw
  • Remove seriously old dead code
dff1a09d 11/20/2008 10:11 PM Scott Ullrich

Mount image rw during changes

4d98f634 11/20/2008 10:00 PM Scott Ullrich
  • Honor $config['system']['polling'
  • Enable / disable polling even if we are not booting.
4c1817bd 11/20/2008 01:25 AM Scott Ullrich

Turn off debugging text

2dcd206b 11/19/2008 10:21 PM Ermal Luçi

Add the quick keyword to allow configurations that have "Bypass traffic for local subnets to work". The only concern here is the traffic shaper which is not really well inline with this.

The other option is just make this a documentation so the user can create the rules itself!

71706710 11/19/2008 09:44 PM Scott Ullrich

Bump /var/run to 4m

1cf421b1 11/19/2008 05:04 PM Scott Ullrich

Do not test, set the variable.

Noticed-by: simoncpu

60f14172 11/19/2008 05:45 AM Scott Ullrich

Set vm.kmem_size_max
Noticed-by: simoncpu

630cfa6c 11/19/2008 05:29 AM Scott Ullrich
  • Do not destory enc0
  • Only run ifconfig if a real ip and netmask exists instead of ifconfig
69d1e858 11/19/2008 12:23 AM Scott Ullrich

Make nat reflection timeouts consistent

ad621b1a 11/18/2008 10:55 PM Scott Ullrich

Bump kernel memory to 435544320 from 335544320

0a2d01bc 11/18/2008 07:37 PM Ermal Luçi

Correct my wrong changes and remove duplicated defines. Reload the filter after the restasrt to be sure we do not have any problems if the ip address changes.

dc711694 11/18/2008 05:18 PM Scott Ullrich

Use interface_reconfigure()

b24697f9 11/17/2008 11:45 PM Chris Buechler

show <pkginfolink> for installed packages

eac7d67c 11/17/2008 11:26 PM Chris Buechler

replace the "Support" column with the static forum link with <pkginfolink>

565a7eba 11/17/2008 11:04 PM Ermal Luçi

Use settings collected before.

8c167904 11/17/2008 10:11 PM Ermal Luçi

Change order slightly.

199d8121 11/17/2008 09:54 PM Ermal Luçi

Hrm, pppoe reset function seems to have missed review while doing whole other changes.

3931dac1 11/17/2008 06:46 PM Scott Ullrich

Silence errors when trying to obtain gateway for PPTP

e06f19fa 11/17/2008 05:33 PM Scott Ullrich

Detect iphone / ipod

caf7d0bc 11/17/2008 05:13 PM Scott Ullrich

Use pfsense theme for ipod / iphone's

ca96864b 11/17/2008 12:59 PM Seth Mos

Correctly process static gateway entries which have a label and not a IP.

53304301 11/17/2008 12:46 PM Seth Mos

Do not keep spawning new entries when trying to edit.

63552f4e 11/17/2008 12:11 PM Seth Mos

Make sure to delete the proper entry.

9ad878a1 11/17/2008 10:23 AM Seth Mos

Improve duplicate check

c3b347f1 11/17/2008 10:02 AM Seth Mos

Allow duplication of system gateways for easier adding and less typing.

e93949e5 11/17/2008 09:56 AM Seth Mos

Fix unable to save manual gateway entry.

213e9de2 11/17/2008 12:30 AM Ermal Luçi

Fix ticket #1837.

31e4928b 11/17/2008 12:07 AM Ermal Luçi

Remove function call not needed.

Would be good to give this function a sync/refresh with filter.inc changes.

9a96fb33 11/17/2008 12:03 AM Ermal Luçi

Bring back to life tdr_create_ipfw_rule.

c8c5a5bb 11/16/2008 11:29 PM Ermal Luçi

Since we do all that hard work on generate_optcfg_array to get all info for an interface use that info later in the file to gain speed.

57160a5f 11/16/2008 11:25 PM Ermal Luçi

Remove debugging.

eab7d610 11/16/2008 11:04 PM Ermal Luçi

Use the newly introduced functions and simplify function get_direct_network_list.
What does the latest function do actually?

31b24870 11/16/2008 11:02 PM Ermal Luçi

Introduce 2 new functions
find_interface_subnet and get_interface_subnet
similar to their ip ones
find_interface_ip and get_interface_ip
to easy getting this info for dynamic interfaces.

96fcbfd0 11/16/2008 09:45 PM Ermal Luçi

Find correct interface ip for using while generating filter rules.