summaryrefslogtreecommitdiff
path: root/doc/installation.md
AgeCommit message (Collapse)Author
2026-04-10Fix known-hosts trust deadlock, host key stat, and optional nozstd buildPaul Buetow
- stdout logger: release mutex while waiting on pause resume so prompt callbacks can log (fixes hang after trusting new hosts; known_hosts was written but Resume never ran). - known hosts callback: stop borrowing the SSH dial throttle channel (could block or interact badly with parallel handshakes). - host key path: use errors.Is(..., fs.ErrNotExist) for RootedPath.Stat wrapped errors; stat errors now fail fast instead of mis-read. - public key path: same ErrNotExist check for authorized_keys miss. - Build: optional DTAIL_NO_ZSTD=yes / nozstd tag for CGO-free builds; split zstd readers into tagged files. - Docs/examples: firewalld note for port 2222, log prune timer+script, SSHBindAddress note, dserver unit disabled-by-default comment; firewalld helper script example. - Regression test for stdout pause/mutex behavior. Made-with: Cursor
2024-08-23fix install instructionsPaul Buetow
2023-06-21DTail: Restrict SSH MAC algorithms allowed - Update of few dependenciesPaul Buetow
2021-10-27Update docs to reflect some of the changes made in the pastPaul Buetow
2021-05-27some clarificationsPaul Buetow
2021-05-27Improve documentation through advanced AIPaul Buetow
2020-12-29Make Linux ACL support optional, as it requires CGo and makes the binary ↵Paul Buetow
less portable
2020-02-08Merge branch 'master' of https://github.com/mimecast/dtailv2.0.2Paul Bütow
2020-02-08enable systemd keycache timerPaul Buetow
2020-02-08add update keycache timer examplesPaul Buetow
2020-02-08include RHEL, adjust uid and gid in docsPaul Bütow
2020-02-08add enablePaul Buetow
2020-02-08improve documentationPaul Buetow
2020-02-07Introduce drun command, refactor code to use context packagePaul Bütow
2020-01-22minor formatting fixesPaul Bütow
2020-01-21update docs to use go get... in the quick starting guidePaul Buetow
2020-01-09Release of DTail v1.0.0v1.0.0Paul Bütow