summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Also show the config version in the backup history.jim-p2011-11-222-6/+10
|
* Merge pull request #21 from Podilarius/masterScott Ullrich2011-11-221-0/+1
|\ | | | | Declare $rtadvdifs as an array before it is used to prevent error on dhcpdv6 start up.
| * Declare rtadvdifs as an array before it is used. This prevents an error on ↵Podilarius2011-11-221-0/+1
| | | | | | | | dhcpd for ipv6 start.
* | Resolves #2018. Add an id to the html object to make javascript workErmal2011-11-221-1/+1
| |
* | Merge pull request #20 from Podilarius/masterChris Buechler2011-11-211-2/+2
|\ \ | |/ | | Add Missing ; back
| * Update etc/inc/services.incPodilarius2011-11-211-2/+2
|/
* converting browser JS code from scriptaculous to jQueryVinicius Coque2011-11-212-22/+20
|
* Removing scriptaculous effects, now we use jQuery UI for visual effectsVinicius Coque2011-11-217-11/+12
|
* Fix errors caused by javascript code processed by jquery .html() method.Vinicius Coque2011-11-211-1/+3
|
* Add a comment in the code and a log message to notify the shutdown of rtadvdsmos2011-11-211-1/+4
|
* Remove the double colon, typo.smos2011-11-211-1/+1
|
* Add strategic sleep commands into the configure and renewal process so that ↵smos2011-11-212-3/+7
| | | | prefix delegation gets a chance to work.
* Use low router lifetimes of 60, 120 and 180 seconds, make sure that rtadvd ↵smos2011-11-211-2/+7
| | | | stops gracefully as it then will send a RA with a lifetime of 0 so that host pick up network renumbering.
OpenPOWER on IntegriCloud