Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Copyright dates to include 2010 | David Sommerseth | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | Updated copyright info in the SQLite3 SQL schema file | David Sommerseth | 2009-09-02 | 1 | -2/+17 |
| | |||||
* | Added more comments to the SQLite3 database schema | David Sommerseth | 2009-09-02 | 1 | -7/+38 |
| | |||||
* | 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 | -0/+6 |
| | | | | | Made sure we only include needed include files and checked that the copyright headers are equal and correct | ||||
* | Enhanced the access control by introducing access levels | David Sommerseth | 2008-12-02 | 1 | -1/+7 |
| | |||||
* | Login seems to work from database driver side | David Sommerseth | 2008-11-29 | 1 | -0/+14 |
| | |||||
* | BUGFIX: Changed SQLite database schema to allow mulitple identical sessionseeds | David Sommerseth | 2008-09-26 | 1 | -1/+2 |
| | | | | | | | | | This is to comply to the new behaviour after commit fc8a177bc86fc7e68b15045ba7a791e2504f4b5c. Now we might get several identical session seeds, but some of them might be connected to sessions getting destroyed, while one of them would be connected to an already active session. sessionkey is now the primary key. | ||||
* | Renamed openvpn_lastlog.session_del to session_deleted | David Sommerseth | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | Added (untested) logging of time_duration into openvpn_lastlog.session_duration | David Sommerseth | 2008-09-19 | 1 | -16/+17 |
| | |||||
* | Added (untested) logging of VPN MAC addresses into openvpn_macaddr_history | David Sommerseth | 2008-09-19 | 1 | -0/+9 |
| | |||||
* | Changed from SHA1 hash to SHA512. | David Sommerseth | 2008-08-21 | 1 | -3/+3 |
| | | | | | | | | | | | Using code from the SourceForge.net project: sha https://sourceforge.net/projects/sha/ Written by Allan Saddi. Wrote today to the developer and asked for permission to include sha512.[ch] under the BSD licence in this GPLv2 project. If it is denied, I'll need to find another SHA512 implementation. | ||||
* | Renamed database column from sesskey to sessionkey | David Sommerseth | 2008-08-07 | 1 | -5/+5 |
| | |||||
* | Imported eurephia into git | David Sommerseth | 2008-08-06 | 1 | -0/+105 |