wine/dlls/secur32
Henri Verbeet 7bb7d08d19 secur32: Handle the schan_buffers limit field in schan_get_buffer() instead of schan_pull().
Aside from being the right place, we depend on schan_get_buffer() not
returning a buffer if there's no space left in schan_imp_recv() /
schan_imp_send().
2011-10-05 17:00:58 -05:00
..
tests
base64_codec.c
dispatcher.c
hmac_md5.c
hmac_md5.h
lsa.c
Makefile.in
negotiate.c
ntlm.c
schannel.c secur32: Handle the schan_buffers limit field in schan_get_buffer() instead of schan_pull(). 2011-10-05 17:00:58 -05:00
schannel_gnutls.c secur32: Properly handle GNUTLS_E_AGAIN in (GnuTLS) schan_imp_recv(). 2011-10-03 14:38:49 -05:00
schannel_macosx.c secur32: Use gnutls_record_get_max_size() to get the maximum message size. 2011-10-03 14:38:21 -05:00
secur32.c
secur32.spec
secur32_priv.h secur32: Properly handle GNUTLS_E_AGAIN in (GnuTLS) schan_imp_send(). 2011-10-03 14:38:44 -05:00
thunks.c
thunks.h
util.c
wrapper.c