aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/ca/utilca.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix faulty memory access in Util's User custom actionsRob Mensching2024-07-151-0/+8
Generally, clean up the handling of getting the domain from a server name by centralizing and simplifying it behind an improved GetDomainFromServerName() based on the buggy GetServerName(). Fixes 8576