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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-114
/
+140
*
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
*
Added eDBmappingFieldsPresent(...) which returns used fields in a fieldMap
David Sommerseth
2009-04-02
2
-0
/
+15
*
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
3
-25
/
+63
*
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
4
-0
/
+141
*
Added fieldMapping for the firewall access table (openvpn_accesses)
David Sommerseth
2009-03-28
3
-0
/
+40
*
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
13
-13
/
+14
*
Cleaned up the code a little bit
David Sommerseth
2009-03-26
11
-30
/
+26
*
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
3
-4
/
+102
*
Added more fields to the global field mapping table
David Sommerseth
2009-03-24
1
-30
/
+37
*
Extended the database driver with eDBadminGetAdminAccess(...)
David Sommerseth
2009-03-24
3
-0
/
+64
*
Added support for editing the eurephia_adminaccess table
David Sommerseth
2009-03-22
6
-6
/
+98
*
Rewrote database driver (SQLite) to use eurephia_pwd_crypt(...)
David Sommerseth
2009-03-22
3
-23
/
+44
*
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
2
-20
/
+44
*
Prepared passwdhash function to allow salting and be prepared for other hashi...
David Sommerseth
2009-01-02
3
-3
/
+4
*
Make it possible to compile plug-in again without eurephiadm enabled
David Sommerseth
2009-01-02
3
-7
/
+11
*
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
3
-0
/
+74
*
Simplified some certificate field names for internal use
David Sommerseth
2008-12-26
1
-2
/
+2
*
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
3
-1
/
+51
*
BUGFIX: Fixed missing 'break' statements in switch for the eDBgetTableFieldMa...
David Sommerseth
2008-12-25
1
-1
/
+4
*
Added usercerts to the table name mapping table
David Sommerseth
2008-12-25
1
-0
/
+1
*
Added check if fieldMapping node's table attribute is set
David Sommerseth
2008-12-25
1
-0
/
+5
*
Added field mapping for the openvpn_usercerts table
David Sommerseth
2008-12-25
3
-3
/
+28
*
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
2
-3
/
+93
*
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
2
-3
/
+53
*
Corrected wrong field name (org->organisation) in field mapping
David Sommerseth
2008-12-20
1
-1
/
+1
*
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
2
-27
/
+39
*
Changed from numeric session status code to text in eDBadminGetUserInfo(...) ...
David Sommerseth
2008-12-19
3
-1
/
+14
[next]