summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Update firewall_rules_edit.phpWild Stray2014-02-221-1/+1
| | | PIM protocol for firewall rules.
* These are remenants of old 1.2 remove them from the wizardErmal2014-02-211-2/+0
|
* Trigger rc.newwaipv6 as well from pppoe when it gets an inet6 configErmal2014-02-211-2/+2
|
* Update tzdata to 2013iRenato Botelho2014-02-201-0/+0
|
* Update list of mobile service providersRenato Botelho2014-02-201-6/+140
|
* Use env var provided by openvpn to determine if it's tun or tap, it should ↵Renato Botelho2014-02-201-3/+1
| | | | fix #3475
* Make a good copy of PHP_errors.log for crash reporterPhil Davis2014-02-191-1/+1
| | | Forum report https://forum.pfsense.org/index.php/topic,72877.0.html
* Merge pull request #938 from nagyrobi/patch-12Ermal Luçi2014-02-191-0/+503
|\ | | | | Create ntp_status.widget.php
| * Update ntp_status.widget.phpnagyrobi2014-02-181-1/+1
| | | | | | fixed tail path
| * Update ntp_status.widget.phpnagyrobi2014-02-181-2/+2
| | | | | | Updated errorneous paths. Sorry.
| * Create ntp_status.widget.phpnagyrobi2014-02-181-0/+503
| | | | | | Dedicated widget which has a javascript clock showing the server time accurately, and based on NTP's running state displays information about sync source, GPS state etc. It refreshes contents every minute, without reloading the entire page.
* | Merge pull request #937 from nagyrobi/patch-11Ermal Luçi2014-02-191-0/+5
|\ \ | | | | | | Create ntp_status.inc
| * | Create ntp_status.incnagyrobi2014-02-181-0/+5
| |/ | | | | NTP widget helper
* | Merge pull request #936 from nagyrobi/patch-10Ermal Luçi2014-02-191-0/+9
|\ \ | | | | | | Update status_rrd_graph_settings.php
| * | Update status_rrd_graph_settings.phpnagyrobi2014-02-181-0/+9
| |/ | | | | Add NTP graph to settings
* | Merge pull request #935 from nagyrobi/patch-9Ermal Luçi2014-02-191-0/+47
|\ \ | | | | | | Update status_rrd_graph_img.php
| * | Update status_rrd_graph_img.phpnagyrobi2014-02-181-0/+47
| |/ | | | | Add NTP graph drawing
* | Merge pull request #934 from nagyrobi/patch-8Ermal Luçi2014-02-191-0/+15
|\ \ | | | | | | Update status_rrd_graph.php
| * | Update status_rrd_graph.phpnagyrobi2014-02-181-0/+15
| |/ | | | | Add NTP graphing
* | Merge pull request #933 from nagyrobi/patch-7Ermal Luçi2014-02-191-62/+121
|\ \ | | | | | | Update status_ntpd.php
| * | Update status_ntpd.phpnagyrobi2014-02-181-1/+1
| | | | | | | | | fixed tail path
| * | Update status_ntpd.phpnagyrobi2014-02-181-62/+121
| |/ | | | | A bit more informative NTP status page...
* | Make this usableErmal2014-02-191-1/+6
| |
* | Merge pull request #932 from nagyrobi/patch-6Ermal Luçi2014-02-191-0/+219
|\ \ | | | | | | Create services_ntpd_pps.php
| * | Create services_ntpd_pps.phpnagyrobi2014-02-181-0/+219
| |/ | | | | Separate page for other PPS sources config
* | 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 #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
| | |
* | | 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.
* | Merge pull request #945 from phildd/masterRenato Botelho2014-02-192-6/+8
|\ \ | | | | | | 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
| | |
* | | 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
|/ / / /
* | | | Take single and double quotes into considerationRenato Botelho2014-02-181-1/+1
| | | |
* | | | Fix issue with CSR generation. Ticket #2820jim-p2014-02-181-5/+5
| | | |
OpenPOWER on IntegriCloud