summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing /Renato Botelho2016-08-011-1/+1
|
* Add missing optionsRenato Botelho2016-08-011-1/+1
|
* Remove unnecessary messagesRenato Botelho2016-08-011-2/+0
|
* Fix variable nameRenato Botelho2016-08-011-7/+7
|
* Add create_core_pkg.sh and start using itRenato Botelho2016-08-012-81/+182
|
* Remove unused variablesRenato Botelho2016-08-011-11/+0
|
* Add install_freebsd.sh and use itRenato Botelho2016-08-012-29/+179
|
* Add build_freebsd.sh and start using itRenato Botelho2016-08-012-11/+135
|
* Remove outdated XXX messageRenato Botelho2016-08-011-1/+0
|
* Add git_checkout.sh and common.subrRenato Botelho2016-08-014-24/+182
| | | | | | | | | This is the first of a set commits to start replacing big builder_common.sh by smaller and specific scripts to do necessary build tasks. First is git_checkout.sh, a script used to checkout or update a git repository on desired destination dir and branch or tag.
* Remove script used during bootstrap conversionRenato Botelho2016-08-011-33/+0
|
* 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
|
* Build ova by default for releasesRenato Botelho2016-07-271-0/+3
|
* Fix pkg repo name for tagsRenato Botelho2016-07-261-1/+2
|
* Remove stray 'i'Renato Botelho2016-07-261-1/+1
|
* Merge pull request #3079 from phil-davis/patch-2Chris Buechler2016-07-251-9/+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
* Fix variable nameRenato Botelho2016-07-191-1/+1
|
* Remove immutable flag before delete directoryRenato Botelho2016-07-191-2/+4
|
* Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-nowRenato Botelho2016-07-181-0/+2
|
* Make sure licenses dir is removed to avoid duplicate it in the wrong packageRenato Botelho2016-07-181-0/+3
|
* 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.
* | 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
OpenPOWER on IntegriCloud