summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merged in change from alpha branchDavid Sommerseth2008-08-211-2/+5
|\|
| * Added process pid as key to the session seed, to avoid reopening of open ↵David Sommerseth2008-08-211-2/+4
| | | | | | | | sessions if openvpn stops unexpectedly.
| * Only updating opevpn_attempts on ATTEMPT_RESET when attempt count > 0alpha_0.2David Sommerseth2008-08-171-10/+20
| |
* | Merge branch 'master' of ssh://john/home/gitrepo/eurephiaDavid Sommerseth2008-08-217-4/+156
|\ \
| * | Added framework for putting a firewall module into its own threadDavid Sommerseth2008-08-206-4/+144
| | |
| * | Added new task: Log MAC addresses per session into db tableDavid Sommerseth2008-08-191-0/+12
| | |
* | | Changed from SHA1 hash to SHA512.David Sommerseth2008-08-2110-528/+626
|/ / | | | | | | | | | | | | | | | | | | | | 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.
* | Only updating opevpn_attempts on ATTEMPT_RESET when attempt count > 0David Sommerseth2008-08-171-10/+20
| |
* | Added first phase skeleton for iptables firewall interfaceDavid Sommerseth2008-08-103-1/+69
| |
* | Added first phase of firewall interface. Skeleton for loading of interface ↵David Sommerseth2008-08-106-6/+172
| | | | | | | | should be pretty much complete
* | Moved eDBlink_getsym(...) out of eurephiadb.c and into eurephia_getsym.c. ↵David Sommerseth2008-08-104-37/+92
|/ | | | Renamed to eGetSym(...)
* Added *.~*~ to the .gitignore fileDavid Sommerseth2008-08-101-0/+1
|
* Removed done TODO's from the TODO fileDavid Sommerseth2008-08-101-41/+0
|
* Moved done todo entries into TODO.doneDavid Sommerseth2008-08-101-0/+39
|
* Added files produced by compile (.so, sqlite start db) it .gitignoreDavid Sommerseth2008-08-081-0/+2
|
* Removed unneeded parts from the license fileDavid Sommerseth2008-08-081-58/+0
|
* Added GPLv2 licence, updated *.[ch] files to include license, with exception ↵David Sommerseth2008-08-0825-148/+758
| | | | of memwatch and sha1
* Improved/fixed debug logging in eurephia_values.cDavid Sommerseth2008-08-071-2/+5
|
* Renamed database column from sesskey to sessionkeyDavid Sommerseth2008-08-072-17/+17
|
* New attemtp of replacing the eDBadd_session_value(...) function with ↵David Sommerseth2008-08-073-19/+5
| | | | eAdd_value(...)
* BUGFIX: Fixed core dump when shuting down openvpn. Tried to write log data ↵David Sommerseth2008-08-062-4/+2
| | | | to closed log file.
* Fixed small log typoDavid Sommerseth2008-08-061-1/+1
|
* Fixed PAX failure, causing openvpn to be killed by PAX enabled kernelDavid Sommerseth2008-08-061-5/+5
|
* Changed svid->evid in eDBadd_session_value(...)David Sommerseth2008-08-061-1/+1
|
* Re-added a function (eurephiadb_session.c: eDBadd_session_value(...)) which ↵David Sommerseth2008-08-061-0/+13
| | | | seemed to have got lost ....
* Updated TODO, marked a bugfix doneDavid Sommerseth2008-08-061-2/+2
|
* Fixed typoDavid Sommerseth2008-08-061-1/+1
|
* BUGFIX: Follow up on previous fixDavid Sommerseth2008-08-061-1/+4
|
* BUGFIX: Hopefully the core dump on unopened log file is fixedDavid Sommerseth2008-08-061-2/+4
|
* Updated TODODavid Sommerseth2008-08-061-0/+2
|
* Trying to get get .gitgnore to ignore tmp dirsDavid Sommerseth2008-08-061-1/+1
|
* Added .gitignore fileDavid Sommerseth2008-08-061-0/+5
|
* Imported eurephia into gitDavid Sommerseth2008-08-0634-0/+7713