aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-nss-glue.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-nss-glue.c: ask for the NSS master password if neededXan Lopez2009-09-111-0/+46
| | | | | | | It was possible to set a master password for NSS through the certificate manager extension, so we have to support this. Bug #594694
* ephy-nss-glue.c: ignore padLength error in the NSS glue codeXan Lopez2009-09-111-1/+4
| | | | It seems to be harmless, and if we ignore it we can still decrypt some passwords.
* Import passwords from the ephy/gecko profile on first run.Xan Lopez2009-08-261-0/+259
This feature requires NSS, so NSS is added as an optional dependency, enabled by default. Can be disabled with --disable-nss, but then passwords won't be imported.