Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When a 0 byte configuration file is found, remove it (unlink) and continue ↵ | Scott Ullrich | 2007-04-07 | 1 | -12/+17 |
| | | | | processing. | ||||
* | * Add comments * Remove blank space at end of file | Scott Ullrich | 2007-03-28 | 1 | -1/+1 |
| | |||||
* | Check for p2pcatchall with isset() | Scott Ullrich | 2007-03-28 | 1 | -1/+1 |
| | |||||
* | Use correct queue name for p2p download (ftp) | Scott Ullrich | 2007-03-27 | 1 | -1/+1 |
| | |||||
* | Pass along the correct queue names to ftpseasme and pftpx. | Scott Ullrich | 2007-03-27 | 1 | -3/+13 |
| | |||||
* | Make the AON FTP logic a bit more verbose. | Seth Mos | 2007-03-06 | 1 | -2/+5 |
| | | | | Add comments. | ||||
* | Soft updates are handled in /etc/rc. Remove code. | Scott Ullrich | 2007-03-04 | 1 | -4/+1 |
| | |||||
* | Enable hidden option in system called enablesoftupdates which will turn on ↵ | Scott Ullrich | 2007-03-04 | 1 | -0/+3 |
| | | | | soft updates before mounting rw | ||||
* | I forgot, the ftp helpers on releng_1 are started from config.inc not ↵ | Seth Mos | 2007-03-04 | 1 | -1/+3 |
| | | | | pfsense-utils.inc (head) | ||||
* | Commit forgotten commit which is required for the ftp helper on routed ↵ | Seth Mos | 2007-02-23 | 1 | -2/+20 |
| | | | | interfaces. | ||||
* | Install rule correctly. | Scott Ullrich | 2007-02-09 | 1 | -3/+5 |
| | |||||
* | Woops, correct upgrade logic | Scott Ullrich | 2007-02-09 | 1 | -1/+1 |
| | |||||
* | Bump config version to 2.9 | Scott Ullrich | 2007-02-09 | 1 | -1/+1 |
| | |||||
* | Sync config upgrade code with HEAD | Scott Ullrich | 2007-02-09 | 1 | -1/+8 |
| | |||||
* | Correct comments | Scott Ullrich | 2007-02-09 | 1 | -1/+1 |
| | |||||
* | Actually add the IPSEC rule on config upgrade | Scott Ullrich | 2007-02-09 | 1 | -0/+2 |
| | |||||
* | * Bump config version to 2.8 | Scott Ullrich | 2007-02-09 | 1 | -1/+11 |
| | | | | * Automatically install a IPSEC pass rule for unsuspecting users | ||||
* | !@#%(*!*%(&(!*&@% trailing spaces | Scott Ullrich | 2007-02-05 | 1 | -1/+1 |
| | |||||
* | Ensure checkreload.sh is present on all versions by checking the config and ↵ | Scott Ullrich | 2007-02-05 | 1 | -0/+21 |
| | | | | upgrading it if necessary. | ||||
* | require_once("services.inc") to prevent: Fatal error: Call to undefined ↵ | Scott Ullrich | 2007-01-31 | 1 | -17/+19 |
| | | | | function: configure_cron() in /etc/inc/config.inc on line 909 | ||||
* | * bump config version. latest version is 2.6 | Daniel Stefan Haischt | 2007-01-31 | 1 | -0/+3 |
| | |||||
* | * fix: config convertion logic. | Daniel Stefan Haischt | 2007-01-31 | 1 | -15/+15 |
| | |||||
* | upgrade config if cron items are missing. | Daniel Stefan Haischt | 2007-01-30 | 1 | -0/+93 |
| | |||||
* | Sync enable_rrd_graph() with HEAD | Seth Mos | 2007-01-13 | 1 | -0/+7 |
| | | | | | * added quality graph backend for Optional interfaces * Huge code cleanup. PHP should now return proper line numbers on parse errors. | ||||
* | Uhm, previous was almost right. Limit dropped to a 115MB available ram | Seth Mos | 2006-11-24 | 1 | -1/+1 |
| | | | | so people can use computers with up to 8MB of shared graphics memory. | ||||
* | If the available memory is between 97 and 128 MB do not prompt. This is | Seth Mos | 2006-11-22 | 1 | -2/+2 |
| | | | | | the same approach as system.inc does. This fixes boot for people with onboard graphic cards and you miss a few MB. | ||||
* | Move $config = parse_config() statement to end of file to attempt to prevent ↵ | Scott Ullrich | 2006-11-22 | 1 | -3/+3 |
| | | | | | | the error: Fatal error: Unknown function: parse_config() in /etc/inc/config.inc on line 198 | ||||
* | Apparently my big fat warning about needing two interfaces is not a big ↵ | Scott Ullrich | 2006-11-06 | 1 | -1/+5 |
| | | | | enough warning. Make the language a bit more precise and stern to thwart bogus support requests. | ||||
* | Add missing \n | Scott Ullrich | 2006-10-08 | 1 | -1/+1 |
| | |||||
* | Show a *BIG FAT WARNING* that under 128 megaytes does not work during ↵ | Scott Ullrich | 2006-10-08 | 1 | -0/+13 |
| | | | | initial setup if <128 megs of ram detected. | ||||
* | Do not start ftpsesame on disabled interfaces (optionals) | Scott Ullrich | 2006-09-04 | 1 | -0/+4 |
| | |||||
* | Don't echo . on bootup in rw and ro functions | Scott Ullrich | 2006-09-01 | 1 | -8/+0 |
| | |||||
* | * Do not read-only mount if a firmware upgrade is in progress | Scott Ullrich | 2006-09-01 | 1 | -9/+19 |
| | | | | * Spew more .'s and pretend we boot faster | ||||
* | When a firmware update is in progress, it is very important that we do not ↵ | Scott Ullrich | 2006-09-01 | 1 | -0/+4 |
| | | | | go RO. | ||||
* | Echo out . in a few places during bootup | Scott Ullrich | 2006-08-26 | 1 | -3/+14 |
| | |||||
* | Cleanup read and write routines. | Scott Ullrich | 2006-08-25 | 1 | -20/+9 |
| | | | | Submitted-by: Andrew Thompson | ||||
* | Correctly discover last backup. | Scott Ullrich | 2006-08-14 | 1 | -2/+3 |
| | |||||
* | Return last entry for discover_backup() | Scott Ullrich | 2006-08-14 | 1 | -2/+1 |
| | |||||
* | When restoring the last known good configuration, really restore the last ↵ | Scott Ullrich | 2006-08-14 | 1 | -1/+1 |
| | | | | known good, not the *OLDEST*! | ||||
* | config_validate requires a config file, not a file stream. | Scott Ullrich | 2006-08-14 | 1 | -1/+1 |
| | | | | Noticed-by: BillM | ||||
* | Change detection code to detect <m0n0wall> instead of m0n0wall for config ↵ | Scott Ullrich | 2006-08-14 | 1 | -1/+1 |
| | | | | upgrades,. | ||||
* | config_validate requires a config file, not a file stream. | Scott Ullrich | 2006-08-14 | 1 | -1/+1 |
| | | | | Noticed-by: BillM | ||||
* | Don't move file when doing a restore, simply copy it. | Scott Ullrich | 2006-08-09 | 1 | -1/+1 |
| | |||||
* | s/gettext// | Scott Ullrich | 2006-08-09 | 1 | -4/+4 |
| | |||||
* | If no config.xml is found, attempt restore from the latest backup. | Scott Ullrich | 2006-08-09 | 1 | -0/+8 |
| | |||||
* | If no config.xml is found, attempt restore from the latest backup. | Scott Ullrich | 2006-08-08 | 1 | -1/+9 |
| | |||||
* | Attempt restore of previous backup if we are halting. | Scott Ullrich | 2006-08-08 | 1 | -5/+10 |
| | |||||
* | When booting and conf_mount_rw() is run, if it decides to run fsck -y alert ↵ | Scott Ullrich | 2006-07-04 | 1 | -78/+80 |
| | | | | to user of this fact. | ||||
* | Woops, back that out, this MFC has already taken place. | Scott Ullrich | 2006-06-26 | 1 | -17/+0 |
| | |||||
* | MFC 12503 | Scott Ullrich | 2006-06-26 | 1 | -1/+18 |
| | | | | dded set_device_perms. This is needed by the new packages, cause the proxies run as proxy:proxy, and need to access /dev/pf. |