Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-21 | s4-selftest: adding RPC-SAMR-USERS-PRIVILEGES to knownfail list. | Günther Deschner | 1 | -0/+1 | |
Samba4 cannot pass this test currently as in Samba4 (unlike Samba3) the LSA and SAMR account are stored in the same db. Once you delete a SAMR user the LSA privilege account is deleted at the same time (which is wrong). Guenther | |||||
2009-05-16 | tevent: Remove python module. | Jelmer Vernooij | 1 | -1/+0 | |
This module didn't have any functionality that we actually used yet, and it was quite small. Tevent is quite low level and perhaps doesn't make much sense to expose directly as a Python module. It was also causing build problems when used with a system-tevent. We can always back later if necessary. | |||||
2009-05-13 | s4-selftest: match new name of RPC-SAMR-ACCESSMASK. | Günther Deschner | 2 | -2/+2 | |
Guenther | |||||
2009-04-25 | s4:selftest: don't run the smb2.durable.open test | Stefan Metzmacher | 1 | -0/+1 | |
it often crashes when the server doesn't support them. metze | |||||
2009-04-25 | s4:selftest: s4 doesn't support osxrename and directory rename yet | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-04-21 | python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵ | Andrew Bartlett | 1 | -0/+1 | |
GUID.__cmp__. | |||||
2009-04-20 | s4:selftest: ignore smb2.lease test for now | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-04-09 | enable testing of possibleInferiors generation | Andrew Tridgell | 1 | -0/+1 | |
2009-03-21 | s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRIND | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2009-03-07 | s4-spoolss: just return OK for dcesrv_spoolss_EnumPrintProcDataTypes for now. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-03-07 | don't rely on shebang's perl path, call our $PERL instead | Björn Jacke | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-03-07 | s4-smbtorture: add test_EnumPrintProcDataTypes to RPC-SPOOLSS test. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-03-02 | some shells are picky about ^ without quotes | Björn Jacke | 1 | -2/+2 | |
2009-02-26 | don't hardcode python path | Björn Jacke | 1 | -1/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-02-05 | LDAP-UPTODATEVECTOR: fix segfault against samba4 as server | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2009-02-03 | s4:selftest: don't use hardcoded pathes | Stefan Metzmacher | 1 | -18/+18 | |
metze | |||||
2009-01-30 | selftest: pass down the path to python for provisioning samba4 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2009-01-30 | s4:selftest: run RPC-COUNTCALLS as dc:local | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2009-01-30 | s4:selftest: run ncalrpc tests in dc:local mode | Stefan Metzmacher | 1 | -12/+22 | |
metze | |||||
2009-01-30 | selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATH | Stefan Metzmacher | 1 | -7/+2 | |
metze | |||||
2009-01-30 | selftest: allow environment options | Stefan Metzmacher | 1 | -2/+2 | |
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-21 | s4:selftest: reference binaries via variables in tests.sh | Stefan Metzmacher | 1 | -7/+9 | |
metze | |||||
2009-01-16 | s4-winbind: Remove a "knownfail" entry for the now implemented LIST_GROUPS | Kai Blin | 1 | -1/+0 | |
2009-01-02 | s4:selftest: report tevent tests as 'tevent.python' | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-12-18 | Fix Python event tests after rename to tevent. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-18 | s4:selftest: we pass raw.delete.delete21 | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2008-12-16 | nsswitch: Fix paths for Samba4 blackbox wbinfo test | Kai Blin | 1 | -2/+2 | |
2008-12-11 | s4:selftest: samba4 fails the changed delete test | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2008-12-10 | s4-smbtorture: skip ServerGetTrustInfo for samba4. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-12-04 | s4:selftest: we have netr_GetDcName() and netr_GetAnyDCName() ↵ | Stefan Metzmacher | 1 | -2/+0 | |
implementations now metze | |||||
2008-11-28 | selftest: s4 does not have a pwdlastset implementation yet. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-11-12 | s4-smbtorture: add very basic RPC-NTSVCS test. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-11-06 | s4-test: skip netr_DatabaseRedo test. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-10-28 | selftest: move gdb_* and valgrind_* scripts to selftest/ | Stefan Metzmacher | 1 | -6/+7 | |
metze | |||||
2008-10-22 | Require separate option for quicktest include list rather than making | Jelmer Vernooij | 1 | -1/+1 | |
assumptions about it. | |||||
2008-10-21 | Prevent warning about directory already existing. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-20 | Export variables correctly for blackbox tests (thanks metze). | Jelmer Vernooij | 1 | -0/+2 | |
2008-10-19 | Move Samba4-specific code out of selftest. | Jelmer Vernooij | 1 | -0/+23 | |
2008-10-19 | Fix comment after paths have changed. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-19 | Merge branch 'selftest' of git://git.samba.org/jelmer/samba | Jelmer Vernooij | 21 | -3602/+164 | |
2008-10-11 | Support "make test-X" to run all tests that match regex X. | Jelmer Vernooij | 1 | -0/+3 | |
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest | Jelmer Vernooij | 5 | -20/+55 | |
Conflicts: selftest/selftest.pl | |||||
2008-10-08 | Import tests for subunit python module. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-08 | Move subunit helper utility to specific subunit directory. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-08 | Allow 'make testenv-dc', 'make testenv-member', etc. | Jelmer Vernooij | 1 | -0/+3 | |
2008-09-30 | s4:selftest: make sure we test RPC-OBJECTUUID with seal | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-09-30 | s4:selftest: add "smb.signing" to anon signing tests | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2008-09-24 | fixed expansion of $USERNAME in signing tests | Andrew Tridgell | 1 | -1/+1 | |
2008-09-24 | Rename smbd -> samba. | Jelmer Vernooij | 4 | -22/+22 | |
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c | |||||
2008-09-23 | selftest: test some smb signing combinations against the member server | Stefan Metzmacher | 1 | -0/+40 | |
metze |