Volker Lendecke
c847b2afe7
r24223: Convert reply_echo to the new API
...
(This used to be commit 4863ff2899419e791ed0e340821072d004fb1d17)
2007-10-10 12:29:17 -05:00
Jeremy Allison
76f0168f4f
r24036: Fix dfs rename bug in smbclient reported by Thomas Bork <tombork@web.de>.
...
Couldn't rename file as we weren't DFS enabling the target path.
Jeremy.
(This used to be commit cd66c133a1b010874ea9e7a500ea24c52011e523)
2007-10-10 12:28:58 -05:00
Volker Lendecke
9e78a3cb38
r23989: For testing purposes, add "echo" to smbclient
...
(This used to be commit 4cdfc887545f7367239c73b0fecf173970bbc5d2)
2007-10-10 12:28:52 -05:00
Günther Deschner
e05f45baef
r23825: Add ".." command as an alias to "cd ..".
...
Guenther
(This used to be commit c254c5e2549b2a4fe4895b467c4802f4b8ddb2f3)
2007-10-10 12:28:30 -05:00
Günther Deschner
36d74b678b
r23824: Add ls alias for lazy typers like me.
...
Guenther
(This used to be commit cdec09956c941d7ea9d67dc03959f2bdf9a37cb2)
2007-10-10 12:28:30 -05:00
Andrew Tridgell
153cfb9c83
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
...
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10 12:28:27 -05:00
Andrew Tridgell
5e54558c6d
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
...
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
2007-10-10 12:28:22 -05:00
Jeremy Allison
d824b98f80
r23779: Change from v2 or later to v3 or later.
...
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10 12:28:20 -05:00
Volker Lendecke
78fcf93d88
r23596: Add notes about smbfs/cifs to usage() in smb[u]mount
...
(This used to be commit 4896b4ee55b3c8213754ebe6a8edafd82a40c014)
2007-10-10 12:23:34 -05:00
Simo Sorce
6c7a17b820
r23571: Fix, parsing of multi byte share names.
...
Thanks to SATOH Fumiyasu
Fixes 4720
Jerry,
this is a showstopper for 3.0.25b, please grab it into
SAMBA_3_0_RELEASE before cuting the tarballs.
Simo.
(This used to be commit d2846e6b90e8774a729e6cf3a0c809aa8ff4a93a)
2007-10-10 12:23:30 -05:00
Volker Lendecke
622af1be30
r23567: Fix bug 4721
...
(This used to be commit f2050f5a3af382ad88071a5d5f6b172af4143e0f)
2007-10-10 12:23:30 -05:00
Jeremy Allison
ce02d0dfcb
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
...
Long overdue fix....
Jeremy.
(This used to be commit 073fdc5a58139796dbaa7ea9833dca5308f11282)
2007-10-10 12:23:28 -05:00
Simo Sorce
a0c3774ab1
r23527: Use existing escaping function pointed by James
...
(This used to be commit 9dcbef9615aec7cfe8f72e6f21f01af4e4fcc90e)
2007-10-10 12:23:25 -05:00
Simo Sorce
59c4506357
r23524: Fix bug 2319.
...
Got report this is all ok form a tester. Close a loong
standing bug preventing people to freely use any character
in their password when printing via cups were involved.
(This used to be commit 54ca011212982cf1d94a76ca9d39c391783da04f)
2007-10-10 12:23:25 -05:00
Steve French
c6b2836664
r22982: Do not prompt for password on sec=none for mount.cifs (and allow guest
...
option to pass to kernel code so it can know when to retry)
(This used to be commit 500d9236c419be6ec32cc209279aeea2234f1a21)
2007-10-10 12:22:13 -05:00
Steve French
58703289a3
r22979: Revert previous checkin (which had some debug junk) and fix misc frees that
...
valgrind noticed
(This used to be commit c8aa60692ba23c43820b820db3371a86dfbf40b5)
2007-10-10 12:22:13 -05:00
Steve French
a6bbf9f9bc
r22779: Patch for not prompting for password on cifs mounts when "sec=none"
...
specified
(This used to be commit 9af97d8ead85c05d08ee24727525894df5866630)
2007-10-10 12:21:56 -05:00
Steve French
a01c1968b5
r22560: Clean up frees of realloc memory in mount.cifs (thanks to Alex for
...
reminding me how to use Valgrind).
(This used to be commit 4616c29b9f09b9863f1446e83c98e3adc327d0f9)
2007-10-10 12:19:45 -05:00
Steve French
3e2f29eefd
r22526: Support deep tree mounts after share (instead of having to specify
...
prepath)
(This used to be commit 0548dea6c7222dc22144a86fffd32675cd14b677)
2007-10-10 12:19:42 -05:00
Jeremy Allison
f7fc540d84
r22354: Make client select krb5 encrpyt if krb5 already on.
...
Jeremy.
(This used to be commit 7b89a5de57cd5fed814eda95e44dcc345f380fb2)
2007-10-10 12:19:28 -05:00
Jeremy Allison
e5428ef189
r22155: Fixed warning #4498 from jason@ncac.gwu.edu.
...
Jeremy.
(This used to be commit f1b22c952719f004d7e33813c4d0f10514e1fff9)
2007-10-10 12:19:17 -05:00
Simo Sorce
73c8eee9b2
r22002: Fix bug #3974 , there are still open issues with -N behavior (doc fix next)
...
and -T argument parsing behavior (which is just insane but a separate bug)
(This used to be commit 1a3980f1fcb6431aa6bce83f7c34338436b4e962)
2007-10-10 12:18:59 -05:00
Stefan Metzmacher
56ba447668
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
...
which matches what samba4 has.
also fix all the callers to prevent compiler warnings
metze
(This used to be commit fa322f0cc9c26a9537ba3f0a7d4e4a25941317e7)
2007-10-10 12:18:59 -05:00
Jeremy Allison
0eab431194
r21992: Fix keepalive processing when encryption turned on.
...
Jeremy.
(This used to be commit 8f113ad1918dcd2746ec527ceb79a2a7baa1d415)
2007-10-10 12:18:58 -05:00
Jeremy Allison
7ae9e6aff5
r21901: Don't use fstrcat when you mean fstrcpy. Doh !
...
Jeremy.
(This used to be commit c7153411f1840e41470311db00d728e1461c56f6)
2007-10-10 12:18:47 -05:00
Jeremy Allison
a828b56884
r21898: Added test command, fixed first valgrind bugs.
...
Now to investigate why it doesn't work :-).
Jeremy.
(This used to be commit 73f7c6cef8371ad63eb1dc3e79bfc78503dbd7a4)
2007-10-10 12:18:47 -05:00
Steve French
3cb9ce7668
r21840: mount.cifs compile on old libc missing bind mount #define
...
Thanks to Thomas Jarosch for pointing this out.
(This used to be commit bd9439cc7d80e172feab72229b553028e134de05)
2007-10-10 12:18:37 -05:00
Jeremy Allison
540911001d
r21768: Fix the client dfs code such that smbclient can
...
process deep dfs links (ie. links that go to non root
parts of a share). Make the directory handling conanonical
in POSIX and Windows pathname processing.
dfs should not be fully working in client tools. Please
bug me if not.
Jeremy.
(This used to be commit 1c9e10569cd97ee41de39f9f012bea4e4c932b5d)
2007-10-10 12:18:30 -05:00
Jeremy Allison
b81b6b31c5
r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclient
...
right now.
Jeremy.
(This used to be commit 6dd5f0ef0fe3a673081e16e656ca579bf50457ff)
2007-10-10 12:18:27 -05:00
Jeremy Allison
0a78e20bf0
r21734: Fix bug #4369 . Patch from David Leonard <dleonard@vintela.com>.
...
Jeremy.
(This used to be commit 62a5c22a13001010753975442e62841ac62d8d6a)
2007-10-10 12:18:27 -05:00
Jeremy Allison
4952fe368a
r21714: Change the VFS interface to use struct timespec
...
for utimes - change the call to ntimes. This preserves
nsec timestamps we get from stat (if the system supports
it) and only maps back down to usec or sec resolution
on time set. Looks bigger than it is as I had to move
lots of internal code from using time_t and struct utimebuf
to struct timespec.
Jeremy.
(This used to be commit 8f3d530c5a748ea90f42ed8fbe68ae92178d4875)
2007-10-10 12:18:24 -05:00
Herb Lewis
36f20fca7b
r21657: get rid of warning - not everyone understands %F
...
(This used to be commit 5a7330cfe460cd53b89f5a27e18857f4ea7f9939)
2007-10-10 12:18:22 -05:00
Jeremy Allison
402affb0d7
r21641: Add test code for POSIX pathname calls into smbclient.
...
Jeremy.
(This used to be commit 9858e5b72526360fc415b848a84042e09d9b2453)
2007-10-10 12:18:20 -05:00
Steve French
abb131ec95
r21283: Do not display away debug output of cifs dfs resolver by default
...
per Dave Howell's suggestion
(This used to be commit 529d64b4c862bee051e13a87e521d919c6dd84f5)
2007-10-10 12:17:54 -05:00
Steve French
d1bb9b161f
r21224: Initial checkin of cifs_host_name resolver helper script
...
(needed by /sbin keyctl utils to finish the upcall)
(This used to be commit 738d29dbcc6eae44ea91bdcf59a38c423dad1e29)
2007-10-10 12:17:48 -05:00
Jelmer Vernooij
62e11c4f17
r20832: Remove extra pointers previously added to unique [out] pointers. Instead,
...
add [ref] pointers where necessary (top-level [ref] pointers,
by spec, don't appear on the wire).
This brings us closer to the DCE/RPC standard again.
(This used to be commit 580f2a7197b1bc9db14a643fdd112b40ef37aaef)
2007-10-10 12:17:11 -05:00
Herb Lewis
55ed1d5945
r20261: merge 20260 from samba_3_0_24
...
clean up a bunch of no previous prototype warnings
(This used to be commit c60687db112405262adf26dbf267804b04074e67)
2007-10-10 12:16:37 -05:00
Herb Lewis
791f48f167
r20124: clean up nested extern declaration warnings
...
(This used to be commit ac3eb7813e33b9a2e78c9158433f7ed62c3b62bb)
2007-10-10 12:16:26 -05:00
Volker Lendecke
01367cdfd0
r19797: Convert the remaining pipes to the "new" unique out ptr handling
...
(This used to be commit bc4e0a388a2859d2ddcfb8f07920f3b121a37894)
2007-10-10 12:15:56 -05:00
Jeremy Allison
b7bf248985
r19529: Added showacls togle. Previously was vendor-specific code.
...
Merging these in - should have been merged back before (will
be tidied up later).
Jeremy.
(This used to be commit 1e9284590f42b61bd730104920bc535bf7dfcbf4)
2007-10-10 12:15:41 -05:00
Volker Lendecke
2c94123e86
r18876: Fix smbclient -L
...
(This used to be commit a03fb81a9d16c9db787c539d63c13ecaf6d6f80d)
2007-10-10 12:14:40 -05:00
Stefan Metzmacher
e8b442c964
r18813: the generated rpccli_ functions give NTSTATUS
...
metze
(This used to be commit 4a198cebe37d74437a8d526aff1139f1668bcd37)
2007-10-10 12:01:02 -05:00
Jelmer Vernooij
7ba2554d88
r18802: Use the pidl-generated code for the srvsvc interface, both client and server code.
...
This has had some basic testing. I'll do more during the next couple of days and hopefully also
make RPC-SRVSVC from Samba4 pass against it.
(This used to be commit ef10672399c4b82700dc431b4d93431ffdd42d98)
2007-10-10 12:00:59 -05:00
Volker Lendecke
ff7b6e52b5
r18402: Comment and (hopefully) fix remote command completion for smbclient.
...
Fix Bug ID 4084.
Volker
(This used to be commit 0baa3fcfa6b7d39d0f490ad0682042706f2518f2)
2007-10-10 11:51:22 -05:00
Volker Lendecke
f8a17bd8bd
r18047: More C++ stuff
...
(This used to be commit 86f4ca84f2df2aa8977eb24828e3aa840dda7201)
2007-10-10 11:43:24 -05:00
Volker Lendecke
5196825b4c
r17850: Another dummy checkin for the build farm to retry
...
(This used to be commit ac7087a6516fa7e0d10523a892acae852a80e29e)
2007-10-10 11:38:53 -05:00
Jeremy Allison
a64925ddff
r17800: Start using struct timespec internally for file times
...
on the wire. This allows us to go to nsec resolution
for systems that support it. It should also now be
easy to add a correct "create time" (birth time)
for systems that support it (*BSD). I'll be watching
the build farm closely after this one for breakage :-).
Jeremy.
(This used to be commit 425280a1d23f97ef0b0be77462386d619f47b21d)
2007-10-10 11:38:48 -05:00
Volker Lendecke
0b56ff1ea3
r17605: Some C++ warnings
...
(This used to be commit 05268d7a731861b10ce8556fd32a004808383923)
2007-10-10 11:38:42 -05:00
Volker Lendecke
69bbc374b1
r17572: Fix the build
...
(This used to be commit acf237b3cd1b546c2744447d977d36a8e3ed4d10)
2007-10-10 11:38:40 -05:00
Volker Lendecke
b29915d611
r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS
...
Volker
(This used to be commit 94817a8ef53589011bc4ead4e17807a101acf5c9)
2007-10-10 11:38:39 -05:00