summaryrefslogtreecommitdiffstats
path: root/src
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 #3077 from dhoffend/ticket-6505-fixRenato Botelho2016-08-011-1/+1
|\
| * dpinger: fixed check for pidfile length #6505Daniel Hoffend2016-07-241-1/+1
| |
* | 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
| | |
* | | Remove '-x' flag from dhcpwithoutra launch of dhcp6cPhil Davis2016-08-011-1/+1
| | | | | | | | | This is the equivalent fix for the RELENG_2_3 branch to pull request #3078
* | | Merge pull request #3062 from phil-davis/patch-1Renato Botelho2016-08-011-11/+11
|\ \ \
| * | | Formatting tidy of interfaces.incPhil Davis2016-07-201-11/+11
| | | | | | | | | | | | After #3055
* | | | Some small improvements to OpenVPN server handling when using CARP VIPs in ↵jim-p2016-08-013-6/+28
| | | | | | | | | | | | | | | | Gateway Groups. Might help with issue #6607
* | | | 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
| | | |
* | | | 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
| |/ |/|
* | openvpn_add_dhcpopts already sets redirect-gateway, don't add it a second ↵Chris Buechler2016-07-201-4/+0
|/ | | | time. Ticket #6633
* Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-nowRenato Botelho2016-07-181-0/+2
|
* Allow section header to be omitted by specifying "NOTITLE" as the section title.Stephen Beaver2016-07-182-3/+13
|
* Fixed #6437Stephen Beaver2016-07-181-0/+2
|
* 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
|
* Merge pull request #3061 from thoughtpolice/cloudflarev6Chris Buechler2016-07-172-5/+13
|\
| * dyndns: add IPv6 support for CloudFlareAustin Seipp2016-07-172-5/+13
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Merge pull request #3055 from marjohn56/masterChris Buechler2016-07-172-1/+47
|\ \ | |/ |/|
| * DHCP6 init before RAmarjohn562016-07-102-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-15461-18919/+4160
| | |
* | | 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-9914/+9677
| |
* | 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-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-14236-5637/+12147
| |
* | 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
| |
* | Merge pull request #3057 from wokis/masterChris Buechler2016-07-144-11/+53
|\ \
| * | Added and modified functions to send correct Radius attributes to the Radius ↵Kacper2016-07-134-11/+53
| | | | | | | | | | | | authenticator.
* | | Merge pull request #3052 from phil-davis/patch-3Renato Botelho2016-07-131-51/+97
|\ \ \
OpenPOWER on IntegriCloud