]> git.sur5r.net Git - openldap/commit
Added support in liblber and libldap for partial reads, i.e. situations in
authorBart Hartgers <bart@openldap.org>
Wed, 3 Mar 1999 16:38:56 +0000 (16:38 +0000)
committerBart Hartgers <bart@openldap.org>
Wed, 3 Mar 1999 16:38:56 +0000 (16:38 +0000)
commita81ca188454b343e91568d49c0ac408660dcb66c
treed5e174c396f7d316ceff8c48d75f016f422ec82f
parent7bac8381a6514aa4cb00d3dc33fc5e4618f65e44
Added support in liblber and libldap for partial reads, i.e. situations in
which only part of a LDAPMessage is available on a socket.

The server-code seemed to handle this correctly already, so I didn't touch
it.

My apologies for the hack in ber_get_next :-).
include/lber.h
libraries/liblber/io.c
libraries/liblber/sockbuf.c
libraries/libldap/ldap-int.h
libraries/libldap/request.c
libraries/libldap/result.c
libraries/libldap/unbind.c