summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #6669Stephen Beaver2016-08-012-1/+8
| | | | | | Read widget config before adding a new one. (Was starting a new array) (cherry picked from commit 236e6a54e9a93284ca170b68aa1188dfaa195c3d)
* experiment with tighter stylingJared Dillard2016-07-282-7/+117
|
* Fixes #6601 clean up installed packages htmlJared Dillard2016-07-281-7/+2
|
* clean up Installed Packages widget by removing categoryJared Dillard2016-07-281-2/+0
|
* Increase filtering tail limit for logging, fixes #6652jim-p2016-07-281-1/+2
|
* Whitespace fixesjim-p2016-07-281-6/+6
|
* Build ova by default for releasesRenato Botelho2016-07-271-0/+3
|
* Fix pkg repo name for tagsRenato Botelho2016-07-261-1/+2
|
* Remove stray 'i'Renato Botelho2016-07-261-1/+1
|
* Rename directory where product tarball lies to /distrib. It should fix #6643Renato Botelho2016-07-261-2/+2
|
* Fix redmine #6640 DHCPv6 server time formatPhil Davis2016-07-251-9/+6
| | | | | | | The original code here ended up always applying the time zone offset once, and if you had set dhcpv6leaseinlocaltime then it got applied twice, so Sydney at UTC+10:00 would show UTC+20:00 and presumably somewhere at UTC-04:00 would show UTC-08:00 This change makes the code use the same logic as the V4 status_dhcp_leases.php - which works and is simpler. Note: both the V4 and V6 code format the output, when using local time, as 12-our clock with AM/PM. That seems a bit odd, but I will leave it for now. I will make a separate pull request to change it to 24-hour clock (like is displayed in V4 leases in UTC)
* 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
OpenPOWER on IntegriCloud