summaryrefslogtreecommitdiffstats
path: root/eurephiadm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added install rules for man pagesDavid Sommerseth2010-07-301-0/+16
* 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
* 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-305-24/+24
* Updated eurephiadm.8 to conver the configuration file as well.David Sommerseth2010-07-301-9/+35
* 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
* Updated Copyright dates to include 2010David Sommerseth2010-07-3026-27/+27
* BUGFIX: eurephiadm session key was truncatedDavid Sommerseth2009-11-121-1/+1
* Removed not needed variableDavid Sommerseth2009-11-031-1/+1
* Make use of eurephiaXML_ParseResultMsg() in usercerts commandDavid Sommerseth2009-10-191-9/+9
* Fixed a few misbehaviours in eurephiadm users commandDavid Sommerseth2009-10-021-4/+0
* Merge branch 'syslog'David Sommerseth2009-09-283-47/+17
|\
| * Added extra parameter to eurephia_log_init() to set log ident for syslogDavid Sommerseth2009-09-243-5/+8
| * Rewritten the eurephia_log() to support syslog logging as wellDavid Sommerseth2009-09-243-46/+13
* | Reworked and unified admin authentication and registration functions to eDBad...David Sommerseth2009-09-281-20/+127
* | Rewrote eurephiadm users --delete mode to work with the new eDBadminUserAccou...David Sommerseth2009-09-271-18/+21
* | Made eurephiadm users --show, --activate, --deactivate and --password modes w...David Sommerseth2009-09-261-39/+87
* | Rewrote eurephiadm usres --add to work with the new eDBadminUserAccount() APIDavid Sommerseth2009-09-251-13/+36
* | Made eurephiadm users --list work with the new eDBadminUserAccess() APIDavid Sommerseth2009-09-251-5/+46
|/
* Removed debug infoDavid Sommerseth2009-09-221-3/+0
* Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and eDBadminDe...David Sommerseth2009-09-222-33/+84
* Rewritten eurephiadm users command to use eurephiaXML_ParseResultMsg()David Sommerseth2009-09-211-9/+21
* Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg()David Sommerseth2009-09-216-90/+110
* Modified eurephiadm and eurephia_init programs to use the new eDBadminAccessL...David Sommerseth2009-09-211-10/+35
* Corrected wrong argument in eurephiadm users --add mode.David Sommerseth2009-09-191-1/+1
* Removed not valid argument for eurephiadm adminaccess commandDavid Sommerseth2009-09-141-1/+0
* Adopted eurephiadm config command to use the new unified db function, eDBadmi...David Sommerseth2009-09-141-8/+36
* Corrected some doxygen issues after rearranging the sqlite3 db driver codeDavid Sommerseth2009-09-132-2/+2
* Corrected some wrong arguments and help screens for eurephiadm blacklist and ...David Sommerseth2009-09-132-3/+3
* Added more of the file path to some file names with name conflicts in DoxygenDavid Sommerseth2009-09-113-3/+3
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-0711-43/+43
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-076-28/+15
* Removed more code which is not needed any moreDavid Sommerseth2009-09-059-65/+0
* Removed header file which is no longer neededDavid Sommerseth2009-09-055-5/+0
* Removed some code which was not needed any more.David Sommerseth2009-09-051-38/+0
* Cleaned up and added some missing commentsDavid Sommerseth2009-09-053-4/+8
* Even more commenting. Now the complete eurephiadm should be documented.David Sommerseth2009-09-059-41/+598
* Added doxygen comments for the main eurephiadm partsDavid Sommerseth2009-09-0417-38/+473