summaryrefslogtreecommitdiffstats
path: root/source4/torture
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused include param/param.h.Jelmer Vernooij2008-10-2419-22/+4
|
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-244-5/+5
| | | | make them wrappers around convert_string{,talloc}_convenience().
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-2414-19/+42
|
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-247-23/+19
| | | | functions.
* Move charset library to top level.Jelmer Vernooij2008-10-241-2/+2
|
* Move subunit ui ops out of smbtorture to the torture library.Jelmer Vernooij2008-10-231-75/+1
|
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-231-1/+1
|\
| * s4-smbtorture: fix build warning.Günther Deschner2008-10-231-1/+1
| | | | | | | | Guenther
* | Move libcli-util error code to top-level.Jelmer Vernooij2008-10-231-2/+0
|/
* masktest: Avoid creating new memory context, use dynamic allocation.Jelmer Vernooij2008-10-221-8/+10
|
* Change some dynamic allocations back to static buffers to fix build.Jelmer Vernooij2008-10-221-11/+7
|
* Repel pstring to nsswitch/.Jelmer Vernooij2008-10-225-66/+77
|
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-203-1/+3
| | | | remove some unused functions.
* Fix names in winreg torture tests.Jelmer Vernooij2008-10-202-3/+3
|
* Make the updated RPC-LSA pass against Win2008, and Samba4 to matchAndrew Bartlett2008-10-201-1/+2
|
* LSA Patch for User ManagerMatthias Dieter Wallnöfer2008-10-201-96/+133
| | | | | | | | | | | | | | | | | | | | | | | New (major) patch ================= - Enhances the "lsa.idl" file in the sense that it adds more values to "PolicyInformation" to improve the "lsa_QueryInfoPolicy*" calls. - Adds a minimal implementation for "AuditEvents" (also lsa_QueryInfoPolicy* calls) to enable the "Audit" option in the "User Manager for Domains" (at least readable). - Adds to the "lsa.idl" file the system access mode flags needed for the calls "lsa_*SystemAccessAccount". - Fill in the "lsa_GetSystemAccessAccount" for enabling the "User Rights" option in the "User Manager for Domains" (at least readable). - Merge the two similar torture tests of the "lsa_QueryInfoPolicy*" calls in one using "if"'s for a few separations. - Add a torture test for "lsa_GetSystemAccessAccount". - Some cosmetic-only changes (unifications) in output strings in the "LSA" torture test. The work has been done using the Microsoft WSPP docs. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl.Günther Deschner2008-10-182-98/+110
| | | | Guenther
* s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.Günther Deschner2008-10-182-89/+111
| | | | Guenther
* s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.Günther Deschner2008-10-181-15/+25
| | | | Guenther
* s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.Günther Deschner2008-10-181-7/+14
| | | | Guenther
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-182-8/+8
| | | | 3.
* s4-smbtorture: fix test_DsReplicaGetInfo.Günther Deschner2008-10-171-11/+16
| | | | Guenther
* s4-smbtorture: fix test_DsGetNCChanges torture test.Günther Deschner2008-10-171-0/+2
| | | | | | This must have been broken since a while already. Guenther
* s4-smbtorture: fix drsuapi_DsGetNT4ChangeLog test.Günther Deschner2008-10-171-0/+4
| | | | Guenther
* s4: merge from s3 drsuapi.idl.Günther Deschner2008-10-172-33/+41
| | | | Guenther
* Add a test to RPC-NETLOGON for random machine account passwords.Andrew Bartlett2008-10-171-12/+59
| | | | Andrew Bartlett
* Improve RPC-SAMR tests to check random passwordsAndrew Bartlett2008-10-171-3/+175
| | | | | | | By random I don't mean 'nice stream of ASCII chars, but pure random passwords containing invalid UTF16 sequences etc. Andrew Bartlett
* idl: finally fully share nbt.idl in s3 and s4.Günther Deschner2008-10-151-7/+8
| | | | Guenther
* Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-152-3/+3
|\
| * s4: merge from s3 samr.idl.Günther Deschner2008-10-152-3/+3
| | | | | | | | Guenther
| * s4: fix smbtorture build with merged wksvcs idl.Günther Deschner2008-10-151-10/+10
| | | | | | | | Guenther
* | Sync parameter names with samba 3.Jelmer Vernooij2008-10-152-6/+6
| |
* | winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij2008-10-152-2/+3
| |
* | Fix wkssvc test build.Jelmer Vernooij2008-10-151-10/+10
|/
* Share wkssvc.idl.Jelmer Vernooij2008-10-151-4/+4
|
* Share eventlog.idl.Jelmer Vernooij2008-10-151-3/+6
|
* Rename reboot -> do_reboot since the first is a reserved name on FreeBSD.Jelmer Vernooij2008-10-152-4/+4
|
* Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-141-0/+70
|\
| * Add the oplock-batch25 test showing that a writeattr does not break an oplockVolker Lendecke2008-10-141-0/+70
| | | | | | | | Probably that's already somewhere else, but I did not find it.
* | Sync with Samba 3.Jelmer Vernooij2008-10-141-4/+4
|/
* Fix number of arguments for file_load() functions.Jelmer Vernooij2008-10-124-4/+4
|
* Use common util_file code.Jelmer Vernooij2008-10-121-2/+2
|
* Add one-test testsuite for datablob.Jelmer Vernooij2008-10-122-0/+2
|
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-4/+4
|
* Add some simple tests for lib/util/time.cJelmer Vernooij2008-10-112-0/+2
|
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-1114-14/+14
|
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-5/+5
| | | | | | Conflicts: source4/Makefile
* Use const.Jelmer Vernooij2008-10-101-5/+5
|
* Make RPC-LSA test for enumeration conditions more strictAndrew Bartlett2008-10-061-3/+14
|
* Implement 'type unknown' names in the CrackNames code.Andrew Bartlett2008-10-061-0/+1
| | | | | | This guesses the type by running each of the possible options. Andrew Bartlett