index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
/
samba
/
join.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:python/samba/join.py: add optional 'machinepass' parameter to join_*()
Stefan Metzmacher
2011-11-29
1
-6
/
+12
*
s4:python/samba/join.py: add optional 'machinepass' parameter to class dc_join
Stefan Metzmacher
2011-11-29
1
-2
/
+6
*
s4-provision: Make BIND9_DLZ as the default backend for DNS
Amitay Isaacs
2011-11-29
1
-1
/
+1
*
s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameter
Matthias Dieter Wallnöfer
2011-11-26
1
-1
/
+1
*
s4:join.py - fix typo
Matthias Dieter Wallnöfer
2011-11-15
1
-1
/
+1
*
s4:join.py - fix up "DsAddEntry" against Windows Server 2000
Matthias Dieter Wallnöfer
2011-11-09
1
-9
/
+18
*
Some formatting fixes, remove unused imports.
Jelmer Vernooij
2011-11-06
1
-6
/
+1
*
s4-join: Send ReplicaUpdateRefs at the end of the join
Matthieu Patou
2011-11-01
1
-1
/
+19
*
s4-domain-join: do not add DFSR entries when joining, this should be done in ...
Matthieu Patou
2011-11-01
1
-9
/
+0
*
s4 provision: DNS backend should be set by caller
Kai Blin
2011-10-17
1
-2
/
+4
*
s4-subdomain: create trust record with forest root DC
Andrew Tridgell
2011-10-04
1
-7
/
+33
*
s4-join: enable cleanup on failed join
Andrew Tridgell
2011-10-04
1
-1
/
+1
*
s4-provision Add initial support for joining as a new subdomain
Andrew Bartlett
2011-09-19
1
-64
/
+86
*
s4-subdomain: match windows form for trustAuthInOutBlob
Andrew Tridgell
2011-09-13
1
-11
/
+3
*
s4-subdomain: fixed domain guid choice for subdomain join
Andrew Tridgell
2011-09-13
1
-4
/
+13
*
s4-subdomain: don't delete account DN not created in subdomain join
Andrew Tridgell
2011-09-13
1
-5
/
+8
*
s4-subdomain: use a password length of 128
Andrew Tridgell
2011-09-13
1
-1
/
+1
*
s4-join: fixed non-subdomain join
Andrew Tridgell
2011-09-13
1
-0
/
+2
*
s4-subdomain: fixed invocationID and hostIPs in subdomain join
Andrew Tridgell
2011-09-13
1
-5
/
+15
*
s4-subdomain more work on sub-domain join
Andrew Bartlett
2011-09-13
1
-49
/
+267
*
s4-join Add a partitions DN when we join a subdomain
Andrew Bartlett
2011-09-13
1
-0
/
+16
*
s4-join supply the NTDS GUID to the provision
Andrew Bartlett
2011-09-13
1
-1
/
+1
*
s4-provision Add initial support for joining as a new subdomain
Andrew Bartlett
2011-09-13
1
-55
/
+117
*
s4-join: fixed DNS hostname
Andrew Tridgell
2011-08-25
1
-1
/
+1
*
s4-join: setup DNS forest name on join context
Andrew Tridgell
2011-08-25
1
-4
/
+4
*
s4:py/samba/join: add domain_critical_only=False to join_DC/join_RODC
Stefan Metzmacher
2011-08-12
1
-3
/
+10
*
s4-join: make dsServiceName a GUID in @ROOTDSE on join
Andrew Tridgell
2011-08-12
1
-3
/
+5
*
samba-tool: use ldb.binary_encode() on search expression elements
Andrew Tridgell
2011-07-29
1
-2
/
+2
*
s4-python: raise an error if unable to bind remote ldap while joining
Matthieu Patou
2011-05-17
1
-0
/
+11
*
s4-test: fixed a problem with very verbose NDR debug
Andrew Tridgell
2011-04-06
1
-2
/
+2
*
s4-provision Remove setup_path, setup_dir and find_setup_dir
Andrew Bartlett
2011-02-07
1
-6
/
+3
*
Use new style objects.
Jelmer Vernooij
2011-01-06
1
-1
/
+2
*
join: Properly cancel transaction on exceptions.
Jelmer Vernooij
2010-12-15
1
-35
/
+44
*
s4-join: fixed exception handling in join command
Andrew Tridgell
2010-11-29
1
-9
/
+10
*
s4-python: Some reformatting for the purpose of pydoctor.
Jelmer Vernooij
2010-11-28
1
-4
/
+5
*
s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replication
Andrew Tridgell
2010-11-18
1
-1
/
+2
*
s4-join: initially disable the machine account
Andrew Tridgell
2010-11-18
1
-1
/
+8
*
s4-join: fixed join to w2k3
Andrew Tridgell
2010-11-17
1
-1
/
+1
*
s4-join: show a reasonable error on DsAddEntry() failing
Andrew Tridgell
2010-11-17
1
-1
/
+6
*
s4-join: enable NDR printing at debug levels >= 5
Andrew Tridgell
2010-11-17
1
-2
/
+9
*
s4-join: not all versions of w2003 have msDS-SupportedEncryptionTypes
Andrew Tridgell
2010-11-15
1
-2
/
+4
*
s4-join: use the command line loadparm in provision during a join
Andrew Tridgell
2010-11-11
1
-1
/
+1
*
s4-join: raise mininum password length to 32 in new join code
Andrew Tridgell
2010-11-10
1
-1
/
+1
*
s4-join: modify join behaviour according to domain level
Andrew Tridgell
2010-11-07
1
-37
/
+93
*
s4-join: fixed SPNs, invocationId and dnshostname and python join
Andrew Tridgell
2010-11-06
1
-3
/
+4
*
s4-join: fixed secure_channel_type
Andrew Tridgell
2010-11-05
1
-1
/
+3
*
s4-join: don't print all the NDR packets by default
Andrew Tridgell
2010-11-05
1
-1
/
+1
*
s4-join: added DC join to the python join code
Andrew Tridgell
2010-11-05
1
-144
/
+274
*
talloc: Add python talloc module, move convenience functions to it.
Jelmer Vernooij
2010-11-05
1
-1
/
+2
*
s4-python-samba: Remove trailing ';'s
Kamen Mazdrashki
2010-10-03
1
-1
/
+1
[next]