| Commit message (Expand) | Author | Age | Files | Lines |
* | ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb' | Rusty Russell | 2013-02-20 | 3 | -5/+8 |
* | samba_upgradeprovision: Use tdb_util.tdb_copy not shutil.copy2 | Andrew Bartlett | 2013-02-19 | 1 | -13/+17 |
* | samba_upgradeprovision: Do not update privileges.ldb any more (unchanged sinc... | Andrew Bartlett | 2013-02-19 | 1 | -16/+4 |
* | scripting: Make tdb_copy a common util function in samba.tdb_util | Andrew Bartlett | 2013-02-19 | 3 | -20/+43 |
* | scripting: Make tdb_copy use the python subprocess module | Andrew Bartlett | 2013-02-19 | 1 | -7/+9 |
* | samba_upgradeprovision: Remove options to fix FS ACLs | Andrew Bartlett | 2013-02-19 | 2 | -271/+205 |
* | samba-tool/domain provision: add support for utf-8 passwords for --adminpass | Stefan Metzmacher | 2013-02-04 | 1 | -0/+1 |
* | samba-tool/user setpassword: fix help message | Stefan Metzmacher | 2013-02-04 | 1 | -3/+3 |
* | s4:scripting/python: add support for utf-8 passwords from the command line | Stefan Metzmacher | 2013-02-04 | 1 | -1/+2 |
* | selftest: add a test that demonstrates how new ACL blob code helps | Christian Ambach | 2013-02-04 | 1 | -0/+17 |
* | samba_upgradeprovision: detect dns_backend for the reference provision | Stefan Metzmacher | 2013-01-27 | 2 | -10/+11 |
* | provision: setup names.dns_backend | Stefan Metzmacher | 2013-01-27 | 1 | -0/+26 |
* | samba_upgradeprovision: fix the nTSecurityDescriptor on more containers (bug ... | Stefan Metzmacher | 2013-01-27 | 1 | -36/+92 |
* | provision: fix nTSecurityDescriptor of containers in the DnsZones (bug #9481) | Stefan Metzmacher | 2013-01-27 | 1 | -11/+19 |
* | provision: fix nTSecurityDescriptor attributes of CN=*,${CONFIGDN} (bug #9481) | Stefan Metzmacher | 2013-01-27 | 1 | -0/+21 |
* | provision: fix nTSecurityDescriptor of CN={LostAndFound,System},${DOMAINDN} (... | Stefan Metzmacher | 2013-01-27 | 1 | -0/+4 |
* | provision: setup names.name_map['DnsAdmins'] | Stefan Metzmacher | 2013-01-27 | 1 | -0/+5 |
* | provision: introduce names.name_map = {} | Stefan Metzmacher | 2013-01-27 | 1 | -0/+1 |
* | provision: add get_dns_{forest,domain}_microsoft_dns_descriptor() | Stefan Metzmacher | 2013-01-27 | 2 | -0/+16 |
* | provision: add get_config_ntds_quotas_descriptor() | Stefan Metzmacher | 2013-01-27 | 2 | -0/+8 |
* | provision: add get_{config,domain}_delete_protected*_descriptor() | Stefan Metzmacher | 2013-01-27 | 2 | -0/+40 |
* | schema.py: add optional name_map={} to get_schema_descriptor() | Stefan Metzmacher | 2013-01-27 | 1 | -1/+1 |
* | provision: add optional name_map={} argument to get_*_descriptor() | Stefan Metzmacher | 2013-01-27 | 1 | -32/+30 |
* | provision: import/export get_dns_partition_descriptor() | Stefan Metzmacher | 2013-01-27 | 1 | -1/+2 |
* | provision: setup names.dns{forest,domain}dn | Stefan Metzmacher | 2013-01-27 | 1 | -1/+22 |
* | samba_upgradeprovision: fix resetting of 'nTSecurityDescriptor' on schema obj... | Stefan Metzmacher | 2013-01-27 | 1 | -1/+1 |
* | samba_upgradeprovision: don't reset 'whenCreated' when resetting 'nTSecurityD... | Stefan Metzmacher | 2013-01-27 | 1 | -2/+0 |
* | dbckecker: fix nTSecurityDescriptor values from before 4.0.0rc6 (bug #9481) | Stefan Metzmacher | 2013-01-27 | 1 | -2/+181 |
* | devel-script: add options for RODC and partial replica for replicate flags | Matthieu Patou | 2013-01-22 | 1 | -1/+21 |
* | devel-scripts: ask with WRIT_REP by default | Matthieu Patou | 2013-01-21 | 1 | -0/+1 |
* | devel-getncchange: try to find the dest_dsa automatically | Matthieu Patou | 2013-01-21 | 1 | -3/+19 |
* | dbcheck: look in hasMasterNCs as well for determining the instance type of a NC | Matthieu Patou | 2013-01-21 | 1 | -2/+10 |
* | scripting/samba_upgradedns: Only look for IPv4/IPv6 addresses if we actually ... | Andrew Bartlett | 2013-01-10 | 1 | -21/+22 |
* | samba-tool classicupgrade: Do not print the admin password during upgrade | Andrew Bartlett | 2013-01-10 | 1 | -1/+10 |
* | s4-dbcheck: Allow forcing an override of an old @MODULES record | Andrew Bartlett | 2013-01-10 | 2 | -4/+29 |
* | samba_dnsupdate: set KRB5_CONFIG for nsupdate command | Björn Baumbach | 2013-01-09 | 1 | -4/+5 |
* | samba-tool Add --service argument to samba-tool ntacl get/set | Andrew Bartlett | 2013-01-08 | 1 | -6/+10 |
* | pysmbd: Change to keyword based arguments | Andrew Bartlett | 2013-01-07 | 1 | -4/+4 |
* | scripting-provision: Set sysvol ACLs on the sysvol share | Andrew Bartlett | 2013-01-07 | 1 | -14/+23 |
* | scripting-ntacls: Optionally allow the service to be specified. | Andrew Bartlett | 2013-01-07 | 1 | -6/+6 |
* | s4:scripting/python: always treat the highwatermark as opaque (bug #9508) | Stefan Metzmacher | 2013-01-01 | 3 | -3/+3 |
* | s4:provision: set the correct nTSecurityDescriptor on CN=Domain Controllers,.... | Stefan Metzmacher | 2012-12-11 | 2 | -0/+15 |
* | s4:provision: set the correct nTSecurityDescriptor on CN=Users,... (bug #9481) | Stefan Metzmacher | 2012-12-11 | 2 | -1/+18 |
* | s4:provision: set the correct nTSecurityDescriptor on CN=Computers,... (bug #... | Stefan Metzmacher | 2012-12-11 | 2 | -1/+19 |
* | s4:provision: set the correct nTSecurityDescriptor on CN=Builtin,... (bug #9481) | Stefan Metzmacher | 2012-12-11 | 2 | -0/+60 |
* | s4:provision: set the correct nTSecurityDescriptor on CN=Infrastructure,... (... | Stefan Metzmacher | 2012-12-11 | 2 | -2/+14 |
* | s4:provision: set the correct nTSecurityDescriptor on CN=Sites,CN=Configurati... | Stefan Metzmacher | 2012-12-11 | 2 | -0/+18 |
* | s4:provision: set the correct nTSecurityDescriptor on CN=Partitions,CN=Config... | Stefan Metzmacher | 2012-12-11 | 2 | -0/+20 |
* | samba-tool processes: Make the output a bit neater | Ricky Nance | 2012-12-08 | 1 | -5/+5 |
* | scripting: Handle missing LDAP entries in samba-tool domain classicupgrade | Andrew Bartlett | 2012-12-06 | 1 | -0/+6 |