| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Also added install rules to XSLT files
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added two extra ./configure arguments, --xslt-path which defines the
root directory for all eurephia specific XSLT templates (defaults to
/usr/share/eurephia/xslt) and --eurephiadm-xslt which defines the path
eurephiadm will use for its XSLT templates (defaults to
/usr/share/eurephia/xslt/eurephiadm)
Added an extra configuration paramet for eurephiadm
(eurephiadm_xslt_path), which can be used to override the compiled in
default values
|
|
|
|
|
|
|
|
|
|
|
| |
Run the utils/eurephia_init program to setup and do the initial
configuration of eurephia. It needs 2 required arguments
--database-driver <path to database driver>
--database-args <arguments to the db driver>
This utility will then guide you through a setup for the
different configuration parameters used by eurephia.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
For those environments where you just want to build
the eurephiadm and/or database drivers. ./configure
must now be called with -p or --plug-in to build the
OpenVPN plug-in
|
|
|
|
|
|
|
|
|
|
| |
Implemented saving VPN access profile to the eurephiaCERTINFO struct and
filling the eurephiaACCESSINFO with the proper information needed in the
eDBadminGetUserInfo(...) function.
The special thing about eurephiaACCESSINFO, is that it will not register
duplicate records. And when the eurephiaCERTINFO is free'd, the
eurephiaACCESSLIST will automatically be free'd as well.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Moved all OpenVPN plug-in related things into ./plugins, including firewall
Moved all shared code into ./common and moved the generic part of the
database files into ./database
Updated all CMakeLists.txt files and created a new one for the root directory
|
| |
|
|
|
|
| |
of ./configure
|
|
|
|
| |
added more parameters
|
|
|
|
|
|
| |
- Added checks for external libraries that we use
- Linking now links in needed shared libraries
- Added better check if OPENVPN_SRC_DIR is set
|
|
|