summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Back to previous tab when click on CancelRenato Botelho2013-04-021-1/+1
|
* Preserve old URLs when an error happens, also, fix descriptions save for URLsRenato Botelho2013-04-021-6/+11
|
* Simplify logicRenato Botelho2013-04-021-11/+3
|
* Switch states view to use popen to speed it up and use less memory (should ↵jim-p2013-04-021-52/+54
| | | | be able to view much larger state tables in the GUI without running out of RAM)
* Show a little indicator icon if the direction of a firewall log entry is ↵jim-p2013-04-022-3/+7
| | | | OUT, rather than the usual 'in'. No indicator is shown for IN.
* Fix up traceroute page to allow it to use all possible source addresses, add ↵jim-p2013-04-021-74/+115
| | | | selection for IPv4/IPv6, allow autocomplete, clean up HTML/whitespace, correct output formatting.
* Fix/simplify some logicjim-p2013-04-021-4/+4
|
* Return to correct tab after save or delete an aliasRenato Botelho2013-04-022-9/+19
|
* Fix whitespaces, indent and add a missing <tr>Renato Botelho2013-04-021-105/+110
|
* Avoid adding URLs to filterdns.conf. It fixes #2921Renato Botelho2013-04-021-1/+1
|
* Save URLs and URL Table detailsRenato Botelho2013-04-021-0/+8
|
* Fix whitespaces and indentRenato Botelho2013-04-021-124/+127
|
* Fixup source address options on Test Port page.jim-p2013-04-021-21/+23
|
* Move some code to a function to avoid future duplication. Allow autocomplete ↵jim-p2013-04-022-20/+26
| | | | on ping page. Add more escaping to command.
* Rename "Interface" to "Source Address" on ping page to more accurately ↵jim-p2013-04-021-6/+6
| | | | reflect what it's actually used for.
* Use a better description for this column.jim-p2013-04-021-2/+2
|
* Add OpenVPN interfaces as potential ping sources, too.jim-p2013-04-021-1/+14
|
* Fix service status for OpenVPN peer-to-peer client/server instances.jim-p2013-04-021-14/+10
|
* Whitespace/HTML fixesjim-p2013-04-011-90/+85
|
* Allow using virtual IPs (or "any") for ping source. Fixup ipv4/ipv6 selection.jim-p2013-04-011-21/+45
|
* Clarify notes when there is an error reaching the openvpn management daemon ↵jim-p2013-04-012-15/+46
| | | | for service status. Also, add service controls to the openvpn status page.
* Consider packages that set enable to 'false' or 'off'Renato Botelho2013-04-011-1/+4
|
* Merge pull request #501 from phildd/masterrbgarga2013-04-012-4/+17
|\ | | | | Support for disabled services on services status displays
| * Do not display disabled services on services status widgetphildd2013-04-011-1/+1
| |
| * Check for disabled services when displaying service listsphildd2013-04-011-3/+16
| |
* | Do not allow to rename a gateway group, as it is for gateways. Fixes #2914Renato Botelho2013-04-011-1/+4
|/
* Merge pull request #500 from ExolonDX/masterJim P2013-03-291-122/+122
|\ | | | | Tidy up HTML boolean operators
| * Update HTML boolean operatorsColin Fleming2013-03-291-122/+122
| | | | | | Updated CHECKED, SELECTED and DISABLED boolean operator
* | Use is_module_loaded() to test these to avoid code duplication.jim-p2013-03-291-4/+2
|/
* Fix whitespaces and indentRenato Botelho2013-03-281-50/+39
|
* Avoid send user to top of the page when you open add new gateway boxRenato Botelho2013-03-281-2/+4
|
* Fixes #1477. Use the new parameter to reduce igmpproxy logging levelErmal2013-03-271-1/+2
|
* Add a new class called addgatewaybox to make it easier to respect custom ↵Renato Botelho2013-03-269-5/+53
| | | | themes. Fixes #2900
* Correct code and initialize properly variables escpecially arrays. Also do ↵Ermal2013-03-261-84/+82
| | | | fixes and simplificate to make it more readble
* Correct check from previous code path simplificationErmal2013-03-261-1/+1
|
* Initialize some arrays to avoid php issues and also use list() here to avoid ↵Ermal2013-03-261-4/+6
| | | | double array dereference
* Simplify a bit code branching no change on functionalityErmal2013-03-261-31/+33
|
* Merge pull request #498 from ExolonDX/masterErmal Luçi2013-03-261-72/+72
|\ | | | | Tidy up "shaper.inc" XHTML
| * Tidy up "shaper.inc" XHTMLColin Fleming2013-03-251-72/+72
| | | | | | | | | | | | Close INPUT tags Close IMG tags and add "alt" parameter Change ONCLICK and ONCHANGE to lowercase
* | Give the process time to exit before running a new oneErmal2013-03-251-1/+3
| |
* | Merge pull request #497 from phildd/masterErmal Luçi2013-03-252-7/+27
|\ \ | | | | | | Do not bother with bogonsv6 if IPv6 allow is off
| * | Improve bogonsv6 checks during updatephildd2013-03-251-2/+2
| | | | | | | | | Improvements to using pfctl to check the existence of the bogonsv6 table.
| * | Do not bother with bogonsv6 if IPv6 allow is offphildd2013-03-241-6/+16
| | | | | | | | | Only implement the bogonsv6 table if IPv6 allow is on. Otherwise, if it looks like there would be room for the table in pf, then save the file anyway to /etc/bogonsv6 so it is there if the user switches on IPv6 allow.
| * | Do not bother with bogonsv6 if IPv6 allow is offphildd2013-03-241-1/+11
| | | | | | | | | The rules already block all IPv6 when IPv6 allow is off, so it is a waste of 70,000+ table entries of V6 bogons. On small systems this matters, and I sometimes get errors loading rules with the default table entries limit even though I don't care for V6 stuff.
* | | Fix file name referenceWarren Baker2013-03-251-1/+1
| | |
* | | Use configured dns servers on radvd.conf, fixes #2905Renato Botelho2013-03-251-4/+7
| | |
* | | Merge pull request #495 from phil-davis/masterrbgarga2013-03-253-30/+60
|\ \ \ | | | | | | | | Dynamic DNS add option for verbose logging
| * | | Dynamic DNS add option for verbose loggingPhil Davis2013-03-221-3/+5
| | | | | | | | | | | | | | | | The verbose log option is "set or not set" in the config and needs to be passed to subroutines as a boolean true or false. Note: This just works in services_dyndns_edit because the in-memory array of settings is keeping it as a boolean.
| * | | Dynamic DNS add option for verbose loggingPhil Davis2013-03-221-27/+47
| | | | | | | | | | | | Put most log messages inside "if verbose logging". Things that are always logged are actual errors and success messages when something is done (or finally determined to not need doing).
| * | | Dynamic DNS add option for verbose loggingPhil Davis2013-03-221-0/+8
| | | | | | | | | | | | This will allow the user to decide if they want all the noise in syslog. It defaults to off, so the log messages will quieten down unless the user turns it on.
OpenPOWER on IntegriCloud