summaryrefslogtreecommitdiff
path: root/source4/selftest/target
AgeCommit message (Collapse)AuthorFilesLines
2008-09-24Rename smbd -> samba.Jelmer Vernooij1-13/+13
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c
2008-09-21Revert "Rename smbd -> samba."Jelmer Vernooij1-13/+13
This reverts commit 0e9008be35a5b334bd65e6417193d4b8f27bdc36.
2008-09-21Rename smbd -> samba.Jelmer Vernooij1-13/+13
2008-09-18Stop writing js include dir in selftest.Jelmer Vernooij1-1/+0
2008-09-11Fix failures in the winbind struct-based test.Andrew Bartlett1-2/+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-07-15Rework provision to handle both simple and SASL binds.Andrew Bartlett1-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-15Connect to the LDAP backend with SASL credentials.Andrew Bartlett1-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-15Fix 'make gdbtest-enb' and the GDB_PROVISION option.Andrew Bartlett1-1/+1
(This used to be commit 79c4d8e2fabc9c33d978c064b9c01ca45e463ced)
2008-06-28selftest changes for 'winbind privileged dir' change.Andrew Bartlett1-1/+3
(This used to be commit c19b28f7579268133939aebe06e1c947d4415182)
2008-06-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Jelmer Vernooij1-1/+1
v4-0-fixmodulesdir (This used to be commit 30a33cd0a64c434d6aee551f641343c3b2a6d9ca)
2008-06-16Try to get a bit further with provisioningSimo Sorce1-1/+1
(This used to be commit 649f6c0c1084828dda7d50bd2904208192de77da)
2008-06-16Remove support for deprecated JS provisioning.Jelmer Vernooij1-7/+1
(This used to be commit 9a5859c33e2377f3c5ee8d637fa81d49cb6f5456)
2008-06-03selftest: set posix:writetimeupdatedelayStefan Metzmacher1-0/+3
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 62030027d1ab735fb9c590fafb0887dc882662d1)
2008-05-30Place the NTP signd socket in the selftest areaAndrew Bartlett1-0/+2
(This used to be commit e2fa3788110698cd3340dfed8acd36744a27a5e5)
2008-05-11Use system python rather than smbpython.Jelmer Vernooij1-1/+1
(This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
2008-04-17Add useful provisioning debugging optionsSimo Sorce1-0/+6
(This used to be commit 3f46eb95e47828ba1db236d584933c997cb0c170)
2008-04-15Fix some of the winbind tests.Andrew Bartlett1-1/+1
Some of the test expectations were incorrect. Andrew Bartlett (This used to be commit bc0e94360edb99e967dac01a3ecff42de0c1c222)
2008-04-08Re-add support for the --ldap-backend-port option to provision-backendAndrew Bartlett1-5/+0
This option allows Fedora DS multi-master replication to work. I've tried to update the wiki and scripts to the largely consistant with each other. Andrew Bartlett (This used to be commit 42393c830733b2cc99ebccdafe944fcf3d82734f)
2008-03-27selfteset: oplocks are enabled by default nowStefan Metzmacher1-3/+0
metze (This used to be commit 9342c4f5ff2be16c9771fd07fbec87076af2e681)
2008-03-13Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett1-1/+1
This reworks quite a few parts of our provision system to use CN=NETBIOSNAME as the domain for member servers. This makes it clear that these domains are not in the DNS structure, while complying with our own schema (found by OpenLDAP's schema validation). Andrew Bartlett (This used to be commit bda6a38b055fed2394e65cdc0b308a1442116402)
2008-03-13Update the provision scripts and selftest for LDAPAndrew Bartlett1-1/+9
This should allow us to provision onto an OpenLDAP backend again. Also ensure we always have a sysvol and netlogon share in the selftest environment. Andrew Bartlett (This used to be commit b2d9b03ba3434e76d4d476233a198728523d17f9)
2008-03-02Fix blackbox.kinit test by issuing new certificates good for 25 years.Andrew Kroeger1-34/+49
(This used to be commit 4f40c5940b4aa4343152cf367566d4d26765e234)
2008-02-26selftest: Samba4 passes all oplocks tests nowStefan Metzmacher1-0/+6
The support for oplocks is not completely finished I believe we will not pass some non existing test. But it's a good start. metze (This used to be commit 278eea57fa9f59908672c935187f942e7780f0aa)
2008-02-21Make setup/provision the name of the python provision script now that that ↵Jelmer Vernooij1-2/+2
is the default. (This used to be commit a0a05c5a3d614d0f2936ecfcab5273a2ef7d61a8)
2008-02-21Be consistant about --ldap-backend-typeAndrew Bartlett1-1/+2
Make the EJS provision and the selftest scripts both use the new syntax for speicifying the ldap backend type. Andrew Bartlett (This used to be commit b1d2584277304be3f2a640465cbf6b2a3ec571cc)
2008-02-19Initial work on vde support.Jelmer Vernooij1-6/+20
(This used to be commit 9b0dcac0bd805c3e1741448167b461c3fa0e33fd)
2008-02-19Add kvm name.Jelmer Vernooij1-1/+1
(This used to be commit 228710e2656f8635697cdf4b7ce0c931683fbf86)
2008-02-19Allow loading kvm snapshots.Jelmer Vernooij1-1/+5
(This used to be commit 8ef295bb9cba4a47ff19894364e9d5f4dc15a935)
2008-02-19Allow connecting to screen.Jelmer Vernooij1-1/+1
(This used to be commit a021408c9d78260b9abf7ebec4230b7958033a38)
2008-02-19Start dhcp server for kvm machine.Jelmer Vernooij1-16/+68
(This used to be commit a54507dbd6bfaafb42eb95ec8a57897096b19583)
2008-02-19Start and kill kvm instance properly.Jelmer Vernooij1-14/+31
(This used to be commit 78e49765a2ec5fac485dbf56143716e151b4b562)
2008-02-19kvm fixes.Jelmer Vernooij1-1/+3
(This used to be commit 3a5e2f9ba3131a2a264e21640db8bea255fe9ea3)
2008-02-19Add Kvm start code.Jelmer Vernooij1-0/+23
(This used to be commit 6308c134b225dfa8574aa1370a7874ed6e572ccc)
2008-02-19Add framework for Kvm test.Jelmer Vernooij1-0/+55
(This used to be commit e4efbb2906f4f3876986e21c12b58791c3526bed)
2008-02-15added blackbox testing for locktestAndrew Tridgell1-1/+15
(This used to be commit af6484f78d273407dd9b264bc4adb33497eee48b)
2008-01-22Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij3-0/+1389
(This used to be commit 2f57e25f8f692889d9e057e13256f8a24c5ec10c)
2008-01-16selftest: Add some more documentation. Rename env => target to avoid confusion.Jelmer Vernooij3-0/+1389
(This used to be commit 50b8a16d0cb5e1c4352e73900d1e98a812340cca)