summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-33/+100
* some cleanupRainer Gerhards2008-03-071-1/+0
* renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-1/+1
* extracted regexp functionality to its own dynamically loadable moduleRainer Gerhards2008-03-071-0/+1
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-13/+27
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-061-5/+7
* cleanupRainer Gerhards2008-03-061-2/+0
* shuffled some more code from syslogd.c to the right placesRainer Gerhards2008-03-051-121/+9
* moved date/time handling functions to their own object (2nd pass)Rainer Gerhards2008-03-051-3/+3
* moved date/time handling functions to their own objectRainer Gerhards2008-03-051-547/+11
* some cleanupRainer Gerhards2008-03-051-26/+4
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-99/+39
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-17/+19
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-26/+46
* - added class tcpsRainer Gerhards2008-03-021-0/+4
* converted conf.c to an abstract classRainer Gerhards2008-02-291-15/+16
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-7/+8
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-1/+4
* worked on queue stabilityRainer Gerhards2008-02-261-1/+2
* bugfix: rsyslogd segfaulted on second SIGHUP tracker:Rainer Gerhards2008-02-261-1/+1
* applied patch from varmojfekoj to fix an issue with compatibility mode andRainer Gerhards2008-02-261-2/+2
* - added sysvar classRainer Gerhards2008-02-251-0/+2
* - added PUSHMSGVAR operationRainer Gerhards2008-02-251-16/+39
* - added some temporary testing aids to conf.c, so that we can debugRainer Gerhards2008-02-251-0/+4
* removed no longer needed codeRainer Gerhards2008-02-221-8/+0
* applied patch by varmojfekoj to allow gssapi functionality to be build as aRainer Gerhards2008-02-221-8/+153
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-1/+12
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-1/+1
* created initial vmprg classRainer Gerhards2008-02-201-0/+2
* added vmop class (stage for expression execution)Rainer Gerhards2008-02-201-0/+2
* $MainMessageQueueDiscardSeverity can now also handle textual severitiesRainer Gerhards2008-02-201-1/+1
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-8/+6
* created var class out of property_tRainer Gerhards2008-02-201-0/+1
* created new class ctok_tokenRainer Gerhards2008-02-201-0/+1
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-1/+6
* some include file cleanupRainer Gerhards2008-02-191-3/+0
* cleanupRainer Gerhards2008-02-191-6/+0
* - moved config file code to its own fileRainer Gerhards2008-02-191-1100/+16
* - added doc on how expressions will workRainer Gerhards2008-02-191-2/+2
* - removed no longer necessary signal from threads.cRainer Gerhards2008-02-181-6/+10
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-181-8/+19
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-151-2/+0
* did some more work on omlibdbi, but did not yet get libdbi working. I guessRainer Gerhards2008-02-151-0/+2
* - added new facility and severity syntaxes to cfsysline handlerRainer Gerhards2008-02-141-1/+0
* moved decoding of syslog names to a more appropriate placeRainer Gerhards2008-02-141-90/+3
* - fixed a race condition in DoDie() - cosmetic issue in debugging mode,Rainer Gerhards2008-02-131-2/+2
* - introduced a new, more powerful, message submission interface submitMsg()Rainer Gerhards2008-02-131-2/+22
* changed interface of logmsg() to make it more straightforwardRainer Gerhards2008-02-131-8/+5
* - improved diagnostic information for abort casesRainer Gerhards2008-02-121-0/+2
* bugfix: discard action and backup actions did not work due to problem inRainer Gerhards2008-02-121-4/+4