summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-309-105/+75
| | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* When optimization is "conservative", also increase UDP timeouts. Helps ↵Chris Buechler2009-03-301-3/+7
| | | | prevent disconnects and drops with some VoIP services.
* Bring in support for QinQ. At this time it is limited to only 2 levels.Ermal Luçi2009-03-282-7/+158
|
* Use mwexec()Scott Ullrich2009-03-281-2/+2
|
* Use -q to hopefully git rid of messages such as: pw: WARNING account 'admin' ↵Scott Ullrich2009-03-271-2/+2
| | | | will have a valid id of 0 (superuser access!)
* Use mwexec() to hide find *-quality.rrd messagesScott Ullrich2009-03-271-2/+2
|
* Use mwexec() so we do not see this error on fresh installation:Scott Ullrich2009-03-271-1/+1
| | | | | cp: /root/.. is a directory (not copied). cp: /root/. is a directory (not copied).
* Ensure $user_base directory exists and is writable. Kills ugly warning onScott Ullrich2009-03-271-6/+10
| | | | fresh installation.
* Correct variable nameScott Ullrich2009-03-261-1/+1
|
* Add function which returns the list of interfaces by realif index.Ermal Luçi2009-03-261-0/+33
|
* Add missing thenScott Ullrich2009-03-251-1/+1
|
* Add secret option required on some setups.Ermal Luçi2009-03-221-0/+2
|
* * Keep only one function to return the mac addressErmal Luçi2009-03-222-40/+22
| | | | * Bring the mac address function to interfaces.inc its the only consumer of those.
* Add hideplatform directive useful for rebrandingScott Ullrich2009-03-244-5/+18
|
* Add missng `Scott Ullrich2009-03-241-1/+1
|
* Add space after tabsScott Ullrich2009-03-181-27/+27
|
* Cleanup and reduce code line count.Scott Ullrich2009-03-181-91/+46
|
* Ensure fifolog_writer is still not running after killing syslogd.Scott Ullrich2009-03-181-0/+2
|
* Echo out data to start of log filesScott Ullrich2009-03-181-0/+12
|
* Clear logs before fifolog_create commandScott Ullrich2009-03-181-11/+21
|
* Update gateway group gateway IP for dhcp interface wan interfaces.Scott Ullrich2009-03-182-1/+19
|
* Make logging work. Investigated by jim-pScott Ullrich2009-03-181-3/+3
|
* Remove blank newlineScott Ullrich2009-03-181-1/+2
|
* Actually merge the part that does the real work with FreeBSD groups.Ermal Luçi2009-03-171-0/+30
|
* * Introduce interface groups. For now they are availble only on ↵Ermal Luçi2009-03-162-16/+25
| | | | | | Firewall:Rules section maybe it would be usable to have tham on nat too. * Some fixes and cleanup.
* fifolog_create size needs to be a multiple of 512Jim Pingle2009-03-171-1/+1
|
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵Ermal Luçi2009-03-166-305/+4
| | | | now.(yay!)
* We include ng_l2tp in kernel already, do not kldloadScott Ullrich2009-03-151-3/+0
|
* Use divisibles of 512Scott Ullrich2009-03-151-10/+10
|
OpenPOWER on IntegriCloud