summaryrefslogtreecommitdiffstats
path: root/runtime/net.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: off-by-one bug during certificate checkRainer Gerhards2008-06-041-2/+4
|
* bugfix: part of permittedPeer structure was not correctly initializedRainer Gerhards2008-06-031-2/+1
| | | | thanks to varmojfekoj for spotting this
* Merge branch 'ietf-tls'Rainer Gerhards2008-05-271-0/+274
|\
| * implemented wildcards inside certificate name check authenticationRainer Gerhards2008-05-271-0/+274
| |
* | bugfix: sender information (fromhost et al) was missing in imudpRainer Gerhards2008-05-211-1/+1
|/ | | | thanks to sandiso for reporting this bug
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-0/+64
| | | | | | | 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 fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-6/+9
| | | | | | | | | | - bugfix: TCP input modules did incorrectly set fromhost property (always blank) - bugfix: imklog did not set fromhost property - added "fromhost-ip" property - added "RSYSLOG_DebugFormat" canned template - bugfix: hostname and fromhost were swapped when a persisted message (in queued mode) was read in
* 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).