summaryrefslogtreecommitdiffstats
path: root/testprogs/blackbox
Commit message (Collapse)AuthorAgeFilesLines
...
* Actually test the kpasswd serverAndrew Bartlett2008-10-201-3/+41
| | | | | | | This uses kpasswd operated as a blackbox, assisted by the newly imported rkpty tool. Andrew Bartlett
* s4:blackbox/test_ldb: test search by <GUID=...> and <SID=...>Stefan Metzmacher2008-10-061-0/+25
| | | | metze
* fixed the ldb blackbox test to work with non-bourne shells (as neededAndrew Tridgell2008-10-031-7/+7
| | | | | | by ubuntu) fixed spelling of 'wellknown'
* s4:blackblox/test_ldb: test searches via wellknownObjectsStefan Metzmacher2008-10-021-0/+62
| | | | metze
* Move torture/ blackbox tests closer to code they're testing.Jelmer Vernooij2008-09-163-90/+0
|
* Move ndrdump tests closer to the code they test.Jelmer Vernooij2008-09-163-20/+0
|
* blackbox: fix source => source4Stefan Metzmacher2008-09-146-7/+7
| | | | metze
* Move blackbox tests closer to what they're testing.Jelmer Vernooij2008-06-263-426/+0
| | | | (This used to be commit c9b2e2aa861ccc01e5d92cfe468be1f6324ed294)
* Missed these on the last commitJim McDonough2008-06-121-3/+3
| | | | (This used to be commit 0e8f946ed02a6d2d9469f9ccab5f3342b2b80725)
* Initial automated wintest.Jim McDonough2008-06-122-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)
* subunit.sh: Properly capture and pass on the command output.Andrew Kroeger2008-05-211-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)
* Fix reference to removed smbpython.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit 58f956dc4591137489cba16f360f2d24d91dadc1)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-1610-120/+81
|\ | | | | | | (This used to be commit 18dd8120cc35fe3d1cd4455c1f6a32b503274d97)
| * Use the subunit shell library.Jelmer Vernooij2008-04-169-120/+14
| | | | | | | | (This used to be commit 49367e044e3ab94639ab3209bfd06c6286b44b59)
| * Use library for subunit test functions.Jelmer Vernooij2008-04-161-0/+67
| | | | | | | | (This used to be commit 690924dc7f43b69b9c4cfc1dd0c9c6e83d333518)
* | Fix wbinfo --trusted-domains.Andrew Bartlett2008-04-161-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)
* Fix -r test, knownfailure return code.Jelmer Vernooij2008-04-161-1/+3
| | | | (This used to be commit 4f0954905a902381e66eec74fd30ff7adde232b8)
* Merge branch 'wbinfo-test' of ↵Jelmer Vernooij2008-04-161-0/+199
|\ | | | | | | | | | | git://git.samba.org/kai/samba/kai-work-in-progress into v4-0-selftest (This used to be commit 56340a5fa1b075001bba829686861a59406e1f5d)
| * blackbox: Add many more tests for wbinfoKai Blin2008-04-151-0/+199
| | | | | | | | (This used to be commit 0a2942f6e948177fcc671eae705e6e61644de81c)
* | Fix executable bit on blackbox ndrdump tests.Jelmer Vernooij2008-04-161-0/+0
|/ | | | (This used to be commit a3f0e4151bd87399a8bab9b71bad36bdc53c365c)
* Test password change with 'net password change'.Andrew Bartlett2008-04-151-0/+8
| | | | | Andrew Bartlett (This used to be commit 695cee0349f561625e4bbfa3a142a5e35f7eb4bf)
* Test a few more bits of smbclientAndrew Bartlett2008-04-151-2/+26
| | | | (This used to be commit 24a2409d725953ed5f62c652acc929ee7ddf9a19)
* Add blackbox test for ndrdump, to ensure it at least does notAndrew Bartlett2008-04-153-0/+33
| | | | | | | segfault. Andrew Bartlett (This used to be commit d2fe61a13a8368ceae30c6e7320c8d3d62fbc485)
* Fix and test python scripts and kerberosAndrew Bartlett2008-03-281-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)
* added blackbox testing of gentestAndrew Tridgell2008-02-151-0/+47
| | | | (This used to be commit 716345fd38dfd8c6e610fbd6ba84c4f33e3edbb9)
* added a blackbox test for masktestAndrew Tridgell2008-02-151-0/+41
| | | | (This used to be commit 05a110123df2372418e2ef2fd8f269b92054069c)
* converted locktest to use popt and cmdline utility codeAndrew Tridgell2008-02-151-4/+5
| | | | (This used to be commit 625ea49a95cbdb507ea5b191f75ffa27e25cdb90)
* added blackbox testing for locktestAndrew Tridgell2008-02-151-0/+40
| | | | (This used to be commit af6484f78d273407dd9b264bc4adb33497eee48b)
* Move nmblookup blackbox test closer to the code it tests.Jelmer Vernooij2008-02-091-36/+0
| | | | (This used to be commit 3f24136b56d281580410bf69841c6dece5508d17)
* Put temporary test files in test directory.Jelmer Vernooij2008-02-081-1/+1
| | | | (This used to be commit 16382999bebf158996e16219e7053ef4821550c1)
* Test the behaviour of mixed domain_scope and search_options controls.Andrew Bartlett2008-01-161-0/+7
| | | | | Andrew Bartlett (This used to be commit 89053bc564f1d736da48fbe20e7f8f244b0c67fa)
* Remove accidently committed debugging statement.Jelmer Vernooij2008-01-131-2/+0
| | | | (This used to be commit 9ad2de6e9900aadc3171c5376972ce4d3ed3fb24)
* tests.blackbox: Avoid my local Kerberos setup from interfering with the ↵Jelmer Vernooij2008-01-131-1/+3
| | | | | | blackbox.smbclient test. (This used to be commit 1d703dcf3a888e4c8301a4f53a289ff18bf89f75)
* r26192: Handle, test and implement the style of extended_dn requiest that ↵Andrew Bartlett2007-12-211-0/+10
| | | | | | | | | | | | MMC uses. It appears that the control value is optional, implying type 0 responses. Failing to parse this was causing LDAP disconnects with 'unavailable critical extension'. Andrew Bartlett (This used to be commit 833dfc2f2af84c45f954e428c9ea6babf100ba92)
* r24876: Use more absolute paths to samba4 binaries.Jelmer Vernooij2007-10-103-18/+27
| | | | (This used to be commit 8616bfa0ae5762ae45b8339c84b8e4ae499f5897)
* r24706: Move nmblookup tests to separate blackbox testsuite.Jelmer Vernooij2007-10-101-0/+36
| | | | (This used to be commit aeb2e714f22abe68f89218967a55d7abd2d04ae1)
* r24693: Test search options in ldb blackbox testing.Andrew Bartlett2007-10-101-0/+9
| | | | | Andrew Bartlett (This used to be commit 9f45b5553a53d2e8a1c2643bf58fb90db8217b66)
* r24691: All smbclient blackbox tests pass.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit c3a138627487ec0ed5a4c4c4457df35275f4cada)
* r24459: Fix up ldap.js and test_ldb.sh to test the domain_scope control, andAndrew Bartlett2007-10-101-0/+7
| | | | | | | | | | | | | | | to test the behaviour of objectCategory=user searches. It turns out (thanks to a hint on http://blog.joeware.net/2005/12/08/147/) that objectCategory=user maps into objectCategory=CN=Person,... (by the defaultObjectCategory of that objectclass). Simplify the entryUUID module by using the fact that we now set the DN as the canoncical form of objectCategory. Andrew Bartlett (This used to be commit b474be9507df51982a604289215bb1868124fc24)
* r24339: Move output functions to separate files.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit f4ff4c5f61189c71ab60a5455272302add9e1d97)
* r24335: Fix -N support.Jelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit 18ea767d396bf6d956fd83ee3d2687d98897ae36)
* r23965: Add testing the 'net time' command to the script.Andrew Bartlett2007-10-101-0/+1
| | | | | Andrew Bartlett (This used to be commit 4fab53432a3599cf62a7ebef977bc33ef5a5f734)
* r23964: Update blackbox selftest scripts to cover more code, and to moreAndrew Bartlett2007-10-102-35/+80
| | | | | | | | consistantly report errors. (Some were being lost due to the "echo foo | cmd" calling convention). Andrew Bartlett (This used to be commit d0a994d0ce7b1d4a33bbca5348c2da868401971f)
* r23849: ldap_server: Provide more info in debug tracesAndrew Bartlett2007-10-102-0/+13
| | | | | | | blackbox tests: increase test coverage by running more options. Andrew Bartlett (This used to be commit 46abf82675ea0ce06a162be5d733da0c236880c2)
* r23174: merge textJelmer Vernooij2007-10-101-0/+5
| | | | (This used to be commit a6293ab5cb31a73f23adebacc68d2d383fa62e22)
* r22284: Make this script executableAndrew Bartlett2007-10-101-0/+0
| | | | (This used to be commit b0cbf169366e3624f4d8c2b1a65e478e72734871)
* r22235: Test kinit, and PKINIT functionality by means of a new blackbox test.Andrew Bartlett2007-10-101-0/+45
| | | | | Andrew Bartlett (This used to be commit 7f27bfc3568bc09b2b9cb9ba03aae55a03e08f9a)
* r22187: Test kerberos logins in the smbclient blackbox tests, including with aAndrew Bartlett2007-10-101-1/+3
| | | | | | | machine account. Andrew Bartlett (This used to be commit 16a2bb87a80ffb921f267492f453eb3457666315)
* r22170: To get the smbclient blackbox test to pass again, we need to get theAndrew Bartlett2007-10-101-0/+2
| | | | | | | | | | | private dir to contain a valid machine account. It isn't really valid it use the DC's account any more, so extend this script to also join the domain. This nicely tests out some previously untested code too! Andrew Bartlett (This used to be commit 12f4e6033ed11a010211a4295424588f44f7e5e0)
* r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett2007-10-101-15/+32
| | | | | | | | | | | few authentication tests. Now that the tests correctly 'fail', I was able to fix the credentials subsystem to honour USER and PASSWD. To get --machine-pass working, I needed ldb to always load it's static modules, so I put this in ldb_connect(). Andrew Bartlett (This used to be commit 3430d8c072407a1c33c32229095fc9db2142b6fa)