summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #6669Stephen Beaver2016-08-012-1/+8
| | | | Read widget config before adding a new one. (Was starting a new array)
* Merge pull request #3075 from brunostein/replace_attribute_name_to_idRenato Botelho2016-08-011-1/+1
|\
| * replace attribute 'name' to 'id' in openvpn statusbruno2016-07-211-1/+1
| |
* | 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-261-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
|
* 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
|
* Merge pull request #3055 from marjohn56/masterChris Buechler2016-07-171-1/+11
|\
| * DHCP6 init before RAmarjohn562016-07-101-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Fix "http://pf.sense/UNKNOWN" links in Pkg Managerlukehamburg2016-07-151-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 license.php to show correct textRenato Botelho2016-07-151-18/+3
| |
* | Revert wrong conversion in license.phpRenato Botelho2016-07-151-11/+18
| |
* | Update potRenato Botelho2016-07-151-9939/+10157
| |
* | Merge pull request #3059 from NewEraCracker/xml-syntax-fixRenato Botelho2016-07-151-1/+1
|\ \
| * | Fix xml syntax after license updateNewEraCracker2016-07-151-1/+1
| | |
* | | Move to Apache License 2.0Renato Botelho2016-07-15324-13302/+2927
| | |
* | | 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-15253-9835/+9598
| |
* | Fix #6613 Do not show Aply Changes button when Save neededPhil Davis2016-07-151-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
| |
* | Merge pull request #3057 from wokis/masterChris Buechler2016-07-141-1/+1
|\ \
| * | Added and modified functions to send correct Radius attributes to the Radius ↵Kacper2016-07-131-1/+1
| | | | | | | | | | | | authenticator.
* | | Merge pull request #3052 from phil-davis/patch-3Renato Botelho2016-07-131-51/+97
|\ \ \ | |/ / |/| |
| * | Fix #6050 DHCP - provide Network Booting display/hide advanced buttonPhil Davis2016-07-091-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.
* | | 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
| |/ |/|
* | 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
| |
* | 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
|
* Merge pull request #3037 from NOYB/Check_IP_ServicesChris Buechler2016-07-084-0/+416
|\
| * Check IP ServicesNOYB2016-07-024-0/+416
| | | | | | | | | | | | | | | | 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.
OpenPOWER on IntegriCloud