summaryrefslogtreecommitdiffstats
path: root/runtime/net.c
Commit message (Collapse)AuthorAgeFilesLines
* added new "netstrm" class (not yet implemented)Rainer Gerhards2008-04-171-1/+0
|
* changelog added plus typo fixRainer Gerhards2008-04-171-1/+1
|
* moved host/domain-name related variables to global data poolRainer Gerhards2008-04-171-8/+7
|
* moved "DisableDNS" variable to global data poolRainer Gerhards2008-04-171-3/+3
|
* moved "bDropMalPTRMsgs" variable to global data poolRainer Gerhards2008-04-171-1/+1
|
* moved "family" variable to global data poolRainer Gerhards2008-04-171-1/+4
|
* removed no longer needed thingsRainer Gerhards2008-04-161-4/+0
| | | | | ... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out).
* some more cleanupRainer Gerhards2008-04-161-1/+1
| | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* moved net module to runtimeRainer Gerhards2008-04-161-0/+1149
after careful analysis, I concluded that it is OK to place the current net.c/.h code under LGPL. Individual contributor agreement is given and no sysklogd code remains (see net.c for details).