summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \
| * | | 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.
* | | | Merge pull request #3020 from shieldwed/Allow_comma_in_DHCP_option_stringRenato Botelho2016-07-131-4/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | simplify DHCP_Config_Option_Split, no loop needed for returning option arrayDaniel Wilhelm2016-06-261-6/+2
| | | |
| * | | Allow passing comma in string quoted DHCP client optionsDaniel Wilhelm2016-06-231-4/+12
| | | |
* | | | Merge pull request #2847 from jazzl0ver/patch-1Chris Buechler2016-07-121-3/+15
|\ \ \ \
| * | | | notify by email and in syslog when a channel goes up or downjazzl0ver2016-04-061-3/+15
| | | | |
* | | | | Merge pull request #2966 from scipiojr/masterChris Buechler2016-07-121-2/+10
|\ \ \ \ \
| * | | | | Update openvpn.incscipiojr2016-05-191-2/+2
| | | | | |
| * | | | | Update openvpn.incscipiojr2016-05-161-1/+8
| | | | | |
| * | | | | Update openvpn.incscipiojr2016-05-161-2/+3
| | | | | |
* | | | | | Merge pull request #3007 from stilez/patch-34Chris Buechler2016-07-121-6/+3
|\ \ \ \ \ \
| * | | | | | simplify subnet_size()stilez2016-06-171-6/+3
| | | | | | | | | | | | | | | | | | | | | is_ipaddr() returns the type of IP if valid. Use this to simplify the function
* | | | | | | style sortable tablesJared Dillard2016-07-122-0/+16
| | | | | | |
* | | | | | | clean up captive poral widgetJared Dillard2016-07-121-49/+31
| | | | | | |
OpenPOWER on IntegriCloud