summaryrefslogtreecommitdiffstats
path: root/conf.c
Commit message (Collapse)AuthorAgeFilesLines
* - added class tcpsRainer Gerhards2008-03-021-1/+0
| | | | | | - added class tcps_sess - changed imtcp to use new classes; seems to work; imgssapi currently broken
* converted conf.c to an abstract classRainer Gerhards2008-02-291-13/+40
|
* corrected invalid function definitionRainer Gerhards2008-02-291-5/+0
|
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-4/+9
| | | | | | | | | - changed the object/interface system to use a new way of calling, giving up the numerical object ID. This was necessary as we needed more extensibility for third-party modules (which don't play at all with the previous fixed object ID). This is stage work for the object loader. Please note that I needed to change the object (de)serializer, I can't outrule that I have introduced bugs there.
* bugfix: removed debugging code that I forgot to remove before releasingRainer Gerhards2008-02-281-17/+0
| | | | 3.12.0 (does not cause harm and happened only during startup)
* - added PUSHMSGVAR operationRainer Gerhards2008-02-251-2/+11
| | | | - included expression support in filter module (and it works ;))
* - added some temporary testing aids to conf.c, so that we can debugRainer Gerhards2008-02-251-0/+19
| | | | | | expression support as it is implemented - fixed a couple of bugs in expression system - added more operations to virtual machine - now works well with constants
* fixed bug in duplicate module load detectionRainer Gerhards2008-02-221-3/+7
|
* applied patch by varmojfekoj to allow gssapi functionality to be build as aRainer Gerhards2008-02-221-3/+14
| | | | | | separate plugin (so that gssapi and plain tcp functionality can be individually distributed). Also inclulded some other enhancements, most importantly initial compatibility mode system
* some more interface changesRainer Gerhards2008-02-211-8/+11
|
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-3/+13
| | | | class loading)
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-4/+4
| | | | rsyslog (now) and also much easier to type
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-1/+1
|
* - basic implementation of expression parser parsing doneRainer Gerhards2008-02-201-3/+12
| | | | - improved ABNF a bit
* - begun implementation of expression parsing logicRainer Gerhards2008-02-191-0/+4
| | | | - implemented, simpstr, var, number in tokenizer
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-41/+95
| | | | - done stage work to begin implement tokenizer
* - moved config file code to its own fileRainer Gerhards2008-02-191-0/+1085
- finally made CONT_LINES in config the only standard support (the code contained code for other case, which were never executed by the preprocessor)