summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/join.py
Commit message (Expand)AuthorAgeFilesLines
* s4:python/samba/join.py: add optional 'machinepass' parameter to join_*()Stefan Metzmacher2011-11-291-6/+12
* s4:python/samba/join.py: add optional 'machinepass' parameter to class dc_joinStefan Metzmacher2011-11-291-2/+6
* s4-provision: Make BIND9_DLZ as the default backend for DNSAmitay Isaacs2011-11-291-1/+1
* s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameterMatthias Dieter Wallnöfer2011-11-261-1/+1
* s4:join.py - fix typoMatthias Dieter Wallnöfer2011-11-151-1/+1
* s4:join.py - fix up "DsAddEntry" against Windows Server 2000Matthias Dieter Wallnöfer2011-11-091-9/+18
* Some formatting fixes, remove unused imports.Jelmer Vernooij2011-11-061-6/+1
* s4-join: Send ReplicaUpdateRefs at the end of the joinMatthieu Patou2011-11-011-1/+19
* s4-domain-join: do not add DFSR entries when joining, this should be done in ...Matthieu Patou2011-11-011-9/+0
* s4 provision: DNS backend should be set by callerKai Blin2011-10-171-2/+4
* s4-subdomain: create trust record with forest root DCAndrew Tridgell2011-10-041-7/+33
* s4-join: enable cleanup on failed joinAndrew Tridgell2011-10-041-1/+1
* s4-provision Add initial support for joining as a new subdomainAndrew Bartlett2011-09-191-64/+86
* s4-subdomain: match windows form for trustAuthInOutBlobAndrew Tridgell2011-09-131-11/+3
* s4-subdomain: fixed domain guid choice for subdomain joinAndrew Tridgell2011-09-131-4/+13
* s4-subdomain: don't delete account DN not created in subdomain joinAndrew Tridgell2011-09-131-5/+8
* s4-subdomain: use a password length of 128Andrew Tridgell2011-09-131-1/+1
* s4-join: fixed non-subdomain joinAndrew Tridgell2011-09-131-0/+2
* s4-subdomain: fixed invocationID and hostIPs in subdomain joinAndrew Tridgell2011-09-131-5/+15
* s4-subdomain more work on sub-domain joinAndrew Bartlett2011-09-131-49/+267
* s4-join Add a partitions DN when we join a subdomainAndrew Bartlett2011-09-131-0/+16
* s4-join supply the NTDS GUID to the provisionAndrew Bartlett2011-09-131-1/+1
* s4-provision Add initial support for joining as a new subdomainAndrew Bartlett2011-09-131-55/+117
* s4-join: fixed DNS hostnameAndrew Tridgell2011-08-251-1/+1
* s4-join: setup DNS forest name on join contextAndrew Tridgell2011-08-251-4/+4
* s4:py/samba/join: add domain_critical_only=False to join_DC/join_RODCStefan Metzmacher2011-08-121-3/+10
* s4-join: make dsServiceName a GUID in @ROOTDSE on joinAndrew Tridgell2011-08-121-3/+5
* samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell2011-07-291-2/+2
* s4-python: raise an error if unable to bind remote ldap while joiningMatthieu Patou2011-05-171-0/+11
* s4-test: fixed a problem with very verbose NDR debugAndrew Tridgell2011-04-061-2/+2
* s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett2011-02-071-6/+3
* Use new style objects.Jelmer Vernooij2011-01-061-1/+2
* join: Properly cancel transaction on exceptions.Jelmer Vernooij2010-12-151-35/+44
* s4-join: fixed exception handling in join commandAndrew Tridgell2010-11-291-9/+10
* s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij2010-11-281-4/+5
* s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replicationAndrew Tridgell2010-11-181-1/+2
* s4-join: initially disable the machine accountAndrew Tridgell2010-11-181-1/+8
* s4-join: fixed join to w2k3Andrew Tridgell2010-11-171-1/+1
* s4-join: show a reasonable error on DsAddEntry() failingAndrew Tridgell2010-11-171-1/+6
* s4-join: enable NDR printing at debug levels >= 5Andrew Tridgell2010-11-171-2/+9
* s4-join: not all versions of w2003 have msDS-SupportedEncryptionTypesAndrew Tridgell2010-11-151-2/+4
* s4-join: use the command line loadparm in provision during a joinAndrew Tridgell2010-11-111-1/+1
* s4-join: raise mininum password length to 32 in new join codeAndrew Tridgell2010-11-101-1/+1
* s4-join: modify join behaviour according to domain levelAndrew Tridgell2010-11-071-37/+93
* s4-join: fixed SPNs, invocationId and dnshostname and python joinAndrew Tridgell2010-11-061-3/+4
* s4-join: fixed secure_channel_typeAndrew Tridgell2010-11-051-1/+3
* s4-join: don't print all the NDR packets by defaultAndrew Tridgell2010-11-051-1/+1
* s4-join: added DC join to the python join codeAndrew Tridgell2010-11-051-144/+274
* talloc: Add python talloc module, move convenience functions to it.Jelmer Vernooij2010-11-051-1/+2
* s4-python-samba: Remove trailing ';'sKamen Mazdrashki2010-10-031-1/+1