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
/
edb-sqlite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always process certificate depth as integer
David Sommerseth
2009-10-13
1
-3
/
+3
*
Restrict input data length for plug-in arguments from openvpn
David Sommerseth
2009-10-04
1
-2
/
+2
*
Completed doxygen comments for edb-sqlite.c
David Sommerseth
2009-09-11
1
-37
/
+114
*
Added debug logging of free_nullsafe() calls as well
David Sommerseth
2009-09-07
1
-13
/
+13
*
Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()
David Sommerseth
2009-09-07
1
-2
/
+1
*
Added missing #include statements
David Sommerseth
2009-09-02
1
-0
/
+1
*
Fixed a "hang" when wrong password was used
David Sommerseth
2009-03-28
1
-2
/
+4
*
Made the licence explicit GPLv2 only
David Sommerseth
2009-03-26
1
-1
/
+1
*
Cleaned up the code a little bit
David Sommerseth
2009-03-26
1
-2
/
+2
*
Rewrote database driver (SQLite) to use eurephia_pwd_crypt(...)
David Sommerseth
2009-03-22
1
-8
/
+18
*
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
1
-1
/
+1
*
edb-sqlite: Update openvpn_users.last_accessed = now() on successful login
David Sommerseth
2008-12-08
1
-0
/
+13
*
Moved administration functions (eDBadmin*) into adminstration.c
David Sommerseth
2008-12-03
1
-364
/
+6
*
Fixed wrong data type for the access variable in eDBadminAuth(...)
David Sommerseth
2008-12-03
1
-2
/
+2
*
BUGFIX: Logout works properly again and improved logout status change
David Sommerseth
2008-12-03
1
-7
/
+11
*
Changed the logout behaviour to avoid login and/or access control check when ...
David Sommerseth
2008-12-03
1
-5
/
+5
*
Enhanced the access control by introducing access levels
David Sommerseth
2008-12-02
1
-30
/
+66
*
Added database functions for editing the openvpn_config table
David Sommerseth
2008-12-02
1
-0
/
+46
*
Fixed memory leak. Was missing a sqlite_free_results(...)
David Sommerseth
2008-11-30
1
-0
/
+1
*
Added eDBadminLogout(...) function in database driver
David Sommerseth
2008-11-30
1
-3
/
+42
*
eurephiadm can now use eDBadminValidateSession(...) to use open session. Aut...
David Sommerseth
2008-11-30
1
-1
/
+44
*
Unified define flags
David Sommerseth
2008-11-30
1
-1
/
+0
*
Completed the change of authentication model in database driver
David Sommerseth
2008-11-30
1
-84
/
+48
*
Merge branch 'master' into eurephiadm
David Sommerseth
2008-11-29
1
-5
/
+8
|
\
|
*
BUGFIX: Use hard coded default values when checking against openvpn_attempts ...
David Sommerseth
2008-11-29
1
-5
/
+8
*
|
Login seems to work from database driver side
David Sommerseth
2008-11-29
1
-5
/
+239
*
|
Splitted plugin/eurephiadb_session.[ch] into two parts
David Sommerseth
2008-11-28
1
-1
/
+1
*
|
Rough preparation of the db drivers for API ver 2
David Sommerseth
2008-11-28
1
-3
/
+14
|
/
*
Renamed eurephiadb-sqlite to edb-sqlite
David Sommerseth
2008-11-05
1
-0
/
+900