Age | Commit message (Expand) | Author | Files | Lines |
2013-10-05 | samba_backup: fix bug, add command line parameter, improve error messages | Brian Martin | 1 | -15/+37 |
2013-09-04 | scripting/samba_upgradedns: Tighten up exception and attribute list handling | Andrew Bartlett | 1 | -9/+10 |
2013-09-04 | scripting/join.py: Handle creating the dns-NAME account during a DC join | Andrew Bartlett | 1 | -1/+10 |
2013-08-30 | s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6() | Stefan Metzmacher | 1 | -1/+1 |
2013-07-03 | Make the output of the crackname script more readable | Matthieu Patou | 1 | -4/+4 |
2013-04-11 | Avoid leaking temp file if an exception is raised | Jean Raby | 1 | -1/+5 |
2013-03-25 | scripting: Fill the ProvisionNames hash with strings, not ldb.MessageElement ... | Andrew Bartlett | 1 | -15/+1 |
2013-03-25 | scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptor | Andrew Bartlett | 1 | -2/+2 |
2013-03-25 | scripting: Modify samba.descriptor.get_wellknown_sds() use samdb calls only | Andrew Bartlett | 1 | -1/+1 |
2013-03-25 | scripting: Move samba.provision.descriptor to samba.descriptor | Andrew Bartlett | 1 | -1/+1 |
2013-03-25 | scripting: Make samba.provision.descriptor.get_wellknown_sds() return ldb.Dn ... | Andrew Bartlett | 1 | -3/+2 |
2013-03-25 | scripting: Move the list of well known SDs to samba.provision.descriptor | Andrew Bartlett | 1 | -71/+2 |
2013-03-12 | scripting: No longer install samba_upgradeprovision | Andrew Bartlett | 1 | -1/+1 |
2013-03-04 | samba_upgradeprovision: Do not reset every DN when changing an SD | Andrew Bartlett | 1 | -22/+8 |
2013-03-04 | samba_upgradeprovision: do not maintain dnNotToRecalculate as a list | Andrew Bartlett | 1 | -5/+3 |
2013-03-04 | samba_upgradeprovision: only run rebuild_sd in --full mode | Andrew Bartlett | 1 | -20/+17 |
2013-03-04 | samba_upgradeprovision: Remove alwaysRecalculate, this is too dangerous | Andrew Bartlett | 1 | -4/+1 |
2013-03-04 | samba_upgradeprovision: Remove unused checkKeepAttributeOldMtd | Andrew Bartlett | 1 | -73/+6 |
2013-03-04 | scripting: Rework samba.upgradehelpers.get_diff_sddls to be get_diff_sds | Andrew Bartlett | 1 | -11/+10 |
2013-03-04 | samba_upgradeprovision: Remove auto-detection of pre-alpha9 databases | Andrew Bartlett | 1 | -5/+6 |
2013-03-02 | Remove incomplete check for IPv6 link-local addresses. | Landon Fuller | 1 | -3/+1 |
2013-03-02 | Move python modules from source4/scripting/python/ to python/. | Jelmer Vernooij | 114 | -31384/+1 |
2013-03-02 | build: Rename samba_python waf node to avoid duplicate name | Andrew Bartlett | 1 | -1/+1 |
2013-02-20 | ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb' | Rusty Russell | 3 | -5/+8 |
2013-02-19 | samba_upgradeprovision: Use tdb_util.tdb_copy not shutil.copy2 | Andrew Bartlett | 1 | -13/+17 |
2013-02-19 | samba_upgradeprovision: Do not update privileges.ldb any more (unchanged sinc... | Andrew Bartlett | 1 | -16/+4 |
2013-02-19 | scripting: Make tdb_copy a common util function in samba.tdb_util | Andrew Bartlett | 3 | -20/+43 |
2013-02-19 | scripting: Make tdb_copy use the python subprocess module | Andrew Bartlett | 1 | -7/+9 |
2013-02-19 | samba_upgradeprovision: Remove options to fix FS ACLs | Andrew Bartlett | 2 | -271/+205 |
2013-02-04 | samba-tool/domain provision: add support for utf-8 passwords for --adminpass | Stefan Metzmacher | 1 | -0/+1 |
2013-02-04 | samba-tool/user setpassword: fix help message | Stefan Metzmacher | 1 | -3/+3 |
2013-02-04 | s4:scripting/python: add support for utf-8 passwords from the command line | Stefan Metzmacher | 1 | -1/+2 |
2013-02-04 | selftest: add a test that demonstrates how new ACL blob code helps | Christian Ambach | 1 | -0/+17 |
2013-01-27 | samba_upgradeprovision: detect dns_backend for the reference provision | Stefan Metzmacher | 2 | -10/+11 |
2013-01-27 | provision: setup names.dns_backend | Stefan Metzmacher | 1 | -0/+26 |
2013-01-27 | samba_upgradeprovision: fix the nTSecurityDescriptor on more containers (bug ... | Stefan Metzmacher | 1 | -36/+92 |
2013-01-27 | provision: fix nTSecurityDescriptor of containers in the DnsZones (bug #9481) | Stefan Metzmacher | 1 | -11/+19 |
2013-01-27 | provision: fix nTSecurityDescriptor attributes of CN=*,${CONFIGDN} (bug #9481) | Stefan Metzmacher | 1 | -0/+21 |
2013-01-27 | provision: fix nTSecurityDescriptor of CN={LostAndFound,System},${DOMAINDN} (... | Stefan Metzmacher | 1 | -0/+4 |
2013-01-27 | provision: setup names.name_map['DnsAdmins'] | Stefan Metzmacher | 1 | -0/+5 |
2013-01-27 | provision: introduce names.name_map = {} | Stefan Metzmacher | 1 | -0/+1 |
2013-01-27 | provision: add get_dns_{forest,domain}_microsoft_dns_descriptor() | Stefan Metzmacher | 2 | -0/+16 |
2013-01-27 | provision: add get_config_ntds_quotas_descriptor() | Stefan Metzmacher | 2 | -0/+8 |
2013-01-27 | provision: add get_{config,domain}_delete_protected*_descriptor() | Stefan Metzmacher | 2 | -0/+40 |
2013-01-27 | schema.py: add optional name_map={} to get_schema_descriptor() | Stefan Metzmacher | 1 | -1/+1 |
2013-01-27 | provision: add optional name_map={} argument to get_*_descriptor() | Stefan Metzmacher | 1 | -32/+30 |
2013-01-27 | provision: import/export get_dns_partition_descriptor() | Stefan Metzmacher | 1 | -1/+2 |
2013-01-27 | provision: setup names.dns{forest,domain}dn | Stefan Metzmacher | 1 | -1/+22 |
2013-01-27 | samba_upgradeprovision: fix resetting of 'nTSecurityDescriptor' on schema obj... | Stefan Metzmacher | 1 | -1/+1 |
2013-01-27 | samba_upgradeprovision: don't reset 'whenCreated' when resetting 'nTSecurityD... | Stefan Metzmacher | 1 | -2/+0 |