Directory src/net/java/sip/communicator/impl/credentialsstorage/

Directory Created:
2010-07-12 17:59
Total Files:
4
Deleted Files:
0
Lines of Code:
884

[root]/src/net/java/sip/communicator/impl/credentialsstorage

Lines of Code

src/net/java/sip/communicator/impl/credentialsstorage/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 20 (100.0%) 1287 (100.0%) 64.3
lubomir_m 10 (50.0%) 1151 (89.4%) 115.1
damencho 2 (10.0%) 66 (5.1%) 33.0
emcho 5 (25.0%) 47 (3.7%) 9.4
yanas 2 (10.0%) 15 (1.2%) 7.5
s_vincent 1 (5.0%) 8 (0.6%) 8.0

Most Recent Commits

emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: AESCrypto.java (+1 -1), CredentialsStorageActivator.java (+1 -1), CredentialsStorageServiceImpl.java (+1 -1), Crypto.java (+1 -1)
yanas 2011-03-21 18:56

Remove unused method and variable.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: CredentialsStorageActivator.java (+1 -21)
yanas 2011-03-21 18:40

Load Master Password Window before credential storage window and before provisioning.

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: CredentialsStorageServiceImpl.java (+14 -81)
s_vincent 2010-10-04 12:33

Fixes warnings and javadocs.

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: AESCrypto.java (+8 -7)
lubomir_m 2010-08-16 20:25

Commits uiRegistration.patch provided by Dmitri Melnikov on the dev mailing list in the thread "password storage exception".

135 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: CredentialsStorageActivator.java (+11), CredentialsStorageServiceImpl.java (+124 -30)
lubomir_m 2010-07-26 12:07

Commits a part of the fix.patch provided by Dmitri Melnikov in the dev maling list thread "password storage exception" in order to try to address NullPointerExceptions.

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: CredentialsStorageServiceImpl.java (+9 -4)
lubomir_m 2010-07-21 11:55

Commits migration.patch (migrates old passwords to the credential storage on startup) and passwordInput.patch (the OK button gets clicked when Enter is hit inside the master password entry field) provided by Dmitri Melnikov as part of Google Summer of Code 2010 on the dev mailing list in the thread "Password Storage in trunk".

57 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: CredentialsStorageServiceImpl.java (+57 -50)
damencho 2010-07-15 16:26

Fixing storing passwords and fixing build.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: AESCrypto.java (+7 -3)
damencho 2010-07-15 15:47

Fix storing passwords on Linux, wrong key length. Now tries first the default key length(256) and if it fails it goes to 128.
Fix authentication failed detection when connecting to openfire.

59 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: AESCrypto.java (+59 -22)
lubomir_m 2010-07-15 13:49

Commits passwdstorage2.patch provided by Dmitri Melnikov on the dev mailing list in the thread "Password Storage in trunk".

120 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: CredentialsStorageActivator.java (+13 -25), CredentialsStorageServiceImpl.java (+107 -113)
emcho 2010-07-12 20:07

Removes use of the String.isEmpty() method as it does not exist in Java 1.5

43 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: CredentialsStorageServiceImpl.java (+43 -43)
lubomir_m 2010-07-12 17:59

Merges branches/gsoc10/passwdstrg@7435 which represents the work of Dmitri Melnikov on the "Password storage" GSoC 2010 project into trunk.

830 lines of code changed in:

  • src/net/java/sip/communicator/impl/credentialsstorage: AESCrypto.java (new 158), CredentialsStorageActivator.java (new 114), CredentialsStorageServiceImpl.java (new 522), Crypto.java (new 36)
Generated by StatSVN 0.3.1