split clientgen.c into several parts
authorAndrew Tridgell <tridge@samba.org>
Tue, 25 Apr 2000 14:04:06 +0000 (14:04 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 25 Apr 2000 14:04:06 +0000 (14:04 +0000)
commit858e63cab3b6a23692678d6eb03f9e48c3c08603
tree560a77d944ae9561565099a0d866dd578b932f34
parentdce954d275977d14326249e07e20d988ad1d91f4
split clientgen.c into several parts

the next step is splitting out the auth code, to make adding lukes
NTLMSSP support easier
(This used to be commit 10c5470835b43116ed48b3137c3b9cc867a20989)
source3/Makefile.in
source3/libsmb/cliconnect.c [new file with mode: 0644]
source3/libsmb/clientgen.c
source3/libsmb/clierror.c [new file with mode: 0644]
source3/libsmb/clifile.c [new file with mode: 0644]
source3/libsmb/clilist.c [new file with mode: 0644]
source3/libsmb/climessage.c [new file with mode: 0644]
source3/libsmb/cliprint.c [new file with mode: 0644]
source3/libsmb/clirap.c [new file with mode: 0644]
source3/libsmb/clireadwrite.c [new file with mode: 0644]
source3/libsmb/clitrans.c [new file with mode: 0644]