summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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.
* | Merge pull request #3060 from lukehamburg/patch-2Chris Buechler2016-07-161-4/+4
|\ \
| * | 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
| |
* | Move remaining ESF license file to APACHE20Renato Botelho2016-07-152-45/+176
| |
* | 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-15481-19312/+4428
| | |
* | | 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-15317-9917/+9683
| |
* | 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
* | Merge pull request #3058 from phil-davis/patch-1Chris Buechler2016-07-141-1/+1
|\ \
| * | 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-14243-5700/+12304
| |
* | 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
| | | | | | |
* | | | | | | change order of css files in head elementJared Dillard2016-07-121-1/+1
| | | | | | |
* | | | | | | Merge pull request #2905 from Chrisc-c-c/LAGG-MTUChris Buechler2016-07-121-0/+38
|\ \ \ \ \ \ \
| * | | | | | | Fix issue with QinQ on LAGG interfaces where MTU doesn't apply to parent ↵Chris Rowe2016-04-241-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly
* | | | | | | | write_config before openvpn_resync here as well. Ticket #6139Chris Buechler2016-07-111-1/+1
| | | | | | | |
* | | | | | | | Add upgrade code to clean up the old GRE/GIF flags that are no longer used. ↵jim-p2016-07-112-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket #6586 and Ticket #6587
* | | | | | | | Align GIF link options with those currently supported by the base OS. Ticket ↵jim-p2016-07-112-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #6587
* | | | | | | | Remove GRE link flag options from GUI/backend. Keep link1 as it was also ↵jim-p2016-07-112-31/+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
| | | | | | | |
OpenPOWER on IntegriCloud