Project

General

Profile

Download (25 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
de1d03f3 03/31/2005 04:58 AM Scott Ullrich

Pretty up boot process.

307cd525 03/27/2005 10:43 PM Bill Marquette

Add $Id$ tag

fc13ca75 03/24/2005 05:03 AM Bill Marquette

Better more accurate description for write_config() call

f532c333 03/20/2005 07:35 AM Scott Ullrich

Dont worry about noatime right now

c8b8a2b7 03/20/2005 06:48 AM Scott Ullrich

Mount or unmount soekris boot partition for conf_mount_rw and counf_mount_ro

2e523ffe 03/20/2005 05:32 AM Bill Marquette

fix two typoes

e07b8033 03/20/2005 05:30 AM Bill Marquette

Tell what config.xml wasn't loaded
Add description to write_config() in initial interface setup

d05dff82 03/20/2005 05:24 AM Bill Marquette

Only write_config() if we actually upgraded config file versions (this should always happen if the functino
gets called) and log what file version we migrated from and to.

6fc88682 03/20/2005 05:11 AM Bill Marquette

write_config can now be passed a description of the change
will be used for version control descriptions

6a1e6651 03/20/2005 03:52 AM Bill Marquette

Initial commit of onbox version control (broken).

6e8c1d1c 03/20/2005 12:19 AM Scott Ullrich

Do not modify fstab if we are on a wrap

35ff9380 03/19/2005 11:51 PM Scott Ullrich

sleep 5 -> sleep(5)

050cb8a0 03/19/2005 11:21 PM Scott Ullrich

Alert the user of where the system is looking for config.xml

9d7d8716 03/19/2005 10:51 PM Scott Ullrich

Use sh instead of tcsh

4de945fa 03/19/2005 10:38 PM Scott Ullrich

Look for configuration on d slice as well

655a80eb 03/19/2005 10:37 PM Scott Ullrich

Look for configuration on d slice as well

88a05bb1 03/19/2005 10:33 PM Scott Ullrich

Drop to a shell before halting the system so the user can inspect the issue.

208c4390 03/16/2005 02:17 AM Colin Smith

Add conversion from config.xml versions 1.5 to 1.6 (properly handle new firmware directive).

45cb953d 03/16/2005 01:47 AM Colin Smith

Make is_package_installed() work for other packages again ;)

2b2bab8d 03/12/2005 09:07 PM Scott Ullrich

Newline after Starting INETD and FTP Helpers for FTP-PROXY... message

88f66e13 03/10/2005 05:19 AM Bill Marquette

Move default gateway out of wan config to system config (leave in gui though)
Remove scheduler config from interfaces
Bump config file version to 1.5

8d568a9b 03/09/2005 10:24 PM Scott Ullrich

global $g is needed here.

705f8b3b 03/09/2005 10:23 PM Scott Ullrich
  • Correctly start inetd
  • Version bump
dd78523c 03/08/2005 05:49 PM Scott Ullrich

Add ftp-sesame ftp helper.

1fc6d183 03/01/2005 02:55 AM Scott Ullrich

Seperate autodetection out of previous function

d8dc587b 03/01/2005 02:26 AM Scott Ullrich

vlan_setup needs an interface list

e522f83c 03/01/2005 01:59 AM Scott Ullrich

Correct the vlan_setup function.

c1666878 02/28/2005 12:57 AM Scott Ullrich

We need to global $config since moving the set lan functions

763f6238 02/26/2005 02:25 AM Scott Ullrich

Clean up comments

bb17ff99 02/26/2005 01:36 AM Scott Ullrich
  • global the $noreboot variable
  • do not tell the user the firewall will reboot if $noreboot is set.
afe53428 02/25/2005 10:43 PM Scott Ullrich
  • Move the set networking interfaces code into a function in config.inc. Call this function instead of requiring the rc.initial.setports file
  • Alter rc.initial.setports to call the set_networking_interfaces_ports() function
5957111e 02/11/2005 02:19 AM Scott Ullrich

the filename is pfsense-utils.inc (plural)

7b2274cb 02/11/2005 01:20 AM Scott Ullrich
  • Introduce pfsense specific utilities file for easier syncing with m0n0wall util.inc
  • Introduce new log_error() command that logs to syslog
  • Convert all old syslog() functions to use log_error()
ee11cc6e 12/12/2004 01:44 AM Scott Ullrich

Say welcome to the pfSense package manager!

cfc707f7 11/19/2004 11:12 PM Scott Ullrich

Add Copyright to each file that we have touched so far and re attribute the file to Manuel Kasper such as:

Copyright (C) 2004 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <>....
5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision