Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure we sync before mounting ro. | Scott Ullrich | 2008-02-14 | 2 | -0/+9 |
| | |||||
* | * Add xmlrpc declarations missed in last commit | Scott Ullrich | 2008-02-14 | 1 | -0/+58 |
| | | | | | * MFC exec_shell() package related function * MFC exec_php() package related function | ||||
* | * Add merge_installedpackages_section_xmlrpc() call used for merging | Scott Ullrich | 2008-02-14 | 1 | -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 text | Chris Buechler | 2008-02-14 | 1 | -1/+1 |
| | | | | Ticket #1644 | ||||
* | touch up text | Chris Buechler | 2008-02-14 | 1 | -15/+15 |
| | | | | Ticket #1644 | ||||
* | fix typo | Chris Buechler | 2008-02-12 | 1 | -1/+1 |
| | | | | Ticket #1645 | ||||
* | Make scripts XSS input safe. | Scott Ullrich | 2008-02-12 | 6 | -35/+28 |
| | | | | Pointed-out: by hoopercharles@gmail.com | ||||
* | touch up text | Chris Buechler | 2008-02-07 | 1 | -2/+2 |
| | | | | Ticket #1627 | ||||
* | MFC from releng_1. Do not run pfctl -ss 4 times. | Seth Mos | 2008-02-06 | 1 | -5/+7 |
| | | | | Dated Nov 15 2007 | ||||
* | Do not show Apply button twice. | Scott Ullrich | 2008-02-06 | 1 | -0/+4 |
| | |||||
* | Correctly deterimine if /boot/loader.conf exists. | Scott Ullrich | 2008-02-05 | 1 | -1/+1 |
| | |||||
* | With the current Racoon we need to inform that we are reloading | Seth Mos | 2008-02-05 | 1 | -0/+4 |
| | | | | our SPD entries with a SIGHUP | ||||
* | Only check disabled/enabled status on OPTX interfaces. WAN and LAN are | Scott Ullrich | 2008-02-04 | 1 | -2/+3 |
| | | | | assumed to always be enabled. | ||||
* | When a CARP parent interface is down or disabled, ignore the CARP IP | Scott Ullrich | 2008-02-04 | 1 | -0/+3 |
| | | | | address as this will introduce a panic situation in FreeBSD. | ||||
* | correct bogons file location | Chris Buechler | 2008-02-03 | 1 | -2/+2 |
| | |||||
* | Tag as RC5. We might not release RC5 but we need to seperate the previous | Scott Ullrich | 2008-02-03 | 1 | -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 ruleset | Chris Buechler | 2008-02-03 | 1 | -1/+1 |
| | | | | sort of related to Ticket #1612 | ||||
* | Trim long interface names to prevent broken rulesets. | Chris Buechler | 2008-02-03 | 1 | -14/+14 |
| | | | | Ticket #1612 | ||||
* | Do not load CARP IP address if we cannot find a matching subnet on a | Scott Ullrich | 2008-02-03 | 1 | -0/+15 |
| | | | | real interface. | ||||
* | shorten description field to prevent creating rulesets that won't load. | Chris Buechler | 2008-02-03 | 1 | -2/+3 |
| | | | | Ticket #1619 | ||||
* | Update to racoon-0.7-cvs with Timo Teras patches. | Seth Mos | 2008-02-01 | 1 | -14/+4 |
| | | | | Use setkey -f because spd loading works normally now. | ||||
* | Do not pass traffic on user proxy which can cause deadlocks in freebsd | Scott Ullrich | 2008-01-31 | 1 | -3/+3 |
| | |||||
* | Lower threshold to 86. Noticed a scenario where slbd was chewing up | Scott Ullrich | 2008-01-31 | 1 | -1/+1 |
| | | | | roughtly 91% of the cpu. | ||||
* | Cleanup if(). Remove additional save message. | Scott Ullrich | 2008-01-29 | 1 | -7/+4 |
| | |||||
* | Use ip_in_subnet() to correctly determineif we have a matching real ip | Scott Ullrich | 2008-01-28 | 1 | -5/+3 |
| | | | | address defined somewhere before allowing the CARP address to be added. | ||||
* | touch up text | Chris Buechler | 2008-01-27 | 1 | -2/+2 |
| | | | | Ticket #1610 | ||||
* | When changing the IP address, reassign all static routes. | Scott Ullrich | 2008-01-22 | 4 | -2/+19 |
| | | | | Tested-by: Gary Buckmaster via ORU | ||||
* | Revert dhclient timeout to the default of 60 seconds (originally didn't ↵ | Chris Buechler | 2008-01-22 | 1 | -2/+2 |
| | | | | realize it was in there two more times). | ||||
* | Remove accidentally added debug code | Chris Buechler | 2008-01-21 | 1 | -13/+0 |
| | |||||
* | Revert dhclient timeout to the default of 60 seconds. Setting it to 20 minutes | Chris Buechler | 2008-01-21 | 1 | -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 pages | Chris Buechler | 2008-01-16 | 2 | -5/+5 |
| | |||||
* | Only process /boot/loader.conf if it exists avoiding a | Scott Ullrich | 2008-01-16 | 1 | -3/+5 |
| | | | | somehwhat ugly looking error on cdrom boot. | ||||
* | attempt loading SPD entries 4 times | Seth Mos | 2008-01-15 | 1 | -2/+2 |
| | |||||
* | Somehow sending a SIGHUP before flushing and reloading works better then | Seth Mos | 2008-01-15 | 1 | -4/+6 |
| | | | | after. Technically a SIGHUP to racoon should not do anything. | ||||
* | Flush both SA and SPD entries | Seth Mos | 2008-01-15 | 1 | -1/+1 |
| | |||||
* | Fix copy and pasto. | Scott Ullrich | 2008-01-15 | 1 | -1/+1 |
| | |||||
* | * Use correct package name | Scott Ullrich | 2008-01-15 | 1 | -1/+6 |
| | | | | * Include filter rules | ||||
* | Add sipproxd hooks. | Scott Ullrich | 2008-01-14 | 1 | -1/+6 |
| | |||||
* | Make 3 passes at loading the SPD entries as this will fail on large ↵ | Seth Mos | 2008-01-14 | 1 | -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 defined | Scott Ullrich | 2008-01-12 | 1 | -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 Buechler | 2008-01-12 | 1 | -0/+6 |
| | | | | Ticket #1589 | ||||
* | touch up text | Chris Buechler | 2008-01-12 | 1 | -1/+1 |
| | | | | Ticket #1586 | ||||
* | Automatically assume the embedded platform on update if the platform | Scott Ullrich | 2008-01-11 | 1 | -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 ops | Scott Ullrich | 2008-01-11 | 1 | -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 text | Chris Buechler | 2008-01-11 | 1 | -2/+2 |
| | | | | Ticket #1578 | ||||
* | touch up text | Chris Buechler | 2008-01-11 | 1 | -1/+1 |
| | | | | Ticket #1577 | ||||
* | touch up text | Chris Buechler | 2008-01-11 | 1 | -1/+1 |
| | | | | Ticket #1576 | ||||
* | remove unnecessary grep | Chris Buechler | 2008-01-10 | 1 | -1/+1 |
| | | | | Ticket #1573 | ||||
* | touch up text | Chris Buechler | 2008-01-08 | 3 | -3/+3 |
| | | | | Ticket #1569 | ||||
* | touch up text | Chris Buechler | 2008-01-08 | 2 | -2/+2 |
| | | | | Ticket #1569 |