summaryrefslogtreecommitdiffstats
path: root/plugins/omgssapi
Commit message (Collapse)AuthorAgeFilesLines
* re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-0/+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.
* some cleanupRainer Gerhards2009-04-171-1/+1
| | | | | ... mostly removal of compile-time warnings (thanks to Michael Biebl for suggesting to look after that)
* make all cflags and libs variables uppercaseMichael Biebl2009-02-241-2/+2
| | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency.
* removed compile time fixed message size limit (was 2K)Rainer Gerhards2008-09-021-3/+10
| | | | | The limit can now be set via $MaxMessageSize global config directive (finally gotten rid of MAXLINE ;))
* Merge branch 'beta'Rainer Gerhards2008-07-011-3/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog conf.c doc/Makefile.am doc/manual.html omfwd.c plugins/omgssapi/omgssapi.c This was a bit hard to merge; if there are problems, they may be in the area of the new "comment in action line" code that came from the beta.
| * bugfix: comments after actions were not properly treated.Rainer Gerhards2008-06-251-14/+7
| | | | | | | | | | For some actions (e.g. forwarding(, this could also lead to invalid configuration.
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-05-161-1/+1
| |\
| | * fixed potential segfault due to invalid call to cfsyslinevarmojfekoj2008-05-141-1/+1
| | | | | | | | | | | | | | | | | | thanks to varmojfekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | added (internal) error codes to error messagesRainer Gerhards2008-06-271-8/+8
| | | | | | | | | | | | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* | | Remove .cvsignore files, add .gitignore.Michael Biebl2008-06-111-6/+0
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | fixed potential segfault due to invalid call to cfsyslinevarmojfekoj2008-05-141-1/+1
| | | | | | | | | | | | | | | | | | thanks to varmojfekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | improvements in omfwd and cleanup of omgssapiRainer Gerhards2008-04-171-17/+0
| | | | | | | | | | | | | | | - 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-5/+1
| | |
* | | moved "family" variable to global data poolRainer Gerhards2008-04-171-2/+6
| | |
* | | some more cleanupRainer Gerhards2008-04-161-2/+1
| | | | | | | | | | | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* | | cleanup: removed no longer needed filesRainer Gerhards2008-04-161-1/+0
| | |
* | | made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-1/+1
|/ /
* / removed dependency on MAXHOSTNAMELEN as much as it made sense.Rainer Gerhards2008-04-101-7/+10
|/ | | | | | | | | | GNU/Hurd does not define it (because it has no limit), and we have taken care for cases where it is undefined now. However, some very few places remain where IMHO it currently is not worth fixing the code. If it is not defined, we have used a generous value of 1K, which is above IETF RFC's on hostname length at all. The memory consumption is no issue, as there are only a handful of this buffers allocated *per run* -- that's also the main reason why we consider it not worth to be fixed any further.
* - added support for high-precision timestamps when receiving legacy syslogRainer Gerhards2008-03-281-3/+14
| | | | | | messages - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-6/+0
| | | | Results in reducing code complexity.
* bugfix: duplicate public symbol in omfwd and omgssapi could lead toRainer Gerhards2008-03-141-1/+1
| | | | segfault. thanks to varmojfekoj for the patch.
* bugfix: TCP and GSSAPI framing mode variable was uninitialized, leading toRainer Gerhards2008-03-141-1/+1
| | | | wrong framing (caused, among others, interop problems)
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-121-13/+26
| | | | | tcpclt class; (stage work, among others, for more intelligent recovery from TCP session recovery)
* renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-1/+1
| | | | scheme (like im* and om*)
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
|
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-052-18/+24
| | | | | | own class and converted to new object calling conventions (interface-based) - converted gss-misc into a loadable library module
* updated omgssapi to use the current interface version definitionRainer Gerhards2008-03-051-1/+1
|
* tweaked omgssapi a bit to use our regular calling conventionsRainer Gerhards2008-02-291-4/+4
|
* applied Michael Biebl's fix for building rsyslog core without gssapiRainer Gerhards2008-02-261-1/+1
| | | | support
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-2/+2
|
* cleanupRainer Gerhards2008-01-031-5/+5
|
* applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-031-2/+2
|
* created omtesting, a debug and development aid output module. This is stageRainer Gerhards2007-12-311-4/+1
| | | | | work for the new queueing engine - we need a way to delay rule execution and that's what the module currently does ;)
* omgssapi createdRainer Gerhards2007-12-283-0/+697