summaryrefslogtreecommitdiffstats
path: root/plugin/environment.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented detection of OpenVPN tunnel device typeDavid Sommerseth2010-11-301-0/+23
| | | | | | | | | | | | This will later be used to be able to support OpenVPN in tun mode as well as the now only supported tap mode. It will first try to detect the tunnel type based on the 'dev_type' environment variable if available. If not, it will try to figure it out based on the device name. If this fails, it is possible to force the eurephia to a specific device type by setting the openvpn_devtype config variable. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
|
* Added missing doxygen comments to environment.hDavid Sommerseth2009-10-051-17/+182
|
* Use macros to extract values via get_env()David Sommerseth2009-10-051-0/+52
| | | | | This has two purposes. To make the code more readable and to use the same maximum length of the data being retrieved from the environment table.
* Moved the get_env() function into its own fileDavid Sommerseth2009-10-041-0/+47