summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2011-09-07s4-s3-upgrade Handle expected errors, error out on unexpected onesAndrew Bartlett1-3/+5
2011-09-07s4-s3-upgrade Fix group member additionAndrew Bartlett1-2/+2
2011-09-05s4-samdb: added a few function comments for pydocAndrew Tridgell1-0/+3
2011-09-05s4-provision: these substitutuons are not used any moreAndrew Tridgell1-4/+1
2011-09-05s4-s3-upgrade Fix error handling in add_users_to_groupAndrew Bartlett1-2/+5
2011-09-05s4-provision handle a number of invalid but real-world upgrade casesAndrew Bartlett1-9/+36
2011-09-05s4-provision Fix type error on existing idmap entries in s3 upgradeAndrew Bartlett1-1/+1
2011-09-05s4-provision Use ProvisioningError and the eadbAndrew Bartlett1-5/+5
2011-09-04s4-provision Allow a missing idmap DB in upgrade.pyAndrew Bartlett1-2/+9
2011-09-04s4-provision cope with SID_NAME_WKN_GRP mappings in upgrade.pyAndrew Bartlett1-1/+5
2011-09-01pyldb: added OID_COMPARATOR constantsAndrew Tridgell1-1/+1
2011-08-26s4-provision Use samba.dns_name_to_dnAndrew Bartlett2-2/+6
2011-08-26py-samba3-test: Copy sample database in tempdir before running testAmitay Isaacs1-7/+11
2011-08-26samba3dump: Update the code using modified samba3 module with passdb apiAmitay Isaacs1-40/+53
2011-08-26s3_upgrade: Set lock directory to correct directoryAmitay Isaacs1-0/+1
2011-08-26py-samba3-test: Set lock directory to the datadirAmitay Isaacs1-0/+1
2011-08-26s3_upgrade: Update commandline options and use updated samba3 python moduleAmitay Isaacs1-144/+75
2011-08-26py-samba3: Use passdb/param wrapper for samba3 moduleAmitay Isaacs2-567/+117
2011-08-26s3_upgrade: Let python generate backtrace for unknown exceptionsAmitay Isaacs1-15/+4
2011-08-26s3_upgrade: Add document strings for python methodsAmitay Isaacs1-9/+23
2011-08-25s4-dns: cope with duplicate entries in dns_update_listAndrew Tridgell1-1/+5
2011-08-25s4-join: fixed DNS hostnameAndrew Tridgell1-1/+1
2011-08-25s4-join: setup DNS forest name on join contextAndrew Tridgell1-4/+4
2011-08-25s4-dns/spn: fixed DNS and SPN scripts to setup forest DNS nameAndrew Tridgell2-5/+6
2011-08-25s4-samdb: added host_dns_name(), domain_dns_name() and forest_dns_name()Andrew Tridgell1-0/+15
2011-08-25s4-provision: pass the rootDN into guess_names()Andrew Tridgell1-2/+2
2011-08-25samba-tool: fixed use of base DNs in ldapcmpAndrew Tridgell1-17/+13
2011-08-25s4-spnupdate: fixed searches on domain NCAndrew Tridgell1-2/+2
2011-08-25s4-dns: fixed base search on domain NCAndrew Tridgell1-1/+1
2011-08-19s3_upgrade: Set the administrator password on upgradeAmitay Isaacs1-2/+22
2011-08-19s3_upgrade: Do not add administrator and root accounts from s3 to s4Amitay Isaacs1-0/+2
2011-08-19python-samba3: Secrets file loaded from private dir, not lib dirAmitay Isaacs2-2/+8
2011-08-19s3upgrade: Add idmap migration, users/groups importAmitay Isaacs1-40/+193
2011-08-19provision: Add idmap database handle to the result of provisionAmitay Isaacs1-0/+2
2011-08-19samba3-python: Add methods to get any entry (user/group) and its sid from idmapAmitay Isaacs1-0/+14
2011-08-18samba-tool: changed samba-tool user delete to use samdb instead of Net()Andrew Tridgell1-9/+17
2011-08-18s4-samdb: added deleteuser() to samdbAndrew Tridgell1-0/+23
2011-08-13s4-provision Add support for fixing the DC rid to a particular valueAndrew Bartlett2-16/+29
2011-08-13upgrade: Add missing bits for the s3 to s4 upgrade scriptAmitay Isaacs1-32/+73
2011-08-13py-samba3: Create samba3 python package to hold other modulesAmitay Isaacs1-18/+18
2011-08-13s4-scripting Rename passdb upgrade routine to avoid conflict with upgradeprov...Andrew Bartlett1-2/+2
2011-08-13samba-tool: Remove gpo setacl commandAmitay Isaacs1-5/+0
2011-08-12s3:samba-tool: add --domain-critical-only to "samba-tool domain join"Stefan Metzmacher1-3/+9
2011-08-12s4:py/samba/join: add domain_critical_only=False to join_DC/join_RODCStefan Metzmacher1-3/+10
2011-08-12s4:py/samba/drs_utils: pass down req/req_level to self.net.replicate_chunk()Stefan Metzmacher1-1/+2
2011-08-12s4-dbcheck: offer to fix dsServiceName to be in GUID formAndrew Tridgell1-0/+43
2011-08-12s4-join: make dsServiceName a GUID in @ROOTDSE on joinAndrew Tridgell1-3/+5
2011-08-12s4-provision: create dsServiceName in @ROOTDSE in GUID formAndrew Tridgell1-1/+2
2011-08-10s4: create a small script to test drsuapi/cracknameMatthieu Patou1-0/+75
2011-08-09s4-pysamba: fixed double conversion of int32Andrew Tridgell1-1/+1