aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/store.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tunnel: extract owner of config file for pipe daclJason A. Donenfeld2019-07-191-0/+4
| | | | | | If the config file is unencrypted and its owner is not Local System, then we allow the runtime named pipe to be accessed by that owner, since generally the private key is already stored in the config file.
* conf: manually migrate from windows.oldJason A. Donenfeld2019-06-131-0/+2
|
* conf: read files potentially with UTF16Jason A. Donenfeld2019-05-221-2/+2
|
* global: regroup all importsJason A. Donenfeld2019-05-141-1/+2
|
* conf: expose configuration root directoryJason A. Donenfeld2019-03-201-6/+6
|
* conf: validate tunnel nameJason A. Donenfeld2019-03-051-1/+17
|
* conf: introduce configuration managementJason A. Donenfeld2019-02-281-0/+199