summaryrefslogtreecommitdiffstats
path: root/tools/omfile.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: $CreateDirs variable not properly initializedRainer Gerhards2009-11-301-1/+1
| | | | default thus was random (but most often "on")
* some minor bugfixesRainer Gerhards2009-06-181-3/+3
| | | | | | | | | | | | | | | - bugfix: invalid error message issued if $inlcudeConfig was on an empty set of files (e.g. *.conf, where none such files existed) thanks to Michael Biebl for reporting this bug - bugfix: when run in foreground (but not in debug mode), a debug message ("DoDie called") was emitted at shutdown. Removed. thanks to Michael Biebl for reporting this bug - bugfix: some garbagge was emitted to stderr on shutdown. This garbage consisted of file names, which were written during startup (key point: not a pointer error) thanks to Michael Biebl for reporting this bug - bugfix: startup and shutdown message were emitted to stdout thanks to Michael Biebl for reporting this bug
* Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-161-2/+2
| | | | | Conflicts: ChangeLog
* Merge branch 'debian_lenny' into v3-stableRainer Gerhards2008-12-181-19/+23
|
* Merge branch 'v3-stable' into betaRainer Gerhards2008-10-091-0/+2
|
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-10/+10
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* support for different forwarding stream drivers addedRainer Gerhards2008-05-051-2/+1
| | | | they can now be set on an action-by-action basis
* removed no longer needed thingsRainer Gerhards2008-04-161-2/+0
| | | | | ... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out).
* some more cleanupRainer Gerhards2008-04-161-0/+847
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear