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)
commit10c5470835b43116ed48b3137c3b9cc867a20989
treef93c8368fd9f2081f73081ceeb0a31c7b9f94bb9
parent90b574296e06cd6ed4fedc1e5a8ae412a5e78b45
split clientgen.c into several parts

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