summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1929 from phil-davis/patch-4Renato Botelho2015-09-221-1/+1
|\
| * Fix pptp_remote0 var namePhil Davis2015-09-221-1/+1
| | | | | | | | I missed one of these in all the manual integration. Commit https://github.com/pfsense/pfsense/commit/66fd7b47679187ddcfaf5852a55b2af15394f341 had this error.
* | Kicking ntpd in rc.newwanip(v6) dates back to OpenNTPD which didn't have ↵Chris Buechler2015-09-222-4/+0
| | | | | | | | dynamic interface scanning support. This seems to be the source of crashes in ntpd as described in Ticket #4155, and appears to be unnecessary.
* | Don't allow configuring IPv6 link local addresses on an interface. Ticket #4062Chris Buechler2015-09-211-0/+3
|/
* fix typoChris Buechler2015-09-213-3/+3
|
* services_ntpd.php - style fixes, fix typoChris Buechler2015-09-211-8/+12
|
* interfaces_gif_edit.php: improve input validation, show input errorsChris Buechler2015-09-211-1/+27
|
* vpn_l2tp.php clean up textChris Buechler2015-09-211-3/+3
|
* interfaces_bridge_edit.php - input validation improvements, style fixesChris Buechler2015-09-211-14/+15
|
* interfaces_gre_edit.php - fix display of input errors, improve inputChris Buechler2015-09-211-1/+27
| | | | validation.
* Fixed #5155Jared Dillard2015-09-211-5/+5
|
* Fixed #5108Jared Dillard2015-09-211-2/+4
|
* Fixed #4978Jared Dillard2015-09-211-3/+2
|
* Merge pull request #1902 from dachande/feature/certmanager_san_wildcard_hostnameRenato Botelho2015-09-212-10/+15
|\
| * Fixed is_domain method callDaniel Seebald2015-09-171-2/+1
| |
| * Added the possibility to use wildcard hostnames in certificate manager SAN ↵Daniel Seebald2015-09-172-10/+16
| | | | | | | | fields
* | Redmine #4568 Preserve MLPPP settings when saving interface settingsPhil Davis2015-09-211-16/+32
| | | | | | | | This is a resubmit of https://github.com/pfsense/pfsense/pull/1900 after integrating to the current master.
* | GratisDNS support for hosts without subdomainsmortencombat2015-09-211-2/+9
| | | | | | | | Resubmit of #1793
* | Fixed #5178Stephen Beaver2015-09-213-85/+106
| | | | | | | | Removed errant "break"
* | remove unused bootstrap theme fileJared Dillard2015-09-212-6/+0
| |
* | Fixed #5179Jared Dillard2015-09-211-16/+6
| |
* | Merge pull request #1750 from TarasSavchuk/patch-1Renato Botelho2015-09-211-0/+7
| |
* | Fixed #5021Stephen Beaver2015-09-211-9/+12
| | | | | | | | Selector value creation revised
* | Merge pull request #1787 from k-paulius/patch-pkg-1Renato Botelho2015-09-212-30/+11
| |
* | Fix Cloudflare support for Dynamic DNS Updates doktornotor2015-09-211-33/+51
| | | | | | | | | | | | Resubmit of #1812 The current implementation isn't working due to API change. Credits: det0nat3 @ https://forum.pfsense.org/index.php?topic=87436.msg534817#msg534817
* | Revision to teh file to fix header issuesStephen Beaver2015-09-211-116/+107
| |
* | Fix description for 6rd prefix fieldChris Buechler2015-09-211-2/+2
| |
* | Fix 6rd input validation. Ticket #4935Chris Buechler2015-09-211-1/+1
| |
* | Merge pull request #1808 from miken32/masterRenato Botelho2015-09-211-0/+9
| |
* | Multiple fixes to status_queues.php - NOT YET TESTEDStephen Beaver2015-09-212-129/+172
| | | | | | | | Fixed #5166 - Shows IPv6 addresses
* | fixed #5121Stephen Beaver2015-09-211-28/+30
| |
* | Merge pull request #1910 from doktornotor/patch-8Renato Botelho2015-09-211-4/+4
|\ \
| * | system_hasync.php - spelling/spacing fixesdoktornotor2015-09-201-4/+4
| | |
* | | Merge pull request #1905 from doktornotor/patch-2Renato Botelho2015-09-211-1/+1
|\ \ \
| * | | pkg-utils.inc typo fixdoktornotor2015-09-191-1/+1
| |/ / | | | | | | Partial resubmit of PR #1798 (not really convinced the second part is wanted or correct).
* | | Merge pull request #1919 from doktornotor/patch-18Renato Botelho2015-09-211-1/+5
|\ \ \
| * | | show openvpn interfaces while reassigning the interfaces for a restored ↵doktornotor2015-09-201-1/+5
| |/ / | | | | | | | | | | | | config backup Resubmit of #1769
* | | Merge pull request #1924 from phil-davis/patch-6Renato Botelho2015-09-211-6/+4
|\ \ \
| * | | Redmine #5162 do not allow alias rename to an existing name - masterPhil Davis2015-09-211-6/+4
| |/ /
* | | Merge pull request #1925 from doktornotor/patch-22Renato Botelho2015-09-212-28/+38
|\ \ \
| * | | fix interface assignment menus running off VGA screendoktornotor2015-09-211-24/+28
| | | |
| * | | fix interface assignment menus running off VGA screendoktornotor2015-09-211-4/+10
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using VGA console, interface assignment can be a real pain in the ass because of the standard 80 columns width. Dmesg reports the many interface description names in very long strings that don't fit in a row, this breaks the nice appearance of the interface list in the assignment menu. The aestethics is one thing, but the real pain is that the interface list goes off screen by the time the menu asks for the WAN interface name, if there are many interfaces present. It's a real problem to choose from a list which is not visible anymore. One fix is to maximize the length of the interface description to 48 chars. The second fix (and also improvement for better overlooking when the list really goes off) is to print a small list of the interface names at each question. This is necessary because when somebody wants to assign the first interface to the last Optional port, the big list will be way off screen by then, and the name of it won't be visible. This also makes it nice clean and straightforward.
* | | Fixed #5013Stephen Beaver2015-09-211-1/+3
| | | | | | | | | | | | Incorrect element name used
* | | Fixed 5021Stephen Beaver2015-09-211-2/+2
| | |
* | | Fixed #5166Stephen Beaver2015-09-211-53/+67
| | | | | | | | | | | | Programmer had used incorrect variable to display addresses and had broken the icon system
* | | Fixed #5176Stephen Beaver2015-09-211-9/+9
| | |
* | | Fixed #5175Stephen Beaver2015-09-212-27/+46
| | |
* | | Fixed 5171Stephen Beaver2015-09-211-1/+1
| | |
* | | Fixed #5161Stephen Beaver2015-09-212-2/+2
| | |
* | | Fixed #5121Stephen Beaver2015-09-211-1/+2
| | | | | | | | | | | | Antenna section removed per JimT
OpenPOWER on IntegriCloud