summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* usercerts command: Added skeleton for a new admin commandDavid Sommerseth2008-12-283-0/+161
* certs command: Removed unused certs modes in help functionDavid Sommerseth2008-12-281-4/+0
* certs command: Removed --show mode. All details are available via --list.David Sommerseth2008-12-281-6/+0
* certs command: Added list certificatesDavid Sommerseth2008-12-261-1/+78
* Simplified some certificate field names for internal useDavid Sommerseth2008-12-261-2/+2
* sqlite3: Make sqlite_query_mapped(...) work with empty WHERE clauseDavid Sommerseth2008-12-261-3/+10
* sqlite3 - admin: Added DEBUG statements on all function callsDavid Sommerseth2008-12-261-1/+18
* certs command: Added help texts for -A and -DDavid Sommerseth2008-12-261-1/+44
* users command: Added registering and deregistering certificates when adding/d...David Sommerseth2008-12-251-2/+37
* sqlite3 db driver: Added eDBadminUpdateUserCertLink(...) function to add and ...David Sommerseth2008-12-253-1/+51
* BUGFIX: Fixed missing 'break' statements in switch for the eDBgetTableFieldMa...David Sommerseth2008-12-251-1/+4
* Added usercerts to the table name mapping tableDavid Sommerseth2008-12-251-0/+1
* Added check if fieldMapping node's table attribute is setDavid Sommerseth2008-12-251-0/+5
* Added field mapping for the openvpn_usercerts tableDavid Sommerseth2008-12-253-3/+28
* Fixed spelling mistake in XML attribute for certificatesDavid Sommerseth2008-12-223-3/+3
* users command: Added certificate look-up and certificate registration (via fi...David Sommerseth2008-12-221-6/+91
* sqlite3 - Return uid or certid of newly registered users or certificatesDavid Sommerseth2008-12-223-20/+30
* sqlite3 - Added saving last_insert_id on INSERT INTO queriesDavid Sommerseth2008-12-223-1/+9
* Moved the certfile parsing out from certificate.c into parse_certificate_files.cDavid Sommerseth2008-12-216-149/+250
* Moved all replace_char(...) calls into SQLite3 driver as xmlReplaceChars(...)David Sommerseth2008-12-212-22/+37
* Adjusted the usage of xmlPrint_certs to comply with recent API changesDavid Sommerseth2008-12-211-2/+4
* certs command: Completed delete certificate functionDavid Sommerseth2008-12-211-6/+152
* sqlite3 - Added eDBadminGetCertificateInfo(...)David Sommerseth2008-12-202-3/+93
* sqlite3 - Added sortkeys as argument to sqlite_query_mapped(...)David Sommerseth2008-12-203-8/+14
* Added eDBadminDeleteCertificate(...) function in SQLite3 driverDavid Sommerseth2008-12-202-3/+53
* Moved xmlPrint_certs(...) into certificates.c where it really belongsDavid Sommerseth2008-12-202-68/+72
* Moved field_print_* functions into separate filesDavid Sommerseth2008-12-204-7/+61
* certs command: Can parse SSL certificate files when registering cert.David Sommerseth2008-12-202-20/+203
* certs command: Added a simple add certificate functionDavid Sommerseth2008-12-201-1/+153
* Corrected wrong field name (org->organisation) in field mappingDavid Sommerseth2008-12-201-1/+1
* Added skeleton for certs commandDavid Sommerseth2008-12-203-1/+153
* Corrected wrong declaration of xmlExtractContent(...) and xmlGetNodeContent(...)David Sommerseth2008-12-202-8/+12
* sqlite3: Corrected some compiler warningsDavid Sommerseth2008-12-201-2/+2
* sqlite3: Added eDBadminAddCertificate(...) functionDavid Sommerseth2008-12-201-2/+51
* Added field mapping for the certificates tableDavid Sommerseth2008-12-202-27/+39
* users command: Added FIXME reminder - add certificate info in add_user(...)David Sommerseth2008-12-191-0/+2
* users command: Updated help textsDavid Sommerseth2008-12-191-6/+15
* users command: Fixed a memory leak in add user functionDavid Sommerseth2008-12-191-0/+1