Commit Graph

96 Commits

Author SHA1 Message Date
soutade 416a4d9581 Use old passwords decryption for protocols < 4 2017-04-17 20:39:53 +02:00
soutade 6dfcab813d Update options.js of firefox webextension 2017-04-17 20:39:53 +02:00
soutade da72cb46eb Add new encryption scheme in CLI. Fix a bug : encrypt_domain doesn't add \0 on message returns leading to malformed server requests 2017-04-17 20:39:53 +02:00
soutade 36db5056a3 Add new encryption scheme in chrome addon/firefox webextension 2017-04-17 20:39:53 +02:00
soutade c3fab882f2 Add compat.js for getPref and setPref 2017-04-17 20:39:53 +02:00
soutade 74b1010881 Add icons to icon path when displaying notifications 2017-04-17 20:39:53 +02:00
soutade 562a84d984 Rename compat.js in misc.js and remove old crypto libraries 2017-04-17 20:39:53 +02:00
soutade 7800eadfaa Move icons into a single directory 2017-04-17 20:39:53 +02:00
soutade c64f886188 Add Firefox WebExtension 2017-04-17 20:39:53 +02:00
soutade e759c13d64 First merge with Chrome et Firefox web extension (not tested in chrome) 2017-04-17 20:39:53 +02:00
soutade 1d71ca6861 Change protocol version (3 -> 4) in CLI : PKDBF2 is renamed in PBKDF2 2017-04-17 20:39:53 +02:00
soutade 65ca3a3d3d Change protocol version (3 -> 4) : PKDBF2 is renamed in PBKDF2. This also avoid mismatch with new encryption system 2017-04-17 20:39:53 +02:00
soutade 29e2c8337c Clear master keys and reset passwords after 15 minutes of inactivity 2016-08-20 13:23:36 +02:00
soutade 9b9c36070b Fix a bug in gpass_cli : sprintf needs final 0 while we must not add it for encryption 2016-08-20 10:47:54 +02:00
soutade 0cc706d260 Add command line interface (cli) 2016-08-14 11:37:39 +02:00
soutade 89ccd0575f Forgot to update reference database 2016-05-21 09:58:30 +02:00
Gregory Soutade ba75b73503 Merge branch 'master' of soutade.fr:gpass v0.7 2015-12-04 17:03:16 +01: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
soutade 81b6116a9f Update firefox addon to be compliant with new jpm building tool 2015-11-05 18:42:15 +01:00
soutade 075dd914f1 Give a chance to fields with type other than text and email to be a username (improve website compatibility) 2015-11-05 18:16:33 +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
soutade 3108195ce3 Set default address in HTTPS for chrome addon v0.6 2015-02-09 19:18:27 +01:00
Gregory Soutade 3f0636976e Merge branch 'master' of soutade.fr:gpass 2015-02-09 18:58:08 +01:00
Gregory Soutade e9c6208b54 Introduce shadow logins 2015-02-09 18:57:49 +01:00
soutade f88a0d1f29 Mistake in pkdbf2 requires, it's hmac and not hmac.js 2015-02-05 20:07:11 +01:00
soutade 636d403396 Add short name to chrome addon manifest 2015-02-03 20:11:30 +01:00
soutade 423799bfd7 Integrate icons in addons 2015-01-29 21:19:29 +01:00
soutade 6a86ab989c Add 16, 32, 64 and 128 px icons 2015-01-29 21:19:00 +01:00
soutade 601ddfc629 Little mistake in firefox addon notify() 2015-01-27 21:23:03 +01:00
soutade d395807c98 Add Chrome addon 2015-01-27 21:10:55 +01:00
soutade 2757b81e64 Rename resSources directories into resources 2015-01-27 21:10:09 +01:00
soutade 9dc74cb942 Add gpass icon 2015-01-27 21:08:46 +01:00
soutade 714f0f570f Update version to 0.6 2015-01-27 21:08:01 +01:00
soutade 5cfb47c470 Use wrappers for get and set prefs
Fix some syntax issues in hmac.js
2015-01-22 21:50:07 +01:00
soutade e0f8670a58 Add var before local variables 2015-01-21 18:56:50 +01:00
soutade 035576998d Move hmac code into hmac.js file 2015-01-21 18:56:32 +01:00
soutade a5b3dec5b0 Move notifications into notify function 2015-01-21 18:49:26 +01:00
soutade f5a0da3f69 Add a message when password is replaced but not submitted (@_ function) v0.5.1 2014-08-26 18:56:20 +02:00
Gregory Soutade f8472d7ca4 Merge branch 'master' of soutade.fr:gpass v0.5 2014-06-10 20:41:06 +02:00
Gregory Soutade de0a443ebb Add a favicon 2014-06-10 20:40:53 +02:00
soutade 53db16b832 Update README.md 2014-06-10 19:19:48 +02:00
soutade b0ea92b71b Add "@_" prefix support to replace password without submit 2014-06-10 19:04:56 +02:00
Gregory Soutade ee75e0ea06 Automatically change user when its selected (server side) v0.4 2014-04-02 07:47:54 +02:00
Gregory Soutade 6d30db3ca0 Merge branch 'master' of soutade.fr:gpass 2014-03-07 17:36:24 +01:00
Gregory Soutade fceab22f48 Server : Disable warning on empty master key (clear passwords from others) 2014-03-07 17:36:12 +01:00