Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #6669 | Stephen Beaver | 2016-08-01 | 2 | -1/+8 |
| | | | | Read widget config before adding a new one. (Was starting a new array) | ||||
* | Merge pull request #3077 from dhoffend/ticket-6505-fix | Renato Botelho | 2016-08-01 | 1 | -1/+1 |
|\ | |||||
| * | dpinger: fixed check for pidfile length #6505 | Daniel Hoffend | 2016-07-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3075 from brunostein/replace_attribute_name_to_id | Renato Botelho | 2016-08-01 | 1 | -1/+1 |
|\ \ | |||||
| * | | replace attribute 'name' to 'id' in openvpn status | bruno | 2016-07-21 | 1 | -1/+1 |
| | | | |||||
* | | | Remove '-x' flag from dhcpwithoutra launch of dhcp6c | Phil Davis | 2016-08-01 | 1 | -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-1 | Renato Botelho | 2016-08-01 | 1 | -11/+11 |
|\ \ \ | |||||
| * | | | Formatting tidy of interfaces.inc | Phil Davis | 2016-07-20 | 1 | -11/+11 |
| | | | | | | | | | | | | After #3055 | ||||
* | | | | Some small improvements to OpenVPN server handling when using CARP VIPs in ↵ | jim-p | 2016-08-01 | 3 | -6/+28 |
| | | | | | | | | | | | | | | | | Gateway Groups. Might help with issue #6607 | ||||
* | | | | experiment with tighter styling | Jared Dillard | 2016-07-28 | 2 | -7/+117 |
| | | | | |||||
* | | | | Fixes #6601 clean up installed packages html | Jared Dillard | 2016-07-28 | 1 | -7/+2 |
| | | | | |||||
* | | | | clean up Installed Packages widget by removing category | Jared Dillard | 2016-07-28 | 1 | -2/+0 |
| | | | | |||||
* | | | | Increase filtering tail limit for logging, fixes #6652 | jim-p | 2016-07-28 | 1 | -1/+2 |
| | | | | |||||
* | | | | Whitespace fixes | jim-p | 2016-07-28 | 1 | -6/+6 |
| | | | | |||||
* | | | | Fix redmine #6640 DHCPv6 server time format | Phil Davis | 2016-07-26 | 1 | -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 mfine | Jeremy Porter | 2016-07-22 | 1 | -1/+1 |
| |/ |/| | |||||
* | | openvpn_add_dhcpopts already sets redirect-gateway, don't add it a second ↵ | Chris Buechler | 2016-07-20 | 1 | -4/+0 |
|/ | | | | time. Ticket #6633 | ||||
* | Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-now | Renato Botelho | 2016-07-18 | 1 | -0/+2 |
| | |||||
* | Allow section header to be omitted by specifying "NOTITLE" as the section title. | Stephen Beaver | 2016-07-18 | 2 | -3/+13 |
| | |||||
* | Fixed #6437 | Stephen Beaver | 2016-07-18 | 1 | -0/+2 |
| | |||||
* | Allow AES-GCM for P1 where using IKEv2. Ticket #5990 | Chris Buechler | 2016-07-17 | 2 | -0/+7 |
| | |||||
* | Clarify that HMAC-MD5 key is required. Ticket #6622 | Chris Buechler | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3061 from thoughtpolice/cloudflarev6 | Chris Buechler | 2016-07-17 | 2 | -5/+13 |
|\ | |||||
| * | dyndns: add IPv6 support for CloudFlare | Austin Seipp | 2016-07-17 | 2 | -5/+13 |
| | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
* | | Merge pull request #3055 from marjohn56/master | Chris Buechler | 2016-07-17 | 2 | -1/+47 |
|\ \ | |/ |/| | |||||
| * | DHCP6 init before RA | marjohn56 | 2016-07-10 | 2 | -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 Manager | lukehamburg | 2016-07-15 | 1 | -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 typo | Chris Buechler | 2016-07-15 | 1 | -1/+1 |
| | | |||||
* | | Fix license.php to show correct text | Renato Botelho | 2016-07-15 | 1 | -18/+3 |
| | | |||||
* | | Revert wrong conversion in license.php | Renato Botelho | 2016-07-15 | 1 | -11/+18 |
| | | |||||
* | | Update pot | Renato Botelho | 2016-07-15 | 1 | -9939/+10157 |
| | | |||||
* | | Merge pull request #3059 from NewEraCracker/xml-syntax-fix | Renato Botelho | 2016-07-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix xml syntax after license update | NewEraCracker | 2016-07-15 | 1 | -1/+1 |
| | | | |||||
* | | | Move to Apache License 2.0 | Renato Botelho | 2016-07-15 | 461 | -18919/+4160 |
| | | | |||||
* | | | Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN ↵ | jim-p | 2016-07-15 | 2 | -5/+11 |
|/ / | | | | | | | server. Fixes #6139 | ||||
* | | dse was under contract with BSDP for all the work he did, we own (c) | Chris Buechler | 2016-07-15 | 1 | -1/+0 |
| | | |||||
* | | Review license / copyright on all files (final round) | Renato Botelho | 2016-07-15 | 315 | -9914/+9677 |
| | | |||||
* | | Set dhcp-cache-threshold to 0 to avoid a bug in dhcpd 4.3.x where it omits ↵ | Chris Buechler | 2016-07-15 | 1 | -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 Buechler | 2016-07-15 | 1 | -2/+4 |
| | | | | | | | | which works around the root problem in Ticket #6495 | ||||
* | | Fix #6613 Do not show Aply Changes button when Save needed | Phil Davis | 2016-07-15 | 1 | -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 Botelho | 2016-07-14 | 236 | -5637/+12147 |
| | | |||||
* | | Retire deactivated widgets | Renato Botelho | 2016-07-14 | 2 | -98/+1 |
| | | |||||
* | | chmod 0644 php web pages | Renato Botelho | 2016-07-14 | 1 | -0/+0 |
| | | |||||
* | | Retire copyright-master.txt | Renato Botelho | 2016-07-14 | 2 | -53/+1 |
| | | |||||
* | | chmod 0644 php web pages | Renato Botelho | 2016-07-14 | 16 | -0/+0 |
| | | |||||
* | | Retire /usr/local/bin/slowdownpipe.sh | Renato Botelho | 2016-07-14 | 2 | -9/+1 |
| | | |||||
* | | Ignore cp result for cases when files are the same. Ticket #6557 | Renato Botelho | 2016-07-14 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #3057 from wokis/master | Chris Buechler | 2016-07-14 | 4 | -11/+53 |
|\ \ | |||||
| * | | Added and modified functions to send correct Radius attributes to the Radius ↵ | Kacper | 2016-07-13 | 4 | -11/+53 |
| | | | | | | | | | | | | authenticator. | ||||
* | | | Merge pull request #3052 from phil-davis/patch-3 | Renato Botelho | 2016-07-13 | 1 | -51/+97 |
|\ \ \ |