summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we sync before mounting ro.Scott Ullrich2008-02-142-0/+9
|
* * Add xmlrpc declarations missed in last commitScott Ullrich2008-02-141-0/+58
| | | | | * MFC exec_shell() package related function * MFC exec_php() package related function
* * Add merge_installedpackages_section_xmlrpc() call used for mergingScott Ullrich2008-02-141-0/+27
| | | | | | | | specific <installedpackages><AREANAME> sub items without replacing the entire <installedpackages> area with just this item * Adjust TinyDNS sync to use this new method to avoid replacing the entire destination <installedpackages> area which also whipes out all other installd package information.
* touch up textChris Buechler2008-02-141-1/+1
| | | | Ticket #1644
* touch up textChris Buechler2008-02-141-15/+15
| | | | Ticket #1644
* fix typoChris Buechler2008-02-121-1/+1
| | | | Ticket #1645
* Make scripts XSS input safe.Scott Ullrich2008-02-126-35/+28
| | | | Pointed-out: by hoopercharles@gmail.com
* touch up textChris Buechler2008-02-071-2/+2
| | | | Ticket #1627
* MFC from releng_1. Do not run pfctl -ss 4 times.Seth Mos2008-02-061-5/+7
| | | | Dated Nov 15 2007
* Do not show Apply button twice.Scott Ullrich2008-02-061-0/+4
|
* Correctly deterimine if /boot/loader.conf exists.Scott Ullrich2008-02-051-1/+1
|
* 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.
* Prevent users from entering queue names that break the rulesetChris Buechler2008-02-031-1/+1
| | | | sort of related to Ticket #1612
* Trim long interface names to prevent broken rulesets.Chris Buechler2008-02-031-14/+14
| | | | Ticket #1612
* Do not load CARP IP address if we cannot find a matching subnet on aScott Ullrich2008-02-031-0/+15
| | | | real interface.
* shorten description field to prevent creating rulesets that won't load.Chris Buechler2008-02-031-2/+3
| | | | Ticket #1619
* 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
|
* Lower threshold to 86. Noticed a scenario where slbd was chewing upScott Ullrich2008-01-311-1/+1
| | | | roughtly 91% of the cpu.
* Cleanup if(). Remove additional save message.Scott Ullrich2008-01-291-7/+4
|
* Use ip_in_subnet() to correctly determineif we have a matching real ipScott Ullrich2008-01-281-5/+3
| | | | address defined somewhere before allowing the CARP address to be added.
* touch up textChris Buechler2008-01-271-2/+2
| | | | Ticket #1610
* When changing the IP address, reassign all static routes.Scott Ullrich2008-01-224-2/+19
| | | | Tested-by: Gary Buckmaster via ORU
* 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.
* 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
OpenPOWER on IntegriCloud