Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check if webroot parameter has been set, before using a regexp on it | Andreas Unterkircher | 2008-12-13 | 1 | -1/+4 |
| | | | | Signed-off-by: Andreas Unterkircher <unki@netshadow.at> | ||||
* | automatically add trailing slash to webroot config option if missing, ↵ | Andreas Unterkircher | 2008-12-13 | 1 | -0/+5 |
| | | | | | | resolves #129 Signed-off-by: Andreas Unterkircher <unki@netshadow.at> | ||||
* | * warn if exilog.conf is readable by others, resolves #128 | Andreas Unterkircher | 2008-12-13 | 1 | -2/+28 |
| | | | | | | * check if exilog.conf exists and is readable by the current user, resolves #132 Signed-off-by: Andreas Unterkircher <unki@netshadow.at> | ||||
* | set version to 0.5.1, update Changelog | Andreas Unterkircher | 2008-12-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Andreas Unterkircher <unki@netshadow.at> | ||||
* | set lib-path to /usr/lib/exilog instead using FindBin module | Andreas Unterkircher | 2008-12-12 | 1 | -3/+1 |
| | | | | Signed-off-by: Andreas Unterkircher <unki@netshadow.at> | ||||
* | look for exilog.conf in /etc/exilog, resolves #118 | Andreas Unterkircher | 2008-12-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Andreas Unterkircher <unki@netshadow.at> | ||||
* | sort files into their directories. move agent- and cleanup-script into ↵ | Andreas Unterkircher | 2008-12-12 | 1 | -0/+63 |
'agents', all static www-content (icons, stylesheet, javascript, ...) into 'htdocs'. cgi-stuff into 'cgi' and all reused code into 'lib'. Signed-off-by: Andreas Unterkircher <unki@netshadow.at> |