summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-02-16s3-waf: add check for fcntl locking.Günther Deschner1-0/+8
2011-02-16s3-waf: add check for "struct dirent64".Günther Deschner1-0/+4
2011-02-16s3:test: run the net.rpc.registry test under "dc" not "dc:local"Michael Adam1-1/+1
2011-02-16s3:test: remove the give/take admin rights code from the net(rpc)registry testMichael Adam1-44/+0
2011-02-16s3:test: rename samba3.blackbox.testparm_s3 -> samba3.blackbox.testparmMichael Adam1-1/+1
2011-02-16s3:test: rename samba3.blackbox.net_s3_registry_roundtrip -> samba3.blackbox....Michael Adam2-2/+2
2011-02-16s3:test: rename samba3.blackbox.net_s3_registry_rpc -> samba3.blackbox.net.rp...Michael Adam1-1/+1
2011-02-16s3:test: rename samba3.blackbox.net_s3_registry -> samba3.blackbox.net.local....Michael Adam1-1/+1
2011-02-16s3:test: rename samba3.blackbox.net_s3_misc --> samba3.blackbox.net.miscMichael Adam1-1/+1
2011-02-16s3-build: move priv2ld proto to smbldap.h (in order to fix non-ldap builds).Günther Deschner2-4/+1
2011-02-16s3:test: mark the net_registry_roundtrip test as knownfailMichael Adam1-0/+1
2011-02-16s3:test: add the registry roundtrip test as samba3.blackbox.net_s3_registry_r...Michael Adam1-0/+1
2011-02-16s3:test: move the registry roundtrip test to a test script of its ownMichael Adam2-85/+109
2011-02-16s3:test: add comment header to test_net_registry.shMichael Adam1-2/+6
2011-02-16s3:test: use the blackbox subunit test driver in the net_registry tests.Michael Adam1-4/+3
2011-02-16s3:test: use the blackbox subunit test driver in the net_misc tests.Michael Adam1-2/+2
2011-02-16s3:test: add the "blackbox.failure" test to the knownfail testsMichael Adam1-0/+1
2011-02-16s3:test: add the failure blackbox test as samba3.blackbox.failureMichael Adam1-0/+1
2011-02-16s3:test: add a simple failing blackbox testsuiteMichael Adam1-0/+39
2011-02-16s3:test: add the success blackbox test as samba3.blackbox.successMichael Adam1-0/+2
2011-02-16s3:test: add a simple blackbox test that succeeds.Michael Adam1-0/+26
2011-02-16s3:net: fix usage for "net rpc registry export"Michael Adam1-1/+2
2011-02-16s3-ipasam: Add aliases for trusted domain userSumit Bose2-2/+18
2011-02-16s3-netlogon: Implement NetrServerGetTrustInfo and NetrGetForestTrustInformationSumit Bose1-4/+257
2011-02-16s3-lsa: Implement lsaRSetForestTrustInformationSumit Bose3-2/+515
2011-02-16s3-ipasam: add IPA specific attributesSumit Bose2-2/+214
2011-02-16s3-lsa: Add and remove trusted domain accountSumit Bose1-5/+111
2011-02-16s3-lsa: fix return code of _lsa_QueryTrustedDomainInfoByName()Sumit Bose1-0/+3
2011-02-16s3-ipasam: add pdb_ipasam_capabilities() and pdb_ipasam_get_domain_info()Sumit Bose1-0/+45
2011-02-16s3-lsa: Extract auth info from trustDomainPasswordsSumit Bose1-6/+51
2011-02-16s3-lsa: Use pdb_get_trusted_domain_by_sid in _lsa_QueryTrustedDomainInfo()Sumit Bose1-11/+9
2011-02-16s3-lsa: fix lsa_QueryTrustedDomainInfoSumit Bose1-6/+1
2011-02-16s3-ipasam: add ipasam_get_trusted_domain_by_sid()Sumit Bose4-18/+101
2011-02-16s3-ipasam: add wrapper for ipasam_enum_trusteddoms()Sumit Bose1-8/+43
2011-02-16s3-lsa: implement _lsa_OpenTrustedDomainByName().Günther Deschner1-7/+30
2011-02-16s3-lsa: implement _lsa_OpenTrustedDomain().Günther Deschner1-1/+77
2011-02-16s3-lsa: Implement _lsa_EnumTrustedDomainsEx()Sumit Bose1-2/+67
2011-02-16s3-lsa: implement _lsa_CloseTrustedDomainEx().Günther Deschner1-7/+10
2011-02-16s3-lsa: implement _lsa_QueryTrustedDomainInfoByName().Günther Deschner1-7/+38
2011-02-16s3-lsa: implement _lsa_QueryTrustedDomainInfoBySid().Günther Deschner1-7/+38
2011-02-16s3-lsa: implement _lsa_QueryTrustedDomainInfo().Günther Deschner1-7/+139
2011-02-16s3-lsa: make _lsa_DeleteTrustedDomain() use pdb_del_trusted_domain().Sumit Bose1-2/+3
2011-02-16s3-lsa: implement _lsa_DeleteTrustedDomain().Günther Deschner1-7/+38
2011-02-16s3-lsa: make lsa_lookup_trusted_domain_by_name() use pdb_get_trusted_domain().Sumit Bose1-4/+7
2011-02-16s3-lsa: add lsa_lookup_trusted_domain_by_name and lsa_lookup_trusted_domain_b...Günther Deschner1-0/+60
2011-02-16s3-lsa: implement _lsa_CreateTrustedDomain().Günther Deschner1-1/+21
2011-02-16s3-lsa: implement _lsa_CreateTrustedDomainEx().Günther Deschner1-7/+18
2011-02-16s3-lsa: Let _lsa_CreateTrustedDomainEx2() use pdb_set_trusted_domain().Sumit Bose1-4/+17
2011-02-16s3-lsa: implement _lsa_CreateTrustedDomainEx2().Günther Deschner1-7/+74
2011-02-16s3-lsa: add LSA_HANDLE_TRUST_TYPE.Günther Deschner1-1/+4