Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/userauth/userauth.c
2024-10-28
| ||
17:27 | Deleted: Remove the never-used and never-documented and long-ago deprecated user-authentication feature option. [65884d4f81a4705b]. (check-in: [3a3f7bf430] user: drh branch: trunk, size: 0) | |
2020-07-29
| ||
16:18 | [7d536fa268] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 11622) | |
2020-01-21
| ||
13:40 | [7f00cded7d] part of check-in [3a62f64222] Fix a problem in the userauth extension causing it to occasionally set "PRAGMA count_changes" (and some others) to true. (check-in: [3a62f64222] user: dan branch: trunk, size: 11623) | |
2018-09-19
| ||
17:09 | [f81aa5a3ec] part of check-in [221f3f572e] Fix a compilation issue in the "userauth" extension. Also fix a few test script errors that occur with SQLITE_USER_AUTHENTICATION=1 builds. (check-in: [221f3f572e] user: dan branch: trunk, size: 11623) | |
2017-01-25
| ||
13:54 | [3410be3128] part of check-in [0803390c15] Fix SQLITEINT_H macro usage in two extensions. (check-in: [0803390c15] user: drh branch: trunk, size: 11620) | |
2014-09-11
| ||
17:14 | [5fa3bdb492] part of check-in [b149ef5c63] Clean up some #includes in the extension API implementation. (check-in: [b149ef5c63] user: drh branch: user-auth, size: 11622) | |
16:19 | [02a52c3c34] part of check-in [842c6da8f1] Enhance the sqlite3_user_add() interface to initialize the user authentication logic. Add test cases for the extra argument on the end of the authorizer callback. (check-in: [842c6da8f1] user: drh branch: user-auth, size: 11621) | |
14:56 | [7942172fe5] part of check-in [974a9c6558] Get the sqlite3_user_delete() interface working. (check-in: [974a9c6558] user: drh branch: user-auth, size: 11163) | |
14:40 | [bcd1aedb0b] part of check-in [52d440c7e1] Fix the sqlite3_user_change() interface so that it does allow a non-admin user to change their own password. (check-in: [52d440c7e1] user: drh branch: user-auth, size: 11163) | |
00:27 | [a66cd3abcc] part of check-in [2f6d8f32ee] Reorder parameters on the sqlite3_user_*() interfaces for consistency. Add the first TCL test cases. (check-in: [2f6d8f32ee] user: drh branch: user-auth, size: 11010) | |
2014-09-10
| ||
22:46 | [e14ab212e1] part of check-in [4eaaa7fa87] Complete the implementation of the various APIs. Fix several problems. This is another incremental check-in that does not completely work. (check-in: [4eaaa7fa87] user: drh branch: user-auth, size: 11010) | |
19:01 | [5a3f8a7ac7] part of check-in [a0455f9deb] 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 branch: user-auth, size: 9627) | |
17:34 | [0d24bcd4a1] part of check-in [c8171ecd0d] Further ideas on user authentication. Not yet working code. (check-in: [c8171ecd0d] user: drh branch: user-auth, size: 7490) | |
2014-09-09
| ||
14:47 | Added: [cea064a9b6] part of check-in [8440f093ba] Non-working preliminary implementation attempts on user authentication. (check-in: [8440f093ba] user: drh branch: user-auth, size: 6515) | |