summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | eurephiadm, lastlog: Corrected help screenDavid Sommerseth2010-07-301-2/+3
| |
* | Added man page for eurephiadm fwprofilesDavid Sommerseth2010-07-301-0/+73
| |
* | Added man pages for eurephiadm users and configDavid Sommerseth2010-07-302-0/+119
| |
* | Added main man page for the eurephiadm utilityDavid Sommerseth2010-07-301-0/+75
| |
* | Set version to 1.0.0David Sommerseth2010-07-301-1/+1
| |
* | Renamed utils/saltdecode to utils/eurephia_saltdecodeDavid Sommerseth2010-07-303-3/+3
| |
* | Updated eurephia.spec to package the new man pagesDavid Sommerseth2010-07-301-0/+5
| |
* | Added man page for saltdecodeDavid Sommerseth2010-07-301-0/+26
| |
* | Added man page for eurephia_initDavid Sommerseth2010-07-301-0/+46
| |
* | Updated eurephia.spec to be ready for the 1.0.0 releaseDavid Sommerseth2010-07-301-18/+20
| |
* | Updated Copyright dates to include 2010David Sommerseth2010-07-30104-106/+106
| |
* | Updated eurephia.spec to work with 0.9.6_beta and openvpn-2.1_rc21David Sommerseth2010-07-301-4/+8
| | | | | | | | OpenVPN version is now set through a macro. And did also a cosmetic change as well.
* | Cosmetic debug logging fixDavid Sommerseth2009-12-141-1/+1
| |
* | Show which cmake version is being used before starting the configurationDavid Sommerseth2009-12-111-1/+3
| |
* | Merge branch 'master' into nextDavid Sommerseth2009-11-131-8/+14
|\|
| * Merge commit 'origin/master'v0.9.6_betaDavid Sommerseth2009-11-131-1/+1
| |\
| * | Fixed wrong usage of lower(digest) in eDBregister_attempts()David Sommerseth2009-11-131-8/+14
| | | | | | | | | | | | | | | | | | | | | This is a follow up of commit de7a3d88c78cdf400fcee78f71946da8b12ec74f.That commit introduced an SQL error when eDBregister_attempts() was attempting to update certificate digest attempt records. Overhauled and fixed the complete eDBregister_attempts() function.
* | | Merge commit 'origin/next' into nextDavid Sommerseth2009-11-1312-96/+112
|\ \ \
| * | | Changed main firewall implementation to use eFWupdateRequest structDavid Sommerseth2009-11-123-57/+142
| | | | | | | | | | | | | | | | | | | | All functions calling eFW_UpdateFirewall() and the iptables driver needs to be updated as well.
| * | | More driver API clean upDavid Sommerseth2009-11-121-11/+1
| | | |
| * | | Cleaned up the driver/interface API for database and firewallDavid Sommerseth2009-11-123-43/+93
| | |/ | |/|
| * | BUGFIX: eurephiadm session key was truncatedDavid Sommerseth2009-11-121-1/+1
| |/ | | | | | | | | The session key was only 65 bytes, instead of 128 bytes due to wrong pointer calculation.
| * Certificate digests are always lower case.David Sommerseth2009-11-128-25/+31
| | | | | | | | | | This makes sure that all interactions with the database will convert the digest strings to lower case.
| * Add support for ft_STRING_LOWER in the sqlite3 driverDavid Sommerseth2009-11-121-7/+17
| | | | | | | | Also fixed some wrong tab/space issues
| * Define certificate digests as ft_STRING_LOWERDavid Sommerseth2009-11-122-63/+63
| | | | | | | | This means this field will always be processed with lower case
* | Changed main firewall implementation to use eFWupdateRequest structDavid Sommerseth2009-11-093-57/+142
| | | | | | | | | | All functions calling eFW_UpdateFirewall() and the iptables driver needs to be updated as well.
* | More driver API clean upDavid Sommerseth2009-11-041-11/+1
| |
* | Cleaned up the driver/interface API for database and firewallDavid Sommerseth2009-11-043-43/+93
|/
* Removed not needed variableDavid Sommerseth2009-11-031-1/+1
|
* sqlite: Did not retrieve all certificate information correctlyDavid Sommerseth2009-11-031-10/+10
| | | | | On user accounts with several certificates associated, it did only list up one certificate several times.
* Make use of eurephiaXML_ParseResultMsg() in usercerts commandDavid Sommerseth2009-10-191-9/+9
|
* Make use of rpmbuild CFLAGS and build in verbose modeDavid Sommerseth2009-10-141-2/+2
|
* 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
| | | | | | | | | | | The memory leak was caused by not freeing the shadow context the firewall child process uses for logging. In addition this child process had a connection to the database open as well, which was not needed. This connection is now disconnected immediately after the child process has started. Added also usage of mlock() to protect sensitive information from being swapped out to disk.
* 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
| | | | | This has two purposes. To make the code more readable and to use the same maximum length of the data being retrieved from the environment table.
* 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
| | | | This only affects functions related to MAC address and certificate depth
* 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
| | | | This is a follow up of commit 80b41e27b7361633bee17c64bbb95490dc94ab9f