summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix variable namev2.3.2Renato Botelho2016-07-191-1/+1
|
* Remove immutable flag before delete directoryRenato Botelho2016-07-191-2/+4
|
* Welcome 2.3.2-RELEASERenato Botelho2016-07-194-6/+7
|
* Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-nowRenato Botelho2016-07-181-0/+2
|
* Make sure licenses dir is removed to avoid duplicate it in the wrong packageRenato Botelho2016-07-181-0/+3
|
* Allow section header to be omitted by specifying "NOTITLE" as the section title.Stephen Beaver2016-07-182-3/+13
| | | | (cherry picked from commit 9ce54773be5e02235e3be7d2b970f61fbb27ba86)
* Show "cannot delete alias" message as errorPhil Davis2016-07-181-0/+2
| | | | | If I try to delete an alias that is in use, the "cannot delete alias" message was being displayed as the "success" color. (cherry picked from commit 04b571e836077c436d109d982be5a8e710ff8aab)
* Allow AES-GCM for P1 where using IKEv2. Ticket #5990Chris Buechler2016-07-172-0/+7
|
* Clarify that HMAC-MD5 key is required. Ticket #6622Chris Buechler2016-07-171-1/+1
|
* Fix "http://pf.sense/UNKNOWN" links in Pkg Managerlukehamburg2016-07-161-4/+4
| | | I noticed recently that many packages do not have the 'www' field in the database filled, or have it set to UNKNOWN The way the table is built, this causes bad links to be generated pointing to e.g. http://pf.sense/UNKNOWN. This patch fixes it, causing only packages with actual links to get the <a> tag.
* fix typoChris Buechler2016-07-151-1/+1
|
* Fix xml syntax after license updateNewEraCracker2016-07-151-1/+1
| | | | (cherry picked from commit f7057140af3a98af925f76b6b0bb544dc7bfc418)
* Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN ↵jim-p2016-07-152-5/+11
| | | | server. Fixes #6139
* dse was under contract with BSDP for all the work he did, we own (c)Chris Buechler2016-07-151-1/+0
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-15315-9835/+9605
|
* Set dhcp-cache-threshold to 0 to avoid a bug in dhcpd 4.3.x where it omits ↵Chris Buechler2016-07-151-0/+1
| | | | client-hostname where the cache threshold is reached. Ticket #6589
* Bring back the "set iface route default" used in 2.2.6 and earlier versions, ↵Chris Buechler2016-07-151-2/+4
| | | | which works around the root problem in Ticket #6495
* Fix #6613 Do not show Aply Changes button when Save neededPhil Davis2016-07-141-1/+1
| | | | I got a bit carried away in the fix for #6460 https://github.com/pfsense/pfsense/commit/21c18c3df11547aba172c10f95872dbd8682f7d9 The message here at line 507 should not actually show the Apply Changes button. At this point the user needs to adjust the assigned interfaces and save. Then after saving an Apply Changes button can be used to implement the saved changes.
* Review license / copyright on all files (1st round)Renato Botelho2016-07-14243-5703/+12305
|
* Retire deactivated widgetsRenato Botelho2016-07-142-98/+1
|
* chmod 0644 php web pagesRenato Botelho2016-07-141-0/+0
|
* Retire copyright-master.txtRenato Botelho2016-07-142-53/+1
|
* chmod 0644 php web pagesRenato Botelho2016-07-1416-0/+0
|
* Retire /usr/local/bin/slowdownpipe.shRenato Botelho2016-07-142-9/+1
|
* Ignore cp result for cases when files are the same. Ticket #6557Renato Botelho2016-07-141-1/+3
|
* Fix #6050 DHCP - provide Network Booting display/hide advanced buttonPhil Davis2016-07-131-51/+97
| | | | | This one moves the "Network Booting" above the "Additional BOOTP/DHCP Options". That allows "Network Booting" to be a Display/Hide Advanced group of buttons just like TFTP, LDAP etc. (without a special section header) and for "Additional BOOTP/DHCP Options" to come last on the page. (cherry picked from commit 68de2169b9d5cd2878d43344a0fc0a25bd86d7af)
* simplify DHCP_Config_Option_Split, no loop needed for returning option arrayDaniel Wilhelm2016-07-131-6/+2
| | | | (cherry picked from commit 264ca54e406eee7c01b01f748aabd4a29e9c4872)
* Allow passing comma in string quoted DHCP client optionsDaniel Wilhelm2016-07-131-4/+12
| | | | (cherry picked from commit 332a64d0c8a6486d40c6295351ca3068a77a216a)
* style sortable tablesJared Dillard2016-07-122-0/+16
|
* clean up captive poral widgetJared Dillard2016-07-121-49/+31
|
* change order of css files in head elementJared Dillard2016-07-121-1/+1
|
* write_config before openvpn_resync here as well. Ticket #6139Chris Buechler2016-07-111-1/+1
|
* Add upgrade code to clean up the old GRE/GIF flags that are no longer used. ↵jim-p2016-07-112-1/+25
| | | | Ticket #6586 and Ticket #6587
* Align GIF link options with those currently supported by the base OS. Ticket ↵jim-p2016-07-112-14/+14
| | | | #6587
* Remove GRE link flag options from GUI/backend. Keep link1 as it was also ↵jim-p2016-07-112-31/+2
| | | | used to add an explicit static route, though the GUI previous GUI option name wasn't related to that at all. Updated GUI description to match reality. Ticket #6586
* write_config before calling openvpn_resync. Ticket #6319Chris Buechler2016-07-101-1/+1
|
* Fix firewall rules for PPPoE serverNewEraCracker2016-07-101-3/+8
| | | | | | 1) PPPoE Clients are located within 'Remote Address Range' (sa) and not Server Address (ip), see lines 1194 and 1195. 2) Interfaces for floating rules were not being correctly added due to a bug on interface detection caused by PPPoE differences. This commit fixes those two issues.
* Properly follow style guidelines.Nash Kaminski2016-07-101-1/+1
|
* Include ignored DHCP server(s) config option even when advanced DHCP config ↵Nash Kaminski2016-07-101-0/+3
| | | | is enabled
* fix typo. noticed-by: phil.davisChris Buechler2016-07-091-1/+1
|
* set net.isr.dispatch instead since net.inet.ipsec.directdispatch no longer ↵Chris Buechler2016-07-091-1/+1
| | | | exists. Ticket #4754
* 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
|
* Leave this to 2.4 only for now. Revert "Omit non-qualified hostnames from ↵Chris Buechler2016-07-081-0/+3
| | | | | | unbound's local-data. Ticket #6064" This reverts commit cde0ef17a60cffa4a54f3ab4922b77bc0447d068.
* 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
* 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
OpenPOWER on IntegriCloud