summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Correct spelling to the past tenseSeth Mos2009-03-111-1/+1
|
* Make sure to sort the tiers array by tier priority keySeth Mos2009-03-111-0/+2
|
* Check to make sure item is an arrayScott Ullrich2009-03-101-1/+1
|
* Fix http://forum.pfsense.org/index.php/topic,14361.0.htmlErmal Luçi2009-03-091-2/+2
|
* Never filter on carpX interfaces.Chris Buechler2009-03-101-5/+0
| | | | Ticket #1613 (cvstrac)
* Unbreak the treeSeth Mos2009-03-101-1/+2
|
* move killall dhcpd above section that exits if no DHCP servers are enabled, ↵Chris Buechler2009-03-101-4/+4
| | | | | | and configure dhcpd if it's disabled by option #2 at the console. Ticket #1867 (cvstrac)
* Show dmesg interface names when first configuring the networkSeth Mos2009-03-102-2/+6
|
* Fix display of DHCP status on Status -> InterfacesChris Buechler2009-03-093-6/+11
|
* Fix check for running ftp proxy.Seth Mos2009-03-101-3/+6
| | | | | PHP bug, when running exec() the output array will _not_ be cleared before using it again. This means that one needs to clear it before reusing it. Otherwise the contents of the previous command will be used.
* Use the vlan tag for interface name even when creating vlans from console.Ermal Luçi2009-03-091-1/+1
|
* Return interface names in capsScott Ullrich2009-03-091-1/+1
|
* really fix route-to this timeChris Buechler2009-03-091-1/+1
|
* Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainlineChris Buechler2009-03-091-1/+1
|\
| * Correctly fill in route-to interface name instead of "opt1"Scott Ullrich2009-03-091-1/+1
| |
* | fix return of gateway interface for route-toChris Buechler2009-03-091-0/+1
|/
* Restore interface ordering to mimic 1.2Ermal Luçi2009-03-091-9/+25
| | | | Requested-by: Scott
* Properly escape more quotes and add more of themseth2009-03-091-1/+1
|
* Escape quotes in commandseth2009-03-091-2/+2
| | | | Add missing quote
* Fix ftp-proxy check for running processesseth2009-03-091-2/+2
|
* More fixes at escaped double quotes not working!Ermal Luçi2009-03-081-2/+2
|
* Remove the quotes till i find out why they do not work!Ermal Luçi2009-03-081-2/+2
|
* Change this to simple greps for some reason kldstat options do not work on ↵Ermal Luçi2009-03-081-1/+1
| | | | bootup!
* * Make sure that $dns_lists is populated before operating on the itemScott Ullrich2009-03-081-5/+9
| | | | * Make sure that $dns is populated before operating on the item
* Correctly detect processes pid's.Ermal Luçi2009-03-083-8/+9
|
* Use the new is_module_loaded function to avoid spamming the System log.Ermal Luçi2009-03-082-3/+3
|
* * Do not restart ipfw-classifyd on every iteration just send a signal to ↵Ermal Luçi2009-03-084-14/+34
| | | | | | | reload the config. This way no data is lost * Some cleanups to fix warning/spamming of the System logs * Present is_module_loaded() function to check if a module is loaded.
* Use nat port range 1024:65535Scott Ullrich2009-03-041-1/+4
|
* Convert Status:Queues to ajax. This changes makes it no finally block the ↵Ermal Luçi2009-03-011-2/+1
| | | | user interface and makes this page usable again.
* Fix UDP NAT ReflectionScott Ullrich2009-03-011-2/+2
| | | | Ticket #1528
* Tag/Tagged/DSCP can be used for blocking too.Ermal Luçi2009-03-011-8/+8
|
* Fix get_interface_info function.Ermal Luçi2009-02-281-25/+26
|
* Revert "Merge IPv6 changes"Scott Ullrich2009-02-284-253/+86
| | | | | | | | | | This reverts commit 1f9f2a95b7b42cf33e730535092e56e214fdb848. Conflicts: etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/pfsense-utils.inc
* Correctly show actions such as Connect/Disconnect on Status Interfaces page.Ermal Luçi2009-02-281-3/+5
|
* Choose the correct parameter to popen so syncing of a group can work correctly.Ermal Luçi2009-02-281-1/+1
|
* Another try at fixing http://forum.pfsense.org/index.php/topic,14220.0.htmlErmal Luçi2009-02-282-22/+20
|
* Remove braindead set skip action which breaks filtering ipsec traffic ↵Ermal Luçi2009-02-281-1/+0
| | | | gif/tun as well.
* Move some special packages rule creation after user rules so the latest have ↵Ermal Luçi2009-02-281-16/+19
| | | | precedence over the others.
* fix display of ipsec tunnel status when using DNS entries for the endpointsBill Marquette2009-02-271-1/+1
|
* Make the rc.banner a lot more faster.Ermal Luçi2009-02-222-0/+10
|
* Remove the quick from the rule to allow ftp control connections to be ↵Ermal Luçi2009-02-221-1/+1
| | | | policed correctly. A kernel patch protects them from the route-to/reply-to foo.
* Do not duplicate the same option. Just a cosmetic change.Ermal Luçi2009-02-221-1/+1
|
* * Add get_after_install_info()Scott Ullrich2009-02-221-0/+11
| | | | * Show installation instructions for package if they exist (after_install_info)
* use highest for systems with > 512 MB RAM availableChris Buechler2009-02-211-1/+1
|
* Increase time to wait after killing mpd4 on l2tp case.Ermal Luçi2009-02-151-1/+1
|
* Remove all global decalarations regarding pptp/pppoe/l2tp they are no more ↵Ermal Luçi2009-02-153-25/+3
| | | | needed.
* L2TP improvements.Ermal Luçi2009-02-152-1/+3
|
* Fix typo.Ermal Luçi2009-02-151-1/+1
|
* Remove debug message.Ermal Luçi2009-02-151-1/+0
|
* Remove radius-ip option also non present on mpd4.Ermal Luçi2009-02-151-5/+0
|
OpenPOWER on IntegriCloud