summaryrefslogtreecommitdiffstats
path: root/tools/omusrmsg.c
Commit message (Collapse)AuthorAgeFilesLines
* ompipe: support for v6 config system addedRainer Gerhards2012-01-271-1/+0
|
* cosmetic: remove compiler warningsRainer Gerhards2012-01-191-2/+1
|
* v6.1/2 scoping support removed from pluginsRainer Gerhards2012-01-191-2/+2
|
* Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-20/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.h configure.ac doc/manual.html plugins/immark/immark.c plugins/impstats/impstats.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c runtime/cfsysline.c runtime/cfsysline.h runtime/conf.c runtime/ctok.c runtime/ctok.h runtime/ctok_token.c runtime/ctok_token.h runtime/dnscache.h runtime/expr.c runtime/expr.h runtime/rule.c runtime/rule.h runtime/ruleset.h runtime/sysvar.c runtime/vm.h runtime/vmop.c runtime/vmop.h runtime/vmprg.c runtime/vmprg.h runtime/vmstk.c runtime/vmstk.h tools/omusrmsg.c
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-20/+16
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c
| | * more license analysis & changeRainer Gerhards2012-01-141-20/+16
| | |
* | | Merge branch 'v5-devel'Rainer Gerhards2011-09-261-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/conf.c tools/omfile.c tools/omusrmsg.c
| * | | added capability to emit config error location info for warningsRainer Gerhards2011-08-091-0/+4
| | | | | | | | | | | | | | | | | | | | otherwise, omusrmsg's warning about new config format was not accompanied by problem location.
| * | | issue a warning if old omusrmsg action syntax is usedRainer Gerhards2011-07-061-2/+10
| |/ /
* | | omusrmsg now supports the new config systemRainer Gerhards2011-07-211-38/+128
| | |
* | | issue a warning if old omusrmsg action syntax is usedRainer Gerhards2011-07-061-2/+10
| | |
* | | Merge branch 'v5-stable' into betaRainer Gerhards2011-07-061-1/+3
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-061-1/+3
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * added support for the ":omusrmsg:" syntax in configuring user messagesRainer Gerhards2011-07-061-1/+3
| | |
* | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * | added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
| |/ | | | | | | | | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | Merge branch 'v5-devel'Rainer Gerhards2010-12-171-1/+0
|\| | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c runtime/glbl.c
| * some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-1/+0
| |
* | Merge branch 'v5-devel'Rainer Gerhards2010-10-221-1/+1
|\|
| * fixing some compile problems on FreeBSDRainer Gerhards2010-10-191-1/+1
| |
* | fixed regression from last commitRainer Gerhards2010-07-271-0/+1
| | | | | | | | config variables were not properly initialized
* | milestone commit: output plugin interface changes (may NOT run)Rainer Gerhards2010-07-271-0/+10
|/ | | | | | | The output interface has been changed, but we do not yet utilize the new interface. Also, it looks like a regression was introduced. But before hunting it down, I'd like to make a commit (what also easys the regresion hunt).
* streamlined BSD utmpx.h patchCristiano2010-03-041-14/+12
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* solved compile problems on FreeBSD 9.0 (those caused by utmpx.h)Cristiano2010-03-021-7/+20
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* fixed typo that (could have) caused compilation fail under FreeBSDRainer Gerhards2010-03-011-3/+3
| | | | | Note that I now also prefer to use utmp.h if it is present - this seems to be much better under Linux.
* bugfix: fixed problem that caused compilation on FreeBSD 9.0 to fail.Rainer Gerhards2010-02-281-1/+5
| | | | | bugtracker: http://bugzilla.adiscon.com/show_bug.cgi?id=181 Thanks to Christiano for reporting.
* re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-1/+1
| | | | | | | ... by moving code to stream.c. Thanks to the new design, new cases are not really needed, resulting in cleaner code. I also did a cleanup of header file usage as a side-activity.
* rewriten omusrmsg to no longer fork() a new process for sending messagesRainer Gerhards2008-07-041-107/+81
| | | | | this caused some problems with the threading model, e.g. zombies. Also, it was far less optimal than it is now.
* some more cleanupRainer Gerhards2008-04-161-0/+352
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear