index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: debug.c now survives module unloads in all cases tracker:
Rainer Gerhards
2008-03-10
3
-34
/
+78
*
fixed forgotten library file name change
Rainer Gerhards
2008-03-10
1
-1
/
+1
*
some cleanup
Rainer Gerhards
2008-03-07
8
-19
/
+0
*
renamed library module file names to lm*, so that they match the overall
Rainer Gerhards
2008-03-07
16
-31
/
+43
*
fixed potential infinite loop condition when module load failed on startup
Rainer Gerhards
2008-03-07
6
-14
/
+19
*
extracted regexp functionality to its own dynamically loadable module
Rainer Gerhards
2008-03-07
13
-51
/
+271
*
some cleanup
Rainer Gerhards
2008-03-07
3
-16
/
+4
*
applied patch from varmojfekoj fixing a deinit bug
Rainer Gerhards
2008-03-07
1
-1
/
+1
*
- added RSYSLOGD_MODDIR environment variable
Rainer Gerhards
2008-03-07
20
-97
/
+242
*
some minor things in regard to portability
Rainer Gerhards
2008-03-06
3
-11
/
+12
*
bumped version number
Rainer Gerhards
2008-03-06
2
-1
/
+3
*
fixed some compiler warnings under FreeBSD
Rainer Gerhards
2008-03-06
4
-8
/
+8
*
applied some bugfixes to new code supplied by varmojfekoj - thanks!
v3-12-1
Rainer Gerhards
2008-03-06
2
-4
/
+6
*
preparing for 3.12.1 release
Rainer Gerhards
2008-03-06
3
-41
/
+42
*
added capability to ignore client-provided timestamp on unix sockets and
Rainer Gerhards
2008-03-06
10
-31
/
+108
*
fixed typo (thanks to Michael Biebl)
Rainer Gerhards
2008-03-06
1
-1
/
+1
*
worked some more on HP UX - got it to compile and receive UDP messages
Rainer Gerhards
2008-03-06
3
-4
/
+9
*
portability: no longer using pthread mutex auto-init macros as they seem to
Rainer Gerhards
2008-03-06
2
-11
/
+20
*
cleanup by Michael Biebl
Rainer Gerhards
2008-03-06
1
-1
/
+1
*
bugfix (yesterday's bug): abort during hup if library module was loaded
Rainer Gerhards
2008-03-06
1
-4
/
+9
*
(tried to) fix logerror() call under BSD (but can not yet compile, so this
Rainer Gerhards
2008-03-06
4
-4
/
+10
*
changed --enable-klogd to --enable-klog as suggested by Michael Biebl
Rainer Gerhards
2008-03-06
1
-9
/
+9
*
fixed a few remaining logerror() calls - thanks to Michael Biebl for
Rainer Gerhards
2008-03-06
5
-30
/
+28
*
bugfix: gssutil was not linked against gss libs
Rainer Gerhards
2008-03-06
1
-1
/
+1
*
applied patch from Michael Biebl to clean up build system
Rainer Gerhards
2008-03-06
16
-42
/
+39
*
cleanup
Rainer Gerhards
2008-03-06
1
-2
/
+0
*
Updated the Adiscon MIBs, they contain a few more definitions for variables
Andre Lorbach
2008-03-05
3
-9
/
+249
*
fixed bug in build process
Rainer Gerhards
2008-03-05
1
-4
/
+1
*
fixed problem in autoconf
Rainer Gerhards
2008-03-05
1
-1
/
+4
*
shuffled some more code from syslogd.c to the right places
Rainer Gerhards
2008-03-05
4
-122
/
+111
*
changed module loader to automatically add ".so" suffix if not specified
Rainer Gerhards
2008-03-05
4
-2
/
+26
*
moved date/time handling functions to their own object (2nd pass)
Rainer Gerhards
2008-03-05
5
-9
/
+19
*
moved date/time handling functions to their own object
Rainer Gerhards
2008-03-05
7
-565
/
+707
*
some more cleanup
Rainer Gerhards
2008-03-05
1
-4
/
+4
*
cleanup
Rainer Gerhards
2008-03-05
1
-15
/
+0
*
fixed sleep call
Rainer Gerhards
2008-03-05
1
-1
/
+1
*
bugfix: actions were not correctly retried; caused message loss
Rainer Gerhards
2008-03-05
2
-1
/
+5
*
some cleanup
Rainer Gerhards
2008-03-05
1
-26
/
+4
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
27
-315
/
+627
*
bugfix: omfile used invalid obj-call (newly introduced bug)
Rainer Gerhards
2008-03-05
1
-1
/
+1
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
25
-273
/
+295
*
updated omgssapi to use the current interface version definition
Rainer Gerhards
2008-03-05
1
-1
/
+1
*
did some portability changes to make rsyslog compile on HP UX
Rainer Gerhards
2008-03-05
20
-58
/
+143
*
Added custom mibs for the OMSNMP output module. These mibs are derived from
Andre Lorbach
2008-03-04
4
-28
/
+229
*
tweaked omsnmp doc a bit
Rainer Gerhards
2008-03-04
2
-25
/
+23
*
Updated omsnmp documentation
Andre Lorbach
2008-03-04
1
-3
/
+14
*
Changed default SyslogMessageOID to 1.3.6.1.4.1.9.9.41.2.0.1 which means
Andre Lorbach
2008-03-04
1
-2
/
+7
*
- changed module interface to support querying obj interface (stage work)
Rainer Gerhards
2008-03-04
21
-37
/
+54
*
fixed newly introduced bugs in imgssapi and imtcp and their helpers now
Rainer Gerhards
2008-03-03
7
-55
/
+91
*
made imgssapi compile
Rainer Gerhards
2008-03-03
6
-225
/
+505
[next]