11 Commits

Author SHA1 Message Date
Rainer Gerhards
b326c76f45 style: normalize C source formatting via clang-format (PoC)
This commit applies the new canonical formatting style using `clang-format` with custom settings (notably 4-space indentation), as part of our shift toward automated formatting normalization.

⚠️ No functional changes are included — only whitespace and layout modifications as produced by `clang-format`.

This change is part of the formatting modernization strategy discussed in:
https://github.com/rsyslog/rsyslog/issues/5747

Key context:
- Formatting is now treated as a disposable view, normalized via tooling.
- The `.clang-format` file defines the canonical style.
- A fixup script (`devtools/format-code.sh`) handles remaining edge cases.
- Formatting commits are added to `.git-blame-ignore-revs` to reduce noise.
- Developers remain free to format code however they prefer locally.
2025-07-16 13:56:21 +02:00
PascalWithopf
19133327cc correct codestyle in rsyslog 2018-07-31 09:44:27 +02:00
Rainer Gerhards
db5b81ae6b bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled
Thanks to Jonny Törnbom for reporting this problem
2013-09-12 09:31:38 +02:00
Rainer Gerhards
afe14ce2f6 complete handle multiple blocks in encrypted queue files 2013-05-16 09:49:22 +02:00
Rainer Gerhards
9205c5541b clean up crypto provider state files on queue file rollover 2013-05-15 12:59:11 +02:00
Rainer Gerhards
bad876b265 clean up crypto provider state files on queue file close 2013-05-15 12:08:54 +02:00
Rainer Gerhards
0d000a8b10 basic queue file encryption 2013-05-13 08:04:13 +02:00
Rainer Gerhards
4ae3176e28 extend crypto provider interface so that it can support queue subsystem 2013-05-08 11:19:23 +02:00
Rainer Gerhards
2679dd4af1 logenc: rscryutil can now decrypt multi-block logfiles 2013-04-12 08:49:04 +02:00
Rainer Gerhards
5f72832b3d logenc: milestone: rsyslog writes .encinfo side files 2013-04-11 14:49:06 +02:00
Rainer Gerhards
0cee769fcd log encryption: initial PoC implementation
rough baseline, needs to be extended for actual use.
2013-04-05 12:08:49 +02:00