SQLite

Check-in [c8171ecd0d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Further ideas on user authentication. Not yet working code.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | user-auth
Files: files | file ages | folders
SHA1: c8171ecd0d6f097c9e95d5f6643bae8d67f44750
User & Date: drh 2014-09-10 17:34:28.937
Context
2014-09-10
19:01
Add the ".user" shell command and implement the sqlite3_user_add() routine. Incremental check-in. The code compiles but does not work. (check-in: a0455f9deb user: drh tags: user-auth)
17:34
Further ideas on user authentication. Not yet working code. (check-in: c8171ecd0d user: drh tags: user-auth)
2014-09-09
14:47
Non-working preliminary implementation attempts on user authentication. (check-in: 8440f093ba user: drh tags: user-auth)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/userauth/userauth.c.
Changes to main.mk.
Changes to src/build.c.
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/sqliteInt.h.