summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add validation and encoding to various firewall advanced values. Issue #9294jim-p2019-01-292-49/+85
| | | | (cherry picked from commit 62baf0777924b2c21c832db3c0040988e7451c61)
* Encode shaper queue name before printing. Issue #9294jim-p2019-01-291-12/+12
| | | | | | | Validation is already present and prevents bad values from being entered. (cherry picked from commit 1072b9333c47df593420937361349b09a9b73639)
* Input validation and encoding of IGMP proxy addresses. Issue #9294jim-p2019-01-292-4/+9
| | | | (cherry picked from commit 261916e5d3f833a58d5cef1afdadc7495ec2c74b)
* Validate NTP GPS type, encode output. Issue #9294jim-p2019-01-291-10/+21
| | | | (cherry picked from commit 938988609c306fcd44e25a053745c4b8332eeeb5)
* Encode traceroute error message. Issue #9294jim-p2019-01-291-1/+1
| | | | (cherry picked from commit 57ccd08bf7ee05b9a00750a1fd9cf8f148e0c9ac)
* Validate submitted interfaces. Issue #9294jim-p2019-01-291-1/+5
| | | | (cherry picked from commit 5cc7d21dc08be6c65a2bf7f8f4481dc13f4ae115)
* Fix input validation of webguiproto. Issue #9294jim-p2019-01-291-1/+8
| | | | (cherry picked from commit 56888f24ca2715e678a1324633a08d3a611b4136)
* status.php optimizations. Implements #9290jim-p2019-01-251-32/+84
| | | | | | | | | | | | | | | * Rewrites the command output so it is first written to files, then read through line-by-line to PHP. Should be much more efficient and consume less memory, making the previously "too large" commands viable. * Increase verboseness of ifconfig output, add supported media * Add "Listen Queues" output * Wording fixes * Script can now be run from the console to create and save an archive only: "php /usr/local/www/status.php" * New parameter: archiveonly When present, output is suppressed. Creates tgz which can be downloaded * New parameter: nocleanup When present, the individual status output .txt files are not removed from /tmp/status_output/ before exiting. (cherry picked from commit 6c17da07bf1ce9bfc304c97a5afe3e2e26221319)
* Fix desc of OpenVPN sync to show that it also syncs certs. Fixes #9283jim-p2019-01-221-1/+1
| | | | (cherry picked from commit 9f3b87d898e1fa8a5bfa40758e5747515cc38ad4)
* Fix handling of special swap cases. Fixes #9281jim-p2019-01-221-3/+7
| | | | (cherry picked from commit 14d470377eab89d7c3f6f765a150ce737409af28)
* Packet capture page fixes. Fixes #9239jim-p2019-01-211-4/+19
| | | | | | | | | * Add "None" output level * Detect large files and refuse to print them in the GUI textarea * Ensure output buffering is off before doing readfile to avoid PHP consuming memory while downloading a large capture. (cherry picked from commit 36192f4a459ec5d5baf06819102ba783c1725ba1)
* Init array for 6o4 tunneling Fixes #9264jim-p2019-01-211-0/+1
| | | | (cherry picked from commit 5345b25405101eba3112c1d5daef99bd3b308533)
* Allow a trailing dot in a hostname on diag_dns.php. Fixes #9276jim-p2019-01-211-2/+2
| | | | (cherry picked from commit e56c473d7c4c2e7de71c43420c844e452dbcfa82)
* Remove links to DNSStuf tools. Fixes #9275jim-p2019-01-211-5/+0
| | | | (cherry picked from commit 08c49b4d74b87bf34dd46a37837147b857eb8859)
* Fix saving IPv6 over IPv4 tunneling NAT setting. Fixes #9264jim-p2019-01-101-5/+4
| | | | (cherry picked from commit 3fcf5ad71216922921801d85d063d360fde5566f)
* Change alias name/pf keyword check to be case insensitive. Fixes #9231jim-p2018-12-271-1/+1
| | | | (cherry picked from commit 2c5d3b1e5002598cb799a182ccc1d6e66d3aac5d)
* Init filter rules in firewall_nat.php. Fixes #9193jim-p2018-12-181-0/+1
| | | | (cherry picked from commit 701728c0778cbb4ccf95ebfad30bf56339d1a7e3)
* Ensure IPsec P1 entries have a 'protocol' value. Fixes #9207jim-p2018-12-182-1/+14
| | | | (cherry picked from commit d188b7251a83b4a8a39ba50dfaf9a1cba35cad17)
* Fix DigitalOcean DynDNS clientGrant Sheehan2018-12-112-3/+9
| | | | | | | | Fixes the check on the return value since it's been updated to use HTTP/2 syntax. Also adds logic to allow using `@` to denote updating the root domain A record as well. (cherry picked from commit 5878d529949aafef165acdce8e7daae234c9d2c4)
* Alternate swap device location tactics. Issue #9182jim-p2018-12-112-4/+19
| | | | (cherry picked from commit d36e5a49e6104c52bca2153eba45709d5af99599)
* Fix nginx resolver handling when a cert needs OCSP stapling. Fixes #9160jim-p2018-12-111-4/+10
| | | | (cherry picked from commit 4c6e3de40f56a1bd8d978a9dd4677d0ab025b8cb)
* Minor fixes related to #9121Steve Beaver2018-12-113-3/+3
| | | | (cherry picked from commit 6f9729c0a53be67ced6d52e6e33dba6b237083ab)
* Fixed regression where calling station id was removed from openvpnKacper2018-12-111-1/+2
| | | | (cherry picked from commit 95f3d049bfead1c6faf04c8a626a7ce868f8b6f8)
* Remove obsolete OLSRD code. Implements #9117jim-p2018-12-115-94/+5
| | | | (cherry picked from commit 592bec817f152a7536572a675079776138827cc8)
* Rework cert keylen/digest validation. Fixes #9180jim-p2018-12-071-15/+24
| | | | (cherry picked from commit ed76624bf01c0d1718d427919145bf4e5f949264)
* Fix array init in setup_wizard.xml. Fixes #9170jim-p2018-12-051-12/+3
| | | | (cherry picked from commit f5f79fcc24241f0a76f6a7fe9b32917bee64e393)
* Fix NPt validation to allow single addresses. Fixes #9163jim-p2018-12-041-1/+2
| | | | (cherry picked from commit e9446f537051c7b536d0b3fbb5ebd00c3766001a)
* Add Korean to the list of available languagesRenato Botelho2018-12-031-0/+1
|
* Update translation filesRenato Botelho2018-12-03102-335099/+337036
|
* Regenerate potRenato Botelho2018-12-031-6471/+6494
|
* Do not call interfaces_vlan_configure() every time an interface is edited in ↵Luiz Souza2018-11-272-5/+73
| | | | | | | | | | GUI. This is just necessary when a parent interface is changed and we have to propagate the changes to all clones (MTU, FLAGS and others). Add a logic to detect when a parent interface is changed and only then call interfaces_vlan_configure(). Ticket #9115
* Make the WF2Q+ the default scheduler for the dummynet limiters.Luiz Souza2018-11-222-8/+15
| | | | | | | | | | | | The WF2Q+ was the default scheduler in previous versions, it is well tested and support dynamic queues. Add a note for the FIFO scheduler to make clear that it does not support dynamic queues (by design) and as such, it is working as intended. Add the scheduler information to Diagnostics -> Limiter Info. Ticket #8973 (cherry picked from commit 25d029d1e31cc3874db82db352cd560a401558df)
* Allow no username for FreeDNS-v6stephenw102018-11-221-2/+2
| | | | | | Also include that and Digital Ocean in the help text. (cherry picked from commit 92c39e9b923792a58b56323a7e2fb46f608b447f)
* Fix #9144: Init array before useRenato Botelho2018-11-211-0/+1
|
* Fix #9121: Initialize arrays to prevent PHP 7 errorsjim-p2018-11-21139-1005/+345
|
* Fix #8937: Show hwaddr for LAGG membersRenato Botelho2018-11-211-1/+4
|
* Fix #8465: Preserve default gw when switch to BACKUPRenato Botelho2018-11-201-12/+14
| | | | | | | | | | interfaces_carp_set_maintenancemode() calls interface_carp_configure() to each configured CARP and it ends up reconfiguring completely the interface when it's not necessary. Add a new parameter $maintenancemode_only to interface_carp_configure() and use it to only change advskew to 254 when going to forced maintenance mode and move it back to configured value when leaving
* Break long linesRenato Botelho2018-11-201-6/+17
|
* Fix few spelling issuesAugustin-FL2018-11-202-5/+5
| | | | | | Ticket #9134 (cherry picked from commit 85a8f9b0ce0d0fac6f361bc5dfd09c67607020f1)
* Send MAC address as username if radmac is used for connecting an userAugustin-FL2018-11-201-1/+3
| | | | | | Ticket #9131 (cherry picked from commit f790565a7514662b1fe97fc7c79b56838597965c)
* Redirect Blocked MAC without requiring credentials if Blocked MAC URL has ↵Augustin FL2018-11-201-1/+1
| | | | | | | | been entered. Redmine #9114 (cherry picked from commit 83a6f504d6eb4d1925c4745a6457805fbbe308d9)
* Update src/usr/local/www/vendor/d3/d3.min.jsMarco Pannetto2018-11-201-2/+2
| | | | | | Restored d3.min.js (cherry picked from commit 2dd0ba04705396981dfc6d75ec6910799ba8846d)
* Update src/usr/local/www/vendor/d3/d3.min.jsMarco Pannetto2018-11-201-2/+2
| | | | | | make sure to only pass valid options when supported by the browser (cherry picked from commit 125ae17e59a54c2315c68336a02bf45a7820bf5b)
* Removed js warningsMarco Pannetto2018-11-202-1/+2
| | | | (cherry picked from commit 36742b464a1b4449e52cbd0b539fece507a3b23e)
* Init various arrays in easyrule before use with references. Fixes #9119jim-p2018-11-141-0/+5
| | | | (cherry picked from commit b55d94e80eeed57e39d33c643bf00be6565c1938)
* Fix #9071: Make sure pkg metadata is updated when repo config changesRenato Botelho2018-11-141-0/+2
|
* Remove unused variableRenato Botelho2018-11-141-3/+0
|
* Simplify logic to remove packages section from backupRenato Botelho2018-11-141-4/+1
|
* Always configure VTI routes when setting up the interface. Fixes #9116jim-p2018-11-131-3/+1
| | | | (cherry picked from commit ed104a182a95f0ce4e6df76a8c3f0698ff7ce092)
* Fix previous regex. Issue #9106jim-p2018-11-121-1/+1
| | | | (cherry picked from commit 16b78f3879bdf658274caf750c9360ec97bb8f77)
OpenPOWER on IntegriCloud