summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* applied some bugfixes to new code supplied by varmojfekoj - thanks!v3-12-1Rainer Gerhards2008-03-062-4/+6
* preparing for 3.12.1 releaseRainer Gerhards2008-03-063-41/+42
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-0610-31/+108
* fixed typo (thanks to Michael Biebl)Rainer Gerhards2008-03-061-1/+1
* worked some more on HP UX - got it to compile and receive UDP messagesRainer Gerhards2008-03-063-4/+9
* portability: no longer using pthread mutex auto-init macros as they seem toRainer Gerhards2008-03-062-11/+20
* cleanup by Michael BieblRainer Gerhards2008-03-061-1/+1
* bugfix (yesterday's bug): abort during hup if library module was loadedRainer Gerhards2008-03-061-4/+9
* (tried to) fix logerror() call under BSD (but can not yet compile, so thisRainer Gerhards2008-03-064-4/+10
* changed --enable-klogd to --enable-klog as suggested by Michael BieblRainer Gerhards2008-03-061-9/+9
* fixed a few remaining logerror() calls - thanks to Michael Biebl forRainer Gerhards2008-03-065-30/+28
* bugfix: gssutil was not linked against gss libsRainer Gerhards2008-03-061-1/+1
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-0616-42/+39
* cleanupRainer Gerhards2008-03-061-2/+0
* Updated the Adiscon MIBs, they contain a few more definitions for variablesAndre Lorbach2008-03-053-9/+249
* fixed bug in build processRainer Gerhards2008-03-051-4/+1
* fixed problem in autoconfRainer Gerhards2008-03-051-1/+4
* shuffled some more code from syslogd.c to the right placesRainer Gerhards2008-03-054-122/+111
* changed module loader to automatically add ".so" suffix if not specifiedRainer Gerhards2008-03-054-2/+26
* moved date/time handling functions to their own object (2nd pass)Rainer Gerhards2008-03-055-9/+19
* moved date/time handling functions to their own objectRainer Gerhards2008-03-057-565/+707
* some more cleanupRainer Gerhards2008-03-051-4/+4
* cleanupRainer Gerhards2008-03-051-15/+0
* fixed sleep callRainer Gerhards2008-03-051-1/+1
* bugfix: actions were not correctly retried; caused message lossRainer Gerhards2008-03-052-1/+5
* some cleanupRainer Gerhards2008-03-051-26/+4
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-0527-315/+627
* bugfix: omfile used invalid obj-call (newly introduced bug)Rainer Gerhards2008-03-051-1/+1
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-0525-273/+295
* updated omgssapi to use the current interface version definitionRainer Gerhards2008-03-051-1/+1
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-0520-58/+143
* Added custom mibs for the OMSNMP output module. These mibs are derived fromAndre Lorbach2008-03-044-28/+229
* tweaked omsnmp doc a bitRainer Gerhards2008-03-042-25/+23
* Updated omsnmp documentationAndre Lorbach2008-03-041-3/+14
* Changed default SyslogMessageOID to 1.3.6.1.4.1.9.9.41.2.0.1 which meansAndre Lorbach2008-03-041-2/+7
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-0421-37/+54
* fixed newly introduced bugs in imgssapi and imtcp and their helpers nowRainer Gerhards2008-03-037-55/+91
* made imgssapi compileRainer Gerhards2008-03-036-225/+505
* - added class tcpsRainer Gerhards2008-03-0213-896/+1591
* converted conf.c to an abstract classRainer Gerhards2008-02-296-36/+115
* corrected invalid function definitionRainer Gerhards2008-02-293-7/+2
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-2922-139/+330
* tweaked omgssapi a bit to use our regular calling conventionsRainer Gerhards2008-02-291-4/+4
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-2921-87/+246
* some stage work on rsyslog loaderRainer Gerhards2008-02-292-5/+11
* fixed document titleRainer Gerhards2008-02-291-1/+1
* added "help" command to runtime debug flagsRainer Gerhards2008-02-283-2/+22
* bumped version numberRainer Gerhards2008-02-281-1/+1
* bugfix: removed debugging code that I forgot to remove before releasingRainer Gerhards2008-02-282-17/+4
* enabled debug-support to pull runtime options from environment (bug 18)Rainer Gerhards2008-02-282-26/+95