Commit Graph

36 Commits

Author SHA1 Message Date
89ccd0575f Forgot to update reference database 2016-05-21 09:58:30 +02:00
Gregory Soutade
487283626f Remove \ character from password generation to avoid confusions 2015-12-04 17:03:12 +01:00
Gregory Soutade
6604fbb6e1 Add two new protections : REQUESTS_MIN_DELAY and MAX_PASSWORDS_PER_REQUEST (see conf.php) 2015-12-04 17:02:31 +01:00
Gregory Soutade
cc66b612ef New version of database, add last_access_time field 2015-12-04 17:01:41 +01:00
Gregory Soutade
1d22f425e9 Add export function 2015-09-17 20:32:29 +02:00
Gregory Soutade
b255a8cd90 Display an error message when a query failed (previous : silent fail...) 2015-09-05 09:21:45 +02:00
Gregory Soutade
b330af258f Move code to encrypt into PasswordEntry function
Add Update Masterkey feature
2015-04-23 21:36:50 +02:00
root
e16fa0c218 Remove default parameters (Chrome...) 2015-03-27 18:23:26 +01:00
Gregory Soutade
e9c6208b54 Introduce shadow logins 2015-02-09 18:57:49 +01:00
2757b81e64 Rename resSources directories into resources 2015-01-27 21:10:09 +01:00
Gregory Soutade
de0a443ebb Add a favicon 2014-06-10 20:40:53 +02:00
Gregory Soutade
ee75e0ea06 Automatically change user when its selected (server side) 2014-04-02 07:47:54 +02:00
Gregory Soutade
fceab22f48 Server : Disable warning on empty master key (clear passwords from others) 2014-03-07 17:36:12 +01:00
Gregory Soutade
ccaca8c598 Don't warn on user change 2014-02-19 17:37:27 +01:00
Gregory Soutade
ce1d010b85 Warn when no password are unciphered using a masterkey
Clear masterkey after "See" or "Add" action
2014-02-19 17:34:51 +01:00
Gregory Soutade
6f8f952a92 Master key is now in clear text (not password) when you add a new password. This reduce typo errors 2014-02-17 08:00:28 +01:00
Gregory Soutade
83e1291ae7 Add pwdmeter.js from Jeff Todnem (https://www.todnem.com/) to have a feedback on master key strength 2014-02-01 10:50:23 +01:00
Gregory Soutade
61828b741d Remove licence from non PHP code in server 2014-01-23 07:44:07 +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
Gregory Soutade
71b17a1ff0 index.php now includes ../../_user to simulate a symbolic link (for easier updates)
Fix default parameters in gpass.js (not compatible with chrome and IE)
2014-01-02 09:56:17 +01:00
Gregory Soutade
0a71101798 Modify ref index.php to include code instead of embed it (for simpler future update) 2013-12-07 10:38:45 +01:00
Gregory Soutade
85ec5e33bc Server side modifications
Fix bad implementation of PKDBF2 and HMAC
New protocol version (2)
2013-12-07 10:14:38 +01:00
Gregory Soutade
637d74b8dd Prepend gpass- before protocol to recognize gpass servers 2013-11-17 09:24:04 +01:00
Gregory Soutade
0f76ccb06e Add update + fix a lot of bugs 2013-10-23 19:39:47 +02:00
Gregory Soutade
c44e84124b Add add_entry and delete_entry 2013-10-22 18:33:44 +02:00
Gregory Soutade
f56d067483 Full JS : first pass, all seems to work execpt add/delete/update 2013-10-19 16:34:12 +02:00
Gregory Soutade
875b48899c Display addon address to use (server side) 2013-10-19 08:45:04 +02: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
Gregory Soutade
89d668df76 Fix javascript require problem 2013-10-16 07:55:13 +02:00
bf961944ce Add PKDBF2 (server side). Not tested. BREAKS compatibility (but no one use previous version...) \! 2013-10-15 21:02:14 +02:00
Gregory Soutade
a9fc6d00ee Server doesn't known clear master key anymore 2013-10-12 12:00:12 +02:00
Gregory Soutade
916d26b785 Add line returns to generated HTML code 2013-10-12 11:20:54 +02:00
Gregory Soutade
5e7073fbdd Add link to gPass sources in logo 2013-10-10 18:26:14 +02:00
82f95fe6e9 Initial commit 2013-10-09 20:47:43 +02:00