summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Readding file for embedded.RELENG_1_2_RELEASEScott Ullrich2008-02-241-0/+0
|
* Moving file to /conf.default/Scott Ullrich2008-02-241-0/+0
|
* Move file to /conf.default/Scott Ullrich2008-02-241-0/+0
|
* Trigger initial wizard upon installationScott Ullrich2008-02-241-0/+0
|
* Get ready for 1.2-RELEASE.Scott Ullrich2008-02-231-1/+1
|
* Guard against javascript injection attacksScott Ullrich2008-02-221-2/+2
| | | | Ticket #1656
* Switch over to the newly provisioned 0.pfsense.pool.ntp.org whichScott Ullrich2008-02-182-2/+2
| | | | ntp.org has graciously setup for pfSense.
* 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.
* fix typoChris Buechler2008-02-181-2/+2
|
* 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
|
* Do not destory CARP interface, simply delete it to avoid FreeBSD panics.Scott Ullrich2008-02-161-1/+1
|
* touch up textChris Buechler2008-02-162-2/+2
|
* clarify textChris Buechler2008-02-161-1/+1
|
* Close off XSS execution hole.Scott Ullrich2008-02-141-3/+8
| | | | Submitted-by: Charles Hooper
* 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
|
OpenPOWER on IntegriCloud