summaryrefslogtreecommitdiff
path: root/testprogs
AgeCommit message (Collapse)AuthorFilesLines
2008-09-21Remove remaining obsolete EJS tests.Jelmer Vernooij2-1286/+0
2008-09-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij1-0/+8
2008-09-19Make sure modify operations succeed.Jelmer Vernooij1-0/+8
2008-09-18Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij6-110/+0
Conflicts: source4/main.mk
2008-09-16Move torture/ blackbox tests closer to code they're testing.Jelmer Vernooij3-90/+0
2008-09-16Move ndrdump tests closer to the code they test.Jelmer Vernooij4-61/+0
2008-09-16Remove minschema js tests.Jelmer Vernooij3-1230/+0
2008-09-16Remove remaining JavaScript code.Jelmer Vernooij2-186/+0
2008-09-14blackbox: fix source => source4Stefan Metzmacher6-7/+7
metze
2008-08-27Fix the build on Win32, and use NEGOTIATE security (to allow kerberos)Andrew Bartlett2-2/+2
(This used to be commit f0bde093d76fe9d17a0709cf01fa7b70f1985c6b)
2008-08-15Generate the subSchema in cn=AggregateAndrew Bartlett1-40/+1
This reads the schema from the in-memory structure, when the magic attributes are requested. The code is a modified version of that used in the ad2oLschema tool (now shared). The schema_fsmo module handles the insertion of the generated result. As such, this commit also removes these entries from the setup/schema.ldif Metze's previous stub of this functionality is also removed. Andrew Bartlett (This used to be commit c7c32ec7b42bdf0f7b669644516438c71b364e60)
2008-06-26Move blackbox tests closer to what they're testing.Jelmer Vernooij3-426/+0
(This used to be commit c9b2e2aa861ccc01e5d92cfe468be1f6324ed294)
2008-06-19Remove old ldap.js test, we have replicated it in python now.Andrew Bartlett1-1596/+0
This will soon allow the removal of smbscript, once the samba3sam test conversion is complete. Andrew Bartlett (This used to be commit 60c93b9777d9bd7dce89f9024ba767f5404ac72d)
2008-06-12Missed these on the last commitJim McDonough1-3/+3
(This used to be commit 0e8f946ed02a6d2d9469f9ccab5f3342b2b80725)
2008-06-12Initial automated wintest.Jim McDonough2-0/+52
Added a blackbox test which looks for $WINTEST_CONF_DIR, gets configuration vars from *.conf in that dir, disables smbwrapper, and runs RAW-OPEN torture test. Scripts are coming to startup/shutdown vm's. (This used to be commit 74a0a9bb54b2583dde7a5fbadd4d10858de12ee7)
2008-06-03Align the Python and EJS ldap tests.Andrew Bartlett1-4/+4
We should now (need to review and compare them once more) be able to remove ldap.js (and once samba3sam.js is done, smbscript). Andrew Bartlett (This used to be commit f65e43e9456e8e951d172779cba53ab417114b20)
2008-05-26Remove unused EJS net bindings.Jelmer Vernooij3-177/+0
(This used to be commit 3923414849c5a3b14379e2cd3e61d862150800a6)
2008-05-26Remove unused scripts.Jelmer Vernooij2-47/+0
(This used to be commit 3d22b72bb780065059f45ebeb6025d1bceb1f5b6)
2008-05-23Remove unused echo ejs script.Jelmer Vernooij1-235/+0
(This used to be commit 3a6b009d505503b2eb22acadeaac485151ed0173)
2008-05-23Convert samr test to python.Jelmer Vernooij1-126/+0
(This used to be commit 88d473b202e82b462ef82ffdeb4f1710918ffda5)
2008-05-23Remove unused EJS testprogs.Jelmer Vernooij2-38/+0
(This used to be commit e14c9302009b371f385612d2fd500773d238006a)
2008-05-21subunit.sh: Properly capture and pass on the command output.Andrew Kroeger1-2/+2
Previously, the output from $cmdline was never captured. In case of a failure, there was no output being passed to the subunit_fail_test() function, but that function contains a call to "cat -". This caused the script to hang indefinitely waiting for input. We now capture $cmdline output (including mapping stderr to stdout) using backticks, and then pipe that output to the subunit_fail_test() if there is a failure. (This used to be commit c0234d13192c1871971b45121249395ef15c5ae5)
2008-05-21Fix reference to removed smbpython.Jelmer Vernooij1-1/+1
(This used to be commit 58f956dc4591137489cba16f360f2d24d91dadc1)
2008-04-16Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett10-120/+81
(This used to be commit 18dd8120cc35fe3d1cd4455c1f6a32b503274d97)
2008-04-16Fix wbinfo --trusted-domains.Andrew Bartlett1-3/+2
The problems here were that we did not bind to the LSA pipe, and we did not consider it possible to have 0 trusted domains. Andrew Bartlett (This used to be commit 86694d429d62940882ac9b7af83b3e7d00e67c5a)
2008-04-16Use the subunit shell library.Jelmer Vernooij9-120/+14
(This used to be commit 49367e044e3ab94639ab3209bfd06c6286b44b59)
2008-04-16Use library for subunit test functions.Jelmer Vernooij1-0/+67
(This used to be commit 690924dc7f43b69b9c4cfc1dd0c9c6e83d333518)
2008-04-16Fix -r test, knownfailure return code.Jelmer Vernooij1-1/+3
(This used to be commit 4f0954905a902381e66eec74fd30ff7adde232b8)
2008-04-16Merge branch 'wbinfo-test' of ↵Jelmer Vernooij1-0/+199
git://git.samba.org/kai/samba/kai-work-in-progress into v4-0-selftest (This used to be commit 56340a5fa1b075001bba829686861a59406e1f5d)
2008-04-16Fix executable bit on blackbox ndrdump tests.Jelmer Vernooij1-0/+0
(This used to be commit a3f0e4151bd87399a8bab9b71bad36bdc53c365c)
2008-04-15blackbox: Add many more tests for wbinfoKai Blin1-0/+199
(This used to be commit 0a2942f6e948177fcc671eae705e6e61644de81c)
2008-04-15Test password change with 'net password change'.Andrew Bartlett1-0/+8
Andrew Bartlett (This used to be commit 695cee0349f561625e4bbfa3a142a5e35f7eb4bf)
2008-04-15Test a few more bits of smbclientAndrew Bartlett1-2/+26
(This used to be commit 24a2409d725953ed5f62c652acc929ee7ddf9a19)
2008-04-15Add blackbox test for ndrdump, to ensure it at least does notAndrew Bartlett3-0/+33
segfault. Andrew Bartlett (This used to be commit d2fe61a13a8368ceae30c6e7320c8d3d62fbc485)
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-10/+18
This fixes up the python credentials interface in a number of areas, with the aim of supporting '-k yes' as a command line option. (This enables the use of kerberos). As such, I've had to change the get_credentials call to take a loadparm context, so that the credentials can be initialised correctly. The test_kinit script has been modified to prove that this continues to work, as well as to provide greater code coverage of the kerberos paths. Andrew Bartlett (This used to be commit 727ef40c2b56910028ef3c1092b8eab1bfa6ce63)
2008-03-19Extend the ldap.js test to prove faults with the LDAP backend.Andrew Bartlett1-5/+23
Try to provide more information to see why OpenLDAP isn't quite up to being a Samba4 Backend. Andrew Bartlett (This used to be commit 89458c7d8b46cf5cf6c0dc514bb7e658f48c2adf)
2008-03-04Don't hardcode objectCategory into the schema, even in the schema.Andrew Bartlett1-3/+0
We now load the schema early enough that we can generate this too! Andrew Bartlett (This used to be commit 1adc74c65a3219fc110964ccdf9a9d60a84831da)
2008-02-28Extend the ldap.js testAndrew Bartlett1-10/+158
Now we verify sAMAccountType and userAccountControl, as well as rename and DN mismatch semantics. Andrew Bartlett (This used to be commit 0a5fa41dd7ed76e4848fe4a779edff2a12e8ea67)
2008-02-15added blackbox testing of gentestAndrew Tridgell1-0/+47
(This used to be commit 716345fd38dfd8c6e610fbd6ba84c4f33e3edbb9)
2008-02-15added a blackbox test for masktestAndrew Tridgell1-0/+41
(This used to be commit 05a110123df2372418e2ef2fd8f269b92054069c)
2008-02-15converted locktest to use popt and cmdline utility codeAndrew Tridgell1-4/+5
(This used to be commit 625ea49a95cbdb507ea5b191f75ffa27e25cdb90)
2008-02-15added blackbox testing for locktestAndrew Tridgell1-0/+40
(This used to be commit af6484f78d273407dd9b264bc4adb33497eee48b)
2008-02-12Reintroduce samba3sam EJS test, at least until the Python test is ready.Jelmer Vernooij1-0/+1255
(This used to be commit 13deb25214b2711836e243a87166b63a4a87270b)
2008-02-11Remove tests for Samba 3 EJS code.Jelmer Vernooij1-1255/+0
(This used to be commit 7aff2ddd8ca1ff68fc704fdb139d81d6daa51115)
2008-02-09Move nmblookup blackbox test closer to the code it tests.Jelmer Vernooij1-36/+0
(This used to be commit 3f24136b56d281580410bf69841c6dece5508d17)
2008-02-09A couple more ipsec classes for the schema.Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit 41309dc8627e707cee226a76238b9a70d417a345)
2008-02-09From a request from Peter Huang, include IPsec sechema.Andrew Bartlett1-0/+3
(We may need to include more defaults in the template, but I want to start small for now). Andrew Bartlett (This used to be commit a466dda118f785bf784548106637577a5e25a30e)
2008-02-08Put temporary test files in test directory.Jelmer Vernooij1-1/+1
(This used to be commit 16382999bebf158996e16219e7053ef4821550c1)
2008-02-06win32-tests: add a very usefull w32 programm to explore midl featuresStefan Metzmacher8-0/+248
You have to define idl, call the client function and add a server implementation. Then you need to compile midltests.exe and run it, it will dump the generated NDR on the screen. metze (This used to be commit dc15c8833599a1cb8f51c2b5390925410cbf4e12)
2008-01-23Make ranged results tests in ldap.js easier to debug.Andrew Bartlett1-9/+9
This adds some extra information to the failure message, to chase down which test is failing. Andrew Bartlett (This used to be commit 281bc76d3d7605f18ee914cf01dbf09062f5a5f0)