summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Encode output in status_filter_reload.php. Fixes #9499jim-p2019-05-031-1/+1
| | | | (cherry picked from commit 1af9400d594cd183d011f22fa9b3a7630570a250)
* Init array before usejim-p2019-05-031-0/+1
| | | | (cherry picked from commit a8a0b1321d2a477772aac4d0034d819b61f2c9bf)
* Do now show scheduler icon when scheduler tag is emptyRenato Botelho2019-03-251-1/+2
| | | | Spotted by: Oliveira MaisSecurity <oliveira@maissecurity.com.br>
* Create /var/crash after creating /var RAM disk. Fixes #9409jim-p2019-03-181-0/+1
| | | | (cherry picked from commit b39d615394eabd2d19afef0936219c609ef602e3)
* Add missing obsoleted filesRenato Botelho2019-03-131-0/+16
|
* Initialized entries variable before use. Fixes #9359jim-p2019-03-122-0/+3
| | | | (cherry picked from commit 9146639e722b4d437d19b5ade1157ae01849a313)
* Use only sshguard table for blocking ssh/gui attacks. Issue #9223jim-p2019-03-124-6/+4
| | | | (cherry picked from commit 555a9ab5c01101ddab7daa41f35d379d1c39b26e)
* Remove unnecessary expiretable cron jobs for ssh/gui lockout. Issue #9223jim-p2019-03-121-18/+0
| | | | (cherry picked from commit 7a68df5efc35b6d1ee514bb87a2298f5180de001)
* Remove unnecessary expiretable cron jobs for ssh/gui lockout. Issue #9223jim-p2019-03-122-1/+9
| | | | (cherry picked from commit 397d9fff6df234d98ef2353b0b29912a14777442)
* Fix output buffering when downloading config backups. Fixes #9390jim-p2019-03-101-1/+5
| | | | (cherry picked from commit 4015b03d4b184e546cb3590430fee6f9953ce23e)
* Update translation filesRenato Botelho2019-02-25102-78146/+84319
|
* Regenerate potRenato Botelho2019-02-251-1509/+1624
|
* Update privilegesjim-p2019-02-212-7/+19
| | | | (cherry picked from commit 3b3e31c248b8185372251f8bd2fbc2a95652a7ec)
* Merge pull request #4034 from kkr0kk/patch-2Renato Botelho2019-02-141-1/+1
|\
| * Update gwlb.inckkr0kk2019-01-121-1/+1
| |
| * Update gwlb.inckkr0kk2019-01-111-1/+1
| | | | | | Correct BUG 9004 -> set the default gateway when system start and a gateway_group is default IPV4 gateway
* | Fix OU Name DN entry when creating a user cert. Fixes #9317jim-p2019-02-131-1/+1
| | | | | | | | (cherry picked from commit 354b1c750d9eeb9ccf0dc22033c9c813ec88e6f3)
* | Correct syntax error in diag_backup.php. Fixes #9316jim-p2019-02-131-2/+2
| | | | | | | | (cherry picked from commit e0b32eb9e6b040fd14025b5c32644959ba67250e)
* | Force the <enableserial> on when restoring a backup on a device with serial ↵Luiz Souza2019-02-131-2/+4
| | | | | | | | | | | | | | | | | | | | only console. Affects multiple devices. Ticket #1547 (cherry picked from commit c91af4ac6a6b501b59a542acb4ace05e2b10e3ea)
* | Fix limiter selection validation.jim-p2019-02-121-2/+2
| | | | | | | | (cherry picked from commit d0e9c310708fe7be6de86fe082f57e1fc27ce143)
* | Test $sform before use, fixes #9313jim-p2019-02-121-6/+8
| | | | | | | | (cherry picked from commit 069585172e6408195b16bbe3090aeba56699ee51)
* | Ticket #9308: Sort country codesRenato Botelho2019-02-071-0/+1
| |
* | Fix #9308: Obsolete now unused /etc/ca_countriesRenato Botelho2019-02-072-237/+1
| |
* | Ticket #9308: Replace use of /etc/ca_countries by get_cert_country_codes()Renato Botelho2019-02-073-37/+4
| |
* | Ticket #9308: Implement get_cert_country_codes() to get the list of country ↵Renato Botelho2019-02-071-0/+19
| | | | | | | | codes to be used by CAs and Certs
* | Make get_countr_code() parameter default to 'ALL'Renato Botelho2019-02-073-3/+3
| |
* | 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)
OpenPOWER on IntegriCloud