Commit Graph

18 Commits

Author SHA1 Message Date
a5b3dec5b0 Move notifications into notify function 2015-01-21 18:49:26 +01:00
f5a0da3f69 Add a message when password is replaced but not submitted (@_ function) 2014-08-26 18:56:20 +02:00
b0ea92b71b Add "@_" prefix support to replace password without submit 2014-06-10 19:04:56 +02:00
cbeb7e3d73 Don't even block submit function with synchronous XmlHttpRequest
Enable wildcard for one level domains
2014-02-27 18:35:25 +01:00
a83354e592 Update README 2014-01-22 17:42:30 +01:00
8eee0060f6 Add Minimum PKDFB2 level check in firefox_addon 2014-01-21 20:31:29 +01:00
84eaf0c6a1 New protocol v3 : include pkdbf2 level
Remove hashtable from firefox addon
Rework firefox addon
Add pkdbf2_level as a preference (hidden)
2014-01-21 19:00:26 +01:00
1ff4a87beb Fix a little regression + deactivate debug 2014-01-12 10:43:02 +01:00
8a22db95dc Now addon automatically sends wildcard domain in addition to current domain to increase website compatibility 2014-01-12 10:27:56 +01:00
86877d86e7 Use firefox integrated HMAC function
Correct bad PKDBF2 implementation
New protocol version is 2
2013-12-07 10:03:53 +01:00
3e5fa8c638 Recognize "gpass-" before version protocol to avoid (configuration) errors
gPass now blocks login action when the password is not found in database
2013-11-17 09:31:15 +01:00
Gregory Soutade
67d21ff3ef Server side :
* Trim password and login before instertion
	* Can use empty master key to see user passwords
	* Fix a bug : can't decode multiple queries from client

Client side :
	* Don't send empty username
	* Update README
2013-10-17 18:26:54 +02:00
Gregory Soutade
a994074db0 Server side :
* Add $ADMIN_MODE to enable create users
	* Add protocol version (1 for now)
	* Give priority to letters in password generator

Client side :
	* Don't still use global variable to get document after loading
	* Add email type in possible values for username (used by gmail)
2013-10-16 18:40:06 +02:00
Gregory Soutade
6099b39329 Fix salt in client 2013-10-16 08:57:06 +02:00
453403b25b Use pkdbf2(hmac-256, 1000) for mkey derivation instead of simple sha256 2013-10-15 19:29:34 +02:00
93ccb6802b Change way of getting domain, use more efficient parseuri.js 2013-10-12 11:16:07 +02:00
aad001bb25 Update documentation and fix javascript bug (substr not allowed) 2013-10-10 18:29:08 +02:00
82f95fe6e9 Initial commit 2013-10-09 20:47:43 +02:00