client.c:
authorJeremy Allison <jra@samba.org>
Sat, 20 Dec 1997 14:36:11 +0000 (14:36 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 20 Dec 1997 14:36:11 +0000 (14:36 +0000)
commit1084fb46821cb96702da35439da4a8df9d255698
tree9fc6a1a9bcbcf22a2a024abace60d2a12a76b652
parent209f894fdbcfbf7a7952b6228342b86e088a9582
client.c:
clientgen.c:
clientutil.c:
clitar.c: Changed usage of receive_smb to new function client_receive_smb
          except for one use of receive_smb in client.c. This is the
          receive_smb used to discard packets received whilst in a
          keyboard wait state.
util.c: Created new function client_receive_smb that ignores session
        keepalives just as the old receive_smb used to do. Created
        internal function read_smb_length_return_keepalive that is
        used internally by the changed receive_smb call.
        Changed read_smb_len to not use an internal buffer - it is
        never called with a null buffer so such code is redundant.
Jeremy.
source/client/client.c
source/client/clientutil.c
source/client/clitar.c
source/include/proto.h
source/lib/util.c
source/libsmb/clientgen.c