summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵David Sommerseth2008-12-283-0/+74
| | | | account/certs links
* 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 ↵David Sommerseth2008-12-251-2/+37
| | | | adding/deleting users
* sqlite3 db driver: Added eDBadminUpdateUserCertLink(...) function to add and ↵David Sommerseth2008-12-253-1/+51
| | | | delete records in openvpn_usercerts
* BUGFIX: Fixed missing 'break' statements in switch for the ↵David Sommerseth2008-12-251-1/+4
| | | | eDBgetTableFieldMapping(...) function
* 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 ↵David Sommerseth2008-12-221-6/+91
| | | | file) in add_user(...)
* 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
| | | | | Changed certinfo.[ch] to add cert.digest as well, and using this modified struct to handle the parse result after parsing the certfile.
* 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
| | | | | The last argument to the function can contain a list over field names which will be used in the ORDER BY clause when doing SELECT queries.
* 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
| | | | | | | | | | Instead of giving digest, common name, organisation and email address as parameters when registering a new certificate, the function can now take both PEM formated and PKCS12 formated certificate files and extract the needed information automatically. This functionality will only be enabled if OpenSSL v0.9.8 or newer is found.
* 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
|
* users command: Added support for --password, to change a users passwordDavid Sommerseth2008-12-191-1/+54
|
* users command: cosmetic patch for users --show --lastlogDavid Sommerseth2008-12-191-3/+5
|
* Changed from numeric session status code to text in eDBadminGetUserInfo(...) ↵David Sommerseth2008-12-193-1/+14
| | | | - lastlog
* users command: Made a simpler lastlog view as wellDavid Sommerseth2008-12-191-32/+39
|
* users command: Added showing a users lastlogDavid Sommerseth2008-12-191-1/+83
|
* users command: Added viewing login attempts and blacklist info for a ↵David Sommerseth2008-12-191-1/+31
| | | | specified user account
* sqlite - admin: Added fetching blacklist info for user account.David Sommerseth2008-12-191-0/+24
|
* sqlite - admin: Added fetching login attempt for user. Fixed a memory leak ↵David Sommerseth2008-12-191-4/+30
| | | | and removed XML dump for debug