Differences From:
File
src/xfer.c
part of check-in
[776753118f]
- The nonce of a login card in the sync protocol is now the SHA1 hash
of the remainder of the sync message. The signature is the SHA1 hash
of the concatenation of the nonce and the users password.
by
drh on
2007-09-12 02:25:37.
Also file
src/xfer.c
part of check-in
[f76192b245]
- Pulled the latest CLI, website, and sqlite changes into the importer branch.
by
aku on
2007-09-17 01:00:32.
[view]
To:
File
src/xfer.c
part of check-in
[a15122ff2d]
- Fix a bug in autosync commit - cleanup the onremote temp table after use.
by
drh on
2007-09-26 13:49:54.
[view]
@@ -881,6 +881,7 @@
go = 1;
}
};
http_close();
+ db_multi_exec("DROP TABLE onremote");
db_end_transaction(0);
}