summaryrefslogtreecommitdiffstats
path: root/runtime/cfsysline.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-06-061-3/+15
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/modules.c
| * fixing memleak in recent group resolve patchRainer Gerhards2012-06-061-3/+6
| | | | | | | | also added some error checking
| * call getgrnam_r repeatedly to get all group members.Alec Warner2012-06-061-3/+12
| |
* | permit size modifiers (k,m,g,...) in integer config parametersRainer Gerhards2012-04-071-31/+38
|/ | | | Thanks to Jo Rhett for the suggestion.
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-161-16/+14
|\ | | | | | | | | | | | | | | Conflicts: runtime/debug.h runtime/obj.c runtime/parser.h runtime/wti.h
| * license changesRainer Gerhards2012-01-161-16/+14
| |
| * added $LocalHostName config directive & some bugfixingRainer Gerhards2010-12-161-3/+0
| | | | | | | | | | | | - added $LocalHostName config directive - bugfix: local hostname was pulled too-early, so that some config directives (namely FQDN settings) did not have any effect
| * Merge branch 'v4-stable' into v4-develRainer Gerhards2010-12-161-2/+2
| |\ | | | | | | | | | | | | Conflicts: runtime/parser.c
* | | backporting patch for clean make distcheckRainer Gerhards2011-03-161-0/+3
| | |
* | | bugfix: batch processing flagged invalid message as "bad" under some ↵Rainer Gerhards2010-12-161-3/+0
| | | | | | | | | | | | | | | | | | circumstances also fixed some cosmetic nits
* | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-12-161-2/+2
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/parser.c runtime/queue.c runtime/wtp.c template.c threads.c tools/syslogd.c
| * some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-2/+2
| |
| * fixing some compile problems on FreeBSDRainer Gerhards2010-10-191-3/+3
| |
* | bugfix: the T/P/E config size specifiers did not work properly under call ↵Rainer Gerhards2010-04-071-3/+5
|/ | | | 32-bit platforms
* Merge branch 'master' into omfileRainer Gerhards2009-06-161-6/+6
|\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.h tcps_sess.c tcpsrv.c tools/syslogd.c
| * done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-6/+6
| |
* | completed multi-ruleset core supportRainer Gerhards2009-06-121-3/+3
|/ | | | ... as well as added multi-ruleset support for imtcp
* clean compile on solarisRainer Gerhards2009-04-021-2/+2
|
* Merge branch 'v3-stable' into betaRainer Gerhards2008-09-021-5/+5
| | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-10/+10
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* Merge branch 'beta'Rainer Gerhards2008-05-161-0/+2
| | | | | | | Conflicts: ChangeLog rfc3195d.c
* Merge branch 'beta'Rainer Gerhards2008-05-021-1/+3
| | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c
* added missing copyright statementsRainer Gerhards2008-04-241-0/+2
| | | | (thanks to Michael Biebl for noticing)
* completed better modularity of runtimeRainer Gerhards2008-04-171-1/+0
| | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things.
* modularization workRainer Gerhards2008-04-171-0/+991
cleanup + created an abstract class for global data items and moved glblGetWorkDir to it