aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
Commit message (Expand)AuthorAge
* Remove unneeded pSchema field from the Expr structure. (CVS 4434)drh2007-09-18
* Fix a bug in jrnlTruncate(). And other coverage improvements. (CVS 4367)danielk19772007-09-01
* The sqlite3_value object now carries an sqlite3* pointer to use fordrh2007-08-21
* Remove terms with operator TK_AS from the expression tree. Ticket #2356. (CV...drh2007-05-14
* Add some tests (and fixes) for virtual tables and the authorization callback....danielk19772006-06-16
* Make sure the authenticator does not try to authenticate columns indrh2006-01-13
* Add the shared schema/pager modifications. Very few tests so far. (CVS 2859)danielk19772006-01-05
* Fix authentication so that it works with AS aliases. Ticket #1338. (CVS 2570)drh2005-07-29
* Modify sub-query handling. Tickets #1083 and #1084. (CVS 2286)danielk19772005-01-29
* Add the experimental sqlite3_expired() API. (CVS 2263)drh2005-01-22
* Allow functions to be created when there are outstanding VMs.drh2004-09-30
* Fix a segfault in the authorizer when it is given a SELECT statement withdrh2004-09-09
* Fix a naming conflict between sqlite versions 2 and 3. An open sqlite3drh2004-09-06
* Omit the DB_Locked and DB_Cookie flags. Other minor cleanup. (CVS 1642)drh2004-06-19
* Don't invoke authorisation callback during database initialisation. (CVS 1588)danielk19772004-06-14
* Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1337)danielk19772004-05-10
* Change lots of internal symbols from sqliteXXX to sqlite3XXX so that thedanielk19772004-05-08
* Use sqliteErrorMsg instead of sqliteSetString whereever practical. (CVS 1264)drh2004-02-22
* Always use "(char*)0" to terminate the argument list of sqliteSetString().drh2003-12-06
* Changes to comments. In particular, a lengthy comment was added to encode.c drh2003-05-10
* VDBE cursors numbers for tables in a join do not have to be consecutive.drh2003-05-02
* Report the correct authorization context in the authorization callbackdrh2003-04-25
* Fix some issues with INSTEAD OF triggers. (CVS 930)drh2003-04-24
* Update the authorizer API so that it reports the database that table anddrh2003-04-22
* Fix the authorizer so that it correctly interprets attempts to read thedrh2003-04-16
* The sqlite_exec() function now returns SQLITE_AUTH when authorization fails.drh2003-01-31
* Revise the sqlite_set_authorizer API to provide more detailed informationdrh2003-01-13
* The initial round of tests for the sqlite_set_authorizer() API. More aredrh2003-01-12
* Forgot to include the new "auth.c" source file in the previous checkin. (CVS ...drh2003-01-12