summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | logsig: minimal end-user docv7.3.9Rainer Gerhards2013-03-261-1/+2
| | | | | | | | | | |
| * | | | | | | | | | imudp: support user-selectable inputnameRainer Gerhards2013-03-261-2/+3
| | | | | | | | | | |
| * | | | | | | | | | mention systemd update in ChangeLogRainer Gerhards2013-03-211-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-03-211-0/+2
| |\| | | | | | | | |
| * | | | | | | | | | keep omlibdbi usable with older libdbi without transaction supportRainer Gerhards2013-03-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in that case, omlibdbi gracefully degrades to non-transaction mode but emits a warning message during build, so that one knows an update of libdbi makes sense.
| * | | | | | | | | | omlibdbi: support transaction interfaceUlrike Gerhards2013-03-211-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Fix for glob(3)s that lack GLOB_NOMAGICMartin Carpenter2013-03-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * | | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-03-211-0/+2
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bugfix: imudp scheduling parameters did affect main thread, not imudpRainer Gerhards2013-03-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=409
| * | | | | | | | | | | imfile: errors persisting state file are now reportedRainer Gerhards2013-03-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=292
| * | | | | | | | | | | imuxsock: add ability to NOT create/delete sockets during startup and shutdownRainer Gerhards2013-03-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=259
| * | | | | | | | | | | imfile: now detects file change when rsyslog was inactiveRainer Gerhards2013-03-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previosly, this case could not be detected, so if a file was overwritten or rotated away while rsyslog was stopped, some data was missing. This is now detected and the new file being forwarded right from the beginning. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=228
| * | | | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-03-201-0/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bugfix: stdout/stderr were not closed on forkingRainer Gerhards2013-03-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but were closed when running in the forground - this was just reversed of what it should be. This is a regression of a recent change.
| * | | | | | | | | | | | Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslogRainer Gerhards2013-03-201-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v7-stable'Rainer Gerhards2013-03-201-0/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | add recent bugfix to ChangeLogRainer Gerhards2013-03-201-0/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'v7-stable' into tmpRainer Gerhards2013-03-201-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-03-181-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/debug.h tools/syslogd.c
| * | | | | | | | | | | | | | | bugfix: mmanon did not build on some platforms (e.g. Ubuntu)Rainer Gerhards2013-03-181-1/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | bugfix: segfault in expression optimizerRainer Gerhards2013-03-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=423
| * | | | | | | | | | | | | | | imrelp: now supports listening to IPv4/v6 only instead of always bothRainer Gerhards2013-03-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build now requires librelp 1.0.2 closes: http://bugzilla.adiscon.com/show_bug.cgi?id=378
| * | | | | | | | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-03-151-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | bugfix: imuxsock was missing SysSock.ParseTrusted module parameterRainer Gerhards2013-03-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use that functionality, legacy rsyslog.conf syntax had to be used. Also, the doc was missing information on the "ParseTrusted" set of config directives.
| * | | | | | | | | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-03-131-1/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| * | | | | | | | | | | | | | | | | prepare 7.3.7 releasev7.3.7Rainer Gerhards2013-03-121-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | add initial version of mmanon (anonymoization support)Rainer Gerhards2013-02-281-0/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | bugfix: imuxsock segfault when system log socket was usedRainer Gerhards2013-02-271-0/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'master' into master-omjournalRainer Gerhards2013-02-271-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | added ability to configure debug system via rsyslog.confRainer Gerhards2013-02-271-0/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | imuxsock: add capability to ignore messages from ourselfesRainer Gerhards2013-02-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps prevent message routing loops, and is vital to have if omjournal is used together with traditional syslog.
| * | | | | | | | | | | | | | | | | | add support for writing to the Linux Journal (omjournal)Rainer Gerhards2013-02-261-0/+1
| |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | field() function now supports a string as field delimiterRainer Gerhards2013-02-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also done a bugfix: field() function did never return "***FIELD NOT FOUND***" instead it returned "***ERROR in field() FUNCTION***" in that case
| * | | | | | | | | | | | | | | | | bugfix: script == comparison did not work properly on JSON objectsRainer Gerhards2013-02-081-0/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | bugfix: mmjsonparse segfault if new-style config was usedRainer Gerhards2013-01-301-0/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | prepare for 7.3.6v7.3.6Rainer Gerhards2013-01-281-5/+7
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | doc: mention new enhancement in ChangeLogRainer Gerhards2013-01-271-0/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | omfile: finalize dynafile cache statsRainer Gerhards2013-01-171-0/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | bugfix: imklog issued wrong facility in error messagesRainer Gerhards2013-01-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...what could lead to problems in other parts of the code
| * | | | | | | | | | | | | | | | | omfile: improved async writing, finally enabled full async writeRainer Gerhards2013-01-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also fixed a couple of smaller issues along that way
| * | | | | | | | | | | | | | | | | Merge branch 'v7-stable-libnet-frag'Rainer Gerhards2013-01-141-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v7-stable' into v7-stable-libnet-fragRainer Gerhards2013-01-141-0/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | added capability to output thread-id-to-function debug infoRainer Gerhards2013-01-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a useful debug aid, but nothing of concern for regular users.
| * | | | | | | | | | | | | | | | | | | fix compile problem in imklogRainer Gerhards2013-01-131-0/+1
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'v7-stable-libnet-frag'Rainer Gerhards2013-01-111-0/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac tools/omfile.c
| | * | | | | | | | | | | | | | | | | | impstats: added ability to write stats records to local fileRainer Gerhards2013-01-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...and avoid going through the syslog log stream. syslog logging can now also be turned off (see doc for details).
| | * | | | | | | | | | | | | | | | | | Merge branch 'v7-stable' into v7-stable-libnet-fragRainer Gerhards2013-01-091-1/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v7-stable' into v7-stable-libnet-fragRainer Gerhards2013-01-091-1/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v7-stable' into v7-stable-libnet-fragRainer Gerhards2012-12-201-0/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/omudpspoof/omudpspoof.c
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v7-stable'Rainer Gerhards2013-01-091-0/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |