summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Backport tftp proxy helperScott Ullrich2007-05-301-2/+16
|
* Use keep state instead of modulate stateScott Ullrich2007-05-291-1/+1
|
* Initialize variable to false.Scott Ullrich2007-05-291-0/+1
|
* Really only allow adavanced tunables when some kind of state tracking is ↵Scott Ullrich2007-05-291-1/+2
| | | | enabled.
* Only allow adavanced tunables when some kind of state tracking is enabled.Scott Ullrich2007-05-291-22/+23
|
* Pass gre in any direction.Scott Ullrich2007-05-291-5/+5
|
* Update static routes on filter reloadScott Ullrich2007-05-271-0/+2
| | | | Ticket #1330
* Unbreak local queries that where broken in Ticket #1190 until we hear back ↵Scott Ullrich2007-05-271-3/+3
| | | | from author of the patch.
* Remove trailing space / crScott Ullrich2007-05-2715-15/+15
|
* We no longer source sysctl.conf. Items have been moved to config.xml.Scott Ullrich2007-05-271-21/+0
|
* Correct descriptions.Scott Ullrich2007-05-261-3/+3
|
* Upgrade configuration correctly.Scott Ullrich2007-05-261-2/+6
|
* Upgrade configuration correctly.Scott Ullrich2007-05-261-2/+5
|
* Upgrade to config.xml sysctl's. Bump configuration version to 3.1.Scott Ullrich2007-05-262-3/+75
|
* Add system tunables area which allows the user to fine control sysctl's.Scott Ullrich2007-05-261-5/+9
|
* Set net.inet.tcp.inflight.enable to 3 and gather feedback from users.Scott Ullrich2007-05-251-0/+2
|
* * Add functions required for dashboard * Killing trailing spaceScott Ullrich2007-05-231-1/+1
|
* Don't check carp settings, check if vip addresses exist.Scott Ullrich2007-05-211-1/+1
|
* usleep(1000); between down and delete. this appears to fix the carp issues.Scott Ullrich2007-05-211-0/+1
|
* Do not destroy carp interface which can lead to a panic. This has been ↵Scott Ullrich2007-05-201-2/+2
| | | | tested and works just fine after deleting and adding new carp interfaces.
* Use nohup construct for launchingSeth Mos2007-05-201-1/+1
|
* Commit forgotten vpn_ipsec_force_reload()Seth Mos2007-05-201-0/+35
|
* crs fork code is out, executing in backgroundSeth Mos2007-05-181-1/+1
|
* Add function to forcefully reload VPN on wan ip change.Seth Mos2007-05-151-2/+2
|
* Use pfSync SYNCPEER directive if defined. Ticket #1317Scott Ullrich2007-05-141-3/+9
|
* Remove extra "'s.Scott Ullrich2007-05-141-1/+1
|
* Add missing )'s. How this got past our PHP LINT checker is beyond me.Scott Ullrich2007-05-141-2/+2
|
* Remove previous firmware.tgz on bootup if present.Scott Ullrich2007-05-141-0/+6
|
* Scrub the absolute minimum amount for PPPoEScott Ullrich2007-05-111-0/+2
|
* when pppoe aliases on pppoe server are made they make aliases for ng0 to ↵Scott Ullrich2007-05-111-2/+5
| | | | whatever. but ng1 should be the start for pppoe-server ng0 should be reserved for pppoe client this problem could effect pptp server as well. Ticket #1308
* Correct style sheet class.Seth Mos2007-05-111-2/+2
|
* Do not flush SPA and SPD before starting. It upsets racoon.Seth Mos2007-05-111-4/+5
|
* Mount image read write before upgrading.Scott Ullrich2007-05-111-1/+1
|
* $config needs to be a global itemScott Ullrich2007-05-101-0/+1
|
* Honor sticky-address setting from system->advanced for outgoing load ↵Scott Ullrich2007-05-101-0/+2
| | | | balancing items if it is enabled.
* Patch from Martin to fix http://forum.pfsense.org/index.php/topic,4773.0.htmlScott Ullrich2007-05-101-4/+8
|
* Rework stop and start logic. If we are already alive, reload instead of stop ↵Seth Mos2007-05-101-11/+27
| | | | | | and start. Tested by Seth.
* Mount read/write before fetching url.Scott Ullrich2007-05-101-0/+1
|
* Update XML_RPC to 1.5.1Seth Mos2007-05-092-75/+235
| | | | This fixes sync issues on configs > 500KB
* Port load balancer sticky address optionScott Ullrich2007-05-092-0/+9
|
* Use unlink_if_exists()Scott Ullrich2007-05-091-1/+1
|
* Unlink upgrade file on upgrade.Scott Ullrich2007-05-092-0/+4
|
* Use /root/ as temporary storage.Scott Ullrich2007-05-091-9/+9
|
* Add a wan interface up check before we start any time syncing.Seth Mos2007-05-081-0/+3
|
* Sometimes people have local domains which they do not want forwarded to ↵Scott Ullrich2007-05-081-0/+6
| | | | | | upstream servers. This is accomodated by using server options without the server IP address. To make things clearer local is a synonym for server. For example the option local=/localnet/ ensures that any domain name query which ends in .localnet will be answered if possible from /etc/hosts or DHCP, but never sent to an upstream server. Ticket #1190
* Add NTP server field to dhcp config.Seth Mos2007-05-082-2/+5
| | | | From: Alexander Schaber
* Add is_wan_interface_up($interface)Seth Mos2007-05-071-0/+19
| | | | Can be optional interface as well.
* Add openvpn server tos and dhcp server options.Scott Ullrich2007-05-071-0/+66
| | | | Submitted-by: Martin Fuchs
* Trigger on right opt interfaceSeth Mos2007-05-071-1/+1
|
* Widget base. Note: changes to widgets are not saved yet.Scott Dale2007-05-071-1/+1
|
OpenPOWER on IntegriCloud