summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak a number of explode() replacements which required preg_split()smos2012-01-205-9/+9
|
* Empty the fileScott Ullrich2012-01-191-8/+0
|
* Add dummy file that was removed in FBSD 9 that keeps the installer from ↵Scott Ullrich2012-01-191-0/+8
| | | | borking. This is much easier than rengerating the patch that is against the installer.
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-1912-41/+42
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* mhash -> hash change from Ermaljim-p2012-01-192-5/+5
|
* Change from mhash to hash module, mhash is depreciated.jim-p2012-01-191-1/+1
|
* Mute error: Undefined variable: g in /etc/inc/shaper.inc on line 4062Ermal2012-01-191-0/+1
|
* Add class PEAR5 code rather than a new fileErmal2012-01-191-1/+32
|
* Update PEAR.inc code to latest versionErmal2012-01-191-216/+228
|
* Ensure timezone is setScott Ullrich2012-01-182-2/+3
|
* Do not set EXTENSIONSDIR twiceScott Ullrich2012-01-181-1/+0
|
* Nuke extra C/RScott Ullrich2012-01-181-1/+0
|
* Test for newer 20090626 PHP_EXT_DIRScott Ullrich2012-01-181-0/+7
|
* Duplicate logic from gif tunnels for gre tunnels these are very similarsmos2012-01-151-1/+5
| | | | Fix for ticket #2077
* Scriptaculous / prototype replaced by jQueryVinicius Coque2012-01-151-6/+4
|
* Show the interface Link Local addresses on the status_interfaces.phpsmos2012-01-152-14/+26
|
* Allow using subnets and special nets in the CLI version of easyrulejim-p2012-01-131-13/+36
|
* Respect the value of the per-rule "disable reply-to" checkbox.jim-p2012-01-101-1/+1
|
* it's 2012Chris Buechler2012-01-081-1/+1
|
* Fix multiple keys in a file for RFC2136 dyndns updates. Fixes #2068jim-p2012-01-061-1/+1
|
* add a shortcut to disable referer checkChris Buechler2012-01-051-0/+11
|
* Merge pull request #24 from nunnione/masterErmal Luçi2012-01-052-0/+464
|\ | | | | Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal
| * - Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portalRoberto Nunnari2011-11-292-0/+464
| | | | | | | | - Corrected bug in javascript funtion enable_change(enable_change)
* | rm the right file when working with v6 bogons.jim-p2012-01-031-1/+1
| | | | | | | | Reported-by: http://forum.pfsense.org/index.php?topic=43334.new;topicseen#new
* | Update etc/inc/interfaces.incNamezero2012-01-021-1/+27
| |
* | Ooops correct copy/paste errorErmal2011-12-281-1/+1
| |
* | Implement is_jumbo_capable in a more performant way. This should help with ↵Ermal2011-12-282-27/+6
| | | | | | | | large number of interfaces
* | Add SelfHost (German Provider) to Dynamic DNS ServiceGerald Raaf2011-12-261-0/+34
| |
* | Take routing table into account when figuring out which IP address to use ↵jim-p2011-12-221-0/+8
| | | | | | | | for talking to CP clients.
* | Add a checkbox that disabled automatically generates negate rules for ↵smos2011-12-201-1/+1
| | | | | | | | | | | | directly connected networks and VPNs Ticket #2057 in redmine
* | Only log this if IPSec is enabledWarren Baker2011-12-191-1/+2
| |
* | Better wordingWarren Baker2011-12-191-1/+1
| |
* | Correct wordingWarren Baker2011-12-191-1/+1
| |
* | Use quick on DHCP server rules. Should fix #2041jim-p2011-12-121-5/+5
| |
* | Ensure we always write out a blank spd.conf if there are no phase 2 entries. ↵jim-p2011-12-091-11/+10
| | | | | | | | If you delete the last phase 2 and then apply, it will still be in spd.conf and used by racoon even with no phase 2's configured.
* | Fixes this: http://redmine.pfsense.org/issues/2015Michele Di Maria2011-12-061-3/+5
| | | | | | | | I was checking, but if someone of the stuff give it a check it would be much better, since this is a core feature!
* | Merge pull request #25 from AnthonyWrather/masterJim P2011-12-011-8/+19
|\ \ | | | | | | DHCP IPv4 / IPv6 next-server, filename, and root-path improvements.
| * | Updated DHCP IPv4 and IPv6 to allow global and host based filename and ↵Anthony Wrather2011-12-011-8/+19
| | | | | | | | | | | | root-path.
* | | Add the config history restore script to the console menu.jim-p2011-12-011-1/+5
|/ /
* | Include DHCPDv6 static maps when generating hosts file. Fixes #2017jim-p2011-11-291-0/+5
| |
* | If an IP is preceeded by "kip ", trim that off. Fixes #2027jim-p2011-11-291-0/+2
|/
* Fix for redmine ticket #1993. Allow saving multiple dynamic entries.smos2011-11-271-0/+26
| | | | Make sure that return_gateways_status() also returns all gateways that have monitoring disabled as up.
* Concatenate array, using array_merge() will clobber numerical gateway group ↵smos2011-11-271-1/+1
| | | | entries.
* Unbreak the tree, pointy hat to me.smos2011-11-221-1/+1
| | | | Fix for ticket #2022
* Enclose the hostname in quotes so that numerical values work too.smos2011-11-221-1/+1
| | | | Fixes Ticket #2020
* Correct logic mismatch, skip on RA mode disabled and dhcp is not enabled.smos2011-11-221-1/+4
| | | | Fix ticket #2022
* Comment out TFTP and NTP UI fields and block the code in services.inc.smos2011-11-221-1/+5
| | | | ISC dhcpd does not support these yet. See redmine ticket #2016
* Fix exec bit; Add short message about maybe needing to reboot/restart services.jim-p2011-11-221-1/+1
|
* Add first revision of a script to restore backups from the config history at ↵jim-p2011-11-221-0/+126
| | | | the console.
* Add version to backup.cache in one more placejim-p2011-11-221-1/+4
|
OpenPOWER on IntegriCloud