Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2008-09-21 | Avoid printing characters when in immediate mode. | Jelmer Vernooij | 1 | -4/+6 | |
2008-09-21 | Print status (one character per test) when not running selftest with ↵ | Jelmer Vernooij | 1 | -4/+19 | |
--immediate. | |||||
2008-09-21 | Revert "Rename smbd -> samba." | Jelmer Vernooij | 4 | -22/+22 | |
This reverts commit 0e9008be35a5b334bd65e6417193d4b8f27bdc36. | |||||
2008-09-21 | Rename smbd -> samba. | Jelmer Vernooij | 4 | -22/+22 | |
2008-09-21 | No longer set PATH during selftest, was only required for smbscript. | Jelmer Vernooij | 1 | -2/+0 | |
2008-09-19 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-19 | Fix path to ndrdump in blackbox test, don't start smb server for ndrdump | Jelmer Vernooij | 1 | -1/+1 | |
tests. | |||||
2008-09-18 | Stop writing js include dir in selftest. | Jelmer Vernooij | 2 | -2/+0 | |
2008-09-18 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 1 | -8/+9 | |
Conflicts: source4/main.mk | |||||
2008-09-18 | Remove EJS tests. | Jelmer Vernooij | 1 | -8/+0 | |
2008-09-18 | keep obsolete file in samba4 source directory. | Jelmer Vernooij | 1 | -0/+48 | |
2008-09-18 | Move selftest code to top-level. | Jelmer Vernooij | 22 | -3637/+165 | |
2008-09-18 | Fix python path for systems without tdb installed in the system. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-17 | Fix location of included popt files for systems that don't have popt. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Avoid running target-specific tests during general test run, | Jelmer Vernooij | 1 | -2/+3 | |
2008-09-16 | Move torture/ blackbox tests closer to code they're testing. | Jelmer Vernooij | 1 | -3/+3 | |
2008-09-16 | Move ndrdump tests closer to the code they test. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-11 | Fix failures in the winbind struct-based test. | Andrew Bartlett | 2 | -3/+0 | |
Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6) | |||||
2008-09-08 | Move blackbox.smbclient to test against the member server. | Andrew Bartlett | 1 | -1/+2 | |
The DC is now using smb signing, so testing for the old SMB versions won't work. Add a new test script to check 'net join' independent of blackbox.smbclient. Andrew Bartlett (This used to be commit 44ff392ffea52e89a3ac096a6d381ae540d3473c) | |||||
2008-07-15 | Rework provision to handle both simple and SASL binds. | Andrew Bartlett | 1 | -5/+6 | |
Fedora DS is still setup for simple binds only, at this point. (it also fails on other issues). Andrew Bartlett (This used to be commit b24c572d5a38c1f6906751c2ad2f809e1995b510) | |||||
2008-07-15 | Connect to the LDAP backend with SASL credentials. | Andrew Bartlett | 1 | -1/+1 | |
This reworks our LDAP backend code to move from anonymous access to a shared-secret SASL-protected connection. (SASL selects NTLM or DIGEST-MD5 on my system). To get this working, we must pre-populate the LDAP backend with a DN to store ths SASL secret on, and we use back-ldif for this. This gives us a reasonable basis to deploy a replicated OpenLDAP backend solution. Andrew Bartlett (This used to be commit cd0745253c4a9ec59a035e830e54d74a05b71aaa) | |||||
2008-07-15 | Fix 'make gdbtest-enb' and the GDB_PROVISION option. | Andrew Bartlett | 2 | -2/+2 | |
(This used to be commit 79c4d8e2fabc9c33d978c064b9c01ca45e463ced) | |||||
2008-06-28 | selftest changes for 'winbind privileged dir' change. | Andrew Bartlett | 1 | -1/+3 | |
(This used to be commit c19b28f7579268133939aebe06e1c947d4415182) | |||||
2008-06-26 | Move blackbox tests closer to what they're testing. | Jelmer Vernooij | 1 | -4/+4 | |
(This used to be commit c9b2e2aa861ccc01e5d92cfe468be1f6324ed294) | |||||
2008-06-25 | Use variable for selftest directory. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 78760606fa71c370ae3c05b077c5146166bdaa7b) | |||||
2008-06-19 | Remove old ldap.js test, we have replicated it in python now. | Andrew Bartlett | 1 | -1/+0 | |
This will soon allow the removal of smbscript, once the samba3sam test conversion is complete. Andrew Bartlett (This used to be commit 60c93b9777d9bd7dce89f9024ba767f5404ac72d) | |||||
2008-06-19 | Add a blackbox test for the provision-backend script. | Andrew Bartlett | 1 | -0/+1 | |
This test (as most tests do :-) found a few bugs, also fixed in this commit. Andrew Bartlett (This used to be commit d96a6482dad54d1d27a87107865e833a9c32cf53) | |||||
2008-06-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵ | Jelmer Vernooij | 1 | -1/+1 | |
v4-0-fixmodulesdir (This used to be commit 30a33cd0a64c434d6aee551f641343c3b2a6d9ca) | |||||
2008-06-16 | Try to get a bit further with provisioning | Simo Sorce | 1 | -1/+1 | |
(This used to be commit 649f6c0c1084828dda7d50bd2904208192de77da) | |||||
2008-06-16 | Remove support for deprecated JS provisioning. | Jelmer Vernooij | 1 | -7/+1 | |
(This used to be commit 9a5859c33e2377f3c5ee8d637fa81d49cb6f5456) | |||||
2008-06-12 | Missed these on the last commit | Jim McDonough | 1 | -0/+1 | |
(This used to be commit 0e8f946ed02a6d2d9469f9ccab5f3342b2b80725) | |||||
2008-06-03 | selftest: pass torture:writetimeupdatedelay to smbtorture | Stefan Metzmacher | 1 | -1/+5 | |
metze (This used to be commit c285b540cb1c2b554a85ef08a4280f544d9d20cc) | |||||
2008-06-03 | selftest: set posix:writetimeupdatedelay | Stefan Metzmacher | 1 | -0/+3 | |
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 62030027d1ab735fb9c590fafb0887dc882662d1) | |||||
2008-05-30 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs | Jelmer Vernooij | 2 | -3/+5 | |
Conflicts: source/samba4-skip (This used to be commit 7b0e0eb346c2f6a240b20fbcf14029539c6512b9) | |||||
2008-05-30 | Place the NTP signd socket in the selftest area | Andrew Bartlett | 1 | -0/+2 | |
(This used to be commit e2fa3788110698cd3340dfed8acd36744a27a5e5) | |||||
2008-05-30 | Don't pass an smb.conf to provision tests. | Andrew Bartlett | 1 | -3/+3 | |
These tests will create their own smb.conf in their prefix anyway. Andrew Bartlett (This used to be commit c0322e8e27d67655b7498b27df0829aa5682a345) | |||||
2008-05-30 | Make sure reason for skipping is output. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 2d1cac54dec1aed9e5258bd44bdd236b5dc92224) | |||||
2008-05-29 | Add samba4-slow file listing tests that succeed but are just slow. | Jelmer Vernooij | 1 | -17/+26 | |
Added a 'make slowtest' target that does run these tests. Also added some comments in the test lists files. (This used to be commit f67f3422b0fd319a3c6d3ccb3ea444a97c3ebaae) | |||||
2008-05-29 | Allow full-line comments in include/exclude files. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 4095f3c358a39d9eb8a1bcef52e49d44ea8fbd2a) |