2896 Commits

Author SHA1 Message Date
Rainer Gerhards
6feb1c2b3e being doc updates 2005-10-25 16:38:20 +00:00
Rainer Gerhards
b0b4d22742 BSD cleanup 2005-10-25 15:59:02 +00:00
Rainer Gerhards
3cae44fbb9 removed a testing aid that accidently stayed in the code 2005-10-25 15:57:06 +00:00
Rainer Gerhards
755ec717d9 dual-threading code looks now fairly complete and stable 2005-10-25 15:50:08 +00:00
Rainer Gerhards
090627b79c fixed some issues with TCP sender 2005-10-25 13:34:14 +00:00
Rainer Gerhards
b2887a2364 fixed bug in tcp sender that could cause rsyslogd to dump core 2005-10-25 09:40:11 +00:00
Rainer Gerhards
db4955e4dd patch for BSD-Makefile PTHREADS feature 2005-10-25 09:05:08 +00:00
Rainer Gerhards
950d7b6293 some minor cosmetic things (preparing for bsd tests) 2005-10-25 08:52:48 +00:00
Rainer Gerhards
7ec0b41357 coming closer to a real dual-threading implementation. Now with queue. 2005-10-25 08:04:04 +00:00
Rainer Gerhards
0795edb76c first steps with pthread, crashes at program end 2005-10-24 16:44:14 +00:00
Rainer Gerhards
bce77e093b doing some tests with cross-platform pthreads (mutex object as tester) 2005-10-24 13:47:08 +00:00
Rainer Gerhards
673f20015f some test implementation for mutexes. now testing on different target
platforms
2005-10-24 13:40:17 +00:00
Rainer Gerhards
e550776817 some non-intrusive preparations for dual-threading 2005-10-24 11:49:02 +00:00
Rainer Gerhards
f42b66df98 made sure no call to exit or die is done once rsyslogd is running 2005-10-24 08:04:57 +00:00
Rainer Gerhards
5ed58ba958 fixed potential race condition with domark(); improved debug output 2005-10-20 09:06:04 +00:00
Rainer Gerhards
832465309e preparation for next release (housekeeping) 2005-10-19 16:33:56 +00:00
Rainer Gerhards
aaa7dd429c preparing for building 1.11.1 v1-11-1 2005-10-19 15:10:46 +00:00
Rainer Gerhards
9549573270 doc updates for 1.11.1 2005-10-19 14:55:03 +00:00
Rainer Gerhards
42017aa388 rsyslogd still shares some code with the sysklogd project. Some patches for
this shared code have been brought over from the sysklogd CVS.
2005-10-19 13:45:09 +00:00
Rainer Gerhards
bc6d3e81e8 made "!progname" fully BSD-compliant; added property "programname" 2005-10-19 12:23:42 +00:00
Rainer Gerhards
8dc836cf04 fixing a bug with the "startswith" comparison mode; more work on BSD-style
host blocks
2005-10-19 11:33:57 +00:00
Rainer Gerhards
33232dc70b added support for BSD-style host blocks 2005-10-19 09:37:43 +00:00
Rainer Gerhards
629a7a4fec mostly finished BSD-style progname block 2005-10-18 16:51:43 +00:00
Rainer Gerhards
2c7187de39 begin implementing BSD-style program blocks 2005-10-18 16:10:18 +00:00
Rainer Gerhards
bb0d1da6da added capability to specify listen port for rfc3195d 2005-10-14 07:07:35 +00:00
Rainer Gerhards
28ff893ce6 some restructuring, mostly preparation for an eventual move to a
dual-threading model
2005-10-13 16:11:54 +00:00
Rainer Gerhards
4ae1f8a765 fixed some make issues when compiling without rfc 3195 support v1-11-0 2005-10-12 15:34:33 +00:00
Rainer Gerhards
1af199ccaf final touches for 1.11.0 2005-10-12 14:11:02 +00:00
Rainer Gerhards
7e10c67a17 updated doc to reflect 1.11.0 2005-10-12 14:01:10 +00:00
Rainer Gerhards
086f821b70 added man page for rfc3195d 2005-10-12 10:51:49 +00:00
Rainer Gerhards
aa75bbddbf added first (simple) version of rfc3195 receiver; some bug fixes and
supporting changes to rsyslogd
2005-10-12 09:33:34 +00:00
Rainer Gerhards
d78b0ebd52 begin implementing RFC 3195 support 2005-10-06 10:08:45 +00:00
Rainer Gerhards
5a90cbdd7d updated docs to reflect new stable release 1.0.2 2005-10-05 16:18:02 +00:00
Rainer Gerhards
30ed8f1c8a perparing for next release (housekeeping stuff) 2005-09-27 16:03:20 +00:00
Rainer Gerhards
f7542b9704 minor doc change v1-10-2 2005-09-27 15:03:13 +00:00
Rainer Gerhards
feb10f47b7 updated sample config; better error reporting on allowedSenders 2005-09-27 14:52:22 +00:00
Rainer Gerhards
59c47ee112 updated config file doc to match new features 2005-09-27 14:28:10 +00:00
Rainer Gerhards
ef5def92fa updated man page to refelect new command line option 2005-09-27 12:46:40 +00:00
Rainer Gerhards
ddab97efe0 updated features doc to reflect new features 2005-09-27 12:32:34 +00:00
Rainer Gerhards
4095554465 added allowedSender support for TCP 2005-09-27 12:25:11 +00:00
Michael Meckelein
21cbbd071a fixed 'logerror' issue in DBErrorHandler which caused an endless loop 2005-09-27 11:09:01 +00:00
Rainer Gerhards
1c549ffeb9 completed allowedSender support for UDP (TCP to come next) 2005-09-27 10:17:50 +00:00
Rainer Gerhards
963ded1f45 nearing completion of allowedSenders functionality 2005-09-27 09:07:20 +00:00
Rainer Gerhards
6610aee651 (working but partial) evening snap for udp_allowed_senders 2005-09-26 16:32:01 +00:00
Rainer Gerhards
28d5d9de0b begin support for allowed senders 2005-09-26 15:56:05 +00:00
Rainer Gerhards
7fd25c3318 added the "startwith" property-filter comparison operation 2005-09-26 13:56:21 +00:00
Rainer Gerhards
58d50e9445 added isequal comparison operation; ability to negat comparison operations
fixed some bugs
2005-09-26 13:14:03 +00:00
Rainer Gerhards
7dba4b6ffe doc updates 2005-09-23 13:10:20 +00:00
Rainer Gerhards
e9239af79c small fix in escapefunction, finishing touches for 1.10.1 v1-10-1 2005-09-23 10:38:32 +00:00
Rainer Gerhards
8f0c0ae6d2 updated doc for new MySQL escaping 2005-09-23 10:36:21 +00:00