Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed several memleaks in the eurephiadm related code paths | David Sommerseth | 2011-01-10 | 4 | -6/+16 |
| | | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> (cherry picked from commit 44bcb3e74a85b4a53a0dc626db13c3d03d925538) | ||||
* | Do not link in libdl explicitly | David Sommerseth | 2010-12-31 | 1 | -1/+1 |
| | | | | | | | | | | The functions related to dynamic loading of shared objects are a part of the standard libc library on FreeBSD, while in Linux it is in libdl. However, the linker on Linux seems to add the libdl linking automatically when needed, so no need to explicitly link this library. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> (cherry picked from commit 1b333949479e504017c7dffb6d70eecb53adb34a) | ||||
* | eurephiadm adminaccess: Corrected wrong error message | David Sommerseth | 2010-12-31 | 1 | -1/+1 |
| | | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> (cherry picked from commit 64318873ac1aa92e6377a1a4a53932bcce78d187) | ||||
* | eurephiadm users: Revoke all admin access privileges when deleting a user ↵ | David Sommerseth | 2010-12-31 | 1 | -1/+29 |
| | | | | | | | | | | | account Matthew Gyurgyik noticed that when deleting a user account, the users granted access levels was still present. This resulted in a rather odd looking list when showing granted access levels. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> (cherry picked from commit e4ea19989e97fbecd1b22997cadb8fc5f54ade4a) | ||||
* | Quick fix for Lintian 'manpage-has-bad-whatis-entry' warning | Dario Minnucci | 2010-12-01 | 9 | -13/+10 |
| | | | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> (cherry picked from commit 05b5459c5b4451a457920449b6d1756adf6ca4dc) | ||||
* | Fixed compiler warning: loop could be used uninitialised | David Sommerseth | 2010-08-27 | 1 | -1/+1 |
| | | | | | | (cherry picked from commit 38df03d8ec77cb26ac22d73787fe9fee88dd6280) Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | Do check the result of fgets() | David Sommerseth | 2010-08-27 | 1 | -2/+6 |
| | | | | | | | If fgets() returns NULL, clear the buffer allocated for the console data. (cherry picked from commit 961b3a85ca6d2ca65360034f5c2b34d276507d6a) Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | Fixed an overflow issue with memset() in eurephiadm | David Sommerseth | 2010-08-27 | 1 | -1/+1 |
| | | | | | | (cherry picked from commit 7ae14aca46d6299d2ed49640e5eb942a207b3a68) Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> | ||||
* | Added install rules for man pagesv1.0.0 | David Sommerseth | 2010-07-06 | 1 | -0/+16 |
| | |||||
* | 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 |
| | |||||
* | 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 | 5 | -24/+24 |
| | |||||
* | Updated eurephiadm.8 to conver the configuration file as well. | David Sommerseth | 2010-07-05 | 1 | -9/+35 |
| | |||||
* | 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 |
| | |||||
* | Updated Copyright dates to include 2010 | David Sommerseth | 2010-05-25 | 26 | -27/+27 |
| | |||||
* | 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. | ||||
* | Removed not needed variable | David Sommerseth | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Make use of eurephiaXML_ParseResultMsg() in usercerts command | David Sommerseth | 2009-10-19 | 1 | -9/+9 |
| | |||||
* | Fixed a few misbehaviours in eurephiadm users command | David Sommerseth | 2009-10-02 | 1 | -4/+0 |
| | |||||
* | Merge branch 'syslog' | David Sommerseth | 2009-09-28 | 3 | -47/+17 |
|\ | |||||
| * | Added extra parameter to eurephia_log_init() to set log ident for syslog | David Sommerseth | 2009-09-24 | 3 | -5/+8 |
| | | |||||
| * | Rewritten the eurephia_log() to support syslog logging as well | David Sommerseth | 2009-09-24 | 3 | -46/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also simplified the initialisation of the logging module. By calling the eurephia_log_init(eurephiaCTX *, char *dest, int loglevel) function, a log context will be setup inside the eurephiaCTX. To close the log file, eurephia_log_close(eurephiaCTX *) must be called. The destination string to eurephia_log_init() can be: - stdout: Log everything to stdout - stderr: Log everything to stderr - none: Do no logging at all - syslog:<facility> Log via syslog. <facility> can be: user, local[0-7], daemon or authpriv. - Filename All logging goes to the given filename. If the filename string is not recognised by any of the reserved words above, it will be handled as a filename. | ||||
* | | Reworked and unified admin authentication and registration functions to ↵ | David Sommerseth | 2009-09-28 | 1 | -20/+127 |
| | | | | | | | | | | | | | | | | eDBadminAuthenticate() eDBadminAuth(), eDBadminValidateSession(), eDBadminRegisterLogin() and eDBadminLogout() are now unfied into one admin function, eDBadminAuthenticate(). This function receives all input as eurephia XML documents. | ||||
* | | Rewrote eurephiadm users --delete mode to work with the new ↵ | David Sommerseth | 2009-09-27 | 1 | -18/+21 |
| | | | | | | | | eDBadminUserAccount() API | ||||
* | | Made eurephiadm users --show, --activate, --deactivate and --password modes ↵ | David Sommerseth | 2009-09-26 | 1 | -39/+87 |
| | | | | | | | | | | | | working again Rewritten to use the new eDBadminUserAccount() API. | ||||
* | | Rewrote eurephiadm usres --add to work with the new eDBadminUserAccount() API | David Sommerseth | 2009-09-25 | 1 | -13/+36 |
| | | |||||
* | | Made eurephiadm users --list work with the new eDBadminUserAccess() API | David Sommerseth | 2009-09-25 | 1 | -5/+46 |
|/ | |||||
* | Removed debug info | David Sommerseth | 2009-09-22 | 1 | -3/+0 |
| | |||||
* | Unified eDBadminGetCertificateInfo(), eDBadminAddCertificate() and ↵ | David Sommerseth | 2009-09-22 | 2 | -33/+84 |
| | | | | | | eDBadminDeleteCertificate() into eDBadminCertificate() Updated eurephiadm utility to make use of this new unified API | ||||
* | Rewritten eurephiadm users command to use eurephiaXML_ParseResultMsg() | David Sommerseth | 2009-09-21 | 1 | -9/+21 |
| | |||||
* | Rewritten most of the eurephiadm commands to use eurephiaXML_ParseResultMsg() | David Sommerseth | 2009-09-21 | 6 | -90/+110 |
| | | | | Commands not covered yet are users and certs commands | ||||
* | Modified eurephiadm and eurephia_init programs to use the new ↵ | David Sommerseth | 2009-09-21 | 1 | -10/+35 |
| | | | | eDBadminAccessLevel() function | ||||
* | Corrected wrong argument in eurephiadm users --add mode. | David Sommerseth | 2009-09-19 | 1 | -1/+1 |
| | |||||
* | Removed not valid argument for eurephiadm adminaccess command | David Sommerseth | 2009-09-14 | 1 | -1/+0 |
| | |||||
* | Adopted eurephiadm config command to use the new unified db function, ↵ | David Sommerseth | 2009-09-14 | 1 | -8/+36 |
| | | | | eDBadminConfiguration() | ||||
* | Corrected some doxygen issues after rearranging the sqlite3 db driver code | David Sommerseth | 2009-09-13 | 2 | -2/+2 |
| | |||||
* | Corrected some wrong arguments and help screens for eurephiadm blacklist and ↵ | David Sommerseth | 2009-09-13 | 2 | -3/+3 |
| | | | | attempts commands | ||||
* | Added more of the file path to some file names with name conflicts in Doxygen | David Sommerseth | 2009-09-11 | 3 | -3/+3 |
| | |||||
* | Added debug logging of free_nullsafe() calls as well | David Sommerseth | 2009-09-07 | 11 | -43/+43 |
| | |||||
* | Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe() | David Sommerseth | 2009-09-07 | 6 | -28/+15 |
| | | | | This also improves debugging as well, if debug logging is enabled and log level is >= 40. | ||||
* | Removed more code which is not needed any more | David Sommerseth | 2009-09-05 | 9 | -65/+0 |
| |