summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clarify wording in tabs to appropriately reflect purpose of these pagesChris Buechler2008-01-162-5/+5
|
* Only process /boot/loader.conf if it exists avoiding aScott Ullrich2008-01-161-3/+5
| | | | somehwhat ugly looking error on cdrom boot.
* 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
* touch up textChris Buechler2008-01-121-1/+1
| | | | Ticket #1586
* 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)
* touch up textChris Buechler2008-01-111-2/+2
| | | | Ticket #1578
* touch up textChris Buechler2008-01-111-1/+1
| | | | Ticket #1577
* touch up textChris Buechler2008-01-111-1/+1
| | | | Ticket #1576
* remove unnecessary grepChris Buechler2008-01-101-1/+1
| | | | Ticket #1573
* touch up textChris Buechler2008-01-083-3/+3
| | | | Ticket #1569
* touch up textChris Buechler2008-01-082-2/+2
| | | | Ticket #1569
* Do not reset every hour. Wait until the process goes out of control.Scott Ullrich2008-01-071-4/+10
|
* 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-053-39/+22
|
* Use correct varSeth Mos2007-12-281-1/+1
|
* Pretent we are a little bit more secure and hide the password from folksScott Ullrich2007-12-272-2/+2
| | | | that can look over your shoulder.
* Detect vmware and embedded platforms and lower the note durationScott Ullrich2007-12-271-16/+28
| | | | automatically.
* Correctly remove freebsd package upon package deletion.Scott Ullrich2007-12-271-2/+10
|
* remove forced reboot, warn user a reboot may be requiredChris Buechler2007-12-262-1/+8
| | | | Ticket #1555
* remove forced reboot, expand commentChris Buechler2007-12-261-3/+12
| | | | Ticket #1555
* fix typoChris Buechler2007-12-261-1/+1
|
* 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-243-25/+42
| | | | | | entirely, worse than just improperly shifting configuration items. Ticket #1532
* fix typoChris Buechler2007-12-241-1/+1
| | | | Ticket 1555
* change label to more accurately portray purpose of ruleChris Buechler2007-12-241-3/+3
|
* Nuke /usr/local/sbin/php if it exists on upgradeScott Ullrich2007-12-241-0/+4
|
* * Only output one error message or save notice at a timeScott Ullrich2007-12-241-6/+12
| | | | | | * Correc the reboot workaround for kernel panics (CARP interface deletion) Ticket #1397
* Alert the user that the firewall must be rebooted after VLAN changesScott Ullrich2007-12-242-0/+4
| | | | Ticket #1555
* Do not corrupt output when a space is in the SSID name.Scott Ullrich2007-12-241-7/+9
| | | | Ticket #1531
* Remove ipv6 rule reminder statementScott Ullrich2007-12-241-1/+1
| | | | Ticket #1560
* The original code did a mixed work: the part in interfaces_assign.php first ↵Scott Ullrich2007-12-243-38/+21
| | | | | | 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
* Move ttys_wrap into place last.Scott Ullrich2007-12-231-6/+4
|
* Slow down the pipe even moreSeth Mos2007-12-211-1/+1
|
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-1719-30/+2
| | | | Ticket #1545
* 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
|
OpenPOWER on IntegriCloud