index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-16
s3:test: rename samba3.blackbox.net_s3_registry -> samba3.blackbox.net.local....
Michael Adam
1
-1
/
+1
2011-02-16
s3:test: rename samba3.blackbox.net_s3_misc --> samba3.blackbox.net.misc
Michael Adam
1
-1
/
+1
2011-02-16
s3-build: move priv2ld proto to smbldap.h (in order to fix non-ldap builds).
Günther Deschner
2
-4
/
+1
2011-02-16
s3:test: mark the net_registry_roundtrip test as knownfail
Michael Adam
1
-0
/
+1
2011-02-16
s3:test: add the registry roundtrip test as samba3.blackbox.net_s3_registry_r...
Michael Adam
1
-0
/
+1
2011-02-16
s3:test: move the registry roundtrip test to a test script of its own
Michael Adam
2
-85
/
+109
2011-02-16
s3:test: add comment header to test_net_registry.sh
Michael Adam
1
-2
/
+6
2011-02-16
s3:test: use the blackbox subunit test driver in the net_registry tests.
Michael Adam
1
-4
/
+3
2011-02-16
s3:test: use the blackbox subunit test driver in the net_misc tests.
Michael Adam
1
-2
/
+2
2011-02-16
s3:test: add the "blackbox.failure" test to the knownfail tests
Michael Adam
1
-0
/
+1
2011-02-16
s3:test: add the failure blackbox test as samba3.blackbox.failure
Michael Adam
1
-0
/
+1
2011-02-16
s3:test: add a simple failing blackbox testsuite
Michael Adam
1
-0
/
+39
2011-02-16
s3:test: add the success blackbox test as samba3.blackbox.success
Michael Adam
1
-0
/
+2
2011-02-16
s3:test: add a simple blackbox test that succeeds.
Michael Adam
1
-0
/
+26
2011-02-16
s3:net: fix usage for "net rpc registry export"
Michael Adam
1
-1
/
+2
2011-02-16
s3-ipasam: Add aliases for trusted domain user
Sumit Bose
2
-2
/
+18
2011-02-16
s3-netlogon: Implement NetrServerGetTrustInfo and NetrGetForestTrustInformation
Sumit Bose
1
-4
/
+257
2011-02-16
s3-lsa: Implement lsaRSetForestTrustInformation
Sumit Bose
3
-2
/
+515
2011-02-16
s3-ipasam: add IPA specific attributes
Sumit Bose
2
-2
/
+214
2011-02-16
s3-lsa: Add and remove trusted domain account
Sumit Bose
1
-5
/
+111
2011-02-16
s3-lsa: fix return code of _lsa_QueryTrustedDomainInfoByName()
Sumit Bose
1
-0
/
+3
2011-02-16
s3-ipasam: add pdb_ipasam_capabilities() and pdb_ipasam_get_domain_info()
Sumit Bose
1
-0
/
+45
2011-02-16
s3-lsa: Extract auth info from trustDomainPasswords
Sumit Bose
1
-6
/
+51
2011-02-16
s3-lsa: Use pdb_get_trusted_domain_by_sid in _lsa_QueryTrustedDomainInfo()
Sumit Bose
1
-11
/
+9
2011-02-16
s3-lsa: fix lsa_QueryTrustedDomainInfo
Sumit Bose
1
-6
/
+1
2011-02-16
s3-ipasam: add ipasam_get_trusted_domain_by_sid()
Sumit Bose
4
-18
/
+101
2011-02-16
s3-ipasam: add wrapper for ipasam_enum_trusteddoms()
Sumit Bose
1
-8
/
+43
2011-02-16
s3-lsa: implement _lsa_OpenTrustedDomainByName().
Günther Deschner
1
-7
/
+30
2011-02-16
s3-lsa: implement _lsa_OpenTrustedDomain().
Günther Deschner
1
-1
/
+77
2011-02-16
s3-lsa: Implement _lsa_EnumTrustedDomainsEx()
Sumit Bose
1
-2
/
+67
2011-02-16
s3-lsa: implement _lsa_CloseTrustedDomainEx().
Günther Deschner
1
-7
/
+10
2011-02-16
s3-lsa: implement _lsa_QueryTrustedDomainInfoByName().
Günther Deschner
1
-7
/
+38
2011-02-16
s3-lsa: implement _lsa_QueryTrustedDomainInfoBySid().
Günther Deschner
1
-7
/
+38
2011-02-16
s3-lsa: implement _lsa_QueryTrustedDomainInfo().
Günther Deschner
1
-7
/
+139
2011-02-16
s3-lsa: make _lsa_DeleteTrustedDomain() use pdb_del_trusted_domain().
Sumit Bose
1
-2
/
+3
2011-02-16
s3-lsa: implement _lsa_DeleteTrustedDomain().
Günther Deschner
1
-7
/
+38
2011-02-16
s3-lsa: make lsa_lookup_trusted_domain_by_name() use pdb_get_trusted_domain().
Sumit Bose
1
-4
/
+7
2011-02-16
s3-lsa: add lsa_lookup_trusted_domain_by_name and lsa_lookup_trusted_domain_b...
Günther Deschner
1
-0
/
+60
2011-02-16
s3-lsa: implement _lsa_CreateTrustedDomain().
Günther Deschner
1
-1
/
+21
2011-02-16
s3-lsa: implement _lsa_CreateTrustedDomainEx().
Günther Deschner
1
-7
/
+18
2011-02-16
s3-lsa: Let _lsa_CreateTrustedDomainEx2() use pdb_set_trusted_domain().
Sumit Bose
1
-4
/
+17
2011-02-16
s3-lsa: implement _lsa_CreateTrustedDomainEx2().
Günther Deschner
1
-7
/
+74
2011-02-16
s3-lsa: add LSA_HANDLE_TRUST_TYPE.
Günther Deschner
1
-1
/
+4
2011-02-16
s3-lsa: add create_lsa_policy_handle().
Günther Deschner
1
-40
/
+74
2011-02-16
s3-ipasam: implement enum_trusted_domains
Sumit Bose
1
-0
/
+76
2011-02-16
s3-ipasam: implement {get,set,del}_trusted_domain
Sumit Bose
2
-0
/
+435
2011-02-16
s3-passdb: make priv2ld() public
Sumit Bose
2
-1
/
+2
2011-02-16
s3-passdb: add {get,set,del,enum}_trusted_domain calls
Sumit Bose
3
-0
/
+98
2011-02-16
s3-ipasam: Disable old trustdom_pw calls
Sumit Bose
1
-0
/
+36
2011-02-16
s3-passdb: Add minimal stub for IPA passdb backend
Sumit Bose
7
-4
/
+63
[next]