Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merged in change from alpha branch | David Sommerseth | 2008-08-21 | 1 | -2/+5 | |
|\| | ||||||
| * | Added process pid as key to the session seed, to avoid reopening of open ↵ | David Sommerseth | 2008-08-21 | 1 | -2/+4 | |
| | | | | | | | | sessions if openvpn stops unexpectedly. | |||||
| * | Only updating opevpn_attempts on ATTEMPT_RESET when attempt count > 0alpha_0.2 | David Sommerseth | 2008-08-17 | 1 | -10/+20 | |
| | | ||||||
* | | Merge branch 'master' of ssh://john/home/gitrepo/eurephia | David Sommerseth | 2008-08-21 | 7 | -4/+156 | |
|\ \ | ||||||
| * | | Added framework for putting a firewall module into its own thread | David Sommerseth | 2008-08-20 | 6 | -4/+144 | |
| | | | ||||||
| * | | Added new task: Log MAC addresses per session into db table | David Sommerseth | 2008-08-19 | 1 | -0/+12 | |
| | | | ||||||
* | | | Changed from SHA1 hash to SHA512. | David Sommerseth | 2008-08-21 | 10 | -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 > 0 | David Sommerseth | 2008-08-17 | 1 | -10/+20 | |
| | | ||||||
* | | Added first phase skeleton for iptables firewall interface | David Sommerseth | 2008-08-10 | 3 | -1/+69 | |
| | | ||||||
* | | Added first phase of firewall interface. Skeleton for loading of interface ↵ | David Sommerseth | 2008-08-10 | 6 | -6/+172 | |
| | | | | | | | | should be pretty much complete | |||||
* | | Moved eDBlink_getsym(...) out of eurephiadb.c and into eurephia_getsym.c. ↵ | David Sommerseth | 2008-08-10 | 4 | -37/+92 | |
|/ | | | | Renamed to eGetSym(...) | |||||
* | Added *.~*~ to the .gitignore file | David Sommerseth | 2008-08-10 | 1 | -0/+1 | |
| | ||||||
* | Removed done TODO's from the TODO file | David Sommerseth | 2008-08-10 | 1 | -41/+0 | |
| | ||||||
* | Moved done todo entries into TODO.done | David Sommerseth | 2008-08-10 | 1 | -0/+39 | |
| | ||||||
* | Added files produced by compile (.so, sqlite start db) it .gitignore | David Sommerseth | 2008-08-08 | 1 | -0/+2 | |
| | ||||||
* | Removed unneeded parts from the license file | David Sommerseth | 2008-08-08 | 1 | -58/+0 | |
| | ||||||
* | Added GPLv2 licence, updated *.[ch] files to include license, with exception ↵ | David Sommerseth | 2008-08-08 | 25 | -148/+758 | |
| | | | | of memwatch and sha1 | |||||
* | Improved/fixed debug logging in eurephia_values.c | David Sommerseth | 2008-08-07 | 1 | -2/+5 | |
| | ||||||
* | Renamed database column from sesskey to sessionkey | David Sommerseth | 2008-08-07 | 2 | -17/+17 | |
| | ||||||
* | New attemtp of replacing the eDBadd_session_value(...) function with ↵ | David Sommerseth | 2008-08-07 | 3 | -19/+5 | |
| | | | | eAdd_value(...) | |||||
* | BUGFIX: Fixed core dump when shuting down openvpn. Tried to write log data ↵ | David Sommerseth | 2008-08-06 | 2 | -4/+2 | |
| | | | | to closed log file. | |||||
* | Fixed small log typo | David Sommerseth | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed PAX failure, causing openvpn to be killed by PAX enabled kernel | David Sommerseth | 2008-08-06 | 1 | -5/+5 | |
| | ||||||
* | Changed svid->evid in eDBadd_session_value(...) | David Sommerseth | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | Re-added a function (eurephiadb_session.c: eDBadd_session_value(...)) which ↵ | David Sommerseth | 2008-08-06 | 1 | -0/+13 | |
| | | | | seemed to have got lost .... | |||||
* | Updated TODO, marked a bugfix done | David Sommerseth | 2008-08-06 | 1 | -2/+2 | |
| | ||||||
* | Fixed typo | David Sommerseth | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | BUGFIX: Follow up on previous fix | David Sommerseth | 2008-08-06 | 1 | -1/+4 | |
| | ||||||
* | BUGFIX: Hopefully the core dump on unopened log file is fixed | David Sommerseth | 2008-08-06 | 1 | -2/+4 | |
| | ||||||
* | Updated TODO | David Sommerseth | 2008-08-06 | 1 | -0/+2 | |
| | ||||||
* | Trying to get get .gitgnore to ignore tmp dirs | David Sommerseth | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | Added .gitignore file | David Sommerseth | 2008-08-06 | 1 | -0/+5 | |
| | ||||||
* | Imported eurephia into git | David Sommerseth | 2008-08-06 | 34 | -0/+7713 | |