Changes between Version 22 and Version 23 of Ticket #1164


Ignore:
Timestamp:
2014-12-30T21:53:51Z (9 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1164 – Description

    v22 v23  
    1111
    1212[//pipermail/tahoe-dev/2010-August/004936.html This tahoe-dev letter] lists all the places where the current source code (which is Tahoe-LAFS v1.8.0c1) uses encryption:
    13  * [source:src/allmydata/dirnode.py@4539#L174]
    14  * [source:src/allmydata/dirnode.py@4539#L293]
    15  * [source:src/allmydata/immutable/filenode.py@4661#L166]
    16  * [source:src/allmydata/immutable/upload.py@4655#L619]
    17  * [source:src/allmydata/immutable/upload.py@4655#L728]
    18  * [source:src/allmydata/mutable/filenode.py@4329#L131]
    19  * [source:src/allmydata/mutable/filenode.py@4329#L136]
    20  * [source:src/allmydata/mutable/publish.py@4329#L400]
    21  * [source:src/allmydata/mutable/retrieve.py@4329#L518]
    22  * [source:src/allmydata/util/fileutil.py@4609#L118]
     13 * [source:trunk/src/allmydata/dirnode.py?annotate=blame&rev=35f37cc5b86465407a0eb85a7760f8442f5a969f#L175]
     14 * [source:trunk/src/allmydata/dirnode.py?annotate=blame&rev=35f37cc5b86465407a0eb85a7760f8442f5a969f#L294]
     15 * [source:trunk/src/allmydata/immutable/filenode.py?annotate=blame&rev=0ef593947755a8b81edc73d033219724268faf80#L185]
     16 * [source:trunk/src/allmydata/immutable/upload.py?annotate=blame&rev=196bd583b6c4959c60d3f73cdcefc9edda6a38ae#L620]
     17 * [source:trunk/src/allmydata/immutable/upload.py?annotate=blame&rev=196bd583b6c4959c60d3f73cdcefc9edda6a38ae#L756]
     18 * [source:trunk/src/allmydata/mutable/filenode.py?annotate=blame&rev=4563ba456b1b2d640551956374b0cfbfc602dcec#L161]
     19 * [source:trunk/src/allmydata/mutable/filenode.py?annotate=blame&rev=4563ba456b1b2d640551956374b0cfbfc602dcec#L166]
     20 * [source:trunk/src/allmydata/mutable/publish.py?annotate=blame&rev=45adde71808bc27d41b5bc77a963184957e9b247#L693]
     21 * [source:trunk/src/allmydata/mutable/retrieve.py?annotate=blame&rev=7956e22d2149b0fb7f3014d6f43d01fb520c1b81#L621]
     22 * [source:trunk/src/allmydata/util/fileutil.py?annotate=blame&rev=c85060c436834b58cf7f1876811762d53c81ff90#L118]
    2323
    2424This is inspired by [wiki:OneHundredYearCryptography The One-Hundred-Year Cryptography Project].