index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
nsd_gtls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'v4-beta' into beta
Rainer Gerhards
2009-11-25
1
-1
/
+4
|
\
|
*
bugfix (kind of): check if TCP connection is still alive if using TLS
Jonathan Bond-Caron
2009-11-25
1
-1
/
+4
*
|
some light performance enhancement
Rainer Gerhards
2009-11-12
1
-1
/
+5
*
|
enhanced test environment (including testbench)
Rainer Gerhards
2009-10-22
1
-2
/
+2
|
/
*
going forward in moving string-handling functions to new interface...
Rainer Gerhards
2009-06-17
1
-17
/
+17
*
done various optimizations to the stringbuf and its users
Rainer Gerhards
2009-06-16
1
-4
/
+4
*
strmsrv now supports KEEPALIVE socket option
Rainer Gerhards
2009-06-02
1
-0
/
+11
*
some cleanup
Rainer Gerhards
2009-04-17
1
-0
/
+2
*
bugfix: memory leaks in gtls netstream driver
Rainer Gerhards
2008-12-03
1
-1
/
+7
*
added interface function to nsd_gtls needed for ACL control
Rainer Gerhards
2008-12-01
1
-0
/
+15
*
bugfix (cosmetical): authorization was not checked when gtls handshake comple...
varmojfekoj
2008-07-15
1
-1
/
+4
*
bugfix: machine certificate was required for client even in TLS anon mode
Rainer Gerhards
2008-07-02
1
-5
/
+21
*
Merge branch 'beta'
Rainer Gerhards
2008-07-01
1
-1
/
+1
*
added (internal) error codes to error messages
Rainer Gerhards
2008-06-27
1
-19
/
+18
*
bugfix: gtls always read only 8 bytes per recv call
Rainer Gerhards
2008-06-25
1
-1
/
+1
*
bugfix: gtls und ptcp netstream driver communicated invalid iRet
Rainer Gerhards
2008-06-24
1
-3
/
+5
*
improved gtls error reporting
Rainer Gerhards
2008-06-24
1
-1
/
+3
*
added support for EGAIN while trying to receive data on gTLS session
Rainer Gerhards
2008-06-24
1
-18
/
+90
*
disabled compile warnings caused by third-party libraries
Rainer Gerhards
2008-06-23
1
-0
/
+2
*
changed Rcv-Interface in tcpsrv subsystem
Rainer Gerhards
2008-06-23
1
-3
/
+9
*
disabled in-depth GnuTLS debugging aid
Rainer Gerhards
2008-06-23
1
-0
/
+2
*
bugfix: some error states were swapped
Rainer Gerhards
2008-06-20
1
-6
/
+27
*
begun step-by-step guide for TLS protected syslog
Rainer Gerhards
2008-06-18
1
-1
/
+1
*
somewhat improved plain tcp syslog reliability
Rainer Gerhards
2008-06-09
1
-0
/
+12
*
preparing 3.19.6
v3.19.6
Rainer Gerhards
2008-06-06
1
-1
/
+1
*
implemented wildcards inside certificate name check authentication
Rainer Gerhards
2008-05-27
1
-6
/
+9
*
client now provides cert even if it is not signed by one of the server's trus...
Rainer Gerhards
2008-05-27
1
-9
/
+163
*
protected gtls error string function by a mutex.
Rainer Gerhards
2008-05-26
1
-1
/
+7
*
fixed fingerprint generator
Rainer Gerhards
2008-05-26
1
-2
/
+1
*
fixed wrong cert expiration date check
Rainer Gerhards
2008-05-26
1
-1
/
+1
*
added certificate validity date check (gtls)
Rainer Gerhards
2008-05-26
1
-10
/
+55
*
added gtls name authentication based on common name (inside DN)
Rainer Gerhards
2008-05-26
1
-7
/
+99
*
added capability to auto-configure tls auth rule for client connecting to server
Rainer Gerhards
2008-05-26
1
-13
/
+51
*
improved gtls error reporting
Rainer Gerhards
2008-05-26
1
-2
/
+11
*
checking if client provided a cert and complain if not
Rainer Gerhards
2008-05-23
1
-1
/
+3
*
added x509/name authentication (so far based on dnsName only)
Rainer Gerhards
2008-05-22
1
-58
/
+137
*
added code to pull the subjectAltName - dNSName
Rainer Gerhards
2008-05-21
1
-2
/
+23
*
implemented x509/certvalid "authentication"
Rainer Gerhards
2008-05-21
1
-2
/
+271
*
re-enabled anon mode (failed if client did not provide cert)
Rainer Gerhards
2008-05-21
1
-3
/
+6
*
first implementation of TLS server client authentication check
Rainer Gerhards
2008-05-19
1
-18
/
+37
*
improved error messages and corrected fingerprint format
Rainer Gerhards
2008-05-19
1
-8
/
+21
*
regained netstream driver genericity; improved drivers
Rainer Gerhards
2008-05-17
1
-3
/
+6
*
added first rough ability to authenticate the server against its certificate
Rainer Gerhards
2008-05-16
1
-3
/
+70
*
Merge branch 'master' into ietf-tls
Rainer Gerhards
2008-05-16
1
-1
/
+7
|
\
|
*
added fromhost-ip properties and some bugfixes
Rainer Gerhards
2008-05-16
1
-1
/
+1
|
*
added TODO item
Rainer Gerhards
2008-05-15
1
-1
/
+1
|
*
bugfix: TLS server went into an endless loop in some situations.
Rainer Gerhards
2008-05-15
1
-0
/
+6
*
|
client provides x.509 and server prints fingerprint
Rainer Gerhards
2008-05-15
1
-6
/
+31
|
/
*
server's X509 cert fingerprint is obtained by client on connect
Rainer Gerhards
2008-05-08
1
-187
/
+47
*
added a bit of doc (at least something...)
Rainer Gerhards
2008-05-08
1
-1
/
+233
[next]