Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-30 | s3: check that a user in a bogus domain name is mapped to the localnetbios ↵ | Matthieu Patou | 1 | -0/+20 | |
name of a domain member This means that if we authentify for BOGUS\administrator in AD domain FOREST with samba being domain member with the netbiosname MEMBER then BOGUS\administrator will be mapped to MEMBER\administrator if the password match. | |||||
2012-01-24 | selftest: Add test for smbpasswd against pdb_samba4 | Andrew Bartlett | 1 | -4/+41 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 24 11:05:09 CET 2012 on sn-devel-104 | |||||
2011-12-07 | s4-selftest re-enable nsstest on libnss_winbind.so | Andrew Bartlett | 1 | -0/+22 | |
2011-11-29 | s4-samba-tool: Add --principal argument to samba-tool domain exportkeytab | Andrew Bartlett | 1 | -1/+11 | |
This allows only a particular principal to be exported to the keytab. This is useful when setting up unix servers in a Samba controlled domain. Based on a request by Gémes Géza <geza@kzsdabas.hu> Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Nov 29 09:20:55 CET 2011 on sn-devel-104 | |||||
2011-10-23 | s4: samba-tool subcommand rename - change samba-tool user add to samba-tool ↵ | Theresa Halloran | 3 | -3/+3 | |
user create Signed-off-by: Theresa Halloran <thallora@linux.vnet.ibm.com> Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2011-10-18 | s4-selftest When testing for a credentials cache, do not specify a domain | Andrew Bartlett | 5 | -5/+5 | |
If we specify a domain, then we indicate that we must use that domain which overrides the credentials cache we found in the environment. Andrew Bartlett | |||||
2011-07-28 | tests-blackbox: Revert the test to use user-level change password command | Amitay Isaacs | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-28 | test-blackbox: use python version of change password command | Amitay Isaacs | 1 | -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> | |||||
2011-07-28 | test-blackbox: Rearrange arguments for samba-tool user setpassword command | Amitay Isaacs | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-28 | test-blackbox: Remove 'domain\' from username for samba-tool user setpassword | Amitay Isaacs | 1 | -2/+2 | |
Python version of samba-tool does not require 'domain\' prefix for username. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-28 | test-blackbox: Rearrange the arguments in required order for samba-tool time | Amitay Isaacs | 1 | -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> | |||||
2011-07-28 | samba-tool: updated test suite to account for newuser change | Giampaolo Lauria | 3 | -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> | |||||
2011-07-28 | samba-tool: update test suite to reflect the move from password to "user ↵ | Giampaolo Lauria | 2 | -9/+9 | |
setpassword" This is part of the work to reflect the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-21 | s4-test: don't fix broken objects during dbcheck test | Andrew Tridgell | 1 | -1/+1 | |
this leaves the database as-is, which makes it easier to examine the problem | |||||
2011-07-21 | dbcheck: test the --reindex option | Andrew Tridgell | 1 | -0/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | s4-test: added dbcheck run to test suite | Andrew Tridgell | 1 | -0/+21 | |
This should catch corruption that happens during a test run Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | samba-tool: use 'exportkeytab' instead of 'dumpkeys' | Andrew Tridgell | 1 | -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> | |||||
2011-07-21 | samba-tool: updated test suite for the new domain dumpkeys option | Giampaolo Lauria | 1 | -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> | |||||
2011-07-21 | samba-tool: update test suite for the new domain object | Giampaolo Lauria | 2 | -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> | |||||
2011-07-21 | samba-tool: update test suite for add setpassword | Giampaolo Lauria | 1 | -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> | |||||
2011-07-13 | s4-test: fixed usage message on renamedc.sh | Andrew Tridgell | 1 | -1/+1 | |
2011-06-01 | samba-tool: update tests for new 'user enable' syntax | Andrew Tridgell | 2 | -2/+2 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Jun 1 10:37:50 CEST 2011 on sn-devel-104 | |||||
2011-05-21 | s4: add blackbox test for rename | Matthieu Patou | 1 | -0/+42 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat May 21 09:50:34 CEST 2011 on sn-devel-104 | |||||
2011-04-16 | selftest: Remove duplication between BUILDIR and BINDIR | Andrew Bartlett | 7 | -9/+9 | |
Just have BINDIR, and have it default to ./bin Andrew Bartlett | |||||
2011-02-16 | testprogs/blackbox/subunit: add testok() for easier integration of s3 tests. | Michael Adam | 1 | -0/+9 | |
2011-02-07 | blackbox: removed assumption of build directory | Andrew Tridgell | 5 | -5/+18 | |
this fixes the blackbox tests for a top level build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-01 | midltests: add invalid/midltests_pipe_struct_union_01.idl | Stefan Metzmacher | 2 | -0/+296 | |
pipes with unions are not supported by midl, so we don't need to implement them in pidl:-) metze | |||||
2011-01-31 | midltests: add todo/midltests-pipe-sync-ndr32-downgrade-02.idl | Stefan Metzmacher | 1 | -0/+296 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 31 19:45:41 CET 2011 on sn-devel-104 | |||||
2011-01-31 | midltests: test encapsulated unions with 'ms_union' | Stefan Metzmacher | 2 | -0/+228 | |
metze | |||||
2011-01-31 | midltests: test encapsulated unions without 'ms_union' | Stefan Metzmacher | 2 | -0/+227 | |
metze | |||||
2011-01-31 | midltests: add examples of toplevel vs. embedded unions with mixed 'ms_union' | Stefan Metzmacher | 2 | -0/+230 | |
metze | |||||
2011-01-31 | midltests: add examples of toplevel vs. embedded unions with global 'ms_union' | Stefan Metzmacher | 2 | -0/+231 | |
metze | |||||
2011-01-31 | midltests: add examples of toplevel vs. embedded unions without 'ms_union' | Stefan Metzmacher | 2 | -0/+230 | |
metze | |||||
2011-01-31 | midltests: more union alignment example with ms_union | Stefan Metzmacher | 2 | -0/+203 | |
metze | |||||
2011-01-31 | midltests: more union alignment example without ms_union | Stefan Metzmacher | 2 | -0/+202 | |
metze | |||||
2011-01-31 | midltests: union alignment with enum as switch_type and 'ms_union' | Stefan Metzmacher | 2 | -0/+200 | |
metze | |||||
2011-01-31 | midltests: union alignment with enum as switch_type | Stefan Metzmacher | 2 | -0/+199 | |
metze | |||||
2011-01-31 | midltests: unions with enum vs. long | Stefan Metzmacher | 2 | -0/+199 | |
metze | |||||
2011-01-31 | midltests: 'ms_unions' with enum vs. long | Stefan Metzmacher | 2 | -0/+200 | |
metze | |||||
2011-01-31 | midltests: explore 'ms_union' option. | Stefan Metzmacher | 2 | -0/+198 | |
metze | |||||
2010-12-24 | testprogs:test_kinit: create tmp files under $PREFIX | Stefan Metzmacher | 1 | -22/+22 | |
metze | |||||
2010-12-23 | testprogs: testspoolss.exe: pretty print FILETIME in driver info 6 and 8. | Günther Deschner | 2 | -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 | |||||
2010-11-27 | blackbox.ldb: Support using system ldbsearch. | Jelmer Vernooij | 1 | -1/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Nov 27 04:32:11 CET 2010 on sn-devel-104 | |||||
2010-11-16 | s4-test_kinit Add tests for lowercase realm combinations | Andrew Bartlett | 1 | -0/+4 | |
This tests that the handling of lowercase realms works in our KDC and libraries. Andrew Bartlett | |||||
2010-10-28 | s4 net: rename to samba-tool in order to not clash with s3 net | Kai Blin | 5 | -36/+36 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | midltests: add more union_align examples | Stefan Metzmacher | 15 | -24/+816 | |
This demonstrates the difference between NDR32 and NDR64 metze | |||||
2010-10-15 | s4-test: fixed a typo in test_kinit.sh | Andrew Tridgell | 1 | -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 | |||||
2010-10-15 | s4-test: fixed test_kinit.sh time command test | Andrew Tridgell | 1 | -1/+1 | |
passing -W breaks -k yes | |||||
2010-10-01 | testprogs: print architecture used in win32 spoolss testsuite. | Günther Deschner | 1 | -5/+9 | |
Guenther | |||||
2010-09-29 | midltests: add midltests-pipe-sync-ndr32-downgrade-02.idl | Stefan Metzmacher | 2 | -0/+3566 | |
metze |