Differences From:
File
src/xfer.c
part of check-in
[e3c529c2f0]
- Merge in clone and sync changes. Fix a bug in undelta.
by
anonymous on
2007-07-30 16:31:11.
Also file
src/xfer.c
part of check-in
[3a25b68390]
- Only request the password one time on a push or pull.
by
drh on
2007-07-30 16:35:16.
[view]
To:
File
src/xfer.c
part of check-in
[bfe6e64f94]
- Fix a bug in the /xfer login logic.
by
drh on
2007-07-30 18:38:43.
[view]
@@ -231,8 +231,9 @@
db_ephemeral_blob(&q, 0, &pw);
blob_zero(&combined);
blob_copy(&combined, pNonce);
blob_append(&combined, blob_buffer(&pw), blob_size(&pw));
+ /* CGIDEBUG(("presig=[%s]\n", blob_str(&combined))); */
sha1sum_blob(&combined, &hash);
rc = blob_compare(&hash, pSig);
blob_reset(&hash);
blob_reset(&combined);