index
:
eurephia.git
beta
master
pgsql
release/1.0
release/1.1
Unnamed repository; edit this file to name it for gitweb.
David Sommerseth
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
database
/
sqlite
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Renamed fieldmapping for 'attempts' to 'attemptslog'
David Sommerseth
2009-05-06
2
-9
/
+16
*
Rewritten CMake rules to build common/ as static library
David Sommerseth
2009-04-11
1
-11
/
+5
*
sqlite3 driver: Implemented listing of openvpn_attempts table
David Sommerseth
2009-04-09
4
-4
/
+184
*
Added improved filtering support to SQLite3 driver
David Sommerseth
2009-04-05
1
-1
/
+17
*
Added eDBfieldMapping field for filter types
David Sommerseth
2009-04-05
1
-49
/
+49
*
When deleting fwprofiles, delete also records from openvpn_usercerts
David Sommerseth
2009-04-03
1
-0
/
+30
*
Completed eDBadminFirewallProfiles(...) with add and delete in db driver
David Sommerseth
2009-04-02
1
-9
/
+60
*
Security enhancement: Added check in eDBadmin* functions that the context is ...
David Sommerseth
2009-04-01
2
-0
/
+102
*
Cleaned up some compiler warnings in edb-sqlite
David Sommerseth
2009-03-30
3
-0
/
+20
*
Restructured ./configure and improved the path setup
David Sommerseth
2009-03-30
1
-1
/
+1
*
Added missing xmlReplaceChars(...) on common_name and organisation
David Sommerseth
2009-03-29
1
-4
/
+20
*
Changed eDBadminGetFirewallProfiles(...) to eDBadminFirewallProfiles(...)
David Sommerseth
2009-03-29
1
-23
/
+61
*
Fixed some possible issues with the XML implementation, regarding UTF-8
David Sommerseth
2009-03-29
1
-5
/
+20
*
Added eDBadminGetFirewallProfiles(...) function in DB driver
David Sommerseth
2009-03-28
2
-0
/
+137
*
Added fieldMapping for the firewall access table (openvpn_accesses)
David Sommerseth
2009-03-28
1
-0
/
+15
*
Fixed a "hang" when wrong password was used
David Sommerseth
2009-03-28
2
-4
/
+8
*
BUGFIX: Fixed missing string replace in certificate functions
David Sommerseth
2009-03-27
1
-2
/
+18
*
Made the licence explicit GPLv2 only
David Sommerseth
2009-03-26
6
-6
/
+6
*
Cleaned up the code a little bit
David Sommerseth
2009-03-26
6
-12
/
+16
*
Corrected sorting of result in eDBadminGetAdminAccess(...)
David Sommerseth
2009-03-24
1
-1
/
+1
*
Implemented the eDBadminGetLastLog(...) function in the SQLite3 driver
David Sommerseth
2009-03-24
2
-3
/
+101
*
Extended the database driver with eDBadminGetAdminAccess(...)
David Sommerseth
2009-03-24
1
-0
/
+62
*
Added support for editing the eurephia_adminaccess table
David Sommerseth
2009-03-22
2
-0
/
+73
*
Rewrote database driver (SQLite) to use eurephia_pwd_crypt(...)
David Sommerseth
2009-03-22
2
-20
/
+40
*
Added missing source in edb-sqlite driver after reorg with randstr.c
David Sommerseth
2009-03-21
1
-0
/
+1
*
Compile fix: Use sqlite_int64 instead of sqlite3_int64
David Sommerseth
2009-03-02
1
-1
/
+1
*
Introduced password caching on authenticated sessions
David Sommerseth
2009-01-03
1
-19
/
+43
*
Prepared passwdhash function to allow salting and be prepared for other hashi...
David Sommerseth
2009-01-02
2
-2
/
+2
*
Make it possible to compile plug-in again without eurephiadm enabled
David Sommerseth
2009-01-02
1
-2
/
+5
*
sqlite3 - compile in common/eurephia_xml.c when admin mode is enabled
v0.9.3_beta
David Sommerseth
2008-12-29
1
-1
/
+1
*
Added db driver function: eDBadminGetUserCertsList(...) - to get user account...
David Sommerseth
2008-12-28
1
-0
/
+71
*
sqlite3: Make sqlite_query_mapped(...) work with empty WHERE clause
David Sommerseth
2008-12-26
1
-3
/
+10
*
sqlite3 - admin: Added DEBUG statements on all function calls
David Sommerseth
2008-12-26
1
-1
/
+18
*
sqlite3 db driver: Added eDBadminUpdateUserCertLink(...) function to add and ...
David Sommerseth
2008-12-25
1
-0
/
+48
*
Added field mapping for the openvpn_usercerts table
David Sommerseth
2008-12-25
1
-0
/
+9
*
Fixed spelling mistake in XML attribute for certificates
David Sommerseth
2008-12-22
1
-1
/
+1
*
sqlite3 - Return uid or certid of newly registered users or certificates
David Sommerseth
2008-12-22
1
-9
/
+12
*
sqlite3 - Added saving last_insert_id on INSERT INTO queries
David Sommerseth
2008-12-22
3
-1
/
+9
*
Moved all replace_char(...) calls into SQLite3 driver as xmlReplaceChars(...)
David Sommerseth
2008-12-21
1
-5
/
+37
*
sqlite3 - Added eDBadminGetCertificateInfo(...)
David Sommerseth
2008-12-20
1
-2
/
+92
*
sqlite3 - Added sortkeys as argument to sqlite_query_mapped(...)
David Sommerseth
2008-12-20
3
-8
/
+14
*
Added eDBadminDeleteCertificate(...) function in SQLite3 driver
David Sommerseth
2008-12-20
1
-2
/
+52
*
sqlite3: Corrected some compiler warnings
David Sommerseth
2008-12-20
1
-2
/
+2
*
sqlite3: Added eDBadminAddCertificate(...) function
David Sommerseth
2008-12-20
1
-2
/
+51
*
Added field mapping for the certificates table
David Sommerseth
2008-12-20
1
-0
/
+11
*
Changed from numeric session status code to text in eDBadminGetUserInfo(...) ...
David Sommerseth
2008-12-19
1
-1
/
+2
*
sqlite - admin: Added fetching blacklist info for user account.
David Sommerseth
2008-12-19
1
-0
/
+24
*
sqlite - admin: Added fetching login attempt for user. Fixed a memory leak a...
David Sommerseth
2008-12-19
1
-4
/
+30
*
Added extraction of lastlog info in eDBadminGetUserInfo(...)
David Sommerseth
2008-12-19
1
-43
/
+104
*
Fixed more memory leaks and missing memory initialisation.
David Sommerseth
2008-12-19
1
-2
/
+4
[prev]
[next]