Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-04 | Implementation of server_acls | Richard van der Hoff | 2 | -0/+57 | |
... as described at https://docs.google.com/document/d/1EttUVzjc2DWe2ciw4XPtNpUpIl9lWXGEsy2ewDS7rtw. | |||||
2018-07-04 | More server_name validation | Richard van der Hoff | 5 | -13/+68 | |
We need to do a bit more validation when we get a server name, but don't want to be re-doing it all over the shop, so factor out a separate parse_and_validate_server_name, and do the extra validation. Also, use it to verify the server name in the config file. | |||||
2018-07-04 |