summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Move firmware update text format to globals.incScott Ullrich2009-05-141-1/+2
|
* add missing \n's caught by jim-pChris Buechler2009-05-111-2/+2
|
* point to correct path for nsupdateChris Buechler2009-05-091-1/+1
|
* colons are valid in usernames, such as for no-ip subaccounts.Chris Buechler2009-05-081-1/+1
|
* add msk(4)mChris Buechler2009-05-071-1/+1
|
* Correct the PLATFORM checkScott Ullrich2009-05-061-1/+1
| | | | Submitted-By: Ron Lockard
* Set $g tooScott Ullrich2009-05-041-1/+1
|
* Set firmware update bit during operationScott Ullrich2009-05-041-0/+2
|
* remove debug loggingChris Buechler2009-05-031-1/+0
|
* Add /var/run directory in dhcpd chrootScott Ullrich2009-04-251-0/+1
|
* Fix "disable checksum offloading", and some other bugs with certain ↵Chris Buechler2009-04-231-14/+17
| | | | combinations of options while here.
* Clean up polling fix a bit.Chris Buechler2009-04-181-7/+4
|
* Fix polling, update supported interfaces list.Chris Buechler2009-04-181-4/+5
|
* Allow disabling of auto-added VPN rulesChris Buechler2009-04-161-8/+15
|
* Set ipfw's state limit the same as pf'sChris Buechler2009-04-062-25/+41
|
* Trigger drop down menus on 83 charsScott Ullrich2009-04-061-3/+3
|
* Block all IPv6 traffic by default, since IPv6 isn't supported, there isn't ↵Chris Buechler2009-04-051-0/+9
| | | | any way to add such rules in the GUI, and nearly all users won't want IPv6 to traverse their firewall at this point. Add "Allow IPv6" checkbox to disable this behavior.
* Since they're listed by name, order alphabetically.Chris Buechler2009-04-051-1/+1
|
* Honor monitor type for server load balancingChris Buechler2009-04-041-2/+5
|
* Use $g['factory_shipped_password']Scott Ullrich2009-04-041-2/+3
|
* Allow custom branch in addition to custom GIT URL.Scott Ullrich2009-04-031-2/+6
|
* Add missing \nScott Ullrich2009-04-031-1/+1
|
* Detect .git URL's too.Scott Ullrich2009-04-031-2/+4
|
* Adding custom branch support. Just enter the URL instead of masterScott Ullrich2009-04-031-2/+22
| | | | or RELENG_1_2 etc.
* Add missing spaceScott Ullrich2009-04-021-1/+1
|
* Correct check for hideplatformScott Ullrich2009-04-021-2/+2
|
* Use 80 charsScott Ullrich2009-04-021-1/+1
|
* Woops, use 80 chars not 70Scott Ullrich2009-04-021-2/+2
|
* Switch to a dropdown menu when there are more than 80 characters combinedScott Ullrich2009-04-021-39/+56
| | | | in the display_top_tabs() function.
* Add Broadcom BCM5708 bce driver to the listSeth Mos2009-04-011-2/+2
| | | | Add Intel 82598 10 Gigabit ixgbe driver to the list
* Improve the matching of carp ints to IPs.Scott Ullrich2009-03-311-1/+1
| | | | Previously this stristr substring match would return incorrect/unexpected results. 10.0.0.1 would also match 10.0.0.16, 10.0.0.135. Adding a space to the IP to check will only match the specific IP given, since it is followed by spaces in the ifconfig output.
* Version bump to 1.2.3-RC1Scott Ullrich2009-03-311-1/+1
|
* When optimization is "conservative", also increase UDP timeouts. Helps ↵Chris Buechler2009-03-301-3/+7
| | | | prevent disconnects and drops with some VoIP services.
* Change log message. This doesn't necessarily mean the IP has changed, so it ↵Chris Buechler2009-03-261-1/+1
| | | | was misleading.
* Log actual interface rather than CARP interfaceChris Buechler2009-03-261-1/+1
|
* Add missing thenScott Ullrich2009-03-251-1/+1
|
* Add hideplatform item which is useful for rebrandingScott Ullrich2009-03-243-5/+17
|
* Ensure dpddelay is a value, not that its simply set leading to racoon.conf ↵Scott Ullrich2009-03-231-1/+2
| | | | | | | | errors: my /var/etc/racoon.conf file has: "dpd_delay ;" Reported in ##pfSense on FreeNODE by Overrand
* Revert "Sync from HEAD to avoid complete meltdowns when downgrading from 2.0"Scott Ullrich2009-03-181-17/+6
| | | | This reverts commit 1987293b2cf80d15677860f9c5d6ff52b9ff03db.
* Prevent creation of invalid racoon.conf with omitted or non-numeric DPD delay.Chris Buechler2009-03-151-1/+1
|
* Add the DPD option to the mobile ipsec page. The DPD option makes the most ↵seth2009-03-131-0/+1
| | | | | | | | sense for the mobile IPSEC clients as this is helps cleaning up any dangling SA entries before their lifetime expires. The default value is 120 seconds. Move the NAT-T into the actual layout instead of on top of it.
* Handle 1.2 correctlyScott Ullrich2009-03-131-6/+1
|
* SyncScott Ullrich2009-03-121-12/+8
|
* Add DPD backend configuration to the racoon configuration.seth2009-03-131-2/+10
|
* Use NAT-T when enabled on a per tunnel basisseth2009-03-131-2/+3
|
* Added custom_php_service_status_command support for packages.Scott Ullrich2009-03-121-6/+7
| | | | | | | | | | | Package authors can define a custom_php_service_status_command block in their package XML. Such block should only contain function calls, and the first should be one to include their function library file if necessary, as this is not done by service-utils.inc. The return code of the last function call will be returned to the service check.
* Sync from HEAD to avoid complete meltdowns when downgrading from 2.0Scott Ullrich2009-03-101-6/+17
| | | | back to 1.2.*. Tested by rebooting and visiting many pages.
* Never filter on carpX interfaces.Chris Buechler2009-03-101-5/+2
| | | | Ticket #1613 (cvstrac)
* correctly convert friendly name for PPTP interface.Chris Buechler2009-03-101-1/+1
| | | | Ticket #1875 (cvstrac)
* Fix PPPoE/PPTPChris Buechler2009-03-051-4/+4
| | | | cvstrac ticket #1892
OpenPOWER on IntegriCloud