summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into cmakev0.9_betaDavid Sommerseth2008-10-084-28/+26
|\
| * Logging when username/password is authenticatedDavid Sommerseth2008-10-081-0/+2
| * Moved TLS authentication logging from database module to eurephia.cDavid Sommerseth2008-10-083-28/+15
| * Added more ideas to TODODavid Sommerseth2008-10-041-0/+9
* | Fixed wrong search in dist-cleanDavid Sommerseth2008-10-041-1/+1
* | configure now appends dist-clean rule to Makefile. Removed unneed CMakeLists.inDavid Sommerseth2008-10-042-101/+11
* | Merge branch 'master' into cmakeDavid Sommerseth2008-10-041-1/+1
|\|
| * BUGFIX: Fixed typo which came after commit e66dc10a1fee86d0c09651a09f8e5e926b...David Sommerseth2008-10-041-1/+1
* | Removed dependency on sed and CmakeLists.inDavid Sommerseth2008-10-043-3/+102
* | Merge branch 'master' into cmakeDavid Sommerseth2008-10-0413-235/+244
|\|
| * Updated TODODavid Sommerseth2008-10-042-2/+2
| * Log review - last round for now. Recategorised a few errors and warnings.David Sommerseth2008-10-042-5/+5
| * Log review - changed log levels for all DEBUG(...) callsDavid Sommerseth2008-10-0410-89/+88
| * Log review (part 1) - log categoriesDavid Sommerseth2008-10-038-142/+152
* | Moved away from using environment variable for OPENVPN_SRC_DIR. Forcing use ...David Sommerseth2008-10-033-9/+11
* | Made building more dynamic, improved parameter handling in configure and adde...David Sommerseth2008-10-032-5/+60
* | Made cmake also create template databaseDavid Sommerseth2008-10-031-0/+10
* | Added ./configure script to simplify cmake for "normal" usersDavid Sommerseth2008-10-031-0/+53
* | Updated .gitignore to ignore files created by cmakeDavid Sommerseth2008-10-031-1/+7
* | Improved cmake rulesDavid Sommerseth2008-10-033-8/+88
* | Removed Makefile.global, after changing to cmake (commit c89f879053170722f380...David Sommerseth2008-10-021-18/+0
* | Adjusted to match new cmake regimeDavid Sommerseth2008-10-022-0/+6
* | Added support for cmakeDavid Sommerseth2008-10-026-132/+45
|/
* Improved language in compiler warnings when debug is enabledDavid Sommerseth2008-10-011-4/+6
* Fixed compiler warningsDavid Sommerseth2008-09-302-5/+4
* Added mutex locking while writing to log fileDavid Sommerseth2008-09-303-4/+9
* Updated TODO with even more thoughtsDavid Sommerseth2008-09-291-2/+8
* Updated TODODavid Sommerseth2008-09-291-4/+25
* Simplified log codeDavid Sommerseth2008-09-291-5/+3
* Added password masking if SHOW_SECRETS not defined when dumping environment v...David Sommerseth2008-09-293-9/+17
* BUGFIX: Fixed crash on startDavid Sommerseth2008-09-291-2/+2
* Merge branch 'master' of ssh://john/home/gitrepo/eurephiaDavid Sommerseth2008-09-271-37/+45
|\
| * Changed logging behaviour in get_env(...)David Sommerseth2008-09-271-37/+45
* | Show all environment variables and and all arguments in log fileDavid Sommerseth2008-09-271-0/+14
|/
* Added timestamp to log entriesDavid Sommerseth2008-09-261-1/+22
* Improved description in database driver template regarding argument parsingDavid Sommerseth2008-09-261-7/+20
* BUGFIX: Changed SQLite database schema to allow mulitple identical sessionseedsDavid Sommerseth2008-09-261-1/+2
* BUGFIX: Will now not return a new session if registration of sessionkey fails.David Sommerseth2008-09-261-1/+8
* BUGFIX: Follow up on the commit fc8a177bc86fc7e68b15045ba7a791e2504f4b5cDavid Sommerseth2008-09-262-2/+8
* BUGFIX: Made sure that eDBget_sessionkey_seed(...) only returns a sessionkey ...David Sommerseth2008-09-262-3/+12
* Fixed a typo, do not do a critical exit from process_input() on unparseable i...David Sommerseth2008-09-251-2/+2
* Downgraded a few LOG_DEBUG messages to LOG_INFO in efw_iptables, which is fin...David Sommerseth2008-09-251-4/+4
* BUGFIX: Set ctx->loglevel correctlyDavid Sommerseth2008-09-241-1/+1
* BUGFIX: changed argv[1] to argv[0] due to new parameter handling in eurephia.cDavid Sommerseth2008-09-241-3/+3
* Fixed potentinal failure when --log-destination is not given. Log via openvp...David Sommerseth2008-09-241-9/+14
* Improved argument parsing for the eurephia-auth arguments passed from the con...David Sommerseth2008-09-241-36/+75
* Do not try to write to log file if log file is not openedDavid Sommerseth2008-09-241-0/+3
* Removed memwatch files. We should not distribute these files.David Sommerseth2008-09-242-3371/+0
* Updated TODO - db driver template doneDavid Sommerseth2008-09-192-3/+3
* Fixed some sqlite_free_result() issues - missing or incorrectly placedDavid Sommerseth2008-09-191-3/+3