summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v7-stable'Rainer Gerhards2013-06-254-5/+5
|\
| * typo fix ("listner" vs. "listener")Michael Biebl2013-06-254-5/+5
| |
* | mmfields: add "jsonRoot" parameterRainer Gerhards2013-06-241-4/+15
| |
* | doc: link mmfields doc to rest of doc setRainer Gerhards2013-06-231-0/+2
| | | | | | | | ...forgotten in last commit ;)
* | doc: add mmfields moduleRainer Gerhards2013-06-231-0/+80
| |
* | doc: document tls.authMode parameterRainer Gerhards2013-06-212-0/+26
| |
* | doc: imrelp & omrelp improvementsRainer Gerhards2013-06-212-6/+32
| | | | | | | | among others, fix doc done for wrong module...
* | doc: add new imrelp parameterRainer Gerhards2013-06-201-0/+17
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-201-7/+7
|\|
| * imptcp: improve docRainer Gerhards2013-06-201-6/+6
| |
| * doc bugfix: invalid parameter nameRainer Gerhards2013-06-201-1/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-191-1/+1
|\|
| * doc: imjournal doc correctionTomas Heinrich2013-06-191-1/+1
| |
* | Updated omprog documentationAndre Lorbach2013-06-191-2/+28
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-171-38/+34
|\|
| * doc: remove duplicate omfile descriptionsRainer Gerhards2013-06-171-38/+34
| | | | | | | | | | always bears the risk that one or another is not maintained when an update happpens
| * prepare for 7.4.1 releasev7.4.1Rainer Gerhards2013-06-171-1/+1
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-171-2/+2
|\|
| * doc: legacy parameter description in imjournal slightly wrongRainer Gerhards2013-06-171-2/+2
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-171-4/+10
|\|
| * doc cleanupRainer Gerhards2013-06-171-5/+5
| |
| * Add IgnorePreviousMessages option to imjournal.Milan Bartos2013-06-171-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | This option specifies whether imjournal should ignore messages that are currently in journal. This option is only used when there is no StateFile to avoid message loss. modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c Conflicts: doc/imjournal.html plugins/imjournal/imjournal.c
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-171-25/+18
|\| | | | | | | | | Conflicts: doc/imjournal.html
| * doc: improve imjournal docRainer Gerhards2013-06-171-17/+19
| | | | | | | | most importantly, convert sample to new-style config format
| * fix imjournal doc after merging patchRainer Gerhards2013-06-171-11/+2
| | | | | | | | | | ... was changed in the interim, so the result of the merge was sub-optimal ;)
| * Merge branch 'tmp' into v7-stableRainer Gerhards2013-06-171-0/+11
| |\ | | | | | | | | | | | | Conflicts: plugins/imjournal/imjournal.c
| | * Rename legacy imjournal configs to have "imjournal" prepended.Milan Bartos2013-06-171-0/+11
| | | | | | | | | | | | | | | modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c
| * | doc bugfix: DynaFileCacheSize description in omfile was wrongRainer Gerhards2013-06-161-2/+6
| | | | | | | | | | | | thanks to David Lang for alerting me.
| * | doc: add journal presentation link to omjournal docRainer Gerhards2013-06-161-0/+3
| | |
* | | Merge branch 'tmp'Rainer Gerhards2013-06-171-0/+11
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: plugins/imjournal/imjournal.c
| * | | Rename legacy imjournal configs to have "imjournal" prepended.Milan Bartos2013-06-171-0/+11
| | |/ | |/| | | | | | | | | | modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c
* | | doc bugfix: DynaFileCacheSize description in omfile was wrongRainer Gerhards2013-06-161-2/+6
| | | | | | | | | | | | thanks to David Lang for alerting me.
* | | doc: add journal presentation link to omjournal docRainer Gerhards2013-06-161-0/+3
| | |
* | | Merge branch 'v7-stable'Rainer Gerhards2013-06-161-8/+56
|\ \ \ | | |/ | |/|
| * | doc: improve imjournal doc and add ratelimiting paramtersRainer Gerhards2013-06-161-8/+56
| | |
* | | Merge branch 'v7-stable'Rainer Gerhards2013-06-151-0/+8
|\| |
| * | doc: warn about using imjournalRainer Gerhards2013-06-151-0/+8
| | | | | | | | | | | | do to bugs in systemd, the module can lead to a DoS to the local machine
| * | doc bugfix: imrelp does not have a v6+ "ruleset" config parameterRainer Gerhards2013-06-101-4/+2
| |/
* | omrelp: add capability to directly specify GnuTLS priority stringRainer Gerhards2013-06-122-0/+15
| |
* | imrelp: add capability to directly specify GnuTLS priority stringRainer Gerhards2013-06-121-0/+11
| |
* | imrelp: new parameter "compression.dhbits"Rainer Gerhards2013-06-121-0/+10
| | | | | | | | | | which controls the number of bits being used for Diffie-Hellman key generation
* | Merge branch 'master-tcp-compress-stream'Rainer Gerhards2013-06-122-1/+37
|\ \
| * | doc: more on tcp compression modesRainer Gerhards2013-06-122-0/+7
| | |
| * | document new tcp compression modeRainer Gerhards2013-06-121-1/+30
| | |
* | | prepare 7.5.0 releasev7.5.0Rainer Gerhards2013-06-111-1/+1
| | |
* | | imrelp: implement "ruleset" module parameterRainer Gerhards2013-06-101-6/+8
| | |
* | | add minimal doc for contributed mmcount moduleRainer Gerhards2013-06-092-0/+59
| | |
* | | [io]mrelp: add TLS compression supportRainer Gerhards2013-06-072-2/+16
| | |
* | | Merge branch 'nextmaster'Rainer Gerhards2013-06-062-4/+10
|\ \ \ | |_|/ |/| | | | | | | | Conflicts: ChangeLog
| * | doc: describe relp tls parametersJan Gerhards2013-05-152-4/+10
| | |