Commit graph

4 commits

Author SHA1 Message Date
Carsten Abele
4130a4eb4d fix(deps): korrekte go-Direktive und direkte Dependencies auszeichnen
go mod init hatte 1.26.5 eingetragen (lokaler Toolchain-Stand statt echter
Anforderung) und alle Abhängigkeiten faelschlich als indirect markiert.
Die tatsaechliche Untergrenze ist 1.25.0, vorgegeben durch golang.org/x/crypto.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NBHF4R9EAejDJUMdwr6C68
2026-08-14 10:07:09 +02:00
Carsten Abele
99ee8758cc feat(auth): AD-Authenticator mit Zwei-Schritt-Bind, DC-Failover und verschachtelter Gruppenprüfung
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NBHF4R9EAejDJUMdwr6C68
2026-08-14 09:11:38 +02:00
Carsten Abele
b47ee11ba4 feat(config): Strict-YAML, Secret-Dateien, Env-Overrides, Dateirechte und Validierung
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NBHF4R9EAejDJUMdwr6C68
2026-08-14 09:06:43 +02:00
Carsten Abele
fbfff90b38 feat: CLI-Skeleton mit version/serve/check und Makefile
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NBHF4R9EAejDJUMdwr6C68
2026-08-14 09:03:31 +02:00