Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-21 | r25612: Add test_SetKeySecurity() call. | Günther Deschner | 1 | -1/+45 | |
Guenther (This used to be commit a5e4d13eef9f20fdd304bff7279e56e09aa070f2) | |||||
2007-12-21 | r25611: Smaller fix for winreg test. | Günther Deschner | 1 | -1/+5 | |
Guenther (This used to be commit e9e6ee4f73c5ed88cbf4585aa7e1a40e06cc131f) | |||||
2007-12-21 | r25609: Reformat RPC-WINREG test. | Günther Deschner | 1 | -18/+22 | |
Guenther (This used to be commit 617091fb5aa708f4bfef3312d1442c3fc627bd30) | |||||
2007-12-21 | r25607: Allow to set security descriptor type flags at creation time with | Günther Deschner | 2 | -1/+2 | |
security_descriptor_create(). Guenther (This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16) | |||||
2007-12-21 | r25606: Allow test_GetKeySecurity() to return a security descriptor. | Günther Deschner | 1 | -7/+13 | |
Guenther (This used to be commit 3a0d22f572bac4f53902cf1fcb6534fe88e6edab) | |||||
2007-10-10 | r25599: print the error... | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit b7027404ba525956f2c6ad8005b17cde7e16184f) | |||||
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 26 | -1509/+1509 | |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9) | |||||
2007-10-10 | r25532: Fix some more indentations. Sorry Günther, could not resist, after | Michael Adam | 1 | -21/+21 | |
having gone through this just before you committed r25529. :-) Michael (This used to be commit 3670b3148d3d4483292bb1a5153e521d4703019a) | |||||
2007-10-10 | r25529: Reformatting. | Günther Deschner | 1 | -97/+98 | |
Guenther (This used to be commit 4bb21a1b0077ff00eeec6a2e78ba719f6772bba7) | |||||
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+1 | |
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-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 10 | -45/+45 | |
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 8 | -41/+44 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25392: Add loadparm context as argument in a couple more places. | Jelmer Vernooij | 4 | -6/+6 | |
(This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069) | |||||
2007-10-10 | r25264: add a test to verify that the ACLs are checked when a normal user ↵ | Ronnie Sahlberg | 1 | -0/+57 | |
connects to SAMR (This used to be commit 2be2ab575b14ea3cec0097705c3c0a10a570d340) | |||||
2007-10-10 | r25263: add a test to check the accessmasks and ACLs on policy handles ↵ | Ronnie Sahlberg | 2 | -0/+600 | |
returned on the SAMR pipe. also test which bits in the accessmasks grant which right to perform operations on the returned policy handle (This used to be commit cb5bc801362a4a81a690e641146c70a7af8e6096) | |||||
2007-10-10 | r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with | Andrew Bartlett | 1 | -35/+183 | |
a new torture suite to match. This should fix bug #4954 by Matthias Wallnöfer <mwallnoefer@yahoo.de> Previously we had no knowlege of BUILTIN or well-known names. This code needs expansion to check with winbind for trusted domains. Andrew Bartlett (This used to be commit e6fc0e1f54ad64bdddc88e9ebd0d8d181b6ce26a) | |||||
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 2 | -4/+4 | |
Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4) | |||||
2007-10-10 | r25073: Correct test name so make test can pass again. | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit adcb3c864a5af5286cd7f7f6e2a3b904c7db9f42) | |||||
2007-10-10 | r25071: Add some more testcases for RPC-DRSUAPI-CRACKNAMES, proving I can't | Andrew Bartlett | 1 | -0/+35 | |
use this as a backend for the LSA LookupNames call. Andrew Bartlett (This used to be commit 9266e36633fc7465edb725f78d7ed02ce1b1aca2) | |||||
2007-10-10 | r25070: Revert DRSUAPI conversion to new API, as it broke some tests. | Jelmer Vernooij | 3 | -323/+604 | |
(This used to be commit cfb33df2d0eb36704d4702948a78102153663131) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 17 | -54/+54 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 18 | -2/+18 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r24972: Try to rat out this SAMR failure with some more cross-tests, and | Andrew Bartlett | 1 | -4/+17 | |
format checks. Andrew Bartlett (This used to be commit 33deecbfc339c571cc043085f8aa87053dbd4c72) | |||||
2007-10-10 | r24971: Test more combinations for resetting the account expiry. | Andrew Bartlett | 1 | -0/+4 | |
Andrew Bartlett (This used to be commit 8844f4796c76c103ce4eaff477c615e74c655e68) | |||||
2007-10-10 | r24942: Patch from Matthias Wallnöfer <mwallnoefer@yahoo.de> and a testsuite | Andrew Bartlett | 1 | -0/+5 | |
to prove it is correct. This should fix bug #4824: User Manager for Domains - Account Expires. Thanks! Andrew Bartlett (This used to be commit e5f0744d627ccfcc2e301fc38d139742f0ea5934) | |||||
2007-10-10 | r24937: Merge tests spoolss RPC callbacks. | Jelmer Vernooij | 3 | -941/+872 | |
(This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752) | |||||
2007-10-10 | r24900: - if we use try to create a 3rd dcerpc_pipe then use a 3rd variable | Stefan Metzmacher | 2 | -19/+20 | |
instead of overwritting the one of the 2nd connection - make it possible to specify the expected ntstatus for DsRoleGetPrimaryDomainInformation as the alter_context wants it to fail when used on the wrong pipe metze (This used to be commit c7c72ab36b15c5ffac1740b7df93fa92fe4620e9) | |||||
2007-10-10 | r24895: Test for specific error. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 00d6dc85f5473ba7b27ed79ea55c8a4fe4d4fac8) | |||||
2007-10-10 | r24892: Skip some tests that were previously being incorrectly treated as ↵ | Jelmer Vernooij | 1 | -38/+18 | |
succeeding. (This used to be commit b5b8e879a1bbb5329458f05120619ea439904962) | |||||
2007-10-10 | r24890: Integrate more of the RPC-SECRETS tests. | Jelmer Vernooij | 1 | -12/+46 | |
(This used to be commit 84cc1d42ab201d4a8fb0ef06b85d79a3ed8bc1d4) | |||||
2007-10-10 | r24889: Move choosing the binding options into RPC-SECRETS. | Jelmer Vernooij | 2 | -23/+51 | |
(This used to be commit 24d322b746cf25010045515f9beff63e2b5cccd2) | |||||
2007-10-10 | r24888: Use torture API. | Jelmer Vernooij | 1 | -74/+42 | |
(This used to be commit 08b64b42d03d52e7e022aca0b72ce67c1bbbc19e) | |||||
2007-10-10 | r24885: Convert to new torture API. | Jelmer Vernooij | 2 | -38/+13 | |
(This used to be commit 2918a056787467186a491574da95ea38c9aea1ee) | |||||
2007-10-10 | r24884: Ignore some errors again, like they were previously. | Jelmer Vernooij | 1 | -10/+26 | |
(This used to be commit 120d8caa01ca69e2e3de43f5983a66ad413977b7) | |||||
2007-10-10 | r24872: Use torture API a bit more | Jelmer Vernooij | 3 | -318/+133 | |
(This used to be commit a71355dfc933d4273d81e7b05a28197ca86e0cc6) | |||||
2007-10-10 | r24855: Convert RPC-DRSUAPI, RPC-SCHANNEL to use the torture API. | Jelmer Vernooij | 9 | -692/+409 | |
(This used to be commit dadcc4708e1813c0b657f1d357c2ae202ea4ec5a) | |||||
2007-10-10 | r24850: Convert to torture API. | Jelmer Vernooij | 2 | -702/+439 | |
(This used to be commit 6c7a004b9d95e443d07307bbe94f691cc4b03490) | |||||
2007-10-10 | r24849: Add helper function for running tests as a member server. | Jelmer Vernooij | 1 | -22/+143 | |
(This used to be commit 61b2f0a405ea70203ea982b9a151643f28b1da7e) | |||||
2007-10-10 | r24846: Use metadata about dangerous tests. | Jelmer Vernooij | 4 | -38/+25 | |
(This used to be commit f914b828ff486d41e123e6dafa1c8fd76b34b44b) | |||||
2007-10-10 | r24844: Convert to torture API in preparation of helper functions for domain ↵ | Jelmer Vernooij | 1 | -184/+91 | |
member RPC tests. (This used to be commit c2521453a902ea5fd4f894a21af711ac2b2cbd40) | |||||
2007-10-10 | r24835: Put all RPC tests in the list (skipping when necessary), warn if ↵ | Jelmer Vernooij | 4 | -160/+96 | |
tests aren't there. (This used to be commit 1ff13ae254288afc56a3b19d00c7a20120eb4c74) | |||||
2007-10-10 | r24758: More use of torture API. | Jelmer Vernooij | 1 | -11/+12 | |
(This used to be commit e6f571227ed7428a98a7039a5eb777d3670572fa) | |||||
2007-10-10 | r24755: Use common code for finding the RPC binding in the torture tests. | Jelmer Vernooij | 8 | -83/+56 | |
(This used to be commit e3310e773924ddd2129e8ca1a86e23d0f713c19c) | |||||
2007-10-10 | r24751: Run more tests, remove empty testsuites, more small improvements. | Jelmer Vernooij | 15 | -450/+270 | |
(This used to be commit 2a5a0819eea86ba322434306e062d13893b5722e) | |||||
2007-10-10 | r24741: More use of the torture API. | Jelmer Vernooij | 5 | -32/+35 | |
(This used to be commit de05c3651a6e9e6611b296873526afd9292327c1) | |||||
2007-10-10 | r24736: Convert to using torture API. | Jelmer Vernooij | 2 | -145/+197 | |
(This used to be commit a0f11881546f6cd367d459e016956f76910a0a89) | |||||
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 26 | -194/+144 | |
(This used to be commit 1319d88c099496be29dd9214fa2492c81e848369) | |||||
2007-10-10 | r24728: Use more stock torture functions. | Jelmer Vernooij | 4 | -5/+5 | |
(This used to be commit da3a7ee407a2b41bd01f45072cad12bf29250b33) | |||||
2007-10-10 | r24676: Fix pointers being used rather than the data they point at - caught ↵ | Jelmer Vernooij | 1 | -3/+3 | |
by the IRIX compiler. (This used to be commit 678b125532621e2b2823e92695326469f0e557ed) | |||||
2007-10-10 | r24674: Make sure results are always on a new line, fix typo in test name. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 40c1635b39b4acff0acecc734583daa0217215ce) |