summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sql-schema-delta-2.sql
Commit message (Collapse)AuthorAgeFilesLines
* Added a new eDBregister_login2() to replace eDBregister_login() database ↵David Sommerseth2012-12-261-0/+48
function This will save the access profile in the lastlog table. However, it will not save the VPN IP address and netmask any more. This should be saved in the vpnaddr_history table, using the eDBregister_vpnclientaddr() function. eDBregister_login() is now just a wrapper around the eDBregister_login2(), ignoring the access profile id and VPN addresses. This exists purely as a compatibility layer if the updated driver is used against an older eurephia-auth.so plug-in. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>