summaryrefslogtreecommitdiffstats
path: root/runtime/net.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-171-2/+2
|\ | | | | | | | | | | Conflicts: doc/rsyslog_conf.html runtime/net.c
| * correcting -q/-Q patch - was invalidRainer Gerhards2009-11-121-2/+2
| | | | | | | | | | This is the correct patch. The previous one solved the segfault, but disabled the -q/Q options.
* | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-121-2/+2
|\|
| * bugfix: segfault on startup when -q or -Q option was givenRainer Gerhards2009-11-121-2/+2
| | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=157 Thanks to Jonas Nogueira for reporting this bug.
* | bugfix: reverse lookup reduction logic in imudp do DNS queries too oftenRainer Gerhards2009-09-031-1/+3
|/ | | | | | | | | A comparison was done between the current and the former source address. However, this was done on the full sockaddr_storage structure and not on the host address only. This has now been changed for IPv4 and IPv6. The end result of this bug could be a higher UDP message loss rate than necessary (note that UDP message loss can not totally be avoided due to the UDP spec)
* security bugfix: $AllowedSender was not honored,Rainer Gerhards2008-11-291-5/+2
| | | | ...all senders were permitted instead
* implemented wildcards inside certificate name check authenticationRainer Gerhards2008-05-271-1/+26
|
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-1/+18
| | | | | | | 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-2/+2
| | | | | | | | | | - 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
* cleanup: removed no longer needed filesRainer Gerhards2008-04-161-0/+5
|
* moved net module to runtimeRainer Gerhards2008-04-161-0/+117
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).