summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update parser to handle TLS data and subject. Fix syntactic sugar in agent.grin@grin.hu2013-10-121-1/+11
|
* * PostgreSQL fixesMark Felder2009-05-271-8/+29
| | | | | | | | | | | | | | | | - missing set/clear action subroutines added for postgres - postgres doesn't need to run the optimize routine assuming autovacuum isn't disabled - postgres was missing heartbeat table -- added in the sql schema - extended the shadow_transport column from 128 to 255 chars -- was - running into issues with too long fields trying to be inserted - fix heartbeat feature - PostgreSQL doesn't support a REPLACE SQL function, fixes #178 Signed-off-by: Mark Felder <felderado@gmail.com>
* check if webroot parameter has been set, before using a regexp on itAndreas Unterkircher2008-12-131-1/+4
| | | | Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
* automatically add trailing slash to webroot config option if missing, ↵Andreas Unterkircher2008-12-131-0/+5
| | | | | | resolves #129 Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
* * warn if exilog.conf is readable by others, resolves #128Andreas Unterkircher2008-12-131-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 ChangelogAndreas Unterkircher2008-12-121-1/+1
| | | | Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
* Forward unreleased changesTom Kistner2008-12-123-50/+73
| | | | | | | | | - IPv6 address parsing - Some queue management - Better SQL quoting - More misc stuff Signed-off-by: Tom Kistner <tom@duncanthrax.net>
* exilog-agent heartbeats, resolves #115Andreas Unterkircher2008-12-121-0/+18
| | | | Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
* set lib-path to /usr/lib/exilog instead using FindBin moduleAndreas Unterkircher2008-12-121-3/+1
| | | | Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
* look for exilog.conf in /etc/exilog, resolves #118Andreas Unterkircher2008-12-121-1/+1
| | | | Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
* sort files into their directories. move agent- and cleanup-script into ↵Andreas Unterkircher2008-12-124-0/+1106
'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>