summaryrefslogtreecommitdiff
path: root/source4/lib/tls/tls_tstream.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-18s4:lib/tls - include GNUTLS headers consistently using <...>Matthias Dieter Wallnöfer1-1/+1
2011-11-30s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0Matthias Dieter Wallnöfer1-0/+4
2011-01-18s4:tls_tstream: also use a dynamic buffer for the pull sideStefan Metzmacher1-3/+12
2011-01-18s4:tls_tstream: fix partial reads, so that the gnutls layer doesn't read the ...Stefan Metzmacher1-1/+6
2010-12-04tls_tstream: use a dynamic buffer for the push caseStefan Metzmacher1-6/+21
2010-12-04tls_tstream: increase the buffer sizeMatthieu Patou1-1/+1
2010-11-29s4:lib/tls/tls_tstream.c - quiet warning on Solaris "cc" by castsMatthias Dieter Wallnöfer1-2/+2
2010-10-08s4:lib/tls: buffer writes in tstream_tls_push_function()Stefan Metzmacher1-10/+76
2010-10-08s4:lib/tls: make more clear what the immediate event is forStefan Metzmacher1-6/+6
2010-10-08s4:lib/tls: fix enabled logic in tstream_tls_params_server()Stefan Metzmacher1-1/+11
2010-09-28s4:lib/tls: add gnutls backend for tstreamStefan Metzmacher1-0/+1249