summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* DHCP6 init before RAmarjohn562016-07-102-1/+47
| | | | | | | | | | | | | | | Some ISP BNG's require that a dhcp6c init is sent before RA. The additions to interfaces.php adds a new option flag 'dhcp6withoutra', this flag is set or unset in the WAN DHCP6 section 'Do not wait for a RA'. The interfaces.inc file handles this flag and either launches dhcp6c on interface_dhcpv6_configure or if the flag is not set will rtsold will launch dhcp6c on receipt of RA. An extra addition is the new function kill_dhcp6client_process($wanif). This is added to try and create a more robust termination of and dhcp6c clients that may be running.
* Remove input_errors2Ajax calls, was never implemented. Ticket #3027Chris Buechler2016-07-1010-78/+0
|
* fix typo. noticed-by: phil.davisChris Buechler2016-07-091-1/+1
|
* Remove workaround for Ticket #4754 in 2.4 since 32 bit is dead.Chris Buechler2016-07-091-3/+0
|
* Add config option for AdvDefaultLifetime, clean up descriptions on other. ↵Chris Buechler2016-07-092-2/+17
| | | | Ticket #6533
* Add configuration for Min and MaxRtrAdvInterval. Ticket #6533Chris Buechler2016-07-092-9/+72
|
* Fix #6590 NTPd Leapfile UploadPhil Davis2016-07-091-0/+1
|
* Merge pull request #3037 from NOYB/Check_IP_ServicesChris Buechler2016-07-089-3/+465
|\
| * Check IP ServicesNOYB2016-07-029-3/+465
| | | | | | | | | | | | | | | | Configurable check IP services. Used by Dynamic DNS services to check IP addresses. Configure as many check IP services as desired. The first (highest in the list) that is enabled will be used as the default. A future possibility could be to add an option to the Dynamic DNS entires to use a specific check IP service. Addresses bug #6493 by allowing additional check IP service to be added and selected as the default.
* | Exclude non-qualified hostnames from hosts file. Ticket #6064Chris Buechler2016-07-081-12/+12
| |
* | Omit non-qualified hostnames from unbound's local-data. Ticket #6064Chris Buechler2016-07-081-3/+0
| |
* | Call filter_configure in rc.linkup. Ticket #6297Chris Buechler2016-07-081-0/+1
| |
* | Verify a valid IPv6 subnet is going to be used before including in radvd's ↵Chris Buechler2016-07-081-1/+5
| | | | | | | | config. Ticket #6581
* | Merge pull request #3049 from doktornotor/patch-2Chris Buechler2016-07-081-0/+3
|\ \
| * | Missing closing quotedoktornotor2016-07-081-1/+1
| | |
| * | Create /var/run/dmesg.boot symlink for vm-bhyve (Feature #6573)doktornotor2016-07-081-0/+3
| | | | | | | | | See https://redmine.pfsense.org/issues/6573
* | | Fix indent and spacesRenato Botelho2016-07-081-23/+40
| | |
* | | Remove stray 'Renato Botelho2016-07-081-1/+1
|/ /
* | Merge pull request #3046 from phil-davis/portimportRenato Botelho2016-07-082-25/+85
|\ \
| * | Fix #6582 Allow import of portsPhil Davis2016-07-072-25/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change does: 1) Allow bulk import of a port alias. That happens when the Import button is pressed from the Ports tab of the firewall_aliases screen. 2) Allow bulk import of an IP alias, automatically determine if the imported data fits a host or network alias type. That happens when the Import button is pressed from the IP tab of the firewall_aliases screen. 3) When Import is pressed from the "All" tab of the firewall_aliases screen, make an IP alias. 4) Do not display the Import button when on the URL tab of the firewall_aliases screen.
* | | Improve patterns to read dhcpd6.leases to prevent leases containing '}' in ↵Renato Botelho2016-07-081-5/+14
| | | | | | | | | | | | ia-na line not showing up. It fixes #6543
* | | Fix #6585 Do not use [] syntax for lookupsPhil Davis2016-07-081-4/+6
| | | | | | | | | | | | IPv6 address plus port is displayed with the format [1:2::3]:80 - the address is in square brackets followed by colon and the port number. This is necessary to disambiguate the port from the address, a good thing. But it messes up the use of the IPv6 address for reverse lookup. Keep the "raw" format of the IPv6 address pass that to the reverse lookup code, and use it for generating the htmlclass names that enable the answer to be slotted in for display.
* | | Do not check platform to decide if enableserial and primaryconsole fields ↵Renato Botelho2016-07-071-2/+2
| | | | | | | | | | | | will be hidden, global parameters are the rule to decide it. Fixes #6291
* | | Show "cannot delete alias" message as errorPhil Davis2016-07-071-1/+4
|/ / | | | | If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color.
* | Fix PTR lookups on diag_dns.php. Ticket #6561Chris Buechler2016-07-061-3/+6
| |
* | Merge pull request #3043 from NOYB/Label_RenameChris Buechler2016-07-062-2/+2
|\ \
| * | Change group labels s/MAC controls/MAC Address/NOYB2016-07-062-2/+2
| | |
* | | Add missing -R parameter to pkg callRenato Botelho2016-07-061-1/+1
| | |
* | | Use .0 at the end of first major versionRenato Botelho2016-07-061-1/+1
| | |
* | | Correct spacingStephen Beaver2016-07-061-1/+1
| | |
* | | Remove debugStephen Beaver2016-07-061-3/+0
| | | | | | | | | | | | (cherry picked from commit 5810f934472368f43942ea66820dc98e17143c19)
* | | Fixed #6577 - Preserve user input on errorStephen Beaver2016-07-061-6/+10
| | |
* | | Make sure resolv.conf is present during nanobsd upgrade. Fixes #6557Renato Botelho2016-07-061-0/+3
|/ /
* | Leave an empty file for URL Table aliases that return an empty file, and ↵Chris Buechler2016-07-062-1/+7
| | | | | | | | include it in the ruleset regardless so it doesn't generate any filter errors. Ticket #6181
* | Protect get_dir from causing PHP errorsNewEraCracker2016-07-051-0/+3
| | | | | | | | https://forum.pfsense.org/index.php?topic=114570.0
* | webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-0433-36/+36
| |
* | webgui tables, doubleclick event to perform 'edit' actionPiBa-NL2016-07-037-6/+10
| |
* | ipsec widget, check for valid arrayPiBa-NL2016-07-031-0/+3
| |
* | spdns.de renamed to spdyn.deexii19882016-07-021-2/+2
| | | | | | Forgot to update the select description and values
* | spdns.de renamed to spdyn.deexii19882016-07-021-12/+12
| | | | | | The service renamed there addresses
* | Clarify Negate option description on firewall_nat_out.php.Chris Buechler2016-07-021-1/+1
| |
* | Change button order on diag_dns.php so hitting enter in the field does a ↵Chris Buechler2016-07-021-9/+9
| | | | | | | | lookup rather than update alias. semi-related to Ticket #6561
* | Update system_usermanager_settings.phpBBcan1772016-07-011-1/+1
| | | | | | Use of undefined constant min - assumed 'min'
* | Update system_crlmanager.phpBBcan1772016-07-011-1/+1
| | | | | | | | Use of undefined constant min - assumed 'min' Use of undefined constant max - assumed 'max'
* | Fix undefined constantBBcan1772016-07-011-4/+4
| | | | | | | | Notice: Use of undefined constant min - assumed 'min' Notice: Use of undefined constant max - assumed 'max'
* | Merge pull request #3034 from NOYB/startsWith_PolyfillChris Buechler2016-06-301-0/+15
|\ \
| * | startsWith PolyfillNOYB2016-06-301-0/+15
| | | | | | | | | | | | Fixes hidding of custom individual settings when not in use on user manager page.
* | | Diag Tables Last UpdateNOYB2016-06-301-1/+1
|/ / | | | | | | Use correct Thursday abbreviation (s/Thr/Thu/).
* | Merge pull request #2764 from NewEraCracker/redmine-6011Chris Buechler2016-06-303-5/+6
|\ \
| * | Fix Redmine #6011NewEraCracker2016-06-153-5/+6
| | | | | | | | | | | | This will add linklocal fallback where no IPv6 is otherwise configured to allow login using this IPs
OpenPOWER on IntegriCloud