Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-09 | Revert "Install (platform-independent) python scripts to the PYTHONDIR ↵ | Jelmer Vernooij | 1 | -1/+1 | |
rather than PYTHONARCHDIR." This reverts commit de4b8943bfb40e2f50c9e4e2ee5d39e986317d08. PYTHONDIR and PYTHONARCHDIR are both incorrect - they're the distribution's python locations, rather than the python locations for third party applications. For the moment, using PYTHONARCHDIR seems better though, because it works around an issue on Fedora/RedHat. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 9 01:58:50 CET 2011 on sn-devel-104 | |||||
2011-12-08 | Add test for PEP8 - currently all errors are ignored, but we warn about them ↵ | Jelmer Vernooij | 1 | -0/+50 | |
- and can ratchet if we want to. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Dec 8 23:44:10 CET 2011 on sn-devel-104 | |||||
2011-12-08 | samba.drs_utils: Use new style classes and exceptions, fix formatting of ↵ | Jelmer Vernooij | 1 | -13/+19 | |
docstrings to make pydoctor happy. | |||||
2011-12-08 | samba.kcc_utils: Fix formatting to match PEP8, make pydoctor happy. | Jelmer Vernooij | 1 | -246/+214 | |
2011-12-08 | Add tests for srvsvc python interface. Thanks Dhananjay Sathe | Jelmer Vernooij | 1 | -0/+69 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Dec 8 04:57:52 CET 2011 on sn-devel-104 | |||||
2011-12-08 | dbcheck: cope with objects disappearing during checking | Andrew Tridgell | 2 | -6/+16 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Dec 8 03:23:49 CET 2011 on sn-devel-104 | |||||
2011-12-08 | samba_kcc NTDSConnection translation | Dave Craft | 1 | -108/+682 | |
This is an advancement of samba_kcc to compute and commit the modification of a repsFrom on an NC Replica. The repsFrom is computed according to the MS tech spec for implied replicas of NTDSConnections. Proper maintenance of (DRS options, schedules, etc) from a NTDSConnection are now all present. New classes for inter-site transports, sites, and repsFrom) are now present in kcc_utils.py. Substantively this gets intra-site topology generation functional by committing the repsFrom that were computed from the DSA graph implemented in prior drops of samba_kcc Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-12-07 | pydsdb: provide a am_pdc hook like am_rodc to python scripts | Andrew Bartlett | 1 | -0/+4 | |
2011-12-06 | Install (platform-independent) python scripts to the PYTHONDIR rather than ↵ | Jelmer Vernooij | 1 | -1/+1 | |
PYTHONARCHDIR. | |||||
2011-12-05 | samba-tool: refuse to demote if the current DC has still roles | Matthieu Patou | 1 | -4/+12 | |
2011-12-05 | samba-tool: add a function to cleanly demote a DC | Matthieu Patou | 2 | -2/+257 | |
samba-tool domain demote allow the local DC to properly demote against Microsoft and Samba DC. | |||||
2011-12-05 | s4-python: factorize the definition of get_dsServiceName | Matthieu Patou | 4 | -18/+14 | |
2011-12-05 | s4-python: externalize some function to the drs_utils module so that they ↵ | Matthieu Patou | 2 | -25/+66 | |
can be reused | |||||
2011-12-05 | s4-python: rename conflicting variable with the import option | Matthieu Patou | 1 | -2/+2 | |
2011-12-03 | s4 dns: Test SOA queries | Kai Blin | 1 | -0/+32 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sat Dec 3 20:52:51 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s4:python: add --machinepass option to 'samba-tool domain join' | Stefan Metzmacher | 1 | -5/+11 | |
metze | |||||
2011-11-29 | s4:python/samba/join.py: add optional 'machinepass' parameter to join_*() | Stefan Metzmacher | 1 | -6/+12 | |
metze | |||||
2011-11-29 | s4:python/samba/join.py: add optional 'machinepass' parameter to class dc_join | Stefan Metzmacher | 1 | -2/+6 | |
metze | |||||
2011-11-29 | s4-samba-tool: Add --principal argument to samba-tool domain exportkeytab | Andrew Bartlett | 1 | -3/+4 | |
This allows only a particular principal to be exported to the keytab. This is useful when setting up unix servers in a Samba controlled domain. Based on a request by Gémes Géza <geza@kzsdabas.hu> Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Nov 29 09:20:55 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s4-provision: Fix the security ace for DnsAdmins group on DNS records | Amitay Isaacs | 1 | -12/+19 | |
Find the objectSid for DnsAdmins group and use that instead of a fixed sid. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Nov 29 07:38:06 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s4-provision: Make BIND9_DLZ as the default backend for DNS | Amitay Isaacs | 3 | -3/+3 | |
2011-11-29 | s4-provision: Create a samdb copy for access by dlz_bind9 module | Amitay Isaacs | 3 | -56/+156 | |
This creates a copy of rootdse, configuration and schema partitions for dlz_bind9 use in dns/ directory. Since dlz_bind9 requires write access to DNS partitions (DomainDnsZones and ForestDnsZones), those partitions are hard-linked (or symlinked) to the actual partitions. An empty domain partition is created so samdb layer can work. | |||||
2011-11-29 | s4-provision: Extract security descriptors in separate file | Amitay Isaacs | 2 | -77/+111 | |
Need to use domain security descriptor from sambadns.py also. | |||||
2011-11-29 | s4-test: Remove metadata and ldb.d directory on clean up | Amitay Isaacs | 1 | -0/+5 | |
When using partitions, metadata.tdb automatically gets created in ${prefix}ldb.d/ directory. To correctly clean up check if metadata.tdb exists, then remove metadata.tdb and directory. | |||||
2011-11-29 | s4-samdb: seqence_number() operation must be in a transaction | Amitay Isaacs | 1 | -0/+14 | |
2011-11-27 | samba-tool: domain info - add basic exception handling | Matthias Dieter Wallnöfer | 1 | -2/+4 | |
It is nicer to get an error message rather than a stacktrace on wrong IP addresses. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | samba-tool: add a domain info command to get basic info | Matthieu Patou | 1 | -1/+24 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-27 | s4:netcmd/common.py: add a "netcmd" function to do a cldap netlogon request | Matthias Dieter Wallnöfer | 1 | -0/+9 | |
This is useful for a new "samba-tool domain info" command. Patch inspired by Matthieu Patou. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-26 | s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameter | Matthias Dieter Wallnöfer | 2 | -6/+9 | |
This is useful for a new "samba-tool domain info" command. Patch inspired by Matthieu Patou. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-24 | s4 dns: Test QCLASS_NONE query | Kai Blin | 1 | -0/+14 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Nov 24 14:10:45 CET 2011 on sn-devel-104 | |||||
2011-11-24 | s4 dns: Test QTYPE_ALL query | Kai Blin | 1 | -0/+25 | |
2011-11-24 | s4 dns: Check more of the returned values for the A query | Kai Blin | 1 | -0/+3 | |
2011-11-24 | s4 dns: Move dns_transaction_udp to other helper functions | Kai Blin | 1 | -13/+14 | |
2011-11-18 | s3-py-passdb: Fix handling of uninitialized gid values | Amitay Isaacs | 2 | -2/+2 | |
Uninitialized gid value is set to -1 and return as such from python passdb api. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Fri Nov 18 06:18:33 CET 2011 on sn-devel-104 | |||||
2011-11-18 | s3-passdb_test: Policy values are converted to signed integer | Amitay Isaacs | 1 | -1/+1 | |
No need to check value for 0xffffffff (4294967295). | |||||
2011-11-18 | s4-s3-upgrade: Add --verbose option to print extra details | Amitay Isaacs | 2 | -3/+6 | |
2011-11-18 | s4-s3-upgrade: Fix idmap types ID_TYPE_UID/ID_TYPE_GID instead of UID/GID | Amitay Isaacs | 1 | -3/+3 | |
2011-11-18 | samba-tool: Fix the domain account policy max_pwd_age calculation | Amitay Isaacs | 1 | -2/+8 | |
Windows sets maxPwdAge to -0x8000000000000000 when maximum password age is set to 0 days. | |||||
2011-11-18 | s4-s3-upgrade: Fix the minimum and maximum password age calculation | Amitay Isaacs | 1 | -4/+4 | |
Windows sets maxPwdAge to -0x8000000000000000 when maximum password age is set to 0 days. | |||||
2011-11-18 | s4-s3-upgrade now look for -1 as the special 'not set' value | Andrew Bartlett | 1 | -1/+1 | |
this is possible because we know the py_passdb will always set -1 here, not passing though 0xFFFFFFFF. Andrew Bartlett | |||||
2011-11-17 | s4 dns: Add a first test case | Kai Blin | 1 | -0/+117 | |
2011-11-17 | samba.tests.dsdb: Import TestCase from samba.tests. | Jelmer Vernooij | 1 | -4/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Nov 17 08:36:17 CET 2011 on sn-devel-104 | |||||
2011-11-17 | samba.tests: Make sure testtools is available before importing it. | Jelmer Vernooij | 1 | -0/+2 | |
2011-11-17 | s4-provision permit server role to be the ROLE_ strings from s3 | Andrew Bartlett | 2 | -12/+19 | |
Also convert between the aliases in one single place. Andrew Bartlett Pair-Programmed-With: Amitay Isaacs <amitay@samba.org> | |||||
2011-11-16 | provision: Set the security descriptor while creating partitions | Amitay Isaacs | 1 | -12/+2 | |
With Matthieu's patch, the setting of security descriptor on partition dn at create time works correctly. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Nov 16 08:54:25 CET 2011 on sn-devel-104 | |||||
2011-11-16 | s3-s4-upgrade: do not add description if it is empty string or none | Amitay Isaacs | 1 | -6/+12 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Nov 16 05:53:41 CET 2011 on sn-devel-104 | |||||
2011-11-15 | s4:join.py - fix typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-11-15 | s4:dsdb/pydsdb: pass down schema_dn to _dsdb_set_schema_from_ldif() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-11-15 | s4:python/samba/schema: pass down the schema_dn to set_from_ldif() | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2011-11-15 | samba-tool: Don't set UF_PASSWD_NOTREQD flag on "user disable" | Giampaolo Lauria | 1 | -1/+1 | |
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Tue Nov 15 02:51:16 CET 2011 on sn-devel-104 |