s3-smbd Split conn.c into 3 files
authorAndrew Bartlett <abartlet@samba.org>
Wed, 25 May 2011 04:58:24 +0000 (14:58 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 30 May 2011 22:32:07 +0000 (00:32 +0200)
commitade01f083c502ecf7cba19303eb16d3c9a4be52a
tree8fe090925a70c9ed4f5de4efa344ea4a79a80216
parent4e374d167992195b7a0e0f8c82aab755fd3d8379
s3-smbd Split conn.c into 3 files

The idea with this split is to make it easier to handle dependencies,
avoiding having the loadparm code depend on the global server
variables, without resorting to dummy functions and linker tricks.

conn_clear_vuid_cache() is brought in from uid.c to make it static

Andrew Bartlett
source3/Makefile.in
source3/smbd/conn.c
source3/smbd/conn_idle.c [new file with mode: 0644]
source3/smbd/conn_msg.c [new file with mode: 0644]
source3/smbd/proto.h
source3/smbd/uid.c
source3/wscript_build