summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_settings.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Exit slbd, enter relaydSeth Mos2008-07-081-1/+1
|
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* Add product_copyright re-branding supportScott Ullrich2007-12-161-1/+1
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-2/+2
|
* changed text for consistencySimon Cornelius P Umacob2007-08-291-1/+1
|
* Add OpenNTPD logging tabScott Ullrich2006-10-051-0/+1
|
* We log to a ram disk, so change text to read to a local ram disk instead of ↵Scott Ullrich2006-09-161-6/+6
| | | | local disk
* If remote syslog is unchecked, clear the ip address from the remote syslog box.Scott Ullrich2006-06-211-0/+2
|
* Balance -> BalancerScott Ullrich2006-05-021-1/+1
|
* Increase log limit to 2000Scott Ullrich2006-03-281-2/+2
|
* Add OpenVPN tabScott Ullrich2006-02-121-0/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
OpenPOWER on IntegriCloud