summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct some issues on statusErmal2014-02-191-8/+17
|
* Merge pull request #931 from nagyrobi/patch-5Ermal Luçi2014-02-191-0/+572
|\ | | | | Create services_ntpd_gps.php
| * Create services_ntpd_gps.phpnagyrobi2014-02-181-0/+572
| | | | | | Separate page to set GPS receiver pps sync
* | Another fix even for XHTML compliance and proper selectionErmal2014-02-191-1/+1
| |
* | Fix some obvious problems in the codeErmal2014-02-191-6/+10
| |
* | Merge pull request #930 from nagyrobi/patch-4Ermal Luçi2014-02-191-50/+299
|\ \ | | | | | | Update services_ntpd.php
| * | Update services_ntpd.phpnagyrobi2014-02-181-50/+299
| |/ | | | | Extended options for NTPd
* | Merge pull request #928 from nagyrobi/patch-2Ermal Luçi2014-02-191-0/+54
|\ \ | | | | | | Update rrd.inc
| * | Update rrd.incnagyrobi2014-02-181-1/+1
| | | | | | | | | corrected path
| * | Update rrd.incnagyrobi2014-02-181-0/+54
| |/ | | | | Add NTP graphing to RRD
* | Merge pull request #947 from stilez/patch-2Ermal Luçi2014-02-191-3/+3
|\ \ | | | | | | Filter log - ensure IPv6 AJAX resolve works too
| * | Filter log - ensure IPv6 AJAX resolve works too stilez2014-02-191-2/+2
| | | | | | | | | Using str_replace(array('.', ':') as asked
| * | Filter log - ensure IPv6 works toostilez2014-02-191-3/+3
| | |
* | | Merge pull request #946 from phil-davis/masterErmal Luçi2014-02-191-5/+0
|\ \ \ | |/ / |/| | Remove old webguiport code
| * | Remove old webguiport codePhil Davis2014-02-191-5/+0
|/ / | | | | webguiport is managed in system_advanced_admin.php these days, not here in system.php. This validation is never executed, so might a well clean up old unused code.
* | Fix #3469Renato Botelho2014-02-191-1/+1
| | | | | | | | | | | | | | | | Before downloading file to process urltable, there is a random wait time between 5 and 60 seconds. Because of this, the difference between file mtime and current time can be less than $freq * 86400 and it'll be skipped. Add 90 seconds (60 of max random wait + 30 just to be sure) to avoid skipping a file that should be updated
* | Fix #3468, wording fixRenato Botelho2014-02-191-1/+1
| |
* | Merge pull request #945 from phildd/masterRenato Botelho2014-02-193-8/+10
|\ \ | | | | | | Enhance interface gateway data entry descriptions
| * | Enhance interface gateway data entry descriptionsPhillip Davis2014-02-191-4/+6
| | |
| * | Enhance interface gateway data entry descriptionsPhillip Davis2014-02-071-2/+2
| | |
| * | Enhance interface gateway data entry descriptionsPhillip Davis2014-02-071-2/+2
| | |
* | | Merge pull request #939 from phil-davis/masterErmal Luçi2014-02-191-5/+5
|\ \ \ | | | | | | | | Dodgy-looking stuff in graph calculations
| * | | Dodgy-looking stuff in graph calculationsPhil Davis2014-02-181-5/+5
| | | | | | | | | | | | I noticed that the graphs in this post - https://forum.pfsense.org/index.php/topic,72794.0.html - had numbers for in-block and out-block that had similar numbers to in-pass and out-pass. That seemed hard to believe. Found these calculations that look wrong.
* | | | Merge pull request #659 from mss/extended-query-example-workErmal Luçi2014-02-191-4/+4
|\ \ \ \ | | | | | | | | | | Improve LDAP DN examples
| * | | | Don't gettext() the example strings.Malte S. Stretz2013-05-291-3/+3
| | | | | | | | | | | | | | | | | | | | They must not be translated.
| * | | | Improve Authentication Containers examples.Malte S. Stretz2013-05-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The first example was wrong (cf. ldap_backed() in auth.inc which looks for a DC= part to determine a full DN. * The second example now show the realtive DNs.
| * | | | Fix LDAP Extended Query example.Malte S. Stretz2013-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | The old one was not valid LDAP filter syntax.
* | | | | Merge pull request #943 from stilez/patch-1Ermal Luçi2014-02-191-10/+59
|\ \ \ \ \ | | | | | | | | | | | | AJAX-ify DNS lookups in standard firewall/filter
| * | | | | AJAX-ify DNS lookups in standard firewall/filterstilez2014-02-191-10/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The standard firewall log has lookup ability but these open in a new tab/window, they don't show in the log, other places the same IP appears in the log aren't visibly resolved, - basically its begging for AJAX-ing. This commit is simple, elegant, simplifies the interface, and does the following: 1) Handles AJAX efficiently, and should be pretty robust against untrustworthy data/bad return data 2) Retains a single "Click to resolve" icon (and its "hover" tip) next to each IP 3) On clicking: - *all* visible log occurrences of that IP, whether as source or dest, are suffixed in small with the resolved name (or "Cannot resolve") in <small> font - the icons next to all occurrences of that IP are replaced by equivalent "faded" icons, and the onclick action removed, for visual guidance 4) The replacement uses standard jQuery, so even on a log of several thousand, the click response is almost immediate. 5) The log looks pretty elegant done this way - it doesn't "fill up with junk" in order to show the resolved lookup, and it's simpler and easier than the current version. No obvious drawbacks. (I haven't done this for the dynamic or summary logs - I think the dynamic one could scroll too quickly for individual "item by item" to be useful)
* | | | | | The msgbox is no longer needed since there will be a validation process per seErmal2014-02-191-1/+1
|/ / / / /
* | | | | Only add dhcpv6 client allow rules if ipv6allow is setRenato Botelho2014-02-181-1/+1
| | | | |
* | | | | Take single and double quotes into considerationRenato Botelho2014-02-181-1/+1
| | | | |
* | | | | Fix issue with CSR generation. Ticket #2820jim-p2014-02-181-5/+5
| | | | |
* | | | | Move 'allow dhcpv6 client' rules above block bogonsv6 ones, it should fix #3395Renato Botelho2014-02-181-15/+18
| | | | |
* | | | | Fixes #3460. Ask for validation when real operation will be done and ask for ↵Ermal2014-02-181-94/+163
| | | | | | | | | | | | | | | | | | | | the operation with POST to get protection from CRSF.
* | | | | Remove code that is commentedErmal2014-02-181-3/+0
| |/ / / |/| | |
* | | | Merge pull request #927 from nagyrobi/patch-1Ermal Luçi2014-02-181-0/+12
|\ \ \ \ | |_|_|/ |/| | | Update priv.defs.inc - add new NTP pages
| * | | Update priv.defs.incnagyrobi2014-02-181-0/+12
|/ / /
* | | Fixes #3461. Remove any special char that can lead to shell/XSS compromises ↵Ermal2014-02-181-10/+11
| | | | | | | | | | | | from submitted input.
* | | Revert "Replaced gethostbyname() with gethostbynamel() to get a list of all ↵Renato Botelho2014-02-181-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | IPs associated with the dns name and add them to the allowed list" This change is not needed, filterdns will handle it. This reverts commit d460371416d4e2cfef976d5a7616f63f6faa203f.
* | | Do not do any operations on system libraries. Nowdays pbis are used and ↵Ermal2014-02-181-25/+2
| | | | | | | | | | | | those do not break things by definition
* | | Merge pull request #891 from PiBa-NL/captive_disableRenato Botelho2014-02-181-0/+2
|\ \ \ | | | | | | | | captive portal, don't generate rules for a disabled portal
| * | | captive portal, don't generate rules for disabled portalPiBa-NL2014-01-251-0/+2
| | | |
* | | | Merge pull request #890 from N0YB/Gateway_MonitorRenato Botelho2014-02-182-8/+212
|\ \ \ \ | | | | | | | | | | Gateway Monitor Advanced Settings
| * | | | Gateway Monitor Advanced SettingsN0YB2014-01-251-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | Recommended changes made to calculated value input behavior. Restrict interval to integer of 1 or greater.
| * | | | Gateway Monitor Advanced SettingsN0YB2014-01-242-7/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposes 3 additional apinger configuration options in the gateway monitor advanced section which can either be set manually, calculated based on interval, or use the hard coded defaults. 1) Avg Delay Samples 2) Avg Loss Samples 3) Avg Loss Delay Samples The current hard coded defaults are okay for a short interval such as the 1 second default. But do not work well when a longer interval is required.
* | | | | Merge pull request #904 from dv-user1/masterRenato Botelho2014-02-181-10/+12
|\ \ \ \ \ | | | | | | | | | | | | Replaced gethostbyname() with gethostbynamel() to get a list of all IPs ...
| * | | | | Replaced gethostbyname() with gethostbynamel() to get a list of all IPs ↵Francois Blanchette2014-02-071-10/+12
| | |_|_|/ | |/| | | | | | | | | | | | | associated with the dns name and add them to the allowed list
* | | | | Revert "Pass the family to the get_real_interface function to retrieve the ↵Ermal2014-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correct real interface. Might help Ticket #3357" This reverts commit cb431dbf47c53b72119bd8feca0217e1c25d998b.
* | | | | Really need the interface where v6 is running toa dd the gateway/route ↵Ermal2014-02-181-2/+2
| | | | | | | | | | | | | | | | | | | | rather than the one used for the configuration. This Fixes #3357
OpenPOWER on IntegriCloud