summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepared for linking in libxsltDavid Sommerseth2009-03-294-0/+46
* Added a small utility for decoding password salt informationDavid Sommerseth2009-03-292-0/+91
* Fixed some possible issues with the XML implementation, regarding UTF-8David Sommerseth2009-03-292-7/+37
* Added eDBadminGetFirewallProfiles(...) function in DB driverDavid Sommerseth2009-03-284-0/+141
* Added fieldMapping for the firewall access table (openvpn_accesses)David Sommerseth2009-03-283-0/+40
* Fixed a "hang" when wrong password was usedDavid Sommerseth2009-03-283-14/+44
* BUGFIX: Fixed missing string replace in certificate functionsDavid Sommerseth2009-03-271-2/+18
* BUGFIX: eurephiadm certs delete help and delete failureDavid Sommerseth2009-03-271-3/+3
* Corrected a log entry on login/logoutDavid Sommerseth2009-03-261-2/+2
* Further code cleanupDavid Sommerseth2009-03-269-43/+16
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-2664-69/+72
* Cleaned up the code a little bitDavid Sommerseth2009-03-2669-126/+150
* eurephiadm/lastlog: Added showing username in verbose modeDavid Sommerseth2009-03-251-8/+31
* Updated TODODavid Sommerseth2009-03-241-2/+2
* Corrected sorting of result in eDBadminGetAdminAccess(...)David Sommerseth2009-03-241-1/+1
* eurephiadm - renamed useraccess command to adminaccessDavid Sommerseth2009-03-243-17/+17
* eurephiadm/useraccess: Added grant and revoke functionsDavid Sommerseth2009-03-241-7/+97
* eurephiadm: Began implementing useraccess commandDavid Sommerseth2009-03-243-0/+285
* eurephiadm - Implemented lastlog commandDavid Sommerseth2009-03-244-87/+279
* Implemented the eDBadminGetLastLog(...) function in the SQLite3 driverDavid Sommerseth2009-03-243-4/+102
* Added more fields to the global field mapping tableDavid Sommerseth2009-03-241-30/+37
* Fixed spelling error in eurephiadm::usercerts commandDavid Sommerseth2009-03-241-2/+2
* Extended the database driver with eDBadminGetAdminAccess(...)David Sommerseth2009-03-243-0/+64
* Added CREDITS.txtDavid Sommerseth2009-03-231-0/+27
* Updated TODO listDavid Sommerseth2009-03-231-15/+35
* Fixed wrong help text info for eurephiadm usercerts commandDavid Sommerseth2009-03-231-5/+4
* BUGFIX: eurephiadm could not register certificatesDavid Sommerseth2009-03-231-2/+2
* Use global EUREPHIAVERSION instead of the local EUREPHIADMVERSIONDavid Sommerseth2009-03-231-3/+1
* Added utility to initialise and prepare a eurephia databaseDavid Sommerseth2009-03-223-1/+570
* Added support for editing the eurephia_adminaccess tableDavid Sommerseth2009-03-226-6/+98
* Fixed a memory leak in benchmark.cDavid Sommerseth2009-03-221-1/+4
* Avoid segfault if xmlDoc or XML root element is NULL in eurephiaXML_getRoot(...)David Sommerseth2009-03-221-2/+1
* Added benchmarking to suggest minimum and maximum rounds for hashesDavid Sommerseth2009-03-222-0/+156
* Rewrote database driver (SQLite) to use eurephia_pwd_crypt(...)David Sommerseth2009-03-223-23/+44
* Renamed passwdhash(...) function to eurephia_quick_hash(...)David Sommerseth2009-03-213-37/+32
* Added new password hashing function with proper SHA512 hashingDavid Sommerseth2009-03-212-0/+401
* Added missing source in edb-sqlite driver after reorg with randstr.cDavid Sommerseth2009-03-211-0/+1
* Made the destination buffer for random data more type independent (void *)David Sommerseth2009-03-032-2/+2
* Added macro for defaultIntvalue() for pure integer valuesDavid Sommerseth2009-03-031-1/+1
* Compile fix: Use sqlite_int64 instead of sqlite3_int64David Sommerseth2009-03-021-1/+1
* Moved eDBsessionGetRandString(...) to a more global and independent eurephia_...David Sommerseth2009-01-109-34/+88
* BUGFIX: Removed several memory leaksDavid Sommerseth2009-01-031-0/+5
* BUGFIX: Fixed unintended truncation of the session key and session seed valuesDavid Sommerseth2009-01-031-2/+2
* Introduced password caching on authenticated sessionsDavid Sommerseth2009-01-036-27/+122
* Prepared passwdhash function to allow salting and be prepared for other hashi...David Sommerseth2009-01-025-30/+41
* Make it possible to compile plug-in again without eurephiadm enabledDavid Sommerseth2009-01-025-8/+17
* sqlite3 - compile in common/eurephia_xml.c when admin mode is enabledv0.9.3_betaDavid Sommerseth2008-12-291-1/+1
* usercerts command: Added add/delete function for user/cert linksDavid Sommerseth2008-12-291-2/+110
* usercerts command: Added list user/cert linksDavid Sommerseth2008-12-281-1/+82
* Added db driver function: eDBadminGetUserCertsList(...) - to get user account...David Sommerseth2008-12-283-0/+74