index
:
pfsense-packages/.git
master
pfSense packages repository
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define new constant if not already defined to work around cached inc file.
bmeeks8
2014-10-06
1
-0
/
+3
*
Replace more hard-coded paths with system globals where possible.
bmeeks8
2014-10-05
5
-28
/
+50
*
Don't remount file system R/O during post-install rules update.
bmeeks8
2014-10-05
1
-0
/
+5
*
Use system globals instead of hard-coded paths where possible.
bmeeks8
2014-10-05
1
-2
/
+2
*
Stop progress bar text output from rules update cron task.
bmeeks8
2014-10-05
1
-5
/
+5
*
Rename critical CONSTANTS so they are unique to the package.
bmeeks8
2014-09-20
10
-66
/
+72
*
Remove unneeded code from snort and barnyard start functions.
bmeeks8
2014-09-20
1
-24
/
+11
*
Ensure we unset only desired element instead of entire array!
bmeeks8
2014-09-19
5
-19
/
+42
*
Be sure preproc rules get moved to interface dir during post-install.
bmeeks8
2014-09-19
1
-2
/
+4
*
Add missing parenthesis in if() statement.
bmeeks8
2014-09-19
1
-1
/
+1
*
Show alert description instead of classification in dashboard widget.
bmeeks8
2014-09-19
2
-26
/
+15
*
Use PHP date() function instead of exec() call.
bmeeks8
2014-09-18
2
-2
/
+2
*
More replace PHP @unlink() with system unlink_if_exists().
bmeeks8
2014-09-18
3
-4
/
+4
*
Replace hard-coded paths with system globals where possible.
bmeeks8
2014-09-18
2
-4
/
+4
*
Remove unused line of old code.
bmeeks8
2014-09-18
1
-3
/
+0
*
Add new shell script for starting Snort package.
bmeeks8
2014-09-18
5
-2
/
+51
*
Remove old code that is no longer needed.
bmeeks8
2014-09-18
1
-3
/
+0
*
Adjust rule set downloads for new unique service entries.
bmeeks8
2014-09-17
2
-3
/
+54
*
Replace PHP unlink() with pfSense unlink_if_exists().
bmeeks8
2014-09-17
1
-3
/
+3
*
Remove no longer needed code for generating shell script.
bmeeks8
2014-09-17
2
-209
/
+6
*
Use Snort description for service descr or friendly descr otherwise.
bmeeks8
2014-09-17
4
-25
/
+43
*
Replace exec() calls with system calls and also use unlink_if_exists().
bmeeks8
2014-09-17
3
-14
/
+10
*
Rename service entry when moving Snort/BY2 to another interface.
bmeeks8
2014-09-17
1
-1
/
+14
*
Report each enabled Snort/BY2 interface as a separate service entry.
bmeeks8
2014-09-17
7
-64
/
+380
*
Do not lose MySQL settings when just disabling Barnyard2 on interface.
bmeeks8
2014-09-16
1
-0
/
+21
*
Remove unneccessary calls to configure_cron().
bmeeks8
2014-09-15
1
-3
/
+0
*
Allow setting of FACILITY & PRIORITY in BY2 when logging to local syslog.
bmeeks8
2014-09-15
2
-35
/
+41
*
Add checks so we do not call install_cron() when there are no changes.
bmeeks8
2014-09-15
1
-11
/
+80
*
Add test to prevent unneccessary call to write_config() when no changes.
bmeeks8
2014-09-15
1
-3
/
+7
*
Add history message to write_config() system call.
bmeeks8
2014-09-15
1
-1
/
+1
*
Put all new LOG MGMT migration settings together in one block.
bmeeks8
2014-09-14
1
-4
/
+4
*
Move VIEW button for flowbits file so it is updated after SAVE command.
bmeeks8
2014-09-14
1
-11
/
+12
*
Explicitly test for '0' and empty since '0' is a valid entry.
bmeeks8
2014-09-14
1
-6
/
+5
*
Tidy up our custom package deinstall function.
bmeeks8
2014-09-14
1
-6
/
+3
*
Use rmdir_recursive() system call instead of exec() calls.
bmeeks8
2014-09-14
2
-25
/
+23
*
Clean-up SID_MODS_PATH when removing pkg and not saving settings.
bmeeks8
2014-09-14
1
-1
/
+3
*
Do not show "no rules" warning when auto-SID mgmt is enabling rules.
bmeeks8
2014-09-14
1
-2
/
+4
*
Bump Snort package version to 2.9.6.2 pkg v3.1.3
bmeeks8
2014-09-13
4
-5
/
+5
*
Improve HOME_NET and EXTERNAL_NET generation and allow viewing of results.
bmeeks8
2014-09-13
4
-37
/
+69
*
Sync SID MGMT conf files to CARP slaves & improve sync process.
bmeeks8
2014-09-13
1
-19
/
+70
*
Add handler and install code for new LOG MGMT function.
bmeeks8
2014-09-13
7
-40
/
+229
*
Add SIG MGMT file to PHP file manifest.
bmeeks8
2014-09-13
1
-0
/
+5
*
Add new LOG MGMT tab file to package manifest.
bmeeks8
2014-09-12
2
-0
/
+6
*
Add new LOG MGMT tab to all other tab pages.
bmeeks8
2014-09-12
20
-74
/
+53
*
Add LOG MGMT settings to Snort package.
bmeeks8
2014-09-12
1
-0
/
+388
*
Add perfmon stats log to list of log files on Logs tab.
bmeeks8
2014-09-12
1
-1
/
+1
*
Add FACILITY and PRIORITY options to Alert Syslog output settings.
bmeeks8
2014-09-10
2
-3
/
+64
*
Add new interface LOGS tab for viewing log file contents.
bmeeks8
2014-09-10
10
-0
/
+265
*
Scrub CR/LF sequences that may come from copy-paste and replace with LF.
bmeeks8
2014-09-10
3
-3
/
+3
*
Add new SID MGMT tab to priviledges include file.
bmeeks8
2014-09-09
1
-0
/
+1
[next]