summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* | Merge pull request #35 from namezero111111/patch-8Chris Buechler2012-01-021-1/+35
|\ \ | | | | | | Added support for failover radius server on wireless interface
| * | Added support for failover radius server on wireless interfaceNamezero2012-01-021-1/+35
| | |
* | | Merge pull request #33 from namezero111111/patch-6Chris Buechler2012-01-021-1/+27
|\ \ \ | |/ / |/| | Update etc/inc/interfaces.inc
| * | Update etc/inc/interfaces.incNamezero2012-01-021-1/+27
|/ /
* | Clarify the potential pitfalls when setting the Frequency Probe and Down ↵jim-p2011-12-291-14/+28
| | | | | | | | parameters.
* | 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
* | Merge pull request #29 from geraldraaf/masterChris Buechler2011-12-263-4/+38
|\ \ | | | | | | Dynamic DNS Service update
| * | Add SelfHost (German Provider) to Dynamic DNS ServiceGerald Raaf2011-12-263-4/+38
|/ /
* | fix textChris Buechler2011-12-251-3/+3
| |
* | "Destination server" is a required fieldChris Buechler2011-12-251-1/+1
| |
* | Local port must be specified, fix input validationChris Buechler2011-12-251-2/+2
| |
* | Add ability to kill all states matching an IP or subnet filter. Also display ↵jim-p2011-12-221-1/+19
| | | | | | | | count of states matching filter.
* | Take routing table into account when figuring out which IP address to use ↵jim-p2011-12-221-0/+8
| | | | | | | | for talking to CP clients.
* | Don't let the browser auto-fill username and password on voucher config, as ↵jim-p2011-12-211-2/+2
| | | | | | | | it can interfere with the settings being properly saved if sync isn't fully configured, which this can make happen accidentally.
* | Do not redirect on saving services status widget, the headers have been sent ↵jim-p2011-12-211-1/+0
| | | | | | | | by this point and it can't happen.
* | Add a checkbox that disabled automatically generates negate rules for ↵smos2011-12-202-1/+17
| | | | | | | | | | | | 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
| |
* | Clarify the DHCPv6 server textsmos2011-12-141-1/+4
| |
* | Use quick on DHCP server rules. Should fix #2041jim-p2011-12-121-5/+5
| |
* | Some sections should just be copied and not merged or we end up unable to ↵jim-p2011-12-121-1/+14
| | | | | | | | sync the deletion of the last item in a section.
* | Adapted the AjaxQueue code to work with jQueryVinicius Coque2011-12-111-17/+19
| |
* | 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.
* | Fix easyrule on 2.1jim-p2011-12-081-4/+2
| |
* | Merge pull request #27 from mdima/masterScott Ullrich2011-12-061-3/+5
|\ \ | | | | | | Fix for "Firewall: Shaper, By Queues View"
| * | 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 #26 from mdima/masterChris Buechler2011-12-064-8/+8
|\ \ \ | |/ / | | | Fix for some "duplicate menues" with some themes.
| * | Fix for this: http://redmine.pfsense.org/issues/2037Michele Di Maria2011-12-064-8/+8
|/ / | | | | | | | | Just changed some padding/margin in the CSS in order to avoid wrapping the menu. Tested with Firefox 8, Chrome 15.0.874.121 and IE 9.
* | Require guiconfig.incScott Ullrich2011-12-032-0/+4
| |
* | Merge pull request #25 from AnthonyWrather/masterJim P2011-12-015-21/+50
|\ \ | | | | | | 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-015-21/+50
| | | | | | | | | | | | root-path.
* | | Fix multi_all wizard to properly verify VoIP bandwidth specified.Ermal2010-12-291-11/+13
| | |
* | | Add the config history restore script to the console menu.jim-p2011-12-011-1/+5
|/ /
* | variable is not yet available so rebrands get a blank page on the last step ↵Warren Baker2011-11-301-1/+1
| | | | | | | | in the setup wizard
* | When making a server certificate in the wizard, make sure we specify it must ↵jim-p2011-11-291-1/+1
| | | | | | | | be a server certificate.
* | 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
| |
* | Describe the serial field on imported CA more clearly. Resolves #2031jim-p2011-11-291-1/+2
|/
* Fix for redmine ticket #1993. Allow saving multiple dynamic entries.smos2011-11-272-12/+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.
* Clear the PHP errors when 'no' is pressed also.jim-p2011-11-231-0/+2
|
* Show the PHP errors reported on the index page in the crash report so users ↵jim-p2011-11-232-2/+10
| | | | are not confused by an empty report screen. Include them in the report and also clear them after sending.
* 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-222-4/+13
| | | | 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
|
OpenPOWER on IntegriCloud