summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed duplicate type=text/javascriptayvis2014-03-2517-22/+19
| | | added type for <script>
* Fix days and weeks selection on schedules, reported at ↵Renato Botelho2014-03-251-5/+13
| | | | https://forum.pfsense.org/index.php?topic=74101.0
* Change default charset on pages to utf-8Renato Botelho2014-03-252-4/+4
|
* Merge pull request #1031 from ayvis/master-br-patchRenato Botelho2014-03-2586-199/+201
|\ | | | | replaced uppercase html tags with lowercase
| * syntax errorayvis2014-03-211-1/+3
| |
| * syntax errorsayvis2014-03-192-2/+2
| |
| * replaced uppercase html tags with lowercaseayvis2014-03-1985-199/+199
| | | | | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* | Only consider javascript files that ends with .jsRenato Botelho2014-03-251-1/+1
| |
* | Merge pull request #1035 from packetwerk/rc_permissionsRenato Botelho2014-03-252-0/+0
|\ \ | | | | | | fix permissions on two rc scripts
| * | fix permissions on two rc scriptsFranco Fichtner2014-03-252-0/+0
| | |
* | | Correct description of delete buttonErmal2014-03-241-1/+1
| | |
* | | Fixes #3543, correct the typo in spellingErmal2014-03-241-1/+1
| | |
* | | While here escape the passed valuye to avoid problems with inputErmal2014-03-241-2/+2
| | |
* | | Somehow these got changed to /usr/local/sbin/ipfw instead of /sbin/ipfwErmal2014-03-241-1/+1
| | |
* | | Somehow these got changed to /usr/local/sbin/ipfw instead of /sbin/ipfwErmal2014-03-241-4/+4
| | |
* | | Correct even here the change from name to zoneidErmal2014-03-241-1/+1
| | |
* | | Fix this for masterErmal2014-03-241-2/+2
| | |
* | | Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538Renato Botelho2014-03-241-2/+2
| | |
* | | Make this more usable by putting a delimiter in thereErmal2014-03-241-1/+1
| | |
* | | Also configure log levels any time the daemon is restarted.Ermal2014-03-241-0/+1
| | |
* | | Try to put the connection name in the logs for easy identificationErmal2014-03-241-0/+1
| | |
* | | Add TXT SupportWarren Baker2014-03-211-0/+8
| | |
* | | Fix file name for domain overrides and ensure trust anchor is referencing ↵Warren Baker2014-03-211-2/+2
| | | | | | | | | | | | the correct file.
* | | Use the correct xml tag to check againstWarren Baker2014-03-211-1/+1
| | |
* | | Ensure options are still checked after postWarren Baker2014-03-211-2/+2
| | |
* | | Detect Zones and Cores for thermal sensors using regex, it fixes #3337Renato Botelho2014-03-211-25/+8
| | |
* | | remove unused supportedbybsdperimeter tagChris Buechler2014-03-211-1/+1
| | |
* | | s/BSDP/ESF/Chris Buechler2014-03-212-2/+2
|/ /
* | Only display config title if option is enabledWarren Baker2014-03-201-3/+2
| |
* | Rather put forwarding for DNS servers into the configuration fileWarren Baker2014-03-201-29/+33
| |
* | Make sure post variables are available for form re-populationWarren Baker2014-03-201-0/+1
| |
* | Fix display of portWarren Baker2014-03-201-1/+1
| |
* | Ensure if port is configured it is then usedWarren Baker2014-03-201-2/+3
| |
* | Various cleanups and shuffle of fieldsWarren Baker2014-03-201-31/+21
| |
* | Add privileges for accessing DNS ResolverWarren Baker2014-03-201-0/+24
| |
* | Use array_flip even for the package parsersErmal2014-03-201-1/+1
| |
* | Add require_once where needed to avoid redeclaration from nested includesErmal2014-03-203-3/+3
| |
* | Configure first the vhid and than pass the vhid when configuring the carp ↵Ermal2014-03-201-4/+4
| | | | | | | | this makes the ip assigned to carp as well
* | Remove balancing reference that does not exist anymoreErmal2014-03-201-8/+2
| |
* | Fix abvious error in string buildingErmal2014-03-201-1/+1
| |
* | Do not garble the error logging messageErmal2014-03-201-3/+4
| |
* | Avoid placing an empty "interface listen" directive in ntpd.confjim-p2014-03-201-1/+2
| |
* | Try to restore last working ruleset rather than staying without ↵Ermal2014-03-201-6/+11
| | | | | | | | configuration at all
* | Merge pull request #1030 from ayvis/master-br-patchRenato Botelho2014-03-193-14/+14
|\ \ | |/ | | replaced BR with br in js
| * replaced BR with brayvis2014-03-193-14/+14
|/ | | replaced uppercase html tags with lowaercase
* Merge pull request #907 from PiBa-NL/openvpn_client_usercredentialsErmal Luçi2014-03-192-2/+50
|\ | | | | openvpn, allow for entering client user credentials in the WebGUI
| * openvpn, allow for entering client user credentials in the WebGUIPiBa-NL2014-02-092-2/+50
| |
* | Merge pull request #953 from N0YB/Gateway_Quality_RRDRenato Botelho2014-03-192-0/+35
|\ \ | | | | | | Fix gateway quality RRD to have the correct granularity and be consistent with the pfSense graphs set.
| * | Add the missing global $gN0YB2014-02-201-0/+1
| | |
| * | Fix gateway quality RRD to have the correct granularity and be consistent ↵N0YB2014-02-192-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | with the pfSense graphs set. Create gateway quality RRD with settings suitable for pfSense graph set, since apinger uses default step (300) and other settings that are not so good/consistent with the pfSense graphs set. Originally Submitted as Pull Request #672. Resubmitting to Master.
OpenPOWER on IntegriCloud