summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* force minimum 100000 byte log file size. Some have been confused thinking ↵Chris Buechler2015-02-131-2/+2
| | | | this is KB, in some cases causing problems. This should help, and there shouldn't be a need for logs smaller than that.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* SpellingPhil Davis2014-09-271-4/+4
|
* Merge pull request #1210 from ExolonDX/branch_master_02Renato Botelho2014-05-281-0/+1
|\
| * Tidy up misc. XHTMLColin Fleming2014-05-271-0/+1
| | | | | | | | | | | | Close FORM tag correctly Add missing TD and TR tags Move NOWRAP into CLASS statement
* | Make logging of pass rules opt-in rather than opt-outErmal2014-05-271-3/+3
| |
* | Split the setting of logging pass and block into 2 separate settings. Maybe ↵Ermal2014-05-271-1/+9
|/ | | | this can be extended to control even the user rules?
* Clarify description to state you must save first before attempting to reset ↵jim-p2014-05-071-1/+1
| | | | the log file size.
* Fix bracket type in Log File Size textPhil Davis2014-04-141-1/+1
| | | Now I am the one with fat fingers (or brain). Somehow I typed a curly bracket opening bracket in this text, but finished it with an ordinary closing bracket.
* Unset logfilesize rather than let it be zeroPhil Davis2014-04-141-4/+11
| | | | | | | | 1) When saving Status: System logs: Settings, if the Log File Size field is left blank, it gets cast to (int) and ends pu as zero "0" in config.xml. That breaks the creation of clog files in /etc/rc during boot. /etc/rc expects logfilesize to be unset, blank or a valid integer >= 5120. So, if the field is empty, then make sure that it is unset in config.xml 2) For data items that are cast to (int) whenputting into the config (nentries and logfilesize), copy the resulting value back to the $pconfig array. When the user enters 123.45 the in field, is correctly truncated to (int) 123 in config.xml. By copying that back to $pconfig, the "123" also appears correctly on the GUI page after the save. 3) Mention the units of measure of Log File Size (Bytes) 4) Mention that the user should press Save first when changing values, then they can use "Reset Log Files" to set the log file sizes to the just-saved value. 5) Display a message when the log files have been reset - it's a bit more user-friendly IMHO.
* Change descriptionErmal2014-03-261-2/+2
|
* xhtml Complianceayvis2014-03-141-25/+25
| | | replaced <br>, <br/> and </br> with <br />
* Add a setting to allow the user to specify the clog file size so more (or ↵jim-p2013-12-261-1/+30
| | | | less) entries may be kept in the raw logs. Retain previous default size values if the user has not specified a preferred size. Files can only be resized when initialized, so provide a "Reset All Logs" button as well to force clear all logs and set them up at the new size.
* Tidy up "diag_logs_settings.php" XHTMLColin Fleming2013-11-041-40/+41
| | | | | | | | | Add "closehead" PHP variable and close the HEAD statement Add CDATA to script statement Add SUMMARY to table statement Tidy up HTML Boolean operators Close BR and INPUT statements Remove duplicate closing table cell statement
* Add source address selection to syslog settings, so it can work more ↵jim-p2013-10-241-0/+38
| | | | effectively over a VPN. Fixes #355
* Update diag_logs_settings.phpN0YB2013-08-051-1/+1
| | | | fix text - s/rulessets/rule sets
* Add independent logging choices to disable logging of bogon network rules ↵jim-p2013-07-091-8/+39
| | | | and private network rules. Add upgrade code to obey the existing behavior for users (if default block logging was disabled, so is bogon/private rule blocking). Also add a checkbox to disable the lighttpd log for people who don't want their system log spammed by lighty.
* Added a setting for configuring the firewall log to either:PiBa-NL2012-09-101-0/+18
| | | | | | | | -Not load descriptions -Show descriptions in a column -Show descriptions on a second row (after a click on 'show descriptions') 'fixed' a few html validation issues..
* Fix up tcpdump for pflog stop/start a little, consolodate code, and restart ↵jim-p2012-09-041-0/+2
| | | | tcpdump for pflog when saving log settings.
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it ↵jim-p2012-05-141-1/+1
| | | | easier if we switch)
* Bug #2329: checkbox js problem on diag_logs_settings.phpDarren Embry2012-04-061-1/+1
|
* aggh javascript lines terminated by \n instead of semicolonDarren Embry2012-04-061-8/+8
|
* Move some of the log file tabs around.smos2012-03-291-1/+0
| | | | Add seperate tabs for dnsmasq,unbound as well as gateways.
* While we're at it, allow hostnames for syslog servers, since that is also valid.jim-p2012-02-231-6/+13
|
* Reformat syslog settings, cleanup whitespace, reword some awkward English, ↵jim-p2012-02-231-110/+112
| | | | add more detail.
* Allow users to enter a port number when adding a remote syslog server.jim-p2012-02-231-11/+8
|
* Fix up syslog settings a bit, add some missing options, fix formatting of ↵jim-p2011-10-261-6/+58
| | | | syslog.conf, correct behavior of 'everything', code cleanup.
* Move hostapd to its own log and tab, so it stops spamming the system log.jim-p2011-09-301-0/+1
|
* Move : to gettext stringRenato Botelho2010-08-111-2/+2
|
* Fixing gettext calls on diag_logs_settings.phpCarlos Eduardo Ramos2010-08-101-1/+1
|
* Sync with mainline, diag_* files were missingRenato Botelho2010-07-161-44/+42
|
* Reset diag_ filesRenato Botelho2010-06-301-42/+44
|
* Implement gettext() callsRenato Botelho2010-06-181-44/+42
|
* Revert "Remove PPP tab these all go to the system log now."gnhb2010-05-091-0/+1
| | | | | | | | This reverts commit 62e74b4261b4044f523ade7c3b45e4484bbd2f8d. Conflicts: usr/local/www/diag_logs_slbd.php
* Remove PPP tab these all go to the system log now.Ermal2010-03-291-1/+0
|
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-231-1/+1
| | | | servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* properly enable/disable Everything fieldChris Buechler2009-11-151-1/+3
|
* s/IPsec VPN/IPsec/ to keep the tab behaviorScott Ullrich2009-10-261-1/+1
|
* Add PPP logging tabScott Ullrich2009-10-261-0/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+5
| | | | include 2009 on files that I have asserted (C) on
* Fix typoScott Ullrich2009-08-241-1/+1
|
* Fix error for server #1Scott Ullrich2009-08-241-1/+1
|
* Allow up to 3 remote syslog servers. Resolves #11Scott Ullrich2009-08-241-11/+63
|
* Allow logging everything to syslog (allows syslog of snort, amongst other ↵Chris Buechler2009-08-091-1/+6
| | | | things)
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* * Rm log file before fifolog_create if it existsScott Ullrich2009-03-181-1/+0
| | | | * Do not hard code path to logs
* fix printing of product nameBill Marquette2009-02-101-1/+1
|
OpenPOWER on IntegriCloud