Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added install rules for man pagesv1.0.0 | David Sommerseth | 2010-07-06 | 6 | -6/+45 |
| | |||||
* | Ignore utils/eurephia_saltdecode instead of utils/saltdecode | David Sommerseth | 2010-07-06 | 1 | -1/+1 |
| | |||||
* | Added man page for eurephiadm usercert | David Sommerseth | 2010-07-06 | 1 | -0/+90 |
| | |||||
* | Added man page for eurephiadm certs | David Sommerseth | 2010-07-06 | 1 | -0/+108 |
| | |||||
* | Added man page to eurephiadm adminaccess | David Sommerseth | 2010-07-06 | 1 | -0/+84 |
| | |||||
* | eurephiadm, adminaccess: Minor updates to the help screens | David Sommerseth | 2010-07-06 | 1 | -7/+7 |
| | |||||
* | Updated doxygen documentation for eurephia.c:245:eurephia_tlsverify() | David Sommerseth | 2010-07-06 | 1 | -3/+4 |
| | | | | This is related to the changes done in commit c6621d108bb8beb97ca61. | ||||
* | Updated doxygen related places about saltdecode.c being renamed to ↵ | David Sommerseth | 2010-07-06 | 2 | -2/+2 |
| | | | | eurephia_saltdecode.c | ||||
* | Added man page for the eurephiadm blacklist command | David Sommerseth | 2010-07-05 | 1 | -0/+70 |
| | |||||
* | eurephiadm, blacklist: Minor updates to the help screen | David Sommerseth | 2010-07-05 | 1 | -6/+6 |
| | |||||
* | Added man page for eurephiadm attempts | David Sommerseth | 2010-07-05 | 1 | -0/+74 |
| | |||||
* | Moved all man pages from section 8 to the more proper section 7. | David Sommerseth | 2010-07-05 | 10 | -37/+36 |
| | |||||
* | Updated eurephiadm.8 to conver the configuration file as well. | David Sommerseth | 2010-07-05 | 1 | -9/+35 |
| | |||||
* | Added man pages for eurephia-auth.so and edb-sqlite.so | David Sommerseth | 2010-07-05 | 2 | -0/+80 |
| | |||||
* | Added man page for eurephia configuration variables stored in the database | David Sommerseth | 2010-07-03 | 1 | -0/+58 |
| | |||||
* | Added man page for eurephiadm lastlog | David Sommerseth | 2010-07-02 | 1 | -0/+80 |
| | |||||
* | eurephiadm, lastlog: Corrected help screen | David Sommerseth | 2010-07-02 | 1 | -2/+3 |
| | |||||
* | Added man page for eurephiadm fwprofiles | David Sommerseth | 2010-07-01 | 1 | -0/+73 |
| | |||||
* | Added man pages for eurephiadm users and config | David Sommerseth | 2010-07-01 | 2 | -0/+119 |
| | |||||
* | Added main man page for the eurephiadm utility | David Sommerseth | 2010-07-01 | 1 | -0/+75 |
| | |||||
* | Set version to 1.0.0 | David Sommerseth | 2010-06-30 | 1 | -1/+1 |
| | |||||
* | Renamed utils/saltdecode to utils/eurephia_saltdecode | David Sommerseth | 2010-06-30 | 3 | -3/+3 |
| | |||||
* | Updated eurephia.spec to package the new man pages | David Sommerseth | 2010-06-30 | 1 | -0/+5 |
| | |||||
* | Added man page for saltdecode | David Sommerseth | 2010-06-30 | 1 | -0/+26 |
| | |||||
* | Added man page for eurephia_init | David Sommerseth | 2010-06-30 | 1 | -0/+46 |
| | |||||
* | Updated eurephia.spec to be ready for the 1.0.0 release | David Sommerseth | 2010-06-30 | 1 | -18/+20 |
| | |||||
* | Updated Copyright dates to include 2010 | David Sommerseth | 2010-05-25 | 104 | -106/+106 |
| | |||||
* | Updated eurephia.spec to work with 0.9.6_beta and openvpn-2.1_rc21beta | David Sommerseth | 2009-11-18 | 1 | -4/+8 |
| | | | | OpenVPN version is now set through a macro. And did also a cosmetic change as well. | ||||
* | Merge commit 'origin/master'v0.9.6_beta | David Sommerseth | 2009-11-13 | 1 | -1/+1 |
|\ | |||||
| * | BUGFIX: eurephiadm session key was truncated | David Sommerseth | 2009-11-12 | 1 | -1/+1 |
| | | | | | | | | | | The session key was only 65 bytes, instead of 128 bytes due to wrong pointer calculation. | ||||
* | | Fixed wrong usage of lower(digest) in eDBregister_attempts() | David Sommerseth | 2009-11-13 | 1 | -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. | ||||
* | Certificate digests are always lower case. | David Sommerseth | 2009-11-12 | 8 | -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 driver | David Sommerseth | 2009-11-12 | 1 | -7/+17 |
| | | | | Also fixed some wrong tab/space issues | ||||
* | Define certificate digests as ft_STRING_LOWER | David Sommerseth | 2009-11-12 | 2 | -63/+63 |
| | | | | This means this field will always be processed with lower case | ||||
* | Removed not needed variable | David Sommerseth | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | sqlite: Did not retrieve all certificate information correctly | David Sommerseth | 2009-11-03 | 1 | -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 command | David Sommerseth | 2009-10-19 | 1 | -9/+9 |
| | |||||
* | Make use of rpmbuild CFLAGS and build in verbose mode | David Sommerseth | 2009-10-14 | 1 | -2/+2 |
| | |||||
* | Include system wide CFLAGS when building | David Sommerseth | 2009-10-14 | 2 | -9/+7 |
| | |||||
* | Added missing docs to sub-packages in eurephia.spec | David Sommerseth | 2009-10-13 | 1 | -0/+5 |
| | |||||
* | Restrict log length of mac address | David Sommerseth | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | Always process certificate depth as integer | David Sommerseth | 2009-10-13 | 3 | -10/+11 |
| | |||||
* | Added RPM spec file for building eurephia RPM packages | David Sommerseth | 2009-10-07 | 1 | -0/+120 |
| | |||||
* | Fixed memory leak in the firewall implementation and added mlock() usage | David Sommerseth | 2009-10-06 | 2 | -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 enabled | David Sommerseth | 2009-10-06 | 1 | -7/+11 |
| | |||||
* | Updated TODOv0.9.5_beta | David Sommerseth | 2009-10-05 | 1 | -9/+8 |
| | |||||
* | Removed duplicated documentation | David Sommerseth | 2009-10-05 | 1 | -3/+2 |
| | |||||
* | Added missing doxygen comments to environment.h | David Sommerseth | 2009-10-05 | 1 | -17/+182 |
| | |||||
* | Fixed compile warnings 32bit platforms | David Sommerseth | 2009-10-05 | 2 | -2/+4 |
| | |||||
* | Use macros to extract values via get_env() | David Sommerseth | 2009-10-05 | 4 | -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. |