index
:
rsyslog
master
v3-stable
v3-stable-kaz
Modifications to rsyslog---see v3-stable-kaz branch
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
fixed a bug in stringbuf.c related to STRINGBUF_TRIM_ALLOCSIZE, which
Rainer Gerhards
2008-02-12
1
-5
/
+23
*
|
applied patch from Michael Biebl that fixed my doc change from yesterday
Rainer Gerhards
2008-02-12
2
-2
/
+2
*
|
added author info
Rainer Gerhards
2008-02-12
1
-0
/
+1
*
|
done a bit more cleanup on the "rsyslog way of doing things"
Rainer Gerhards
2008-02-12
1
-17
/
+7
*
|
Some major changes in the code. The SNMP Session is now stored in the
Andre Lorbach
2008-02-11
1
-51
/
+96
*
|
a bit more rsyslog-like
Rainer Gerhards
2008-02-11
1
-11
/
+4
*
|
Fixed minor bug finalize_it, pdu only needs to be cleaned if snmp_send
Andre Lorbach
2008-02-11
2
-8
/
+113
*
|
done some more work on omsnmp to bring it fully in line with recent rsyslog
Rainer Gerhards
2008-02-11
2
-36
/
+30
*
|
some doc enhancements, including a template for module descriptions
Rainer Gerhards
2008-02-11
4
-2
/
+66
*
|
doc fixes thanks to Peter Vrabec
Rainer Gerhards
2008-02-11
3
-8
/
+3
*
|
fixed typo
Rainer Gerhards
2008-02-11
1
-1
/
+1
*
|
adapted omsnmp to the rsyslog way of handling "exceptions"
Rainer Gerhards
2008-02-11
1
-26
/
+13
*
|
replaced sprintf with more secure snprintf calls
Andre Lorbach
2008-02-11
1
-13
/
+2
*
|
some cosmetic cleanup
Rainer Gerhards
2008-02-11
1
-23
/
+12
*
|
some cleanup on logerrorVar()
Rainer Gerhards
2008-02-11
2
-0
/
+3
*
|
Added debug function logerrorVar, which can have variable number of
Andre Lorbach
2008-02-11
2
-6
/
+32
*
|
Added missing variable checks in modExit and CODESTARTmodExit
Andre Lorbach
2008-02-11
1
-0
/
+22
*
|
did some warning cleanup on snmp output module
Rainer Gerhards
2008-02-11
1
-5
/
+5
*
|
Did some code cleanup. Removed unused functions and variables.
Andre Lorbach
2008-02-11
1
-40
/
+9
*
|
bugfix: trailing ":" of tag was lost while parsing legacy syslog messages
Rainer Gerhards
2008-02-11
2
-1
/
+5
*
|
removed debug message
Rainer Gerhards
2008-02-11
1
-1
/
+0
*
|
added x-info field to rsyslogd startup/shutdown message. Hopefully points
Rainer Gerhards
2008-02-11
2
-2
/
+5
*
|
Added support for SNMPv2, which is also default. Removed some debug code
Andre Lorbach
2008-02-08
2
-77
/
+100
*
|
very quickly hacked a rought outline of the file monitor (without any
Rainer Gerhards
2008-02-01
4
-0
/
+665
*
|
bugfix: immark did not have MARK flags set...
Rainer Gerhards
2008-02-01
1
-0
/
+3
*
|
fixed issue left over from debuging :(
Rainer Gerhards
2008-02-01
1
-2
/
+1
*
|
Initially implemented snmp into this output module. The code contains a lot
Andre Lorbach
2008-02-01
2
-15
/
+437
*
|
added some more comments on how to create messages and submit them to the
Rainer Gerhards
2008-02-01
1
-2
/
+52
*
|
added sample config file to distribution tarball
Rainer Gerhards
2008-02-01
1
-0
/
+1
*
|
cleaned up some no longer needed files, thanks to Michael Biebl for
Rainer Gerhards
2008-02-01
8
-427
/
+0
*
|
added input-plugin interface specification in form of a (copy) template
Rainer Gerhards
2008-02-01
6
-4
/
+473
*
|
applied doc fix by Michael Biebl -- thanks!
Rainer Gerhards
2008-02-01
3
-56
/
+63
*
|
on the wire message compression added
Rainer Gerhards
2008-01-31
1
-3
/
+3
*
|
preparing for 3.11.0
v3-11-0
Rainer Gerhards
2008-01-31
3
-10
/
+25
*
|
added information on disk chunks
Rainer Gerhards
2008-01-31
1
-1
/
+22
*
|
some more 32 bit fun ;)
Rainer Gerhards
2008-01-31
2
-2
/
+2
*
|
typos fixed
Rainer Gerhards
2008-01-31
1
-38
/
+48
*
|
bugfix: having fun with 32/64 bit portability - after 15 years, I finally
Rainer Gerhards
2008-01-31
8
-32
/
+37
*
|
bugfix: dbgoprint mutex - was too simple once I wrote the tracker item ;)
Rainer Gerhards
2008-01-31
1
-7
/
+4
*
|
- fixed bug in sample rsyslog.conf
Rainer Gerhards
2008-01-31
3
-9
/
+14
*
|
some more queue details
Rainer Gerhards
2008-01-31
1
-2
/
+17
*
|
preparing doc set for 3.11.0 release
Rainer Gerhards
2008-01-31
1
-7
/
+243
*
|
- rename $<obj>TimoutWorkerThreadShutdown to
Rainer Gerhards
2008-01-31
3
-10
/
+13
*
|
updated to new 3.11.0 features
Rainer Gerhards
2008-01-31
1
-4
/
+46
*
|
worked on syslog-ng comparison
Rainer Gerhards
2008-01-31
1
-3
/
+63
*
|
added some advanced features usually in demand to sample rsyslog.conf, but
Rainer Gerhards
2008-01-31
1
-2
/
+24
*
|
- implemented limiting disk space allocated to queues
Rainer Gerhards
2008-01-30
6
-5
/
+108
*
|
fixed bug during cancel processing
Rainer Gerhards
2008-01-30
1
-0
/
+1
*
|
- implemented simple output rate limiting
Rainer Gerhards
2008-01-30
1
-0
/
+3
*
|
- implemented simple output rate limiting
Rainer Gerhards
2008-01-30
6
-6
/
+37
[prev]
[next]