node/tools
Richard Lau 182f86a4d4
win,msi: use localized "Authenticated Users" name
Well known user account names are localized on Windows. Look up the
"Authenticated Users" user by its security identifier to get the
localized name.

PR-URL: https://github.com/nodejs/node/pull/39241
Fixes: https://github.com/nodejs/node/issues/39224
Refs: e817ba70f5
Refs: https://hackerone.com/reports/1211160
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
2021-07-05 08:00:11 -04:00
..
actions build: use autorebase option for git node land 2020-09-22 19:56:31 +02:00
bootstrap tools: update Boxstarter script and document 2020-04-22 19:38:52 +02:00
clang-format tools: add missing package-lock to clang-format 2018-08-25 17:09:59 +02:00
code_cache tools: add missing uv_setup_argv() calls 2020-11-16 11:57:58 -05:00
configure.d tools: make nodedownload.py Python 3 compatible 2019-08-19 21:19:01 +02:00
doc doc: move module core module doc to separate page 2020-11-16 11:58:05 -05:00
eslint-rules tools: add meta.fixable to fixable lint rules 2020-09-22 19:54:57 +02:00
gyp build: support android build on ndk version equal or above 23 2020-04-22 17:34:01 +02:00
icu doc: update code language flag for internal doc 2020-07-14 12:13:31 -07:00
inspector_protocol tools: python3 compat for inspector code generator 2019-09-25 18:20:51 +02:00
macos-installer tools, build: refactor macOS installer 2017-09-28 02:05:59 -03:00
msvs win,msi: use localized "Authenticated Users" name 2021-07-05 08:00:11 -04:00
node_modules tools: update ESLint to 7.10.0 2020-11-16 11:57:56 -05:00
node-lint-md-cli-rollup tools: add banner to lint-md.js by rollup.config.js 2020-09-22 19:56:44 +02:00
pip build: add lint-py which uses flake8 2018-10-24 17:19:28 -04:00
rpm src,tools: use https://nodejs.org URL when possible. 2018-07-14 11:57:59 +02:00
snapshot tools: add missing uv_setup_argv() calls 2020-11-16 11:57:58 -05:00
v8_gypfiles build: toolchain.gypi and node_gyp.py cleanup 2020-09-22 19:54:43 +02:00
.eslintrc.yaml tools: enable camelcase linting in tools 2019-05-10 16:55:37 +02:00
build-addons.js build: build addon tests in parallel 2018-06-11 20:09:28 +02:00
certdata.txt crypto: update certdata to NSS 3.56 2020-11-16 11:58:02 -05:00
checkimports.py tools: fix check-imports.py to match on word boundaries 2020-07-08 13:39:31 -07:00
compress_json.py tools: fix Python 3 issues in inspector_protocol 2019-09-04 16:48:18 +02:00
cpplint.py tools: refloat 7 Node.js patches to cpplint.py 2020-11-16 11:58:01 -05:00
create_android_makefiles build: add script to create Android .mk files 2016-03-22 19:17:28 +01:00
create_expfile.sh build: tidy up comments in create_expfile.sh 2019-02-22 12:42:32 -05:00
genv8constants.py tools: prepare tools/genv8constants.py for Python 3 2018-12-06 10:36:54 -08:00
getarch.py tools: move python code out of jenkins shell 2019-07-02 11:46:58 +02:00
getendian.py tools: move python code out of jenkins shell 2019-07-02 11:46:58 +02:00
getmachine.py tools: move python code out of jenkins shell 2019-07-02 11:46:58 +02:00
getmoduleversion.py tools: python: ignore instead of select flake8 rules 2019-04-13 20:33:06 -04:00
getnapibuildversion.py build: expose napi_build_version variable 2019-07-02 11:46:59 +02:00
getnodeversion.py tools: cleanup getnodeversion.py for readability 2019-09-25 18:21:06 +02:00
gyp_node.py build: toolchain.gypi and node_gyp.py cleanup 2020-09-22 19:54:43 +02:00
install.py tools: python: ignore instead of select flake8 rules 2019-04-13 20:33:06 -04:00
js2c.py tools: prevent js2c from running if nothing changed 2020-07-14 12:13:20 -07:00
license-builder.sh module: named exports for CJS via static analysis 2020-11-16 11:57:50 -05:00
license2rtf.js tools: refactor tools JS code 2019-03-04 11:06:23 -08:00
lint-md.js tools: add banner to lint-md.js by rollup.config.js 2020-09-22 19:56:44 +02:00
lint-pr-commit-message.sh tools: don't use GH API for commit message checks 2018-11-30 23:09:41 -08:00
lsan_suppressions.txt build: add --enable-asan with builtin leakcheck 2015-09-06 21:38:00 +10:00
macos-firewall.sh tools: add openssl-cli to macos-firewall.sh 2019-01-11 05:29:22 +01:00
make-v8.sh build: remove .git folders when testing V8 2020-04-28 16:19:46 +02:00
mk-ca-bundle.pl tls: expose built-in root certificates 2019-05-20 13:20:20 +02:00
mkssldef.py tools: make mkssldef.py Python 3 compatible 2019-01-28 12:24:38 +01:00
osx-codesign.sh build: macOS package notarization 2020-04-01 18:00:01 -04:00
osx-entitlements.plist tools: add debug entitlements for macOS 10.15+ 2020-09-22 19:55:14 +02:00
osx-gon-config.json.tmpl build: macOS package notarization 2020-04-01 18:00:01 -04:00
osx-notarize.sh build: macOS package notarization 2020-04-01 18:00:01 -04:00
osx-pkg-postinstall.sh build: add npx to installers 2017-07-17 08:49:10 -07:00
osx-productsign.sh
release.sh tools: ensure consistent perms of signed release files 2020-03-16 19:40:47 -07:00
run-valgrind.py tools: improve valgrind support 2019-01-21 20:16:14 +01:00
run-worker.js worker: rename to worker_threads 2018-06-06 19:44:15 +02:00
sign.bat win,build: try multiple timeservers when signing 2016-10-19 00:11:02 +11:00
specialize_node_d.py tools: prepare tools/specialize_node_d.py for Python 3 2018-12-06 22:45:08 -08:00
test-npm-package.js tools: enable no-else-return lint rule 2020-07-14 12:13:31 -07:00
test-v8.bat build,test: run v8 tests on windows 2017-07-26 18:08:30 -07:00
test.py test: add extended embedder cctest 2020-09-23 20:07:54 +02:00
update-authors.js tools: make mailmap processing for author list case-insensitive 2019-10-01 14:37:23 +02:00
update-babel-eslint.sh tools: fix update-babel-eslint.sh script 2019-06-17 21:12:21 +02:00
update-eslint.sh tools: update eslint 2019-07-02 11:46:46 +02:00
utils.py test: skip the unsupported test cases for IBM i 2020-02-06 02:49:15 +00:00
valgrind.supp tools: improve valgrind support 2019-01-21 20:16:14 +01:00