summaryrefslogtreecommitdiffstats
path: root/tools/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v5-beta'Rainer Gerhards2012-04-121-72/+97
|\
| * Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-04-121-73/+97
| |\
| | * Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-121-73/+97
| | |\
| | | * imuxsock: do not cache hostnameRainer Gerhards2012-04-121-1/+1
| | | * Allocate LocalDomain as new stringMarius Tomaschewski2012-04-111-0/+3
| | | * bugfix: hostname was not requeried on HUPRainer Gerhards2012-04-111-72/+93
| * | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-04-071-8/+2
| |\| |
| * | | cosmetic: removed stray definitionRainer Gerhards2012-03-121-1/+0
| * | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-121-2/+9
| |\ \ \
* | \ \ \ Merge branch 'v5-stable-newstats'Rainer Gerhards2012-04-071-8/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | milestone: added capability to use a local interface IP address as fromhost-ipRainer Gerhards2012-03-211-9/+2
| | |/ / | |/| |
| * | | added capability to use a local interface IP address as fromhost-ip for imuxsockRainer Gerhards2012-03-061-0/+1
| * | | queue: lightdelay config: keep default of 70% until mark is explicitely setRainer Gerhards2012-02-221-3/+5
| * | | added configuration directives to customize queue light delay marksRainer Gerhards2012-02-211-2/+6
| | |/ | |/|
* | | refactor: remove very old sync.[ch] system for "abstracting" mutex accessRainer Gerhards2012-01-191-2/+2
* | | Merge branch 'v5-devel' into masterRainer Gerhards2012-01-181-1/+7
|\ \ \ | | |/ | |/|
| * | Merge branch 'v5-stable-elasticsearch' into v5-devel-tmpRainer Gerhards2012-01-171-0/+3
| |\ \
| | * | add elasticsearch output moduleNathan Scott2012-01-171-0/+3
| | |/
| * | fix error of not define HAVE_SETSIDPeng Haitao2012-01-161-0/+7
| * | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-161-1/+21
| |\|
| * | Merge branch 'v4-stable-tmp' into v5-devel-tmpRainer Gerhards2012-01-101-0/+3
| |\ \
| | * \ Merge branch 'tmp' into v4-stable-tmpRainer Gerhards2012-01-101-0/+9
| | |\ \
| | | * | added $SpaceLFOnReceive config directiveTomas Heinrich2012-01-101-0/+9
| | * | | Merge branch 'tmp' into v4-stable-tmpRainer Gerhards2012-01-101-0/+3
| | |\| |
| | | * | added canned template for ultra-exact sysklogd file formatTomas Heinrich2012-01-101-0/+3
* | | | | Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-1/+21
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-161-1/+21
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | FQDN hostname for multihomed host was not always set to the correct nameTomas Heinrich2012-01-161-2/+22
| | |/ /
| | * | Merge branch 'v4-stable' into v4-betaRainer Gerhards2011-08-301-1/+1
| | |\ \
| | | * | bugfix: off-by-one(two) bug in legacy syslog parserRainer Gerhards2011-08-101-1/+1
* | | | | Merge branch 'v5-devel'Rainer Gerhards2011-09-261-1/+1
|\| | | |
| * | | | bugfix: rsyslogd -v always said 64 atomics were not presentmono_matsuko2011-09-051-1/+1
* | | | | added $InputRELPServerBindRuleset directive to specify rulesets for RELPRainer Gerhards2011-09-081-1/+2
* | | | | removed compatibility mode as we expect people have adjusted their confs by nowRainer Gerhards2011-07-121-234/+13
* | | | | removed emergency config, do error reporting on fatal config file errorRainer Gerhards2011-07-121-1/+1
* | | | | cleanup, removing now unused codeRainer Gerhards2011-07-111-5/+0
* | | | | milestone/[PARTWORK]: implemented comparison operationsRainer Gerhards2011-07-081-1/+0
* | | | | milestone:/[PARTWORK]: config is processed using new parser, except...Rainer Gerhards2011-07-061-1/+1
* | | | | Merge branch 'beta'Rainer Gerhards2011-06-211-1/+1
|\ \ \ \ \
| * | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-06-211-1/+1
| |\| | | |
| | * | | | bugfix: problems in failover action handlingRainer Gerhards2011-06-161-1/+1
| * | | | | Merge branch 'v5-stable' into betaRainer Gerhards2011-05-091-1/+1
| |\| | | |
| | * | | | bugfix(minor): improper template function call in syslogd.cRainer Gerhards2011-04-191-1/+1
* | | | | | added a first implementation of a DNS name cacheRainer Gerhards2011-06-061-0/+3
* | | | | | regression fix: config validation code affected by recent changesRainer Gerhards2011-05-301-0/+4
* | | | | | step: moved main message queue activation to after priv dropRainer Gerhards2011-04-271-12/+1
* | | | | | step: config-specific module list used during config processingRainer Gerhards2011-04-271-1/+1
* | | | | | step: shuffled module-related code from syslogd.c to rsconf.cRainer Gerhards2011-04-271-217/+52
* | | | | | step: outchannel list integrated into main config objectRainer Gerhards2011-04-261-41/+20
* | | | | | step: moved config validation codeRainer Gerhards2011-04-261-20/+0