summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25803: Make our security descriptor acl manipulation methods more generic ↵Günther Deschner3-23/+23
so that we can add and delete ACEs for SACLs as well as for DACLs. Guenther (This used to be commit 947fff994181f0ae50ac76d09621ddd684873112)
2007-12-21r25753: Move cn=rootdse to @ROOTDSE to avoid being caught up in schema ↵Andrew Bartlett1-2/+2
restrictions. Andrew Bartlett (This used to be commit f3390c9054244c0e4381007b36bbac9a17800570)
2007-12-21r25731: Document winreg_NotifyChangeKeyValue's notify flags.Günther Deschner1-2/+3
Guenther (This used to be commit 4468b1cc49bd4a92c08aeb76419abfe00791b2c2)
2007-12-21r25730: Fix IDL for incorrect winreg_SetKeySecurity.Günther Deschner1-1/+17
Guenther (This used to be commit 767867c3ee126c3832750d1b1e7de81005c4eaff)
2007-12-21r25721: remove unused varStefan Metzmacher1-1/+0
metze (This used to be commit d878351e820957451b1130d0e5724faf7a4c0370)
2007-12-21r25699: Add ForceReplication test.Günther Deschner1-4/+33
Guenther (This used to be commit 0bab602b8e38ca758d3795db3d33a92eb162bb92)
2007-12-21r25689: test with a non-zero size fileAndrew Tridgell1-0/+7
(This used to be commit 2a6713aa239d07f6898f507ddb3631504c379792)
2007-12-21r25688: Add a simple test for a samba3 regressionVolker Lendecke2-0/+116
When trying an reqchal/auth2 for an unknown workstation account, we have to return NT_STATUS_NO_TRUST_SAM_ACCOUNT to the auth2. v3-2-test right now returns NT_STATUS_ACCESS_DENIED, which seems to prevent XP from joining a Samba3 PDC. (This used to be commit 99cc861238a33d43ccc4e97cb5ab756c0a097e1d)
2007-12-21r25670: Add torture test for frsapi_IsPathReplicated().Günther Deschner1-0/+80
Guenther (This used to be commit e7fc3c1da9764a2e7c103e05f3d774b540334f75)
2007-12-21r25667: Start on frsapi testsuite.Günther Deschner3-2/+125
Guenther (This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)
2007-12-21r25642: Fix a small typo.Kai Blin1-1/+1
(This used to be commit 7416a1d606a315174b782d67463f8cec878d18bb)
2007-12-21r25628: Fix formatting, missing include.Jelmer Vernooij1-32/+32
(This used to be commit aafd3ea03f52b08b6697f3778728659c790d03b4)
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵Jelmer Vernooij1-1/+2
system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf)
2007-12-21r25612: Add test_SetKeySecurity() call.Günther Deschner1-1/+45
Guenther (This used to be commit a5e4d13eef9f20fdd304bff7279e56e09aa070f2)
2007-12-21r25611: Smaller fix for winreg test.Günther Deschner1-1/+5
Guenther (This used to be commit e9e6ee4f73c5ed88cbf4585aa7e1a40e06cc131f)
2007-12-21r25609: Reformat RPC-WINREG test.Günther Deschner1-18/+22
Guenther (This used to be commit 617091fb5aa708f4bfef3312d1442c3fc627bd30)
2007-12-21r25607: Allow to set security descriptor type flags at creation time withGünther Deschner3-21/+22
security_descriptor_create(). Guenther (This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16)
2007-12-21r25606: Allow test_GetKeySecurity() to return a security descriptor.Günther Deschner1-7/+13
Guenther (This used to be commit 3a0d22f572bac4f53902cf1fcb6534fe88e6edab)
2007-10-10r25599: print the error...Stefan Metzmacher1-1/+1
metze (This used to be commit b7027404ba525956f2c6ad8005b17cde7e16184f)
2007-10-10r25596: It isn't valid to take the address of an array on the stack, and thisAndrew Bartlett1-1/+1
isn't what memset wants anyway. Thanks to Indar Kriplani <indar.kriplani@gmail.com>. Fixes bug 5010 Andrew Bartlett (This used to be commit fd309065bb697cfaaa595d060defee1761cf9523)
2007-10-10r25579: BOOL -> boolStefan Metzmacher4-36/+36
metze (This used to be commit 058a0619e9218586e73ae920f45621cf00d8b828)
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij113-3438/+3437
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r25532: Fix some more indentations. Sorry Günther, could not resist, afterMichael Adam1-21/+21
having gone through this just before you committed r25529. :-) Michael (This used to be commit 3670b3148d3d4483292bb1a5153e521d4703019a)
2007-10-10r25529: Reformatting.Günther Deschner1-97/+98
Guenther (This used to be commit 4bb21a1b0077ff00eeec6a2e78ba719f6772bba7)
2007-10-10r25527: Deal with no tests being registered.Jelmer Vernooij1-0/+3
(This used to be commit 2d36f6d3dbdad097933078bc9c689ff66d9a8a47)
2007-10-10r25514: don't blindly overwrite the result last_reason,Stefan Metzmacher1-0/+5
print the old one as warning... metze (This used to be commit 9dd66317bdc50bb39ca2c2b14635647b361d5867)
2007-10-10r25513: don't hide warnings in subunit modeStefan Metzmacher1-0/+7
metze (This used to be commit 9efa06537a998e5519e17022a01c9df435dc8b3d)
2007-10-10r25512: reformat code...Stefan Metzmacher1-19/+19
metze (This used to be commit cd5699b7bdb57c2c6408a9df3c1ab2cfa32f0a58)
2007-10-10r25509: Extend the WINBIND-STRUCT-LOOKUP_NAME_SID test to alsoMichael Adam1-1/+64
verify failure of the lookup for an invalid SID and an invalid name. Michael (This used to be commit 69043a7b1ca82f5c9976e605cf6bb9df8afbad18)
2007-10-10r25477: Add user and group retrieval functions (used in LIST_USERS/GROUPS ↵Michael Adam1-12/+208
tests). Add winbind separator and winbind domain name retrieval functions. Add WINBIND-STRUCT-LOOKUP_NAME_SID test that walks through the list of groups and names, converts each name with LOOKUPSID and the resulting sid with LOOKUPNAME and compares the result with the original name. Michael (This used to be commit df12ed56c9c2beb4ee36827ddec8b2946c1ac89b)
2007-10-10r25469: Finish WINBIND-STRUCT-SHOW_SEQUENCE test:Michael Adam1-23/+47
* Extract retrieval of list of sequence numbers into its own function. * Unclutter comment output. * Add tests for BUILTIN and local domain not being disconnected. * Improve use of torture_assert macros. Michael (This used to be commit d80421495468db2fd1526c842a6354650afb14af)
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij9-12/+25
2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
2007-10-10r25444: Add an initial version of a WINBIND-STRUCT-GETPWENT test.Michael Adam1-0/+28
To be extended... Michael (This used to be commit 315ffc01914c34d0c4dacd9155d270af0f45f8e5)
2007-10-10r25443: Enhance the WINBINDD-STRUCT-SHOW_SEQUENCE test:Michael Adam1-6/+62
Compare the lists of sequence numbers obtained by (a) calling SHOW_SEQUENCE without domain argument and (b) walking the list of trusted domains. output the sequence numbers of the individual domains upon success. Michael (This used to be commit 21db6eb43c796da7607260d783221c5ee42f1f41)
2007-10-10r25440: Add simple WINBINDD_SETPWENT and WINBINDD_ENDPWENT tests.Michael Adam1-0/+32
WINBINDD_GETPWENT is to follow. Michael (This used to be commit a989a7e40b56c988f3710014fcf50aca917d7de5)
2007-10-10r25439: Extend the SHOW_SEQUENCE test somewhat to walk the list of trusted ↵Michael Adam1-0/+22
domains. Michael (This used to be commit d24eecb80ef55160e9e9c4863c59d9af15e4f5ca)
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij31-111/+111
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
2007-10-10r25409: Add SHOW_SEQUENCE winbind test (struct based).Michael Adam1-0/+20
Michael (This used to be commit 080b602e4ff906580e127e66bfbe0373a69d26a9)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij36-107/+114
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij13-45/+45
(This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069)
2007-10-10r25377: Simplify code a little by employing commonly used functions.Rafal Szczesniak4-629/+34
rafal (This used to be commit f0be9939cd83d8568d6b7f0540fb73ab530243f7)
2007-10-10r25376: Add the new file to the build.Rafal Szczesniak1-0/+1
rafal (This used to be commit a5407a32886f0f8d55bf5d30496600e1f7889ce6)
2007-10-10r25375: Put commonly used functions in one place.Rafal Szczesniak2-0/+355
rafal (This used to be commit 6e9708eba8236f16eed4b83909b6aebcf7001f5c)
2007-10-10r25368: Add the test of group add routine.Rafal Szczesniak4-0/+219
rafal (This used to be commit f893244a31dca52415b78e8db623f41b71602995)
2007-10-10r25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding ↵Jelmer Vernooij1-1/+2
share from command-line in smbtorture. (This used to be commit b3f2eafa0489fe533c93f2b224bbd999cf069aa1)
2007-10-10r25352: Add a basic WINBINDD_LIST_GROUPS test.Michael Adam1-0/+16
Michael (This used to be commit 1d051c550c640300e02fa947738e192a4dd4d2ff)
2007-10-10r25350: Add an initial winbindd list-users test.Michael Adam1-0/+16
Michael (This used to be commit 01bd81362fe7e26361e27a1e2ea3cfb2b78cfe00)
2007-10-10r25349: add WINBIND-STRUCT-DSGETDCNAME testStefan Metzmacher1-0/+66
metze (This used to be commit 8746ee4c20c6c0ca04248feae1321f6806d35898)
2007-10-10r25310: Make sure we do not regress on r25309Volker Lendecke2-0/+72
(This used to be commit 4eb0ec51aae4d05ce7bace7ea6dce2511e9a670a)
2007-10-10r25306: Add tests for string_sub().Jelmer Vernooij2-0/+2
(This used to be commit 2d37ddcbd1243f48d81af17d8ea3cdd6e8e35b8d)