summaryrefslogtreecommitdiffstats
path: root/runtime/netstrms.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
| | | | | | | | | | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | fixing regression: multi-threading had racesRainer Gerhards2011-01-311-1/+0
|/
* milestone commit: first driver layer call doneRainer Gerhards2009-11-181-0/+3
| | | | | ... does not really run. We can now call into the epoll driver, but not handle epoll(). The driver also needs more modifications.
* bugfix: memory leaks in gtls netstream driverRainer Gerhards2008-12-031-0/+4
|
* added code to pull the subjectAltName - dNSNameRainer Gerhards2008-05-211-1/+0
|
* fixed invalid prototypeRainer Gerhards2008-05-211-1/+1
|
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-1/+50
| | | | | | | The TLS server now checks the client fingerprint. This works, but is highly experimental. Needs to be refined for practice. Also: - implemented permittedPeers helper construct to store names - changed omfwd implementation to use new permittedPeers
* added missing includes (noticed under SuSe Linux)Rainer Gerhards2008-05-061-0/+1
|
* support for different forwarding stream drivers addedRainer Gerhards2008-05-051-2/+29
| | | | they can now be set on an action-by-action basis
* added $InputTCPServerStreamDriverMode config directiveRainer Gerhards2008-04-301-0/+28
|
* fixed problem with module unload sequenceRainer Gerhards2008-04-291-8/+4
|
* removed loadbale module leakRainer Gerhards2008-04-291-3/+23
| | | | | | - moved netstrms, netstrm and nssel into a single loadble module because they belong together - fixed "loadbale module leak"
* ability to load proper select netstrm driverRainer Gerhards2008-04-291-6/+9
|
* added $DefaultNetstreamDriver config directiveRainer Gerhards2008-04-281-0/+1
|
* message reception via TCP work againRainer Gerhards2008-04-241-19/+2
| | | | | | ... at least in some cases ;) I assume there are still a couple of bugs inside the code. But at least we have something from where we can continue to work on.
* client functionality works again (with the new socket abstraction)Rainer Gerhards2008-04-231-8/+19
|
* added new netstrms classRainer Gerhards2008-04-231-0/+206
netstrms is at the top layer of the socket abstraction