[testlist] [PR PATCH master 00/22] Subdomain

github at samba.org github at samba.org
Mon Sep 7 00:10:27 UTC 2015


From: Samba GitHub bot <github at samba.org>

******** NOTE: pull-request-mailer ********
* User 'abartlet' has submitted a pull request on
*   https://github.com/samba-team/samba/pull/7
* 
* It has been converted to a patch series by 
*   github at samba.org
***************************************************

This subdomain branch will not merge, so test it

Andrew Bartlett (22):
  dsdb: Change acl module to look for instanceType flag rather than list
    of NCs
  selftest: Pass DC_REALM to the subdom_dc environment
  join.py: Reinstate full_nc_list and make creation of NTDS-DSA object
    common
  provision: Only calculate ForestDNSZone GUID if we need it
  s4-gensec: Fix spelling in debug message
  provision: Use names.domainsid and names.domainguid
  auth: Create an admin token with the forest SID set correctly
  dsdb: Permit creation of partitions of type INSTANCE_TYPE_UNINSTANT
  python: Use the security.dom_sid type for ctx.domsid in join.py and
    provision
  join.py: Ensure we set the SID of the parent domain on the trust
    record
  winbindd: Do not segfault if the trusted domain has no SID
  selftest: Set admin password on subdom_dc environment
  dsdb: Make log message more clear
  selftest: Improve connection between primary domain and subdomain for
    krb5
  provision: Only create hard links for ForestDnsZones if it exists on
    this DC
  auth: Split out fetching trusted domain into sam_get_results_trust()
  passdb: Use sam_get_results_trust() and implement
    pdb_samba_dsdb_get_trusteddom_pw
  winbindd: Add debugging to assist in locating errors creating NETLOGON
    pipes
  dsdb: improve debugging in DsCrackNameOneFilter
  set_dc_type_and_flags_trustinfo: Use init_dc_connection and
    wb_open_internal_pipe
  s3-rpc_client: Do not give NT_STATUS_NO_MEMORY when the source string
    was NULL
  winbindd: make a connection to our internal AD server to fill in
    domain->active_directory

 python/samba/join.py                          |  92 ++++++++++---------
 python/samba/netcmd/domain.py                 |   4 +
 python/samba/provision/__init__.py            |  71 ++++++++-------
 python/samba/provision/sambadns.py            |  41 +++++----
 python/samba/upgrade.py                       |   2 +-
 selftest/target/Samba4.pm                     |  13 ++-
 source3/passdb/pdb_ldap.c                     |   9 +-
 source3/passdb/pdb_samba_dsdb.c               | 125 +++++++++++++++++++++++++-
 source3/rpc_client/cli_pipe.c                 |  11 +--
 source3/winbindd/winbindd_cm.c                |  51 +++++++----
 source3/winbindd/winbindd_rpc.c               |  10 ++-
 source4/auth/gensec/gensec_gssapi.c           |   2 +-
 source4/auth/pyauth.c                         |  21 ++++-
 source4/auth/sam.c                            |  73 +++++++++++++++
 source4/auth/session.h                        |   3 +-
 source4/auth/system_session.c                 |  17 ++--
 source4/dsdb/common/util.c                    |   6 +-
 source4/dsdb/samdb/cracknames.c               |   4 +-
 source4/dsdb/samdb/ldb_modules/acl.c          |  87 ++++++++++++++----
 source4/dsdb/samdb/ldb_modules/instancetype.c |  24 ++++-
 source4/kdc/db-glue.c                         |  54 ++++-------
 21 files changed, 527 insertions(+), 193 deletions(-)

-- 
1.9.1




More information about the testlist mailing list