summaryrefslogtreecommitdiff
path: root/lib/sysinit
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1629553 Merge simple config.mk files r=rrelyeaJan-Marek Glogowski2020-05-051-4/+0
| | | | | | | | | | | There is really no good reason to explicitly change the TARGET variable. And the empty SHARED_LIBRARY variable should also be in the manifest.mn to begin with. All the other empty variables start empty or undefined, so there is also no need to explicitly set them empty. Differential Revision: https://phabricator.services.mozilla.com/D70691
* Bug 1629553 Rework the LIBRARY_NAME ruleset r=rrelyeaJan-Marek Glogowski2020-05-052-8/+1
| | | | | | | | | | | | | | * Drop the WIN% "32" default DLL suffix * Add default resource file handling => drop default RES * Generate IMPORT_LIBRARY based on IMPORT_LIB_SUFFIX and SHARED_LIBRARY, so we can drop all the explicit empty IMPORT_LIBRARY lines Originally this patch also tried to add a default MAPFILE rule, but this fails, because the ARCH makefiles set linker flags based on an existing MAPFILE variable. Differential Revision: https://phabricator.services.mozilla.com/D70369
* Bug 1614786 - Fixup for ‘getFIPSEnv’ being unused r=kjacobsJ.C. Jones2020-02-111-1/+3
| | | | | | Fixes a regression from Bug 1582169 ../../lib/sysinit/nsssysinit.c:153:1: error: ‘getFIPSEnv’ defined but not used [-Werror=unused-function]
* Bug 1582169 - Disable reading /proc/sys/crypto/fips_enabled if FIPS is not ↵Victor Tapia2020-02-111-0/+4
| | | | | | enabled on build r=jcj,rrelyea Differential Revision: https://phabricator.services.mozilla.com/D61236
* Bug 1519228 - Remove dead code from nsssysinit.c, r=uenoMartin Thomson2019-01-111-51/+3
|
* Bug 818686 - XDG Base Directory Specification support with fallback, r=mtNSS_3_42_BETA1Edênis Freindorfer Azevedo2019-01-104-24/+112
| | | | | | | | | | | | | | | | | | | | Summary: We check if $HOME/.pki and $HOME/.pki/nssdb exist; if they do, then we use this path. Otherwise, use ${XDG_DATA_HOME:-$HOME/.local/share}/pki/nssdb Test Plan: Create dummy empty dir and set HOME to it. Then, check if getUserDb returns: 1. $HOME/.pki/nssdb when this path exists; 2. $HOME/.local/share/pki/nssdb when $HOME/.pki/nssdb does not and XDG_DATA_HOME is not defined; 3. $XDG_DATA_HOME/pki/nssdb when $HOME/.pki/nssdb does not exist and XDG_DATA_HOME is defined. Reviewers: mt Reviewed By: mt Bug #: 818686 Differential Revision: https://phabricator.services.mozilla.com/D14007
* bug 1237872 - Add gyp build system for NSS. r=fkieferTed Mielczarek2016-09-231-0/+31
|
* Bug 1300836 - clang-format: lib/sysinit, r=kaieFranziskus Kiefer2016-09-061-143/+142
|
* Bug 1194680, Use PR_GetEnvSecure, r=jldNSS_3_23_BETA1Kai Engert2016-01-291-2/+3
|
* Bug 1009429 - enhancement: Make the algorithm selection in NSS more flexibleRobert Relyea2015-12-151-3/+3
| | | | | | 0007-Apply-the-NSS-policies-read-by-the-config-parameter + test cases
* Bug 845556, adjust Makefiles and tests to new NSS directory layout, r=wtcKai Engert2013-02-281-1/+1
| | | | (Previous changeset with identical description was accidentally empty.)
* Bug 845556, reorganize NSS directory layout, moving files, very large ↵Kai Engert2013-02-284-0/+546
changeset! r=wtc