summaryrefslogtreecommitdiffstats
path: root/net.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bsd-port'Rainer Gerhards2008-04-151-1/+1
|\ | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c
| * our BSD define conflicted with a BSD system defineRainer Gerhards2008-04-091-1/+1
| | | | | | | | renamed to OS_BSD
* | removed dependency on MAXHOSTNAMELEN as much as it made sense.Rainer Gerhards2008-04-101-1/+2
|/ | | | | | | | | | GNU/Hurd does not define it (because it has no limit), and we have taken care for cases where it is undefined now. However, some very few places remain where IMHO it currently is not worth fixing the code. If it is not defined, we have used a generous value of 1K, which is above IETF RFC's on hostname length at all. The memory consumption is no issue, as there are only a handful of this buffers allocated *per run* -- that's also the main reason why we consider it not worth to be fixed any further.
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-6/+2
|
* renamed library module file names to lm*, so that they match the overallRainer Gerhards2008-03-071-0/+3
| | | | scheme (like im* and om*)
* some cleanupRainer Gerhards2008-03-071-10/+0
|
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-22/+48
| | | | | - added -M rsyslogd option (allows to specify module directory location) - converted net.c into a loadable library plugin
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-0/+1
|
* removed omfwd code dependency on finetRainer Gerhards2007-12-261-1/+2
|
* moved cross-platform define for AI_NUMERICSERV to net.hRainer Gerhards2007-12-261-0/+12
|
* moved some of the udp input code to its right placeRainer Gerhards2007-12-251-0/+3
|
* moved udp net code - again, stage workRainer Gerhards2007-12-251-0/+1
|
* moved some more network codeRainer Gerhards2007-12-251-0/+1
|
* moved some more net functionality out of syslogd.c - stage workRainer Gerhards2007-12-251-0/+7
|
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
|
* split the function cvthname() for clarity. Also changed to using theRainer Gerhards2007-09-181-1/+1
| | | | rsRetVal status return system
* moved some more modules to their own file setsRainer Gerhards2007-07-221-1/+45
|
* cleaned up code in AddAllowedSender()Rainer Gerhards2007-07-171-3/+2
|
* fully integrated patch from mildew@gmail.comRainer Gerhards2007-07-161-3/+7
|
* added patch by mildew@gmail.com to support IPv6 in $AllowedSenderRainer Gerhards2007-07-161-0/+28