summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Some tweaks to improve alignment in table with checkboxNewEraCracker2016-08-032-2/+2
| | | | | | | | | | 1) If a checkbox does not have a description (even if it is empty), layout will be broken as checkbox won't be aligned correctly 2) UPnP checkbox looks better with description instead of help This commit fixes the two issues (cherry picked from commit 1a8e5f2f67fdc18080eeac47dc4ed0bdfacc66b9)
* Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now.jim-p2016-08-021-1/+0
|
* Fix typo, LT2P->L2TPjim-p2016-08-022-2/+2
|
* 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)
* replace attribute 'name' to 'id' in openvpn statusbruno2016-08-011-1/+1
| | | | (cherry picked from commit 5a5a11cd489bbf15e868c1607c74824c128d693f)
* Merge pull request #3073 from phil-davis/certsRenato Botelho2016-08-013-5/+10
|\
| * Backport Add missing recommended key lengths/digest to Cert systemPhil Davis2016-07-213-5/+10
| | | | | | | | Original pull request to master was #2944
* | Merge pull request #3070 from phil-davis/input_errors2AjaxRenato Botelho2016-08-0110-78/+0
|\ \
| * | Backport Remove input_errors2Ajax callsPhil Davis2016-07-2010-78/+0
| |/ | | | | | | | | | | Original commit to master was https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b
* | Merge pull request #3063 from phil-davis/dhcpinitbeforera3055_23Renato Botelho2016-08-011-0/+13
|\ \
| * | Backport DHCP6 init before RAPhil Davis2016-07-201-0/+13
| |/ | | | | | | Original PR to master was #3055
* | 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
| |
* | 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)
* | Section title was wrong, discovered by mfineJeremy Porter2016-07-221-1/+1
|/
* Allow section header to be omitted by specifying "NOTITLE" as the section title.Stephen Beaver2016-07-181-2/+12
| | | | (cherry picked from commit 9ce54773be5e02235e3be7d2b970f61fbb27ba86)
* Allow AES-GCM for P1 where using IKEv2. Ticket #5990Chris Buechler2016-07-171-0/+4
|
* 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-151-0/+1
| | | | 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-15251-9753/+9520
|
* 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-14100-1613/+4881
|
* Retire deactivated widgetsRenato Botelho2016-07-141-98/+0
|
* chmod 0644 php web pagesRenato Botelho2016-07-141-0/+0
|
* Retire copyright-master.txtRenato Botelho2016-07-141-53/+0
|
* chmod 0644 php web pagesRenato Botelho2016-07-1416-0/+0
|
* Retire /usr/local/bin/slowdownpipe.shRenato Botelho2016-07-141-9/+0
|
* 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)
* 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
|
* Align GIF link options with those currently supported by the base OS. Ticket ↵jim-p2016-07-111-11/+11
| | | | #6587
* Remove GRE link flag options from GUI/backend. Keep link1 as it was also ↵jim-p2016-07-111-22/+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 typo. noticed-by: phil.davisChris Buechler2016-07-091-1/+1
|
* Add config option for AdvDefaultLifetime, clean up descriptions on other. ↵Chris Buechler2016-07-091-2/+14
| | | | Ticket #6533
* Add configuration for Min and MaxRtrAdvInterval. Ticket #6533Chris Buechler2016-07-091-5/+49
|
* Fix #6590 NTPd Leapfile UploadPhil Davis2016-07-091-0/+1
|
* Fix indent and spacesRenato Botelho2016-07-081-23/+40
|
* Remove stray 'Renato Botelho2016-07-081-1/+1
|
* Fix #6582 Allow import of portsPhil Davis2016-07-082-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. (cherry picked from commit e4c784bfeb5d9bad4c65c421cefb767af0b164dd)
* 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.
OpenPOWER on IntegriCloud