| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-12-15 | join: Properly cancel transaction on exceptions. | Jelmer Vernooij | 1 | -35/+44 | |
| 2010-11-29 | s4-join: fixed exception handling in join command | Andrew Tridgell | 1 | -9/+10 | |
| 2010-11-28 | s4-python: Some reformatting for the purpose of pydoctor. | Jelmer Vernooij | 1 | -4/+5 | |
| 2010-11-18 | s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replication | Andrew Tridgell | 1 | -1/+2 | |
| see the description of this flag in [MS-DRSR] | |||||
| 2010-11-18 | s4-join: initially disable the machine account | Andrew Tridgell | 1 | -1/+8 | |
| enable after a password is set | |||||
| 2010-11-17 | s4-join: fixed join to w2k3 | Andrew Tridgell | 1 | -1/+1 | |
| w2k3 does need msDS-Behavior-Version | |||||
| 2010-11-17 | s4-join: show a reasonable error on DsAddEntry() failing | Andrew Tridgell | 1 | -1/+6 | |
| DsAddEntry() gives errors in a reply container | |||||
| 2010-11-17 | s4-join: enable NDR printing at debug levels >= 5 | Andrew Tridgell | 1 | -2/+9 | |
| this is handy for debugging joins | |||||
| 2010-11-15 | s4-join: not all versions of w2003 have msDS-SupportedEncryptionTypes | Andrew Tridgell | 1 | -2/+4 | |
| Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 15 22:28:16 UTC 2010 on sn-devel-104 | |||||
| 2010-11-11 | s4-join: use the command line loadparm in provision during a join | Andrew Tridgell | 1 | -1/+1 | |
| this allows a join with an empty smb.conf to override locations of files correctly with --option Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-11-10 | s4-join: raise mininum password length to 32 in new join code | Andrew Tridgell | 1 | -1/+1 | |
| 2010-11-07 | s4-join: modify join behaviour according to domain level | Andrew Tridgell | 1 | -37/+93 | |
| Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 7 23:32:16 UTC 2010 on sn-devel-104 | |||||
| 2010-11-06 | s4-join: fixed SPNs, invocationId and dnshostname and python join | Andrew Tridgell | 1 | -3/+4 | |
| - we need the GN/ SPN for replication. - fixed the string form of the invocationId - lowercase the dnshostname Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-11-05 | s4-join: fixed secure_channel_type | Andrew Tridgell | 1 | -1/+3 | |
| Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Nov 5 13:24:32 UTC 2010 on sn-devel-104 | |||||
| 2010-11-05 | s4-join: don't print all the NDR packets by default | Andrew Tridgell | 1 | -1/+1 | |
| 2010-11-05 | s4-join: added DC join to the python join code | Andrew Tridgell | 1 | -144/+274 | |
| this will replace the old vampire code | |||||
| 2010-11-05 | talloc: Add python talloc module, move convenience functions to it. | Jelmer Vernooij | 1 | -1/+2 | |
| Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Nov 5 02:48:21 UTC 2010 on sn-devel-104 | |||||
| 2010-10-03 | s4-python-samba: Remove trailing ';'s | Kamen Mazdrashki | 1 | -1/+1 | |
| 2010-09-30 | s4-rodc: fixed the keyVersionNumber on the RODC account in secrets.keytab | Andrew Tridgell | 1 | -2/+5 | |
| we need to fetch the msDS-keyVersionNumber from the writeable DC Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-09-24 | s4:python/samba/join.py - add a comment to point out that NCs have to be ↵ | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
| assigned dynamically We could also have DNS partitions (only to make one example). Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-09-24 | s4:python/samba/join.py - use constant for DC function level | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
| Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-09-19 | s4-rodc: override client site from cldap response | Andrew Tridgell | 1 | -0/+2 | |
| 2010-09-16 | s4-pyjoin: use new pynet finddc interface | Andrew Tridgell | 1 | -1/+4 | |
| Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-09-15 | s4-rodc: use python finddc code to avoid the need for --server | Andrew Tridgell | 1 | -6/+12 | |
| The DC is now found via DNS/CLDAP Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-09-09 | s4-rodc: get the domain name from the partitions DN | Andrew Tridgell | 1 | -6/+8 | |
| don't rely on the netbios domain name being the first part of the realm Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-08-26 | s4-drs: split out drs utility python functions | Andrew Tridgell | 1 | -135/+15 | |
| these will be re-used by other net commands | |||||
| 2010-08-25 | s4-rodc: removed python memory workaround | Andrew Tridgell | 1 | -2/+1 | |
| we can now assign pidl generates structures directly without errors | |||||
| 2010-08-25 | s4-rodc: setup secrets database at end of RODC join | Andrew Tridgell | 1 | -5/+33 | |
| Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-08-25 | s4-rodc: broke up RODC join into separate functions | Andrew Tridgell | 1 | -186/+194 | |
| this also removes some of the magic constants | |||||
| 2010-08-25 | s4-rodc: added REPL_SECRET exop replication of accounts | Andrew Tridgell | 1 | -11/+58 | |
| During a RODC join, we need to fetch the secrets for the machine account and krbtgt account using GetNCChanges DRSUAPI_EXOP_REPL_SECRET calls Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-08-25 | s4-rodc: next step in RODC join code | Andrew Tridgell | 1 | -126/+218 | |
| a RODC net join can now replicate the schame, config and base partitions, by calling the net.replicate*() python hooks, and driving the GetNCChanges calls from python Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-08-23 | s4-net: added initial implemention of RODC join | Andrew Tridgell | 1 | -0/+289 | |
| This does the join using python code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
