summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typo to correctly load interface groups on startup.Ermal Luçi2009-04-261-1/+1
|
* Fix a spd.conf not loading changes issue.Ermal Luçi2009-04-261-0/+2
|
* * Convert schedules to pf(4).Ermal Luçi2009-04-264-762/+334
| | | | | | | This allows to schedule the whole feature of the rules like queues/limiters/gateways/blocks/allows/etc... * Whitespace cleaning on filter.inc * Move schedule backend logic from pfsense-utils.inc to filter.inc and prefix with filter_. * Small bugfixes here and there.
* * Move other functions around to where it makes sense.Ermal Luçi2009-04-266-101/+96
| | | | | * Reduce somewhat require_once() overhead by removing the includes from gwlb.inc they are not needed. Some more analysis is needed on the include path
* More functions moving from pfsense-utils to interfaces.inc.Ermal Luçi2009-04-263-167/+158
|
* Create /var/run in chroot for dhcpdScott Ullrich2009-04-251-0/+3
|
* * Make the carp ip fix for ipsec more general so other services that use the ↵Ermal Luçi2009-04-223-284/+211
| | | | | | | | same methodology work. - Basically get_interface_ip() now knows how to handle carp(4). * Move interface related function from pfsense-utils.inc to interfaces.inc that is their place. - More will come after the schedules fixes.
* Specify complete path to touch to avoid: apinger: command (touch ↵Scott Ullrich2009-04-241-2/+2
| | | | /tmp/filter_dirty) exited with status: 1
* * Do not apply the settings directly from hitting the SAVE button show the ↵Ermal Luçi2009-04-221-3/+1
| | | | apply settings option for consistency with other pages.
* * Fix ipsec over carp handling.Ermal Luçi2009-04-222-15/+15
| | | | | * do not useinterface in Upper case when working on the backends. * Do not print Configuring IPSec during bootup if there is nothing configured.
* Fix "disable checksum offloading", and some other bugs with certain ↵Chris Buechler2009-04-231-14/+20
| | | | combinations of options while here.
* Call apc_clear_cache() on filter reload if the function exists toScott Ullrich2009-04-221-0/+3
| | | | ensure that we have fresh cache and not caching anything negatively.
* Found several more variable name typos/mismatchesjim-p2009-04-191-14/+14
|
* Another apparent variable name typojim-p2009-04-191-1/+1
|
* Fix NAT reflection/TFTP Proxy. After ↵jim-p2009-04-191-1/+1
| | | | Commit:1ab56363bbc910157191850b45d78f9ec98e5099 - inetd was being killed but never started.
* Match 1.X behavior for PF macros for PPPoE and PPTPScott Ullrich2009-04-181-9/+9
|
* Match 1.X behavior for PF macros. pptp and pppoe should be lowercase macros.Scott Ullrich2009-04-181-2/+2
|
* touch up text, prevent "The second argument should be array or object" error ↵Chris Buechler2009-04-181-2/+3
| | | | when there are no interfaces detected.
* Fix polling.Chris Buechler2009-04-181-7/+5
|
* Add . for every second firmware update is runningScott Ullrich2009-04-161-2/+4
|
* Remove lock hold later onScott Ullrich2009-04-161-2/+1
|
* Make $g a globalScott Ullrich2009-04-161-0/+1
|
* Sleep for 10 before checking to see if firmware.lock existsScott Ullrich2009-04-161-1/+1
|
* Correct ordering, use a lock file. Launch upgrade in bg and look for lock ↵Scott Ullrich2009-04-162-20/+31
| | | | file to guess if upgrade is in progress
* Set skip on pfsync0Scott Ullrich2009-04-131-0/+2
|
* Remove extra tabScott Ullrich2009-04-121-1/+1
|
* Setup relayd.logScott Ullrich2009-04-121-0/+1
|
* Avoid these errors: Warning: Invalid argument supplied for foreach() in ↵Scott Ullrich2009-04-121-6/+8
| | | | /etc/inc/pkg-utils.inc on line 776 Warning: Invalid argument supplied for foreach() in /etc/inc/pkg-utils.inc on line 779 Warning: Invalid argument supplied for foreach() in /etc/inc/pkg-utils.inc on line 779
* Set all log files to 600Scott Ullrich2009-04-071-1/+1
|
* fix typo, clean up textChris Buechler2009-04-071-1/+1
|
* Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainlineChris Buechler2009-04-061-2/+1
|\
| * Update my copyright.Ermal Luçi2009-04-061-1/+1
| |
| * Remove debug string.Ermal Luçi2009-04-061-1/+0
| |
* | Set ipfw's state limit the same as pf'sChris Buechler2009-04-061-3/+20
|/
* No need to wipe logs twiceScott Ullrich2009-04-061-10/+0
|
* Block all IPv6 traffic by default, since IPv6 isn't supported, there isn't ↵Chris Buechler2009-04-051-1/+12
| | | | 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.
* Adding PowerD knob to system -> advanced -> misc. This will be usefulScott Ullrich2009-04-052-0/+12
| | | | | | | | | | | | | | | | | | for folks wishing for their firewall to use less power overall. Blurb from the powerd man page from freebsd: The powerd utility monitors the system state and sets various power con- trol options accordingly. It offers three modes (maximum, minimum, and adaptive) that can be individually selected while on AC power or batter- ies. The modes maximum, minimum, and adaptive may be abbreviated max, min, adp. Maximum mode chooses the highest performance values. Minimum mode selects the lowest performance values to get the most power savings. Adaptive mode attempts to strike a balance by degrading performance when the system appears idle and increasing it when the system is busy. It offers a good balance between a small performance loss for greatly increased power savings. The default mode is adaptive.
* * Convert the QinQ code to use a file where the commands are passed. This ↵Ermal Luçi2009-04-031-95/+105
| | | | | | | speeds up most of the vlan creation. Before you'd need 20min to create qinq with 1000 member now it adds 2000 members in just 1 minute * Fix some cleanups when deleting QinQ
* SyncScott Ullrich2009-04-031-9/+30
|
* Correct grep statement for hideplatformScott Ullrich2009-04-021-1/+1
|
* Correct check for hideplatformScott Ullrich2009-04-021-2/+2
|
* Raise tab char count to 82Scott Ullrich2009-04-021-1/+1
|
* Bumb value to > 70 for dropdown invocation.Scott Ullrich2009-04-011-2/+2
|
* Convert tab strips into a select dropdown when there are more than 50Scott Ullrich2009-04-011-40/+57
| | | | characters appearing in the tab names combined.
* Use clog or fifologScott Ullrich2009-04-011-23/+25
|
* Remove extra spaceScott Ullrich2009-04-011-14/+14
|
* * Make it easier to switch back and forth between logging providers (clog, fifo)Scott Ullrich2009-03-311-16/+31
| | | | | * Add a $config['system']['usefifolog'] switch * Switch back to defaulting to clog
* Improve the matching of carp ints to IPs.jim-p2009-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.
* Make sure to handle a empty settings array correctlySeth Mos2009-03-311-3/+3
|
* Add nat rules even for l2tp. While there fix some issues which might produce ↵Ermal Luçi2009-03-301-15/+28
| | | | bad cidr notation for pppoe/l2tp/pptp.
OpenPOWER on IntegriCloud