summaryrefslogtreecommitdiff
path: root/lib/softoken/sdb.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 1721476 sqlite 3.34 changed it's open semantics, causing nss failures.Robert Relyea2021-07-201-0/+5
* Bug 1720232 SQLite calls could timeout in starvation situations.Robert Relyea2021-07-151-3/+7
* Bug 1651834 - Fix various static analyzer warnings. r=rrelyeaKevin Jacobs2020-08-241-2/+2
* Bug 1612881 - Maintain PKCS11 C_GetAttributeValue semantics on attributes tha...Kevin Jacobs2020-04-241-61/+247
* Bug 1603801 [patch] Avoid dcache pollution from sdb_measureAccess() r=mtRobert Relyea2020-04-181-9/+42
* Bug 1603628 Update NSS to handle PKCS #11 v3.0 r=daiki r=mhoyeRobert Relyea2020-02-181-7/+7
* Bug 1585189 - Changed the algorithm used to encrypt NSS database entries, fro...Robert Relyea2019-11-251-5/+41
* Bug 1465613 - Created two new fields for scheduled distrust from builtins and...Marcus Burghardt2019-10-111-1/+1
* Bug 1540652 - softoken/sdb.c: Logically dead code, r=keelerKevin Jacobs2019-05-031-4/+2
* Bug 1533616, update get attributes fix to preserve C_GetAttribute semanticsRobert Relyea2019-04-161-2/+6
* Bug 1533616 - improve sdb_GetAttributeValueNoLock so it only executes one sql...Dana Keeler2019-03-201-41/+57
* Bug 1456888, Use Linux filesystem type to decide about NSS SQL DB caching and...Kai Engert2018-05-021-3/+46
* Bug 1449169, NSS should assume SQlite >= 3.5.0 and support read-only database...Kai Engert2018-04-161-6/+11
* Bug 1413596, Preserve private-key info in PKCS #8 when wrappingDaiki Ueno2018-03-081-1/+2
* Bug 1427276 - Fix sdb to handle UTF-8 paths correctly on Windows. r=fkieferMasatoshi Kimura2017-12-291-2/+31
* Bug 1379273 - make softoken resettable via PK11_ResetToken r=franziskus,ttaubertDavid Keeler2017-08-011-11/+13
* bug 1382736 - Don't perform costly filesystem probes at startup r=ttaubertDavid Keeler2017-07-251-24/+24
* Bug 1363569 - improve SQL queries in sdb_FindObjects* r=franziskusDavid Keeler2017-05-101-2/+2
* Bug 1282627 - Merge can be confused with a modified trust flags set.Robert Relyea2016-10-261-1/+1
* Bug 1294377 - clang-format on lib/softoken, r=kaieFranziskus Kiefer2016-08-111-786/+800
* Bug 1234524 - More informative error in sdb.c r=wtcMichelangelo De Simone2016-05-021-1/+1
* Bug 1234524 - Fixing a potentially unsafe chmod call in sdb.c r=wtcMichelangelo De Simone2016-04-061-6/+11
* Backed out changeset c719ec548096, as it causes Android regressions in Firefo...Kai Engert2016-04-061-10/+6
* Bug 1234524 - Fixing a potentially unsafe chmod call in sdb.c, r=franziskusNSS_3_24_BETA2Michelangelo De Simone2016-04-011-6/+10
* Backed out changeset 6c3d7cb5178a, r=bustageFranziskus Kiefer2016-04-011-10/+6
* Bug 1234524 - Fixing a potentially unsafe chmod call in sdb.c, r=franziskusMichelangelo De Simone2016-03-291-6/+10
* Bug 1181814 - Pick up FIPS-140 certification work done by Red Hat, r=kaie, em...Robert Relyea2016-03-141-2/+3
* Bug 1181814, Backout 43e2d2e1cb74Kai Engert2016-02-181-3/+2
* Bug 1181814 - Pick up FIPS-140 certification work done by Red Hat, r=kaie, em...Robert Relyea2016-02-181-2/+3
* Bug 1194680, Use PR_GetEnvSecure, r=jldNSS_3_23_BETA1Kai Engert2016-01-291-3/+3
* back out FIPS changesRobert Relyea2015-09-041-3/+2
* Pick up FIPS-140 certification work.Robert Relyea2015-08-311-2/+3
* Bug 1182667 - Enable warnings as errors, r=rrelyeaMartin Thomson2015-08-171-5/+5
* Backed out changeset 4355f55afeb2 (Bug 1158489)Martin Thomson2015-08-121-5/+5
* Bug 1182667 - Removing warnings, enabling -Werror, r=rrelyeaMartin Thomson2015-08-071-5/+5
* Bug 1102985 - Remove unused variable 'ALTER_CMD' in sdb.c. r=emaldonaNSS_3_18_BETA5Cykesiopka2015-01-081-2/+0
* Bug 956082, Avoid call to sdb_measureAccess if NSS_SDB_USE_CACHE is set, r=rr...Peter (Stig) Edwards2014-01-231-1/+1
* Avoid call to sdb_measureAccess if NSS_SDB_USE_CACHE is setPeter (Stig) Edwards2014-01-231-1/+11
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-281-0/+2079