summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few doxygen complaints - missing documentationDavid Sommerseth2010-07-302-0/+11
* Fixed a buffer overflow issue in eurephia_initDavid Sommerseth2010-07-301-2/+2
* Fixed compiler warning: loop could be used uninitialisedDavid Sommerseth2010-07-301-1/+1
* Do check the result of fgets()David Sommerseth2010-07-301-2/+6
* Fixed an overflow issue with memset() in eurephiadmDavid Sommerseth2010-07-301-1/+1
* More updates to eurephia.specDavid Sommerseth2010-07-301-9/+26
* Added extra checks for POSIX semaphore functionsDavid Sommerseth2010-07-301-9/+31
* Updated errornous URL for eurephia sources in .spec fileDavid Sommerseth2010-07-301-1/+1
* Added install rules for man pagesDavid Sommerseth2010-07-306-6/+45
* Ignore utils/eurephia_saltdecode instead of utils/saltdecodeDavid Sommerseth2010-07-301-1/+1
* Added man page for eurephiadm usercertDavid Sommerseth2010-07-301-0/+90
* Added man page for eurephiadm certsDavid Sommerseth2010-07-301-0/+108
* Added man page to eurephiadm adminaccessDavid Sommerseth2010-07-301-0/+84
* eurephiadm, adminaccess: Minor updates to the help screensDavid Sommerseth2010-07-301-7/+7
* Updated doxygen documentation for eurephia.c:245:eurephia_tlsverify()David Sommerseth2010-07-301-3/+4
* Updated doxygen related places about saltdecode.c being renamed to eurephia_s...David Sommerseth2010-07-302-2/+2
* Added man page for the eurephiadm blacklist commandDavid Sommerseth2010-07-301-0/+70
* eurephiadm, blacklist: Minor updates to the help screenDavid Sommerseth2010-07-301-6/+6
* Added man page for eurephiadm attemptsDavid Sommerseth2010-07-301-0/+74
* Moved all man pages from section 8 to the more proper section 7.David Sommerseth2010-07-3010-37/+36
* Updated eurephiadm.8 to conver the configuration file as well.David Sommerseth2010-07-301-9/+35
* Added man pages for eurephia-auth.so and edb-sqlite.soDavid Sommerseth2010-07-302-0/+80
* Added man page for eurephia configuration variables stored in the databaseDavid Sommerseth2010-07-301-0/+58
* Added man page for eurephiadm lastlogDavid Sommerseth2010-07-301-0/+80
* 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
* 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
* | | Merge commit 'origin/next' into nextDavid Sommerseth2009-11-1312-96/+112
|\ \ \
| * | | Changed main firewall implementation to use eFWupdateRequest structDavid Sommerseth2009-11-123-57/+142
| * | | 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
| |/
| * Certificate digests are always lower case.David Sommerseth2009-11-128-25/+31
| * Add support for ft_STRING_LOWER in the sqlite3 driverDavid Sommerseth2009-11-121-7/+17
| * Define certificate digests as ft_STRING_LOWERDavid Sommerseth2009-11-122-63/+63
* | Changed main firewall implementation to use eFWupdateRequest structDavid Sommerseth2009-11-093-57/+142