summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-6/+19
| | | | | | | | | | - bugfix: TCP input modules did incorrectly set fromhost property (always blank) - bugfix: imklog did not set fromhost property - added "fromhost-ip" property - added "RSYSLOG_DebugFormat" canned template - bugfix: hostname and fromhost were swapped when a persisted message (in queued mode) was read in
* added a bit of doc (at least something...)Rainer Gerhards2008-05-082-0/+7
|
* added tool to show fingerprintsRainer Gerhards2008-05-081-0/+2
| | | | | this is required for IETF I-D syslog-transport-tls-12. This is a very rough first prototype
* added simple shell script to support creating self-signed certsRainer Gerhards2008-05-081-0/+3
| | | | this is necessary to comply to IETF I-D -syslog-transport-tls-12
* fixed problem with man pages thanks to Michael Biebl's helpRainer Gerhards2008-05-061-2/+2
|
* file dirty.h was missing - thanks to darix for pointing this outRainer Gerhards2008-05-061-0/+2
|
* some cleanup (gotten rid of some more plain chars)Rainer Gerhards2008-05-061-12/+12
|
* Merge branch 'tls'Rainer Gerhards2008-05-062-16/+29
|\
| * invalid strdup when no driver name was set caused segfaultRainer Gerhards2008-05-051-1/+2
| |
| * support for different forwarding stream drivers addedRainer Gerhards2008-05-052-4/+16
| | | | | | | | they can now be set on an action-by-action basis
| * added $InputTCPServerStreamDriverMode config directiveRainer Gerhards2008-04-301-1/+1
| |
| * fixed problem with module unload sequenceRainer Gerhards2008-04-291-12/+6
| |
| * added $ActionSendStreamDriverMode config directiveRainer Gerhards2008-04-281-0/+6
| |
* | Merge branch 'klogd-bug'Rainer Gerhards2008-04-283-310/+329
|\ \
| * | preparation for bughuntRainer Gerhards2008-04-281-6/+5
| |/ | | | | | | including some cleanups
| * added forgotten fileRainer Gerhards2008-04-241-0/+42
| |
| * Merge branch 'sock-abstract' into tlsRainer Gerhards2008-04-241-4/+19
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/Makefile.am runtime/netstrm.c runtime/nsd.h runtime/nsd_ptcp.c runtime/rsyslog.h
| | * added new netstrms classRainer Gerhards2008-04-231-4/+19
| | | | | | | | | | | | netstrms is at the top layer of the socket abstraction
| * | Merge branch 'master' into tlsRainer Gerhards2008-04-181-0/+1
| |\ \ | | |/ | |/|
| * | converted netstrm into generic netstrm and the nsd_pctp driverRainer Gerhards2008-04-181-0/+2
| | |
| * | improvements in omfwd and cleanup of omgssapiRainer Gerhards2008-04-171-4/+30
| | | | | | | | | | | | | | | - some (small) cleanup of omgssapi - optimized omfwed, now loads TCP code only if this is actually necessary
| * | modified omfwd to work with netstrm (and also did some cleanup)Rainer Gerhards2008-04-171-303/+238
| | |
* | | -c option no longer must be the first optionvarmojfekoj2008-04-241-7/+0
| |/ |/| | | | | | | | | Thanks to varmjofekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | bugfix: a recent change effectively disabled error messagesRainer Gerhards2008-04-181-0/+1
|/
* completed better modularity of runtimeRainer Gerhards2008-04-172-6/+18
| | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things.
* moved "glblModPath" variable inside global data poolRainer Gerhards2008-04-171-1/+0
| | | | (but still as a variable, not part of glbl object)
* moved host/domain-name related variables to global data poolRainer Gerhards2008-04-171-17/+20
|
* moved "DisableDNS" variable to global data poolRainer Gerhards2008-04-171-2/+1
|
* moved "option_DisallowWarning" variable to global data poolRainer Gerhards2008-04-171-5/+1
|
* moved "bDropMalPTRMsgs" variable to global data poolRainer Gerhards2008-04-171-5/+2
|
* moved "family" variable to global data poolRainer Gerhards2008-04-172-5/+8
|
* modularization workRainer Gerhards2008-04-171-12/+8
| | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it
* prevented segfault during runtime library init phaseRainer Gerhards2008-04-161-3/+3
|
* removed no longer needed thingsRainer Gerhards2008-04-162-54/+1
| | | | | ... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out).
* some more cleanupRainer Gerhards2008-04-1618-0/+7371
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear