index
:
rsyslog
master
v3-stable
v3-stable-kaz
Modifications to rsyslog---see v3-stable-kaz branch
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
nsd_ptcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
optimze: reduce memory operations during dns resolution/hostname setting
Rainer Gerhards
2013-01-22
1
-1
/
+1
*
some fixes to commit 440aaff114607e82aefee56336846611a2e35c9c
Rainer Gerhards
2013-01-22
1
-1
/
+2
*
optimize: move lowercasing of hostnames to cache
Rainer Gerhards
2013-01-24
1
-6
/
+4
*
optimize: have dns cache pre-create rsyslog prop_t's
Rainer Gerhards
2013-01-24
1
-22
/
+13
*
refactor / simplify
Rainer Gerhards
2013-01-18
1
-5
/
+3
*
optimize: reduce nbr of strcpy() in FROMHOST processing
Rainer Gerhards
2013-01-18
1
-10
/
+10
*
somewhat better debug output
Rainer Gerhards
2012-09-28
1
-1
/
+3
*
Fixed TCP CheckConnection handling in omfwd.c.
Andre Lorbach
2012-08-25
1
-1
/
+5
*
Merge branch 'beta'
Rainer Gerhards
2011-06-21
1
-0
/
+6
|
\
|
*
somewhat improved debug logging
Rainer Gerhards
2011-06-10
1
-0
/
+6
*
|
dnscache: bugfix, potentially grabagge data accessed
Rainer Gerhards
2011-06-07
1
-2
/
+2
*
|
added upper limit on # of dns cache entries to prevent DoS
Rainer Gerhards
2011-06-07
1
-2
/
+0
*
|
added a first implementation of a DNS name cache
Rainer Gerhards
2011-06-06
1
-32
/
+2
*
|
step: imtcp did not properly handle privilege drop
Rainer Gerhards
2011-05-06
1
-3
/
+3
|
/
*
added work-around for bug in gtls, which causes fd leak when using TLS
Bojan Smojver
2011-02-23
1
-0
/
+1
*
bugfix: netstream ptcp support class was not correctly build on systems witho...
Rainer Gerhards
2010-04-19
1
-0
/
+4
*
solved some platform issues with nsdpoll_ptcp
Rainer Gerhards
2009-11-25
1
-0
/
+1
*
fixing some potential segfault conditions
Rainer Gerhards
2009-11-25
1
-1
/
+4
*
milestone commit: first driver layer call done
Rainer Gerhards
2009-11-18
1
-0
/
+2
*
enhanced test environment (including testbench)
Rainer Gerhards
2009-10-22
1
-2
/
+2
*
strmsrv now supports KEEPALIVE socket option
Rainer Gerhards
2009-06-02
1
-0
/
+29
*
bugfix: $AllowedSender handled invalidly for plain TCP transport
Rainer Gerhards
2008-11-29
1
-0
/
+25
*
bugfix: double-free in pctp netstream driver
varmojfekoj
2008-10-28
1
-2
/
+11
*
added (internal) error codes to error messages
Rainer Gerhards
2008-06-27
1
-4
/
+4
*
bugfix: gtls und ptcp netstream driver communicated invalid iRet
Rainer Gerhards
2008-06-24
1
-0
/
+7
*
somewhat improved plain tcp syslog reliability
Rainer Gerhards
2008-06-09
1
-0
/
+29
*
first implementation of TLS server client authentication check
Rainer Gerhards
2008-05-19
1
-6
/
+14
*
improved error messages and corrected fingerprint format
Rainer Gerhards
2008-05-19
1
-4
/
+7
*
regained netstream driver genericity; improved drivers
Rainer Gerhards
2008-05-17
1
-0
/
+41
*
added $InputTCPServerStreamDriverMode config directive
Rainer Gerhards
2008-04-30
1
-3
/
+1
*
restructured netstrm driver layer
Rainer Gerhards
2008-04-30
1
-0
/
+3
*
server handshake now works with nonblocking sockets
Rainer Gerhards
2008-04-30
1
-3
/
+0
*
made plain tcp syslog via TLS work on the server
Rainer Gerhards
2008-04-30
1
-0
/
+3
*
fixed problem with module unload sequence
Rainer Gerhards
2008-04-29
1
-2
/
+2
*
added $ActionSendStreamDriverMode config directive
Rainer Gerhards
2008-04-28
1
-0
/
+17
*
made gtls server driver work in plain tcp mode
Rainer Gerhards
2008-04-25
1
-3
/
+25
*
made this compile with the new abstracted socket server calls
Rainer Gerhards
2008-04-24
1
-0
/
+1
*
Merge branch 'sock-abstract' into tls
Rainer Gerhards
2008-04-24
1
-97
/
+149
|
\
|
*
some cleanup
Rainer Gerhards
2008-04-24
1
-1
/
+0
|
*
fixed newly introduced memory leaks
Rainer Gerhards
2008-04-24
1
-2
/
+0
|
*
message reception via TCP work again
Rainer Gerhards
2008-04-24
1
-6
/
+47
|
*
removed listener array from inidividual netstrm (mostly finished)
Rainer Gerhards
2008-04-23
1
-23
/
+37
|
*
objects for receive-side socket abstraction specified
Rainer Gerhards
2008-04-23
1
-93
/
+94
*
|
first working TLS-enabled plain TCP sender
Rainer Gerhards
2008-04-18
1
-0
/
+21
|
/
*
fixed abort on rsyslogd termination
Rainer Gerhards
2008-04-18
1
-1
/
+1
*
converted netstrm into generic netstrm and the nsd_pctp driver
Rainer Gerhards
2008-04-18
1
-0
/
+579