Project

General

Profile

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

# Date Author Comment
d6abaa18 04/01/2009 02:51 AM Scott Ullrich
  • Add clear_log_file() function and reduce code reuse
  • Use clear_log_file() instead of duplicated logic
2f647f7c 03/16/2009 02:40 AM Scott Ullrich

Use divisibles of 512

57ecd9b6 03/15/2009 11:01 PM Scott Ullrich

Jettison clog and replace with fifolog which is included in FreeBSD 7.1

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

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

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

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

changed text for consistency

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

Remove #!/usr/local/bin/php

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

Use $pgtitle for consistency

b63695db 07/02/2005 04:21 AM Scott Ullrich

include head.inc and round corners on tabs

af811174 06/21/2005 04:59 AM Colin Smith

Update package logs to work with new package code.

e9c9b77e 06/18/2005 09:34 PM Colin Smith

Don't forget to use the package utilities.

0187cf2a 06/18/2005 09:34 PM Colin Smith

No more parse_xml_config_pkg.

34d9ec6d 06/06/2005 03:24 AM Colin Smith

Fix package logs.

64d08e72 04/27/2005 11:18 PM Colin Smith

Clarify info box.

9fc0d646 04/27/2005 11:17 PM Colin Smith

Check for both installed packages and a package with logging.

1d19a2fb 04/27/2005 12:17 AM Colin Smith

Don't forget to tell dump_clog not to ignore packages.

52da2110 04/26/2005 10:16 PM Colin Smith
  • Fix XML error if no packages are defined.
  • Remove "clear" button.

TODO: Cleanup.

7bc718ba 04/20/2005 07:26 PM Scott Ullrich

Alert when we cannot locate the package configuration file

42e72ab3 04/20/2005 07:19 PM Scott Ullrich

Cleanup opening and closing braces

9187b46a 04/16/2005 11:19 PM Scott Ullrich

Only need one closing brace

32e74a32 04/16/2005 01:16 AM Bill Marquette

post to the right page

c2eb36d9 04/06/2005 04:10 PM Scott Ullrich

Do not foreach through installedpackages if no installed packages exist.

c669ba56 04/06/2005 12:37 AM Colin Smith

Add support for <logging><custom_php_logging_command>.

825275fa 04/05/2005 04:06 PM Colin Smith

Minor optimizations and some error checking.

2eb4178b 04/05/2005 01:46 PM Colin Smith

Code cleanup and a few minor optimizations.

d4ab9d40 04/05/2005 02:02 AM Colin Smith

Do not require a <logtab> field. The log viewer will fall back to the package's name as defined in config.xml if needed.

df01982a 04/05/2005 01:57 AM Colin Smith

Add dynamic package logging. I'm new to PHP integration with actual HTML, so that in particular could likely be optimized.