summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove doneScott Ullrich2005-05-241-1/+0
|
* Allow user to specify interface. This will allow CARP to work on DHCP ↵Scott Ullrich2005-05-231-1/+5
| | | | | | interfaces, etc! And the crowd goes nuts!
* Version bumpScott Ullrich2005-05-231-1/+1
|
* Do not allow CTRL-Z and CTRL-C to be pressed in console.Scott Ullrich2005-05-231-0/+1
| | | | Fixes Ticket #57
* fix aliasesBill Marquette2005-05-232-4/+5
|
* Fix MTU.Scott Ullrich2005-05-221-1/+1
| | | | Submitted-by: strgout _AT_ unixjunkie.com
* Version bumpScott Ullrich2005-05-221-1/+1
|
* Version bump.Scott Ullrich2005-05-221-1/+1
|
* Addresses ticket #98Bill Marquette2005-05-221-1/+1
| | | | Submitted-by: strgout
* * Remove "done" after configuring OPT interfaces - the function called ↵Colin Smith2005-05-221-3/+2
| | | | | | prints status. * Switch around a mute.
* More console muting. We actually look professional now.Scott Ullrich2005-05-221-0/+5
|
* Do not rules for static routed interfaces. Our behavior is different from ↵Scott Ullrich2005-05-221-1/+2
| | | | | | m0n0wall and the user can create their own rules if they wish. Fixes Ticket #97
* Version bump.Scott Ullrich2005-05-221-1/+1
|
* mute console when bringing up pflogdScott Ullrich2005-05-221-0/+4
|
* Mute and unmute the console at strategic times to cleanup the boot sequenceScott Ullrich2005-05-214-12/+26
|
* Mute console on boot.config loader, unmute when pfSense starts to wake up.Scott Ullrich2005-05-211-0/+2
|
* Do not mount as ro if we're booting.Scott Ullrich2005-05-211-1/+3
|
* * Rely on the cached config only when we aren't writing - something seems to ↵Colin Smith2005-05-211-18/+3
| | | | | | be getting lost in translation between XML -> serialize -> unserialize. * Parse the config XML upon write - this seems to fix corruption issues.
* * bkacup.cache is a file, not a directory.Scott Ullrich2005-05-211-2/+2
|
* send already exist message to /dev/nullScott Ullrich2005-05-211-1/+1
|
* dhclient.conf should be symlinked to /var/etc ... this should fix the dhcp ↵Scott Ullrich2005-05-211-0/+4
| | | | override problem.
* Version bumpsScott Ullrich2005-05-213-3/+3
|
* Insert pftp anchorsScott Ullrich2005-05-211-0/+5
|
* We do need inetd. Duh.Scott Ullrich2005-05-211-0/+1
|
* pftpx does not use a -i argumentScott Ullrich2005-05-211-1/+1
|
* Hide warning messagesScott Ullrich2005-05-211-6/+6
|
* Do not kill pftpx. Its not hunting game.Scott Ullrich2005-05-211-2/+0
|
* we no longer need inetd.Scott Ullrich2005-05-211-1/+1
|
* Switch over to pftpx.Scott Ullrich2005-05-211-2/+2
| | | | | | | | | | Why? 1) it handles all ftp modes: PORT, PASV, EPRT, EPSV 2) it handles ipv6 3) it should scale: one process handles all sessions using libevent 4) it works with "strict" ftp clients (clients that want data connections to the same IP as the control connection)
* Comment out the rest of config.cacheScott Ullrich2005-05-211-2/+5
|
* Comment out the rest of config.cacheScott Ullrich2005-05-211-0/+2
|
* Shell rc.rebootScott Ullrich2005-05-211-2/+2
|
* Version bumpScott Ullrich2005-05-211-1/+1
|
* Do not use config.cache until the serialize() bug is solved.Scott Ullrich2005-05-201-0/+7
|
* Enable image RW before trying to backup.Scott Ullrich2005-05-201-0/+5
| | | | Fixes ticket #91
* Create /cf/conf/backup/backup.cache if it doesn't exist on bootupScott Ullrich2005-05-201-0/+4
|
* Remove console auto update option.Scott Ullrich2005-05-191-8/+2
| | | | Fixes ticket #85
* * Execute firmware upgrade in the backgroundScott Ullrich2005-05-191-0/+2
| | | | * Reboot again from /etc/rc.firmware, not from the web gui. This can be *dangerous* if the user cancels the update, navigates away from the page, etc.
* Remove extra parsing.Colin Smith2005-05-191-4/+2
|
* Do not load load and unload ipfwScott Ullrich2005-05-191-2/+2
|
* use -p flag for mkdirScott Ullrich2005-05-191-1/+1
|
* Skipto rule 65535 for protocols carp and pfsync to avoid being ALTQ'dScott Ullrich2005-05-191-2/+2
|
* * Complete path to common binariesScott Ullrich2005-05-191-6/+7
| | | | * Find CVS directory and zap after upgrades
* Force the parsing of config.xml every time until someone with more knowledge ↵Scott Ullrich2005-05-191-1/+7
| | | | can tell me why this no workie as expected ;)
* Parse the configuration on booting.Scott Ullrich2005-05-191-1/+1
|
* Use complete path to mtreeScott Ullrich2005-05-191-2/+2
|
* Correctly check if file existsScott Ullrich2005-05-191-1/+1
|
* Changes to config versioning.Colin Smith2005-05-191-6/+5
|
* * Parse the config again, instead of just making the cache. This may resolve ↵Colin Smith2005-05-191-1/+3
| | | | | | the config wiping issues. * Return $config variable, instead of acting on the global.
* Allow hijacking of PPTP connections.Scott Ullrich2005-05-181-1/+3
| | | | This should fix Ticket #69
OpenPOWER on IntegriCloud