aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf: separate out migration and print errorsJason A. Donenfeld2020-11-272-76/+89
* manager: move legacy store from confJason A. Donenfeld2020-11-273-137/+0
* conf: rework migration flows around a single Save()Jason A. Donenfeld2020-11-274-21/+14
* conf: when migrating, write out reserialized configJason A. Donenfeld2020-11-271-3/+4
* conf: open temporary file with read sharingJason A. Donenfeld2020-11-271-1/+1
* conf: do exponential back off for sharing violation in hotfolderJason A. Donenfeld2020-11-273-12/+40
* global: update headersJason A. Donenfeld2020-11-2218-18/+18
* conf: always use 64-bit registry view on 64-bit machinesJason A. Donenfeld2020-11-221-1/+1
* tunnel: enable {Pre,Post}{Up,Down} scripts gated behind admin knobJason A. Donenfeld2020-11-224-1/+26
* conf: allow administrators to add and remove configs easilyJason A. Donenfeld2020-11-224-21/+76
* manager: allow S-1-5-32-556 users to launch a limited UIJason A. Donenfeld2020-11-222-1/+45
* tunnel: mask self before giving routes to windowsJason A. Donenfeld2020-11-181-0/+8
* conf: do not remigrate configs that are pending deletionJason A. Donenfeld2020-11-181-6/+18
* conf: delay removal of old configs until next rebootJason A. Donenfeld2020-11-171-7/+15
* conf: do not attempt to create programfilesJason A. Donenfeld2020-11-171-1/+2
* conf: cleanup final path buffer handlingJason A. Donenfeld2020-11-171-7/+12
* conf: do best-effort service argument migrationJason A. Donenfeld2020-11-161-0/+53
* mod: bump for recent conf additionsJason A. Donenfeld2020-11-161-20/+2
* conf: move configuration to C:\Program Files\WireGuard\DataJason A. Donenfeld2020-11-162-34/+163
* global: go generateSimon Rozman2020-11-132-32/+16
* global: go fmtJason A. Donenfeld2020-06-081-2/+2
* conf: add support for search domains inside dns lineJason A. Donenfeld2020-06-053-6/+10
* conf: fix typo in error messageSimon Rozman2020-06-051-2/+2
* l18n: disambiguate enumeration and unit concatenation separatorsSimon Rozman2020-03-151-1/+1
* l18n: add localization supportSimon Rozman2020-03-152-58/+49
* tunnel: deduplicate addresses from configJason A. Donenfeld2020-01-241-0/+43
* conf: migrate when windows.old is S-1-5-32-544Jason A. Donenfeld2019-12-111-2/+2
* mod: bump versionsJason A. Donenfeld2019-10-042-2/+2
* conf: do not create config folder and migrate if presetJason A. Donenfeld2019-09-233-1/+9
* global: use SECURITY_DESCRIPTOR apis from x/sys/windowsJason A. Donenfeld2019-09-232-49/+5
* manager: fix nits in adapter cleanup logic and also handle ā€˜%sā€™ uniformlyJason A. Donenfeld2019-08-301-5/+5
* version: hard code name and version at compile timeJason A. Donenfeld2019-08-301-4/+8
* version: use ProductName and ProductVersion as stringsJason A. Donenfeld2019-08-301-1/+4
* tunnel: extract owner of config file for pipe daclJason A. Donenfeld2019-07-191-0/+4
* conf: dnsresolver: try harder at bootupJason A. Donenfeld2019-06-141-1/+4
* conf: check for file not found in addition to pathJason A. Donenfeld2019-06-131-1/+1
* conf: separate out migrationJason A. Donenfeld2019-06-133-53/+65
* conf: known folder path is upstreamJason A. Donenfeld2019-06-132-32/+1
* conf: grammarJason A. Donenfeld2019-06-131-1/+1
* conf: don't crash when config directory is removedJason A. Donenfeld2019-06-132-6/+21
* conf: safely escape weird input charactersJason A. Donenfeld2019-06-131-1/+1
* conf: manually migrate from windows.oldJason A. Donenfeld2019-06-133-10/+83
* conf: tick count is upstream nowJason A. Donenfeld2019-06-072-10/+2
* conf: read files potentially with UTF16Jason A. Donenfeld2019-05-222-2/+21
* global: correct names and patterns for go lintJason A. Donenfeld2019-05-161-2/+1
* global: change acronyms to uppercaseSimon Rozman2019-05-164-17/+17
* global: use tab after //sysJason A. Donenfeld2019-05-144-8/+8
* global: regroup all importsJason A. Donenfeld2019-05-146-6/+12
* conf: don't verify scope as part of ip checkingJason A. Donenfeld2019-05-091-1/+5
* conf: read presharedkey as a hexstring when converting to uapiSteven Honson2019-05-081-1/+1