summaryrefslogtreecommitdiffstats
path: root/testprogs
Commit message (Collapse)AuthorAgeFilesLines
...
* test-blackbox: use python version of change password commandAmitay Isaacs2011-07-281-7/+7
| | | | | | | Replace the "samba-tool user setpassword" command with user level "samba-tool user password" command. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* test-blackbox: Rearrange arguments for samba-tool user setpassword commandAmitay Isaacs2011-07-281-1/+1
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* test-blackbox: Remove 'domain\' from username for samba-tool user setpasswordAmitay Isaacs2011-07-281-2/+2
| | | | | | Python version of samba-tool does not require 'domain\' prefix for username. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* test-blackbox: Rearrange the arguments in required order for samba-tool timeAmitay Isaacs2011-07-281-1/+1
| | | | | | | Python version of samba-tool requires the command and the subcommand to be specified before the options. Signed-off-by: Andrew Tridgell <tridge@samba.org>
* samba-tool: updated test suite to account for newuser changeGiampaolo Lauria2011-07-283-3/+3
| | | | | | | Updated test suite invocations of newuser to "user add" as the newuser functionality is now being moved to "user add" Signed-off-by: Andrew Tridgell <tridge@samba.org>
* samba-tool: update test suite to reflect the move from password to "user ↵Giampaolo Lauria2011-07-282-9/+9
| | | | | | | | setpassword" This is part of the work to reflect the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-test: don't fix broken objects during dbcheck testAndrew Tridgell2011-07-211-1/+1
| | | | | this leaves the database as-is, which makes it easier to examine the problem
* dbcheck: test the --reindex optionAndrew Tridgell2011-07-211-0/+5
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-test: added dbcheck run to test suiteAndrew Tridgell2011-07-211-0/+21
| | | | | | This should catch corruption that happens during a test run Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* samba-tool: use 'exportkeytab' instead of 'dumpkeys'Andrew Tridgell2011-07-211-2/+2
| | | | | | | a 'keytab' is a particular format known to administrators, whereas 'keys' is a bit too vague Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* samba-tool: updated test suite for the new domain dumpkeys optionGiampaolo Lauria2011-07-211-2/+2
| | | | | | The test suite has been changed to reflect the move from export to "domain dumpkeys" to reflect the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
* samba-tool: update test suite for the new domain objectGiampaolo Lauria2011-07-212-8/+8
| | | | | | Changed test suite to reflect the changes from setpassword to "domain setpassword" to fit the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
* samba-tool: update test suite for add setpasswordGiampaolo Lauria2011-07-211-2/+2
| | | | | | The test suite needs to change from setpassword to "user setpassword" to reflect the new cmd syntax Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-test: fixed usage message on renamedc.shAndrew Tridgell2011-07-131-1/+1
|
* samba-tool: update tests for new 'user enable' syntaxAndrew Tridgell2011-06-012-2/+2
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Jun 1 10:37:50 CEST 2011 on sn-devel-104
* s4: add blackbox test for renameMatthieu Patou2011-05-211-0/+42
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat May 21 09:50:34 CEST 2011 on sn-devel-104
* selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett2011-04-167-9/+9
| | | | | | Just have BINDIR, and have it default to ./bin Andrew Bartlett
* testprogs/blackbox/subunit: add testok() for easier integration of s3 tests.Michael Adam2011-02-161-0/+9
|
* blackbox: removed assumption of build directoryAndrew Tridgell2011-02-075-5/+18
| | | | | | this fixes the blackbox tests for a top level build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* midltests: add invalid/midltests_pipe_struct_union_01.idlStefan Metzmacher2011-02-012-0/+296
| | | | | | | pipes with unions are not supported by midl, so we don't need to implement them in pidl:-) metze
* midltests: add todo/midltests-pipe-sync-ndr32-downgrade-02.idlStefan Metzmacher2011-01-311-0/+296
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 31 19:45:41 CET 2011 on sn-devel-104
* midltests: test encapsulated unions with 'ms_union'Stefan Metzmacher2011-01-312-0/+228
| | | | metze
* midltests: test encapsulated unions without 'ms_union'Stefan Metzmacher2011-01-312-0/+227
| | | | metze
* midltests: add examples of toplevel vs. embedded unions with mixed 'ms_union'Stefan Metzmacher2011-01-312-0/+230
| | | | metze
* midltests: add examples of toplevel vs. embedded unions with global 'ms_union'Stefan Metzmacher2011-01-312-0/+231
| | | | metze
* midltests: add examples of toplevel vs. embedded unions without 'ms_union'Stefan Metzmacher2011-01-312-0/+230
| | | | metze
* midltests: more union alignment example with ms_unionStefan Metzmacher2011-01-312-0/+203
| | | | metze
* midltests: more union alignment example without ms_unionStefan Metzmacher2011-01-312-0/+202
| | | | metze
* midltests: union alignment with enum as switch_type and 'ms_union'Stefan Metzmacher2011-01-312-0/+200
| | | | metze
* midltests: union alignment with enum as switch_typeStefan Metzmacher2011-01-312-0/+199
| | | | metze
* midltests: unions with enum vs. longStefan Metzmacher2011-01-312-0/+199
| | | | metze
* midltests: 'ms_unions' with enum vs. longStefan Metzmacher2011-01-312-0/+200
| | | | metze
* midltests: explore 'ms_union' option.Stefan Metzmacher2011-01-312-0/+198
| | | | metze
* testprogs:test_kinit: create tmp files under $PREFIXStefan Metzmacher2010-12-241-22/+22
| | | | metze
* testprogs: testspoolss.exe: pretty print FILETIME in driver info 6 and 8.Günther Deschner2010-12-232-3/+101
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Dec 23 23:40:21 CET 2010 on sn-devel-104
* blackbox.ldb: Support using system ldbsearch.Jelmer Vernooij2010-11-271-1/+2
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Nov 27 04:32:11 CET 2010 on sn-devel-104
* s4-test_kinit Add tests for lowercase realm combinationsAndrew Bartlett2010-11-161-0/+4
| | | | | | | This tests that the handling of lowercase realms works in our KDC and libraries. Andrew Bartlett
* s4 net: rename to samba-tool in order to not clash with s3 netKai Blin2010-10-285-36/+36
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104
* midltests: add more union_align examplesStefan Metzmacher2010-10-2415-24/+816
| | | | | | This demonstrates the difference between NDR32 and NDR64 metze
* s4-test: fixed a typo in test_kinit.shAndrew Tridgell2010-10-151-1/+1
| | | | | | | too many Ts Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Oct 15 10:14:27 UTC 2010 on sn-devel-104
* s4-test: fixed test_kinit.sh time command testAndrew Tridgell2010-10-151-1/+1
| | | | passing -W breaks -k yes
* testprogs: print architecture used in win32 spoolss testsuite.Günther Deschner2010-10-011-5/+9
| | | | Guenther
* midltests: add midltests-pipe-sync-ndr32-downgrade-02.idlStefan Metzmacher2010-09-292-0/+3566
| | | | metze
* midltests: support for fragmented RPC trafficStefan Metzmacher2010-09-291-5/+57
| | | | metze
* midltests: print out the alloc_hint for requests and responsesStefan Metzmacher2010-09-291-4/+4
| | | | metze
* midltests: improve NDR64 downgradeStefan Metzmacher2010-09-291-4/+21
| | | | metze
* midltests: revert to a simple default midltests.idlStefan Metzmacher2010-09-291-248/+3
| | | | metze
* midltests/todo: add some random idl files I had tested month agoStefan Metzmacher2010-09-298-0/+1014
| | | | metze
* midltests: add midltests-pipe-sync-ndr32-downgrade-01.idl exampleStefan Metzmacher2010-09-293-3/+682
| | | | metze
* midltests: add some usefull defines to midltests.idlStefan Metzmacher2010-09-291-0/+24
| | | | metze