aboutsummaryrefslogtreecommitdiff
path: root/ext/userauth/userauth.c
Commit message (Expand)AuthorAge
* Fix a problem in the userauth extension causing it to occasionally set "PRAGM...dan2020-01-21
* Fix a compilation issue in the "userauth" extension. Also fix a few testdan2018-09-19
* Fix SQLITEINT_H macro usage in two extensions.drh2017-01-25
* Clean up some #includes in the extension API implementation.drh2014-09-11
* Enhance the sqlite3_user_add() interface to initialize the userdrh2014-09-11
* Get the sqlite3_user_delete() interface working.drh2014-09-11
* Fix the sqlite3_user_change() interface so that it does allow adrh2014-09-11
* Reorder parameters on the sqlite3_user_*() interfaces for consistency.drh2014-09-11
* Complete the implementation of the various APIs. Fix several problems.drh2014-09-10
* Add the ".user" shell command and implement the sqlite3_user_add()drh2014-09-10
* Further ideas on user authentication. Not yet working code.drh2014-09-10
* Non-working preliminary implementation attempts on user authentication.drh2014-09-09