r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
authorAndrew Tridgell <tridge@samba.org>
Sun, 26 Sep 2004 11:30:20 +0000 (11:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:18 +0000 (12:59 -0500)
commite3880fa759cfa03222262327854fe7bbe585fe01
tree7000172fad1b5cdcc0d071698ee3e203e61a8f4f
parentad053090b817105a0974f4b8bf0b90e002297903
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
  rather than manual reference counts

- properly support SMBexit in the cifs and posix backends

- added a logoff method to all backends

With these changes the RAW-CONTEXT test now passes against the posix backend
(This used to be commit c315d6ac1cc40546fde1474702a6d66d07ee13c8)
24 files changed:
source4/include/cli_context.h
source4/libcli/cliconnect.c
source4/libcli/raw/clisession.c
source4/libcli/raw/clisocket.c
source4/libcli/raw/clitransport.c
source4/libcli/raw/clitree.c
source4/librpc/rpc/dcerpc_smb.c
source4/librpc/rpc/dcerpc_util.c
source4/ntvfs/cifs/vfs_cifs.c
source4/ntvfs/ipc/vfs_ipc.c
source4/ntvfs/nbench/vfs_nbench.c
source4/ntvfs/ntvfs.h
source4/ntvfs/posix/pvfs_open.c
source4/ntvfs/posix/pvfs_qfileinfo.c
source4/ntvfs/posix/pvfs_read.c
source4/ntvfs/posix/pvfs_setfileinfo.c
source4/ntvfs/posix/pvfs_write.c
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/posix/vfs_posix.h
source4/ntvfs/simple/vfs_simple.c
source4/rpc_server/dcerpc_server.c
source4/smb_server/reply.c
source4/torture/basic/secleak.c
source4/torture/raw/context.c