summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Get ready for 1.2-RELEASE.Scott Ullrich2008-02-231-1/+1
|
* Backport -ss syslogd feature from HEAD. Only bind to 127.0.0.1 if weScott Ullrich2008-02-181-1/+5
| | | | are not remotely sending logs.
* Remove bogus check.Scott Ullrich2008-02-171-2/+2
|
* Ensure /tmp/y exists before running pkg_delete command.Scott Ullrich2008-02-171-5/+5
|
* Missing global $g and $configScott Ullrich2008-02-171-0/+1
|
* File an alert we cannot find a matching subnet for a CARP IP address.Scott Ullrich2008-02-161-3/+4
|
* Make sure we sync before mounting ro.Scott Ullrich2008-02-142-0/+9
|
* MFC from releng_1. Do not run pfctl -ss 4 times.Seth Mos2008-02-061-5/+7
| | | | Dated Nov 15 2007
* With the current Racoon we need to inform that we are reloadingSeth Mos2008-02-051-0/+4
| | | | our SPD entries with a SIGHUP
* Only check disabled/enabled status on OPTX interfaces. WAN and LAN areScott Ullrich2008-02-041-2/+3
| | | | assumed to always be enabled.
* When a CARP parent interface is down or disabled, ignore the CARP IPScott Ullrich2008-02-041-0/+3
| | | | address as this will introduce a panic situation in FreeBSD.
* correct bogons file locationChris Buechler2008-02-031-2/+2
|
* Tag as RC5. We might not release RC5 but we need to seperate the previousScott Ullrich2008-02-031-1/+1
| | | | | | | release from all of the misc changes made this week. All of the changes should work okay but it will be good to know this information if a bug report comes in so we can seperate the last release from what is in the tree at this point.
* Do not load CARP IP address if we cannot find a matching subnet on aScott Ullrich2008-02-031-0/+15
| | | | real interface.
* Update to racoon-0.7-cvs with Timo Teras patches.Seth Mos2008-02-011-14/+4
| | | | Use setkey -f because spd loading works normally now.
* Do not pass traffic on user proxy which can cause deadlocks in freebsdScott Ullrich2008-01-311-3/+3
|
* Revert dhclient timeout to the default of 60 seconds (originally didn't ↵Chris Buechler2008-01-221-2/+2
| | | | realize it was in there two more times).
* Remove accidentally added debug codeChris Buechler2008-01-211-13/+0
|
* Revert dhclient timeout to the default of 60 seconds. Setting it to 20 minutesChris Buechler2008-01-211-2/+15
| | | | | | | is a bit insane (if you haven't gotten a reply in 60 seconds, you aren't getting one), and causes systems to hang 20 minutes during "Configuring WAN" at boot when there is no DHCP server available on the WAN interface.
* attempt loading SPD entries 4 timesSeth Mos2008-01-151-2/+2
|
* Somehow sending a SIGHUP before flushing and reloading works better thenSeth Mos2008-01-151-4/+6
| | | | after. Technically a SIGHUP to racoon should not do anything.
* Flush both SA and SPD entriesSeth Mos2008-01-151-1/+1
|
* Fix copy and pasto.Scott Ullrich2008-01-151-1/+1
|
* * Use correct package nameScott Ullrich2008-01-151-1/+6
| | | | * Include filter rules
* Add sipproxd hooks.Scott Ullrich2008-01-141-1/+6
|
* Make 3 passes at loading the SPD entries as this will fail on large ↵Seth Mos2008-01-141-14/+17
| | | | | | configurations > 250 tunnels Tested by smos@ 399 tunnels 239 active, ok by sullrich@
* Make sure $d_fwupenabled_path is defined since it is initially definedScott Ullrich2008-01-121-0/+2
| | | | | in guiconfig.inc. At some point in the future these variables should be moved to globals.inc.
* remove DynDNS cache in services_dyndns_reset()Chris Buechler2008-01-121-0/+6
| | | | Ticket #1589
* Automatically assume the embedded platform on update if the platformScott Ullrich2008-01-111-0/+8
| | | | | is set to embedded or wrap. We do not include any kernels outside of embedded anyways for this paticular platform.
* * Do not allow the image to go read only during download / upgrade opsScott Ullrich2008-01-111-0/+4
| | | | | | * If a previous /root/firmware.tgz file exists before download, unlink the file to avoid a out of space error if the prior download operation happens to fail (or if / becomes rw again)
* add vr(4) VLAN supportChris Buechler2008-01-051-1/+1
| | | | Ticket #1561
* Time to bump to 1.2-RC4. This RC is dedicated to Adam Armstrong.Scott Ullrich2008-01-051-1/+1
|
* Reapply patches from ticket #1532Scott Ullrich2008-01-052-22/+21
|
* Correctly remove freebsd package upon package deletion.Scott Ullrich2007-12-271-2/+10
|
* text cleanupChris Buechler2007-12-251-10/+8
|
* Use list of VLAN long frame and native capable interfaces from globals.inc, ↵Chris Buechler2007-12-252-7/+8
| | | | and remove duplicate (and incomplete) list in interfaces.inc. Update list in globals.inc.
* Only iterate items if it is an array.Scott Ullrich2007-12-241-12/+13
|
* Revert broken OPT interface removal commit. This breaks configurations ↵Chris Buechler2007-12-242-24/+25
| | | | | | entirely, worse than just improperly shifting configuration items. Ticket #1532
* change label to more accurately portray purpose of ruleChris Buechler2007-12-241-3/+3
|
* The original code did a mixed work: the part in interfaces_assign.php first ↵Scott Ullrich2007-12-242-21/+20
| | | | | | renamed the interfaces, and then called cleanup_opt_interfaces_after_removal(). The latter didn't do anything at all: it never entered the loop, it didn't save the result of str_replace, it didn't save the resulting config after the processing. And if it had worked, it would have renamed the interfaces a second time as a side effect, completely messing-up the config. Ticket #1532
* MFC printcap change by mfuchsChris Buechler2007-12-171-0/+0
|
* MFC pf.os change by mfuchsChris Buechler2007-12-171-71/+207
|
* globals.inc is required so that we use the correct lock file!Scott Ullrich2007-12-161-0/+1
|
* globals.inc is required so that we use the correct lock file!Scott Ullrich2007-12-161-1/+2
|
* don't create /tmp/tmp symlink if it already exists (silences error at boot ↵Chris Buechler2007-12-151-1/+4
| | | | time when it does exist)
* If /etc/pwd.db.tmp exists when we are syncing the password database then ↵Scott Ullrich2007-12-131-1/+3
| | | | remove the temporary file prior to attempting to sync.
* Update (C) and commentScott Ullrich2007-12-131-2/+1
|
* Correct release informationScott Ullrich2007-12-121-280/+121
|
* Don't forget line breaks!Scott Ullrich2007-12-121-3/+3
|
* Correctly remove old clients correctly.Scott Ullrich2007-12-121-13/+43
| | | | Submitted to m0n0wall list by Ršnnblom JanŒke /Teknous
OpenPOWER on IntegriCloud