Project

General

Profile

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

# Date Author Comment
b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

1a8b6554 02/13/2017 09:23 PM Steve Beaver

GET/POST conversion for status*

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

c1973ae9 09/13/2016 05:34 PM Renato Botelho

Merge pull request #2616 from k-paulius/patch-pkg-syslog-v2

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

0d21a99e 07/14/2016 08:49 PM Renato Botelho

chmod 0644 php web pages

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

b2836666 02/17/2016 06:01 PM k-paulius

Code style changes

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

9b277ab8 02/14/2016 05:49 PM NewEraCracker

Do not echo printf return value

Previous implementation would print both the content and return value. Changing to sprintf while retaining the short opening echo tag, echoes the content as intended and keeps code in line with the style of the project.

550d7d8b 02/14/2016 06:12 AM k-paulius

Show package name in the breadcrumb.

f990294f 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.

3d7a8696 02/11/2016 04:33 AM k-paulius

Convert section titles to title case

ab31acb9 02/11/2016 02:47 AM k-paulius

Allow packages to request syslogd log socket to be created inside chroot by specifying it in /package/logging/logsocket element. Implements #4898.

Example:
<package>
<logging>
<logsocket>/var/appname/var/run/log</logsocket>
</logging>...

15461290 01/27/2016 03:38 PM Phil Davis

status_pkglogs fix dodgy div tag

This did not look right :)

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

abe98adb 12/15/2015 04:53 AM Phil Davis

Code style status*

1af5edbf 12/11/2015 09:48 PM Stephen Beaver

Rename of files to better match their position in the memory structure