summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include system wide CFLAGS when buildingDavid Sommerseth2009-10-142-9/+7
* Added missing docs to sub-packages in eurephia.specDavid Sommerseth2009-10-131-0/+5
* Restrict log length of mac addressDavid Sommerseth2009-10-131-2/+2
* Always process certificate depth as integerDavid Sommerseth2009-10-133-10/+11
* Added RPM spec file for building eurephia RPM packagesDavid Sommerseth2009-10-071-0/+120
* Fixed memory leak in the firewall implementation and added mlock() usageDavid Sommerseth2009-10-062-1/+25
* Don't log source filename and line number if DEBUG is not enabledDavid Sommerseth2009-10-061-7/+11
* Updated TODOv0.9.5_betaDavid Sommerseth2009-10-051-9/+8
* Removed duplicated documentationDavid Sommerseth2009-10-051-3/+2
* Added missing doxygen comments to environment.hDavid Sommerseth2009-10-051-17/+182
* Fixed compile warnings 32bit platformsDavid Sommerseth2009-10-052-2/+4
* Use macros to extract values via get_env()David Sommerseth2009-10-054-42/+97
* Only DEBUG log what get_env() will returnDavid Sommerseth2009-10-051-3/+3
* Moved the get_env() function into its own fileDavid Sommerseth2009-10-044-59/+144
* Updated CREDITS.txtDavid Sommerseth2009-10-041-0/+3
* Restrict input data length for plug-in arguments from openvpnDavid Sommerseth2009-10-043-10/+13
* Fixed a few misbehaviours in eurephiadm users commandDavid Sommerseth2009-10-022-5/+1
* Tightening the building of the seeddata string even moreDavid Sommerseth2009-10-021-1/+1
* Fixed possible integer overflow issueDavid Sommerseth2009-10-021-7/+7
* Removed not needed memset()'sDavid Sommerseth2009-10-021-2/+0
* Modified get_env() function to limit number of bytes to extractDavid Sommerseth2009-10-023-60/+152
* Fixed some memory issues and a memory leak in passwd.cDavid Sommerseth2009-10-021-2/+5
* Fixed wrong define string for include filenameDavid Sommerseth2009-09-301-2/+2
* Merge branch 'syslog'David Sommerseth2009-09-2812-141/+423
|\
| * Added extra parameter to eurephia_log_init() to set log ident for syslogDavid Sommerseth2009-09-247-11/+15
| * Added missing doxygen comments after the last eurephia_log() improvementsDavid Sommerseth2009-09-242-1/+14
| * Improved file logging, providing source file and line number infoDavid Sommerseth2009-09-243-10/+24
| * Added missing header file and corrected doxygen errorsDavid Sommerseth2009-09-242-1/+96
| * Rewritten the eurephia_log() to support syslog logging as wellDavid Sommerseth2009-09-249-131/+287
* | Corrected some new Doxygen issuesDavid Sommerseth2009-09-282-3/+4
* | Reworked and unified admin authentication and registration functions to eDBad...David Sommerseth2009-09-284-134/+362
* | Moved the remainings of administration.c into administration/authentication.cDavid Sommerseth2009-09-272-2/+2
* | Code clean up. Moved xmlReplaceChars() to eurephia_xml.cDavid Sommerseth2009-09-278-31/+23
* | Moved user creation info from log level 0 to log level 1David Sommerseth2009-09-271-1/+1
* | Fixed some memory leaks in eurephia_init, especially in error situationsDavid Sommerseth2009-09-271-12/+30
* | Reworked eurephia_init to use the new eDBadminUserAccount() APIDavid Sommerseth2009-09-271-14/+66
* | Fixed missing check in eDBadminValidateSession() against interface typeDavid Sommerseth2009-09-271-2/+3
* | Cosmetic cleanupDavid Sommerseth2009-09-271-8/+4
* | Rewrote eurephiadm users --delete mode to work with the new eDBadminUserAccou...David Sommerseth2009-09-271-18/+21
* | Fixed a memory leak when updating user accounts in eDBadminUserAccount()David Sommerseth2009-09-271-0/+1
* | Make eurephiaXML_ParserResultMsg() return NULL if input XML document pointer ...David Sommerseth2009-09-271-1/+4
* | Updated version, for the comming 0.9.5_beta releaseDavid Sommerseth2009-09-261-1/+1
* | Added misc. compiler optimisationsDavid Sommerseth2009-09-263-9/+15
* | Fixed memory leak when sqlite_query() failsDavid Sommerseth2009-09-261-0/+1
* | Moved from bzero() to memset()David Sommerseth2009-09-261-1/+1
* | Rewrote sqlite_get_num_tuples() and sqlite_get_affected_rows() as macrosDavid Sommerseth2009-09-262-26/+21
* | Fixed SEGV error when calling sqlite_dump_result() on dbresults from other qu...David Sommerseth2009-09-261-2/+3
* | Made eurephiadm users --show, --activate, --deactivate and --password modes w...David Sommerseth2009-09-264-47/+95
* | Removed a memory leakDavid Sommerseth2009-09-261-0/+1
* | Don't assert() if the input XML doc to eurephiaXML_IsResult() is NULL.David Sommerseth2009-09-261-1/+4