1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

9 Commits

Author SHA1 Message Date
Jeremy Allison
d2d32d8f2b r2217: Ad-hoc tests to allow me to work out the correct error code
for the bad path algorithm.
Jeremy.
2007-10-10 12:58:32 -05:00
Jeremy Allison
fe6506e190 r2151: Added some more ad-hoc tests. Found bugs in Samba3 with these :-).
Jeremy.
2007-10-10 12:58:27 -05:00
Stefan Metzmacher
8441750fd9 r1654: rename cli_ -> smbcli_
rename CLI_ -> SMBCLI_

metze
2007-10-10 12:57:47 -05:00
Jeremy Allison
14cf961b7f r1113: Test for wildcards in chkpath.
Jeremy.
2007-10-10 12:56:38 -05:00
Jeremy Allison
37d1fa1684 r1098: Extended raw chkpath to catch regressions.
Jeremy.
2007-10-10 12:56:38 -05:00
Jeremy Allison
a7ca9620d5 Added one more test for "dirname\."
Jeremy.
-
Tim Potter
54cb508c78 Convert libcli routines to return NTSTATUS instead of BOOL. Again, the
only users are smbclient and smbtorture.
-
Tim Potter
db1cc96af6 Convert libcli routines to use cli_tree instead of cli_state. Port
smbtorture to use the new interface.

Part 2 will be to eliminate cli_state from smbtorture as this is now
the only place where it is used.
-
Andrew Tridgell
b0510b5428 first public release of samba4 code -