Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-27 | s4:kerberos Add test to show that we actually export the keytab | Andrew Bartlett | 1 | -1/+1 | |
While it is hard to prove it is correct, at least the new 'nettestuser' principal and the Administrator principal are correct. We had to fix the case of 'Administrator' in the selftest code to match the DB, as the keytab lookup is case sensitive. Andrew Bartlett | |||||
2009-06-08 | s3-selftest: forward NSS_WRAPPER_WINBIND_SO_PATH env to tests. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-05-30 | s3-selftest: Fix invalid /etc/group file used with nss_wrapper. | Günther Deschner | 1 | -0/+1 | |
Found by torture test. Guenther | |||||
2009-05-28 | s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ↵ | Günther Deschner | 1 | -5/+7 | |
group" script. Guenther | |||||
2009-05-20 | s3-selftest: add add and delete group scripts using nss_wrapper. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-05-12 | s3-printing: Fix vlp testprinter application. | Günther Deschner | 1 | -7/+7 | |
Jeremy, we cannot just access cache_path() here without calling lp_load and friends as well as parsing configfile from the commandline in order to make "make test/selftest" find the correct conffile with path, etc. I just changed it to pass the target tdbfilename as an argument, ok ? Guenther | |||||
2009-05-08 | s3-selftest: need to enable lanman auth in order make RPC-SAMR-PASSWORDS pass. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-04-22 | Specify explicit path to vlp, for those not having vlp in $PATH. | Jelmer Vernooij | 1 | -1/+9 | |
2009-04-22 | s4 selftest: Export the WINBINDD_SOCKET_DIR env var | Kai Blin | 1 | -0/+1 | |
2009-04-08 | selftest: add a fake root user to nss_wrapper_passwd in s3. | Günther Deschner | 1 | -0/+1 | |
Needed to make some server calls to get_root_nt_token() succeed. make selftest/make test gurus, please check. Guenther | |||||
2009-03-23 | selftest/Samba3: Test smb signing against the member server | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-03-21 | selftest/Samba3: always use the same timeout for all servers | Stefan Metzmacher | 1 | -17/+15 | |
metze | |||||
2009-03-21 | s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRIND | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2009-03-20 | selftest/Samba3: use the same sequence of signals to shutdown samba3 as with ↵ | Stefan Metzmacher | 1 | -1/+4 | |
the shell scripts When we kill the timelimit process with SIGKILL, it can't kill its children... metze | |||||
2009-02-24 | Make the 'modules.conf' generation in the LDAP selftest simpler | Andrew Bartlett | 1 | -52/+7 | |
The versions of OpenLDAP that we require don't need us to specify the location any more - slaptest knows this from it's build time. Andrew Bartlett | |||||
2009-02-23 | Fix GDB_PROVISION mode | Simo Sorce | 1 | -1/+1 | |
2009-02-10 | selftest/Samba4: pass down the kdc address down to provision_raw_*() | Stefan Metzmacher | 1 | -13/+16 | |
metze | |||||
2009-02-10 | selftest/Samba4: split out ldap specific stuff from provision_raw_*() | Stefan Metzmacher | 1 | -60/+85 | |
metze | |||||
2009-02-10 | selftest/Samba4: split out share configurations of provision_raw*() | Stefan Metzmacher | 1 | -57/+67 | |
metze | |||||
2009-02-10 | selftest/Samba4: split provision() into provision_raw_prepare() and ↵ | Stefan Metzmacher | 1 | -131/+184 | |
provision_raw_run() This functions will be reused soon for a Samba34.pm used by a 'make selftest34' metze | |||||
2009-02-10 | selftest: s/SMBD/SAMBA/ in Samba.pm | Stefan Metzmacher | 1 | -18/+18 | |
metze | |||||
2009-02-10 | selftest: allow "skip" as max runtime for smbd, nmbd and winbindd | Stefan Metzmacher | 1 | -1/+31 | |
metze | |||||
2009-02-10 | selftest: Samba3 protect against removing /* | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2009-02-10 | selftest: add target::Template | Stefan Metzmacher | 1 | -0/+52 | |
metze | |||||
2009-02-04 | selftest/Samba3: use the same logic for make test and make selftest | Stefan Metzmacher | 1 | -5/+0 | |
See also commit 484c4a5955d0365beb9587bb15c73fe3ed3301ce metze | |||||
2009-02-03 | selftest: don't use hardcoded path to nmblookup in Samba4.pm | Stefan Metzmacher | 1 | -12/+13 | |
metze | |||||
2009-01-30 | selftest: pass down the path to python for provisioning samba4 | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2009-01-30 | selftest: allow environment options | Stefan Metzmacher | 1 | -7/+4 | |
We support "local" and "client" (default) now. We can decide if we want to run a client against the server (with a special client.conf) or if we want to run tests localy on the server with the same config as the server. metze | |||||
2009-01-29 | selftest: add "member" environment for Samba3 | Stefan Metzmacher | 1 | -0/+48 | |
metze | |||||
2009-01-29 | selftest: fix Samba3 bugs | Stefan Metzmacher | 1 | -16/+18 | |
metze | |||||
2009-01-28 | selftest: Samba4 remove unused variable | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2009-01-28 | selftest: abstract Samba3 provision a bit | Stefan Metzmacher | 1 | -14/+20 | |
metze | |||||
2009-01-28 | s3:selftest: fix 'make selftest' | Stefan Metzmacher | 1 | -28/+100 | |
metze | |||||
2009-01-28 | s3: try to make 'make selftest' work again | Stefan Metzmacher | 1 | -20/+20 | |
metze | |||||
2009-01-21 | selftest: add --exeext parameter | Stefan Metzmacher | 1 | -4/+6 | |
metze | |||||
2009-01-21 | selftest:Samba4: add bindir_path() utility function to construct the binary ↵ | Stefan Metzmacher | 1 | -12/+23 | |
pathes metze | |||||
2008-12-17 | s4:selftest: lower debug level for slapd | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2008-10-31 | Disable lanman authentication by default in Samba 4. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-28 | selftest: move gdb_* and valgrind_* scripts to selftest/ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-10-23 | selftest.pl: Silence verbose tdbsam output. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest | Jelmer Vernooij | 1 | -14/+13 | |
Conflicts: selftest/selftest.pl | |||||
2008-09-18 | Move selftest code to top-level. | Jelmer Vernooij | 4 | -0/+1598 | |