summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:test: remove the give/take admin rights code from the net(rpc)registry testMichael Adam2011-02-161-44/+0
| | | | | This is not neede any more. The token has been fixed at the lower level on the dc.
* s3:test: rename samba3.blackbox.testparm_s3 -> samba3.blackbox.testparmMichael Adam2011-02-161-1/+1
|
* s3:test: rename samba3.blackbox.net_s3_registry_roundtrip -> ↵Michael Adam2011-02-162-2/+2
| | | | samba3.blackbox.net.local.registry.roundtrip
* s3:test: rename samba3.blackbox.net_s3_registry_rpc -> ↵Michael Adam2011-02-161-1/+1
| | | | samba3.blackbox.net.rpc.registry
* s3:test: rename samba3.blackbox.net_s3_registry -> ↵Michael Adam2011-02-161-1/+1
| | | | samba3.blackbox.net.local.registry
* s3:test: rename samba3.blackbox.net_s3_misc --> samba3.blackbox.net.miscMichael Adam2011-02-161-1/+1
|
* s3-build: move priv2ld proto to smbldap.h (in order to fix non-ldap builds).Günther Deschner2011-02-162-4/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 15:20:14 CET 2011 on sn-devel-104
* s3:test: mark the net_registry_roundtrip test as knownfailMichael Adam2011-02-161-0/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Feb 16 13:45:09 CET 2011 on sn-devel-104
* s3:test: add the registry roundtrip test as ↵Michael Adam2011-02-161-0/+1
| | | | samba3.blackbox.net_s3_registry_roundtrip
* s3:test: move the registry roundtrip test to a test script of its ownMichael Adam2011-02-162-85/+109
|
* s3:test: add comment header to test_net_registry.shMichael Adam2011-02-161-2/+6
|
* s3:test: use the blackbox subunit test driver in the net_registry tests.Michael Adam2011-02-161-4/+3
|
* s3:test: use the blackbox subunit test driver in the net_misc tests.Michael Adam2011-02-161-2/+2
|
* s3:test: add the "blackbox.failure" test to the knownfail testsMichael Adam2011-02-161-0/+1
| | | | This is designed to fail. Its purpose is to test our test infrastructure.
* s3:test: add the failure blackbox test as samba3.blackbox.failureMichael Adam2011-02-161-0/+1
|
* s3:test: add a simple failing blackbox testsuiteMichael Adam2011-02-161-0/+39
|
* s3:test: add the success blackbox test as samba3.blackbox.successMichael Adam2011-02-161-0/+2
|
* s3:test: add a simple blackbox test that succeeds.Michael Adam2011-02-161-0/+26
|
* testprogs/blackbox/subunit: add testok() for easier integration of s3 tests.Michael Adam2011-02-161-0/+9
|
* s3:net: fix usage for "net rpc registry export"Michael Adam2011-02-161-1/+2
|
* s3-ipasam: Add aliases for trusted domain userSumit Bose2011-02-162-2/+18
| | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 12:58:13 CET 2011 on sn-devel-104
* s3-netlogon: Implement NetrServerGetTrustInfo and NetrGetForestTrustInformationSumit Bose2011-02-161-4/+257
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ldap: Add sambaTrustForestTrustInfo to LDAP schemataSumit Bose2011-02-167-6/+25
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: Implement lsaRSetForestTrustInformationSumit Bose2011-02-163-2/+515
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4-smbtorture: Fix for RPC-LSA-FOREST-TRUST.Sumit Bose2011-02-161-2/+5
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: add IPA specific attributesSumit Bose2011-02-162-2/+214
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: Add and remove trusted domain accountSumit Bose2011-02-161-5/+111
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: fix return code of _lsa_QueryTrustedDomainInfoByName()Sumit Bose2011-02-161-0/+3
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: add pdb_ipasam_capabilities() and pdb_ipasam_get_domain_info()Sumit Bose2011-02-161-0/+45
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4-smbtorture: Two fixes for forest trust test against samba.Sumit Bose2011-02-161-2/+6
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: Extract auth info from trustDomainPasswordsSumit Bose2011-02-161-6/+51
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ldap: Update LDAP schemata to include sambaTrustedDomain.Sumit Bose2011-02-167-1/+169
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: Use pdb_get_trusted_domain_by_sid in _lsa_QueryTrustedDomainInfo()Sumit Bose2011-02-161-11/+9
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: fix lsa_QueryTrustedDomainInfoSumit Bose2011-02-161-6/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose2011-02-164-18/+101
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-ipasam: add wrapper for ipasam_enum_trusteddoms()Sumit Bose2011-02-161-8/+43
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: implement _lsa_OpenTrustedDomainByName().Günther Deschner2011-02-161-7/+30
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: implement _lsa_OpenTrustedDomain().Günther Deschner2011-02-161-1/+77
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: Implement _lsa_EnumTrustedDomainsEx()Sumit Bose2011-02-161-2/+67
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: implement _lsa_CloseTrustedDomainEx().Günther Deschner2011-02-161-7/+10
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: implement _lsa_QueryTrustedDomainInfoByName().Günther Deschner2011-02-161-7/+38
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: implement _lsa_QueryTrustedDomainInfoBySid().Günther Deschner2011-02-161-7/+38
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: implement _lsa_QueryTrustedDomainInfo().Günther Deschner2011-02-161-7/+139
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: make _lsa_DeleteTrustedDomain() use pdb_del_trusted_domain().Sumit Bose2011-02-161-2/+3
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: implement _lsa_DeleteTrustedDomain().Günther Deschner2011-02-161-7/+38
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: make lsa_lookup_trusted_domain_by_name() use pdb_get_trusted_domain().Sumit Bose2011-02-161-4/+7
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: add lsa_lookup_trusted_domain_by_name and ↵Günther Deschner2011-02-161-0/+60
| | | | | | | | lsa_lookup_trusted_domain_by_sid. Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: implement _lsa_CreateTrustedDomain().Günther Deschner2011-02-161-1/+21
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: implement _lsa_CreateTrustedDomainEx().Günther Deschner2011-02-161-7/+18
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-lsa: Let _lsa_CreateTrustedDomainEx2() use pdb_set_trusted_domain().Sumit Bose2011-02-161-4/+17
| | | | Signed-off-by: Günther Deschner <gd@samba.org>