r5520: fix last remaining dfs issues with smbclient.
authorGerald Carter <jerry@samba.org>
Wed, 23 Feb 2005 19:26:32 +0000 (19:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:44 +0000 (10:55 -0500)
commit1b0f75ddfb8ed296ca0166f0606bfc108584b833
tree6930b12ad0111e588294b89fb1a436a80c43de9b
parent9cc7c62942f2c791e28d71c65ec61f1921b14576
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).
(This used to be commit 53d6a5f9d16aef4afc60b4b37b296b256da00dfd)
source3/client/client.c
source3/libsmb/clilist.c