Check-in [f46fe42d6d]
Not logged in
Overview

SHA1 Hash:f46fe42d6d0703562250d3808de63c73ebb3169e
Date: 2008-07-24 02:04:36
User: drh
Comment:Store private ticket fields (ex: the originators email address) as their SHA1 hash so that malefactors cannot read them. Add the new "concealed" table to the repository database and store mappings from SHA1 hashes back to email addresses in that table. Ticket a24ec6005f. Note: run "rebuild" on repositories after updating to this version of fossil in order to create the "concealed" table. Need to add the ability to manage the concealed table from the web interface and the ability to sync concealed content between trusted repositories.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[show diffs]

Modified src/db.c from [d924508e76] to [984f70bf72].    [diff]

Modified src/rebuild.c from [ec319a8700] to [0d4b328967].    [diff]

Modified src/schema.c from [f558a43ecd] to [d06483adac].    [diff]

Modified src/tkt.c from [6ac9641c6a] to [a48490bf20].    [diff]