Andrew Tridgell
b28b2108c7
r9006: expanded RAW-UNLINK test to test directory delete on close with non-empty directory,
...
as per discussions during jeremys talk at cifs2005
2007-10-10 13:31:06 -05:00
Andrew Tridgell
caca1f191d
r9003: add testing for non-empty directory delete on close
2007-10-10 13:31:06 -05:00
Rafal Szczesniak
186bcabaa6
r8977: Put my copyright in share torture test.
...
rafal
2007-10-10 13:31:02 -05:00
Rafal Szczesniak
4d4d1ab37d
r8975: Very basic test for delshare function based on code submitted
...
by Gregory LEOCADIE <gleocadie@idealx.com >.
rafal
2007-10-10 13:31:02 -05:00
Jelmer Vernooij
ce0935112b
r8966: Simplify the makefile generation system a bit.
...
Autogenerate list of binaries (rather then having them hardcoded in build/smb_build/makefile.pm)
Add INSTALLDIR keyword to .mk files
2007-10-10 13:31:00 -05:00
Rafal Szczesniak
be2584df1d
r8954: Use binding string to specify host rather than share path, as we use
...
rpc call here after all. Also, safely exit (freeing memory context) in
case of any error.
rafal
2007-10-10 13:31:00 -05:00
Rafal Szczesniak
b1ff59d80f
r8944: Get more verbose output from NET-API-LISTSHARE test.
...
rafal
2007-10-10 13:30:59 -05:00
Andrew Bartlett
ebd96e68d6
r8939: Do an open domain in the schannel SAMR test. This should test some of
...
the win2k3 SP1 interactions.
Andrew Bartlett
2007-10-10 13:30:59 -05:00
Rafal Szczesniak
5c53498a4a
r8930: Add the libnet share tests based on code submitted by
...
Gregory Leocadie <gleocadie@idealx.com >. Listing shares passes,
deleting not yet - it's a work in progress.
rafal
2007-10-10 13:30:58 -05:00
Rafal Szczesniak
3cb517f7c1
r8897: Add test for the comment field.
...
rafal
2007-10-10 13:30:16 -05:00
Andrew Tridgell
5079fdea1b
r8895: work around broken glibc strrchr function that gives valgrind errors on some boxes
2007-10-10 13:30:16 -05:00
Andrew Tridgell
ce9a262d37
r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC test
2007-10-10 13:30:15 -05:00
Andrew Tridgell
ff03b8148b
r8879: more expansion of the irpc test to try to uncover the ia64 mystery
2007-10-10 13:30:14 -05:00
Stefan Metzmacher
6918e9c5a3
r8876: check the result of AddOne and test some more values
...
metze
2007-10-10 13:30:14 -05:00
Volker Lendecke
525d75dd24
r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval_diff is
...
not strictly a subtraction function, there can't be negative timevals.
Volker
2007-10-10 13:30:14 -05:00
Stefan Metzmacher
32c64e5bc2
r8874: test some more combinations
...
metze
2007-10-10 13:30:14 -05:00
Stefan Metzmacher
bfc855d78f
r8873: add more checks
...
metze
2007-10-10 13:30:13 -05:00
Stefan Metzmacher
2c36b64dcc
r8871: add some debugging code to findout why LOCAL-IRPC fails on 64bit hosts
...
metze
2007-10-10 13:30:13 -05:00
Stefan Metzmacher
b7401c142a
r8867: try to fix the LOCAL-IRPC test on 64bit platforms
...
metze
2007-10-10 13:30:13 -05:00
Andrew Tridgell
aac733067a
r8859: having been successfully mailbombed by build@samba.org, fix the build again
2007-10-10 13:30:13 -05:00
Andrew Tridgell
578b1cad40
r8858: just to make sure it works on the main trees, deliberately break the samba4 build
...
I expect to get a flood of nastygrams from build@samba.org for this ....
2007-10-10 13:30:13 -05:00
Andrew Bartlett
4989ffe870
r8854: #if 0 out the right things this time. (Sorry about the build breakage)
...
Use "" for the no domain case.
Andrew Bartlett
2007-10-10 13:30:11 -05:00
Andrew Tridgell
0dda73add3
r8852: fixed the build
...
andrew, please check
2007-10-10 13:30:11 -05:00
Andrew Bartlett
e947c8a8f2
r8846: Test yet more NTLMv2 combinations.
...
I can't get a few of the session key values right (and these tests are
#if 0'ed out), but this expands the testing.
Andrew Bartlett
2007-10-10 13:30:11 -05:00
Andrew Bartlett
a1c1aecc7e
r8824: Fix indentation, and don't send 'invalid' LM password.
...
Andrew Bartlett
2007-10-10 13:30:09 -05:00
Andrew Bartlett
640c086f8e
r8823: I don't know why I added this test, it appears bogus.
...
Andrew Bartlett
2007-10-10 13:30:09 -05:00
Andrew Tridgell
ab9a5fd84b
r8818: - fix LOCAL-IRPC test for new ref-alloc semantics of irpc
...
- fixed return result from LOCAL-IRPC test
- added timelimit support
- ensure we free messages as they complete
2007-10-10 13:30:08 -05:00
Andrew Tridgell
dbac93e313
r8817: - fixed return result from LOCAL-MESSAGING test
...
- added timelimit support
2007-10-10 13:30:08 -05:00
Jelmer Vernooij
fac77f5fa2
r8811: Fix the build..
2007-10-10 13:30:07 -05:00
Rafal Szczesniak
1bc3162e94
r8807: Modifying datetime field using struct timeval argument rather than
...
text-based, after recent discussion with both Andrews :)
Basic test seems to work (at least it doesn't fail now).
rafal
2007-10-10 13:30:06 -05:00
Andrew Bartlett
6174cf826f
r8792: Clarify comments
2007-10-10 13:30:06 -05:00
Andrew Tridgell
227d4d2115
r8781: - fixed a memory leak in BASE-SECLEAK (ironic, isn't it). There is
...
another leak in the ASN.1 code that andrew has volunteered to look at
- make the timelimit controllable with -t
2007-10-10 13:30:05 -05:00
Andrew Tridgell
1cb91a11d4
r8780: make numops controllable in BASE-DISCONNECT
2007-10-10 13:30:05 -05:00
Andrew Tridgell
5edeb56bf0
r8773: fixed another dependency on directory ordering in RAW-SEARCH
...
Thanks to andrew bartlett for helping to track this down (his was the
only system that hit this)
2007-10-10 13:30:03 -05:00
Rafal Szczesniak
5be8479d5c
r8761: Propagate changes in monitor messaging code.
...
rafal
2007-10-10 13:30:03 -05:00
Rafal Szczesniak
266aaacf0b
r8759: Another couple of fields in usermod routine.
...
rafal
2007-10-10 13:30:03 -05:00
Andrew Tridgell
8c4d0cd7b7
r8729: make the RAW-SEARCH test more robust to servers with hash based directory ordering
2007-10-10 13:29:59 -05:00
Rafal Szczesniak
1a779f8643
r8721: Further work on libnet_rpc_usermod function. Now it can change
...
both account name and full name.
rafal
2007-10-10 13:29:58 -05:00
Andrew Tridgell
1d830bcd47
r8712: cleanup old search test code to use talloc
2007-10-10 13:29:57 -05:00
Andrew Tridgell
92afff5fe7
r8709: fixed the assumption in RAW-SEARCH that directories are returned in sorted order
2007-10-10 13:29:56 -05:00
Rafal Szczesniak
19f5ea9c9c
r8693: Test code for usermod routine.
...
rafal
2007-10-10 13:29:54 -05:00
Andrew Tridgell
c2691ef712
r8643: - make lp_configfile() work again
...
- get rid of redundeny dyn_CONFIGFILE argument to lp_load()
- fixed provisioning to work with completely pristine install,
creating an initial smb.conf is none is present
- added lp.set() and lp.reload() to loadparm ejs object interface
2007-10-10 13:29:48 -05:00
Andrew Tridgell
668dd29259
r8634: we are still getting occasional test failures due to disk space
...
changing. I suspect it is a signed/unsigned problem with the approx
equal test. Hopefully this will fix it.
2007-10-10 13:29:47 -05:00
Jelmer Vernooij
bd706d4964
r8559: Couple of (D)COM updates:
...
- Fixes annoying array-of-pointers bug in pidl.
- No longer "inherit" alignment thru subcontexts
- Use "Image Object" as example DCOM object, rather then the "My Computer" object, which is built-in and can't be accessed remotely as far as I can see
2007-10-10 13:29:38 -05:00
Andrew Tridgell
6202a9d099
r8537: cope better with the small file handle limit on some systems in the build farm
2007-10-10 13:29:36 -05:00
Andrew Tridgell
d2c9285483
r8522: fixed another couple of size_t warnings
2007-10-10 13:29:34 -05:00
Andrew Tridgell
a58ea6b385
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
...
S390. This is an attempt to avoid the panic we're seeing in the
automatic builds.
The main fixes are:
- assumptions that sizeof(size_t) == sizeof(int), mostly in printf formats
- use of NULL format statements to perform dn searches.
- assumption that sizeof() returns an int
2007-10-10 13:29:34 -05:00
Andrew Tridgell
efb151ba79
r8497: prevent a fd leak in RAW-SEARCH test
2007-10-10 13:23:09 -05:00
Andrew Tridgell
16d752b551
r8495: allow for up 10% change in allocated disk space during QFSINFO tests
2007-10-10 13:23:09 -05:00
Andrew Tridgell
9264555541
r8494: fixed a bug in RAW-SFILEINFO that caused inconsistent results on different platforms
2007-10-10 13:23:09 -05:00