summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij4-197/+144
(This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff)
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij1-0/+12
altogether. (This used to be commit dbeab2a9cdee4e5f69afeb2603ba29cbed56debd)
2008-04-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into cprovisionJelmer Vernooij2-40/+4
(This used to be commit 9b8448c1e4567be26fa4890c647e0d4d46efbe20)
2008-04-13Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij3-7/+7
(This used to be commit e2c3fab9d1bf0482c15a115e7d373562ffe50b29)
2008-04-13Attempt to fix get_value() test on sparc machines.Jelmer Vernooij1-0/+9
(This used to be commit 10102d80d0f78777a69f6b3b1e5606d7d56b7254)
2008-04-11Reuse the lp_ctx and samdb returned by the python provision.Andrew Bartlett1-36/+2
Apply the same fix as in libnet_vampire in the old DRS test code. Andrew Bartlett (This used to be commit 34adb0e0bb1b3c340d7098e7a3d12f73f798d0e7)
2008-04-11Don't specify the ntds_guid to the C -> python provision interfaceAndrew Bartlett1-1/+0
This paramter was not used anyway. Andrew Bartlett (This used to be commit 6875e6823f7a1fe9066bff4dffcab658a17d3b8c)
2008-04-11Fix merge errors on C provision interface after jelmer's good work.Andrew Bartlett2-2/+7
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet Conflicts: source/torture/local/torture.c (This used to be commit 5bf1c89cf8af08fbcf4f5089079920840daad7b8)
2008-04-11Set a netbios name into provision, and zero the rest.Andrew Bartlett1-2/+2
Remove dns_name initialisation. Andrew Bartlett (This used to be commit e77ab2fbd1836bc2f9c7b2a819b06ddccf1fa78f)
2008-04-10Fix extra argument to provision_bare().Jelmer Vernooij1-1/+2
(This used to be commit 623f64a1a782086728a325e21e3dfb40c64871b7)
2008-04-10Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij1-1/+5
(This used to be commit 98c3d34eb233be284e8c8994cca337be25c72968)
2008-04-09Remove dns_name elementAndrew Bartlett1-1/+0
This is only used in the DEBUG() message, so let's remove it. Andrew Bartlett (This used to be commit 5ebb64bdad7e80ee81d6b9d84d77c03fb9237eee)
2008-04-09Move provision C bindings to param/.Jelmer Vernooij5-155/+4
(This used to be commit 7d45ed0c3ebc57f7131603f768f8e022d7139530)
2008-04-08BASE-DELAYWRITE: be more friendly to filesystems without high resolution ↵Stefan Metzmacher1-1/+12
timestamps metze (This used to be commit 9c18cf670889c9eb8c12b505c3b9ce5f9a516839)
2008-04-08BASE-DELAYWRITE: use timeval_* and make it possible to spefic the writetime ↵Stefan Metzmacher1-101/+164
update delay metze (This used to be commit 751ab2992afd13548af6e67a03d3ced566cb136f)
2008-04-08Rework talloc hirarchy for C provision setup.Andrew Bartlett1-18/+19
This seems to fix (or sweep under the covers) a crash in this code. Andrew Bartlett (This used to be commit 2fcddfe583f9833cea80d02e08ac12dd1f91742c)
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij52-21/+122
Conflicts: source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/makefile.pm source/heimdal_build/config.mk source/lib/events/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/registry/config.mk source/lib/socket_wrapper/config.mk source/lib/tdb/config.mk source/lib/tls/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/libnet/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/scripting/ejs/config.mk source/smbd/process_model.mk (This used to be commit 760378e0294dd0cd4523a83448328478632d7e3d)
2008-04-04Pass discovered server DN down to provision.Andrew Bartlett4-0/+14
This uses the new 'serverdn' argument added to provision in the previous commit. Andrew Bartlett (This used to be commit 74480c7de76069701246eb5b7acc5858b84d106c)
2008-04-02Trim down installed headers some more.Jelmer Vernooij2-2/+1
(This used to be commit 71aa38842c270d52d39b805bf7ce29e25e062024)
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij49-11/+114
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij1-4/+4
(This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21)
2008-03-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-4/+3
(This used to be commit 764b7879d23bfa413a6747226f377ce2eaeaea26)
2008-03-28torture: fix compiler warningsStefan Metzmacher1-4/+3
metze (This used to be commit 326ae6ce9c8a6f5800d5ecb4a2bfdfc32336797d)
2008-03-28Convert some more files to GPLv3.Andrew Kroeger3-3/+3
(This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
2008-03-28Merge v4.0-testJelmer Vernooij8-141/+472
(This used to be commit 977dbdeaf363c8905ed9fd0570eba4be80582833)
2008-03-20Prove that a setuserinfo level 25 does set the pwdlastset fieldVolker Lendecke1-0/+50
Very likely this is not the full story, but as it happens so often this proof is needed to fix a direct s3 bug. (This used to be commit 16b4a3685bf59faee22882ee14ddb95918f64e22)
2008-03-20Add the workstation to the anon sessetup credentialsVolker Lendecke1-0/+2
Without this patch the RPC-SAMBA3SESSIONKEY against W2k3 gives INVALID_PARAMETER for the anonymous session setup (This used to be commit eb459be878e98cb58c6b5779584e187cdcbf4f91)
2008-03-20Fix a warningVolker Lendecke1-0/+1
Without this patch I get ./libcli/security/proto.h:45: warning: 'struct auth_session_info' declared inside parameter list (This used to be commit 078a6fdb3f8e389102a07b81b6b8d87fa8bf17c3)
2008-03-18smbtorture: fix typos in RAW-OPLOCK output.Michael Adam1-2/+2
Michael (This used to be commit 9fa4b53b61064c910b8f5c9c676c971023b8670c)
2008-03-17RAW-BENCH-OPEN: avoid sync calls before the main loopStefan Metzmacher1-33/+55
On multi cpu machines the server may reply to the first requests while the test is still in setup mode. Now we setup the first opens, but send them all together when entering the main loop. metze (This used to be commit 3f2d12c61e95475009baf77c3e0fbea2abecc17a)
2008-03-17RAW-BENCH-OPEN: fix the output and calculate the total operationsStefan Metzmacher1-7/+17
metze (This used to be commit c84e3abae9781c0cbea5fee00bafe70967fb6468)
2008-03-14Rework our SAMR test and SAMR server.Andrew Bartlett1-25/+62
Now that we don't create users/domain groups/aliases in the builtin domain, we hit some bugs in the server-side implementation of the enumeration functions. In essence, it turns out to be: don't treat 0 as a special case. Also, fix up the PDC name to always be returned. I'm sure nothing actually uses it, particularly for BUILTIN... Andrew Bartlett (This used to be commit 353bb79f568f20c8469cb9458f7b14c24612ad23)
2008-03-14Check for Administrator as a Alias (copy&paste bug)Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit e7afb31df1f12a3cd39ed9b95d76edc6ff0d6a70)
2008-03-12RAW-RENAME: w2k3 just ignores a NTTRANS-RENAME!Stefan Metzmacher1-15/+50
metze (This used to be commit cd1b8efc5d8dc1eec03fe1bf1eb58dbded9584eb)
2008-03-12RAW-STREAMS: do a exit on the session after each sub testsStefan Metzmacher1-0/+2
metze (This used to be commit 3f7fef8b8c567379649611637d69c89d77d11d6c)
2008-03-12RAW-STREAMS: do what the comments sayStefan Metzmacher1-3/+5
metze (This used to be commit eb68a8ed4fa214ad2e858a7fbdf9b5376cda6e04)
2008-03-11Added test_nttransrename() to test Metze's new code.Jeremy Allison2-1/+92
Jeremy. (This used to be commit 4556fafede8691c6a12670695ff108e9e59aff98)
2008-03-11RAW-SEARCH: skip RESUME_KEY tests against samba3Stefan Metzmacher1-0/+10
metze (This used to be commit ca5b37747107bd2941f7415fe609c8293a6b5f7c)
2008-03-11Samba3.2 now passes a lot more tests - remove the S3 specificJeremy Allison1-67/+32
exemptions. Jeremy. (This used to be commit a70719d579a7eefbfd973267b95a87aaa6b649b0)
2008-03-11Samba3 now passes the test_raw_oplock_exclusive3 test.Jeremy Allison1-8/+2
Jeremy. (This used to be commit b2007956aa4534f22ad7fd85b0aee0be769548ae)
2008-03-11Test trans2 renames with oplocks. It looks like trans2 renamesJeremy Allison2-0/+110
ignore share modes and oplock breaks :-(. Jeremy. (This used to be commit a8a5339cf2ca218668f888eced5ffe7ce059553c)
2008-03-09Move PC_FILE out of the perl code.Jelmer Vernooij1-1/+1
(This used to be commit ca8d4260ada9f74ebc406714ca70d20be09b194b)
2008-03-09Fix the build, symlinks.Jelmer Vernooij1-1/+1
(This used to be commit c165b34805aa6a82e579afda9f4244c0c68d52b4)
2008-03-08Fix dependencies.Jelmer Vernooij1-2/+2
(This used to be commit 5d6ce4767b4c81f7fc69600cec6d83c0fbd6a355)
2008-03-08Fix the build.Jelmer Vernooij1-8/+12
(This used to be commit f2e49744717eb46bbfafeea9e2eb412a38a142e7)
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij3-4/+8
(This used to be commit 0ba8ac6a14c62ff9edfe9f0bf43b8a7406b85291)
2008-03-07Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij9-387/+567
(This used to be commit e4da851bd7e7620bbf99efe20a496b1be78ba4e2)
2008-03-07torture: fix escape sequence in test_chkpath().Michael Adam1-1/+1
Michael (This used to be commit d92597d29caf76e1c8d0858f066d7a30143392e9)
2008-03-07Fixup the NET-API-USERMOD test.Andrew Bartlett2-5/+5
This test needed to be updated to handle the fact that you cannot clear the ACB_PW_EXPIRED bit, and to always use the torture comment functions (not printf directly). Andrew Bartlett (This used to be commit 2211476bbb3d8e5bca9659e886e559a36f40aff4)
2008-03-06RAW-OPLOCK: rename _ack_to_levelII() -> ack_to_given()Stefan Metzmacher1-61/+75
Also improve the output. metze (This used to be commit d0b641a9ee36939468beb427bf6b15892342a33d)