summaryrefslogtreecommitdiff
path: root/lib/sysinit
Commit message (Collapse)AuthorAgeFilesLines
* 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