r5520: fix last remaining dfs issues with smbclient.
commit9cdaac47be1f767d61af5083efe41e037ab22559
authorGerald Carter <jerry@samba.org>
Wed, 23 Feb 2005 19:26:32 +0000 (23 19:26 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 23 Feb 2005 19:26:32 +0000 (23 19:26 +0000)
treed30fe66023f9e203512fbc4a313b7fea248c3c27
parent267e1b80427d95f7ccf1226b4720cafb2109c23a
r5520: fix last remaining dfs issues with smbclient.

* all the unix extension commands should work
* send the correct TRANS2_FINDFIRST format to 2k to
  get a listing from a msdfs root share (tested against
  smbd as well).
* mkdir, rmdir, etc... all seem ok.

I'm sure bugs will pop up so keep testing.

Last thing I plan on doing is to clean up the horrible
mess with connection management in smbclient and global
variables (so i can move the cli_cm_xx() routines to a
separate file).
source/client/client.c
source/libsmb/clilist.c