Project

General

Profile

Download (16.6 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
566b1e7f 05/04/2015 02:31 PM sbeaver

dig_settings updated

Switched to my master branch, updated with pull from SH fork, updated
tab array and committed.

This version should correspond to the head version but with revised tab
array.

0a5d0b7b 05/04/2015 02:07 PM sbeaver

diag_logs - log file consolidation

A GET argument has been added to dig_logs.php so that the log file to
displayed can be specified.

Minor edits to the file allow all log files to be displayed correctly

The tab array has been updated in this file, and in:...

3e607d0e 04/26/2015 01:21 PM Sjon Hortensius

Don't use $section2, toggle all remote-options when disabled

pfSense.js - Force correct initial state for toggleable checkboxes #143

4705fa62 04/25/2015 01:59 PM sbeaver

Replaced js with toggles

Also eliminated unneeded gettext from help

6755cfe8 04/25/2015 12:43 PM sbeaver

Replace js with addClass to set button class

Also removed htmlspecialcharacters() where not required

b0f52526 04/25/2015 11:48 AM sbeaver

diag_logs_settings replace ugly help with staticText

4d79f95e 04/25/2015 11:17 AM sbeaver

diag_logs_settings Removed bogus print_r

Also removed unneeded gettext

50715ba1 04/22/2015 07:19 PM sbeaver

diag_logs_settings.php conversion complete

ca12c204 03/24/2015 04:11 AM k-paulius

Commit 89f171b changed result returned by get_possible_traffic_source_addresses() from indexed to associative array. Updating affected code.

47d3f94a 02/13/2015 06:17 AM Chris Buechler

force minimum 100000 byte log file size. Some have been confused thinking this is KB, in some cases causing problems. This should help, and there shouldn't be a need for logs smaller than that.

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

15c58806 09/27/2014 11:45 AM Phil Davis

Spelling

0e1a4b55 05/28/2014 08:00 PM Renato Botelho

Merge pull request #1210 from ExolonDX/branch_master_02

aa7ec418 05/27/2014 01:34 PM Ermal LUÇI

Make logging of pass rules opt-in rather than opt-out

1fd46d44 05/27/2014 01:14 PM Ermal LUÇI

Split the setting of logging pass and block into 2 separate settings. Maybe this can be extended to control even the user rules?

2a74f9d7 05/27/2014 11:22 AM Colin Fleming

Tidy up misc. XHTML

Close FORM tag correctly
Add missing TD and TR tags
Move NOWRAP into CLASS statement

f0cf1a64 05/07/2014 05:21 PM Jim Pingle

Clarify description to state you must save first before attempting to reset the log file size.

62e92cb3 04/15/2014 03:05 AM Phil Davis

Fix bracket type in Log File Size text

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.

f4462954 04/14/2014 02:40 PM Phil Davis

Unset logfilesize rather than let it be zero

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....

4bdf145c 03/26/2014 09:05 PM Ermal LUÇI

Change description

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

c7a3356e 12/26/2013 08:27 PM Jim Pingle

Add a setting to allow the user to specify the clog file size so more (or 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.

00491625 11/04/2013 09:15 PM Colin Fleming

Tidy up "diag_logs_settings.php" XHTML

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

cbe12b8d 10/24/2013 08:33 PM Jim Pingle

Add source address selection to syslog settings, so it can work more effectively over a VPN. Fixes #355

321905e5 08/05/2013 09:07 AM N0YB

Update diag_logs_settings.php

fix text - s/rulessets/rule sets

1cf24f0a 07/09/2013 04:02 PM Jim Pingle

Add independent logging choices to disable logging of bogon network rules 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.

52b27268 09/10/2012 02:32 PM Pi Ba

Added a setting for configuring the firewall log to either:
-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..

744306c6 09/04/2012 03:58 PM Jim Pingle

Fix up tcpdump for pflog stop/start a little, consolodate code, and restart tcpdump for pflog when saving log settings.

ae2c143a 05/14/2012 06:11 PM Jim Pingle

s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it easier if we switch)

f3d91215 04/06/2012 03:04 PM Darren Embry

Bug #2329: checkbox js problem on diag_logs_settings.php

c8610dc9 04/06/2012 02:58 PM Darren Embry

aggh javascript lines terminated by \n instead of semicolon

e0977fed 03/29/2012 10:20 AM Seth Mos

Move some of the log file tabs around.
Add seperate tabs for dnsmasq,unbound as well as gateways.

d3a2337a 02/23/2012 09:24 PM Jim Pingle

While we're at it, allow hostnames for syslog servers, since that is also valid.

e34a7abb 02/23/2012 04:37 PM Jim Pingle

Reformat syslog settings, cleanup whitespace, reword some awkward English, add more detail.

4a8a90ff 02/23/2012 03:53 PM Jim Pingle

Allow users to enter a port number when adding a remote syslog server.

236524c2 10/26/2011 09:14 PM Jim Pingle

Fix up syslog settings a bit, add some missing options, fix formatting of syslog.conf, correct behavior of 'everything', code cleanup.

689eaa4d 09/30/2011 11:57 PM Jim Pingle

Move hostapd to its own log and tab, so it stops spamming the system log.

45a06eeb 08/11/2010 05:02 PM Renato Botelho

Move : to gettext string

9312cca2 08/10/2010 02:05 PM Carlos Eduardo Ramos

Fixing gettext calls on diag_logs_settings.php

f8ec8de4 07/16/2010 05:35 PM Renato Botelho

Sync with mainline, diag_* files were missing

0b3abd3b 06/30/2010 12:30 PM Renato Botelho

Reset diag_ files

d2241bb0 06/18/2010 07:04 PM Renato Botelho

Implement gettext() calls

55f3ca1d 05/09/2010 02:35 PM Marcus Brown

Revert "Remove PPP tab these all go to the system log now."

This reverts commit 62e74b4261b4044f523ade7c3b45e4484bbd2f8d.

Conflicts:

usr/local/www/diag_logs_slbd.php
62e74b42 03/29/2010 04:08 PM Ermal LUÇI

Remove PPP tab these all go to the system log now.

328efaba 03/23/2010 10:13 PM Ermal LUÇI

Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP 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.

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

5e08497c 11/15/2009 11:24 PM Chris Buechler

properly enable/disable Everything field

220ee0de 10/26/2009 06:02 AM Scott Ullrich

s/IPsec VPN/IPsec/ to keep the tab behavior

295e19dd 10/26/2009 05:48 AM Scott Ullrich

Add PPP logging tab

13d193c2 09/14/2009 10:20 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

98301932 08/25/2009 02:44 AM Scott Ullrich

Fix typo

c0234938 08/25/2009 02:27 AM Scott Ullrich

Fix error for server #1

be5d59d7 08/25/2009 02:17 AM Scott Ullrich

Allow up to 3 remote syslog servers. Resolves #11

4ef2d703 08/09/2009 10:38 PM Chris Buechler

Allow logging everything to syslog (allows syslog of snort, amongst other things)

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable 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....
783cdcaa 03/18/2009 11:46 PM Scott Ullrich
  • Rm log file before fifolog_create if it exists
  • Do not hard code path to logs
25351cb8 02/11/2009 04:20 AM Bill Marquette

fix printing of product name

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

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...

1348a09b 07/08/2008 09:33 PM Seth Mos

Exit slbd, enter relayd

0f266b2e 01/08/2008 02:29 AM Chris Buechler

touch up text

Ticket #1569

36d0358b 12/16/2007 08:43 PM Scott Ullrich

Add product_copyright re-branding support
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support

Work sponsored-by: Centipede Networks

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

b5c78501 09/01/2007 08:47 PM Seth Mos

Fixing css layout

6ec0830d 08/29/2007 05:45 AM Simon Cornelius P Umacob

changed text for consistency

18330d38 10/05/2006 09:50 PM Scott Ullrich

Add OpenNTPD logging tab

c195be3f 09/16/2006 09:45 PM Scott Ullrich

We log to a ram disk, so change text to read to a local ram disk instead of local disk

f3a5f0c5 06/21/2006 12:27 AM Scott Ullrich

If remote syslog is unchecked, clear the ip address from the remote syslog box.

ba0a9384 05/02/2006 09:34 PM Scott Ullrich

Balance -> Balancer

102de157 03/28/2006 02:51 PM Scott Ullrich

Increase log limit to 2000

03491df0 02/12/2006 10:36 PM Scott Ullrich

Add OpenVPN tab

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

fd31e9ee 10/18/2005 10:02 PM Scott Ullrich

Correctly start/stop syslogd

af659dda 08/07/2005 09:49 PM Scott Ullrich

Do not invert disable logging setting

9972f533 08/07/2005 03:24 AM Bill Marquette

Break out Load Balancer log files

f9483185 08/06/2005 05:23 PM Scott Ullrich

Correctly save disable local syslogging server

Ticket #300

0913a099 07/21/2005 02:17 AM Erik Kristensen

fixing non xhtml stuff so themes won't break!

e1c0c35a 07/06/2005 09:31 PM Scott Ullrich

Allow disabling of the local writing of log files.

Patch-submitted-by: Mosibi
Minor-changes-by: me

0f10aee4 07/04/2005 04:24 PM Bill Marquette

Last of the bottom round fixes
Turn top rounding back on now that those are all fixed

310b2c06 07/03/2005 03:42 PM Bill Marquette

Use $pgtitle for consistency

8ed15ffb 07/03/2005 01:04 AM Scott Ullrich

Correct the tabs

12af52d9 07/02/2005 09:07 PM Scott Ullrich
  • Curve bottom of grey areas if needed
  • Curve tabs
  • Cleanup
540b0ca7 07/02/2005 04:54 AM Scott Ullrich
  • Update path to DHCP Logs
  • Minor page cleanups
b63695db 07/02/2005 04:21 AM Scott Ullrich

include head.inc and round corners on tabs

963d5343 04/04/2005 12:33 AM Bill Marquette

Cleanup paths
Standardize settings (262144 file lengths)
Move IPSEC VPN next to PPTP VPN
style cleanup
various other minor cleanups

b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

9a4bda51 03/10/2005 01:58 AM Scott Ullrich

Update ipsec url

6b2e9ec2 02/19/2005 01:32 AM Scott Ullrich

m0n0wall -> pfSense

4d875b4f 11/21/2004 07:09 PM Scott Ullrich

Update (C)

3f2b92d2 11/17/2004 05:59 PM Scott Ullrich

Add captive portal logging.

Patch-submitted-to-m0n0wall-list-by: Matt Juszczak <matt_AT_atopia.net>

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision