Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(721)

Issue 223066: Add fingerprints check to Tryton client (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years ago by ced
Modified:
15 years, 11 months ago
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Improve security by using md5 and sha1 and use common format for fingerprints #

Patch Set 3 : Add ca_certs validation if file exists #

Patch Set 4 : Use only sha1 for fingerprint, add warning for Bad fingerprint and fix reconnection with non-ssl #

Total comments: 13

Patch Set 5 : Simplify fingerprint ValueError test #

Patch Set 6 : Fix host, port split for ipv6 addresses #

Patch Set 7 : Use hostname instead of ip to re-login to ensure right fingerprint check #

Total comments: 12

Patch Set 8 : Add comment on len of value of fingerprint #

Patch Set 9 : One more fix to use hostname instead of host #

Patch Set 10 : Update doc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -11 lines) Patch
M doc/usage.rst View 1 chunk +2 lines, -0 lines 0 comments Download
M tryton/common/common.py View 4 5 6 1 chunk +10 lines, -2 lines 0 comments Download
A tryton/fingerprints.py View 1 2 3 4 5 6 7 1 chunk +41 lines, -0 lines 0 comments Download
M tryton/pysocket.py View 1 2 3 4 5 6 7 8 5 chunks +40 lines, -5 lines 0 comments Download
M tryton/rpc.py View 1 2 3 4 5 6 7 8 9 6 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 23
ced
16 years ago (2010-02-26 16:53:06 UTC) #1
ced
16 years ago (2010-02-28 10:38:32 UTC) #2
h.goebel
Sorry to say, but this patch is plain rubbish! SSL already implements *everything* required for ...
15 years, 12 months ago (2010-03-01 14:19:35 UTC) #3
ced
On 2010/03/01 14:19:35, h.goebel wrote: > Sorry to say, but this patch is plain rubbish! ...
15 years, 12 months ago (2010-03-01 15:47:35 UTC) #4
h.goebel
On 2010/03/01 15:47:35, ced wrote: > You can keep for your-self this kind of non-constructive ...
15 years, 12 months ago (2010-03-01 16:19:31 UTC) #5
ced
On 2010/03/01 16:19:31, h.goebel wrote: > On 2010/03/01 15:47:35, ced wrote: > > > You ...
15 years, 12 months ago (2010-03-01 16:37:51 UTC) #6
ced
15 years, 12 months ago (2010-03-02 19:21:14 UTC) #7
h.goebel
Implementation still has some deficit. I'll post on tryton-dev next days.
15 years, 12 months ago (2010-03-05 09:28:55 UTC) #8
yangoon1
15 years, 11 months ago (2010-03-09 02:15:06 UTC) #9
ced
15 years, 11 months ago (2010-03-14 15:56:37 UTC) #10
h.goebel
http://codereview.appspot.com/223066/diff/5001/6001 File tryton/common/common.py (right): http://codereview.appspot.com/223066/diff/5001/6001#newcode810 tryton/common/common.py:810: sys.exit() You should be nice to the user. Quitting ...
15 years, 11 months ago (2010-03-14 18:14:17 UTC) #11
ced
15 years, 11 months ago (2010-03-14 19:46:20 UTC) #12
ced
http://codereview.appspot.com/223066/diff/5001/6001 File tryton/common/common.py (right): http://codereview.appspot.com/223066/diff/5001/6001#newcode810 tryton/common/common.py:810: sys.exit() On 2010/03/14 18:14:17, h.goebel wrote: > You should ...
15 years, 11 months ago (2010-03-14 19:46:26 UTC) #13
ced
15 years, 11 months ago (2010-03-14 19:57:15 UTC) #14
ced
15 years, 11 months ago (2010-03-16 11:20:15 UTC) #15
henear000
http://codereview.appspot.com/223066/diff/22001/23001 File tryton/common/common.py (right): http://codereview.appspot.com/223066/diff/22001/23001#newcode816 tryton/common/common.py:816: hostname = rpc._SOCK.hostname frivolous change, plz revert http://codereview.appspot.com/223066/diff/22001/23001#newcode817 tryton/common/common.py:817: ...
15 years, 11 months ago (2010-03-16 15:39:27 UTC) #16
ced
http://codereview.appspot.com/223066/diff/22001/23001 File tryton/common/common.py (right): http://codereview.appspot.com/223066/diff/22001/23001#newcode816 tryton/common/common.py:816: hostname = rpc._SOCK.hostname On 2010/03/16 15:39:27, henear000 wrote: > ...
15 years, 11 months ago (2010-03-16 15:45:53 UTC) #17
henear000
looks good, but a few minor comments http://codereview.appspot.com/223066/diff/22001/23001 File tryton/common/common.py (right): http://codereview.appspot.com/223066/diff/22001/23001#newcode808 tryton/common/common.py:808: from tryton.gui.main ...
15 years, 11 months ago (2010-03-16 22:30:57 UTC) #18
ced
15 years, 11 months ago (2010-03-16 22:47:02 UTC) #19
ced
Other comments are not linked to this patch. http://codereview.appspot.com/223066/diff/22001/23001 File tryton/common/common.py (right): http://codereview.appspot.com/223066/diff/22001/23001#newcode808 tryton/common/common.py:808: from ...
15 years, 11 months ago (2010-03-16 22:47:48 UTC) #20
ced
15 years, 11 months ago (2010-03-17 14:40:53 UTC) #21
ced
15 years, 11 months ago (2010-03-19 14:06:28 UTC) #22
h.goebel
15 years, 11 months ago (2010-03-23 16:34:12 UTC) #23
On 2010/03/14 19:46:26, ced wrote:

> digest is not readable and format_hash format the hash with a common
> representation.

Formating a number is much more efficient than reformatting a string.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b