Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-22 | pydsdb: added get_syntax_oid_from_lDAPDisplayName() | Andrew Tridgell | 1 | -0/+5 | |
this gives you access to the syntax oid of an attribute Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-06-22 | samba-tool: try to keep dbcheck.py in a logical ordering | Andrew Tridgell | 1 | -29/+38 | |
keep individual error handlers together and separate from driver code | |||||
2011-06-20 | tdb2: create tdb2 versions of various testing TDBs. | Rusty Russell | 1 | -2/+5 | |
Soon, TDB2 will handle tdb1 files, but until then, we substitute. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-19 | s4-sambatool: extract the confirm function in a separte module for reuse | Matthieu Patou | 2 | -10/+36 | |
2011-06-19 | s4-samba-tool: remove unused imports | Matthieu Patou | 1 | -2/+1 | |
2011-06-19 | s4-samba-tool: use correct object notation ie. obj.method rather than ↵ | Matthieu Patou | 1 | -37/+31 | |
method(obj, ...) | |||||
2011-06-19 | s4-sambatool: use correct way to call class methods | Matthieu Patou | 1 | -53/+54 | |
2011-06-19 | s4-upgradeprovision: improve message output | Matthieu Patou | 1 | -1/+1 | |
2011-06-19 | s4-provision: Remove hard coded SD for CN=Sites container | Matthieu Patou | 1 | -15/+0 | |
With the fix introduced by Nadya in changeset 622ef6aed82a2f2f7748c2a88535486af77487de we are now able to generate correct SD (at least the same as W2k3R2 with a Forest Level of 2003), so there is no need for this fix anymore as it makes SDs for Forest Level 2003 and lower incorrect. | |||||
2011-06-19 | s4-upgradeprovision: handle the fact that oEMInformation might not be present | Matthieu Patou | 1 | -2/+5 | |
2011-06-19 | s4-python: make checks of sacl in get_diff_sddls optionnal | Matthieu Patou | 1 | -2/+6 | |
2011-06-19 | s4-upgradeprovision: introduce invocation id in lastprovisionUSNs | Matthieu Patou | 1 | -17/+39 | |
2011-06-19 | s4-python: fix wrong discovery of the site name in find_key_provision_parameters | Matthieu Patou | 1 | -1/+1 | |
2011-06-19 | s4-upgradeprovisision: fix bug 8063, old SD can miss some componenent ↵ | Matthieu Patou | 1 | -16/+20 | |
(group, owner, ...) Don't make the assumption that SD are correct, they can be wrong and misformed. Fix this bug: https://bugzilla.samba.org/show_bug.cgi?id=8063 | |||||
2011-06-17 | samba-tool: exit with non-zero status on dbcheck failure | Andrew Tridgell | 1 | -1/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-06-17 | samba-tool: show success message on group operations | Andrew Tridgell | 1 | -0/+4 | |
2011-06-17 | s4-pysamdb: fixed the normalisation of grouptype in group add | Andrew Tridgell | 1 | -1/+7 | |
ldap integers are signed Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jun 17 05:43:18 CEST 2011 on sn-devel-104 | |||||
2011-06-17 | samba-tool: report total error count and suggest --fix if needed | Andrew Tridgell | 1 | -3/+10 | |
2011-06-17 | samba-tool: added attribute normalisation checks | Andrew Tridgell | 1 | -3/+53 | |
this checks that all attributes have the right normalisation, and offers to fix the ones that don't | |||||
2011-06-17 | s4-pydsdb: added dsdb_normalise_attributes() call | Andrew Tridgell | 1 | -0/+5 | |
this call converts a set of attributes to DRSUAPI format and back to ldb format. This has the effect of normalising the attributes using the schema syntax rules | |||||
2011-06-14 | samba-tool: disable validation on removing an empty attribute in dbcheck | Andrew Tridgell | 1 | -1/+1 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Jun 14 10:49:34 CEST 2011 on sn-devel-104 | |||||
2011-06-10 | s4-samba-tool: added dbcheck commmand | Andrew Tridgell | 2 | -0/+125 | |
this will be used as a consistency checker and repair tool for sam.ldb. This initial checkin just checks for empty attributes and offers to fix them Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jun 10 10:31:56 CEST 2011 on sn-devel-104 | |||||
2011-06-09 | samba-tool: added --local option to drs replicate command | Andrew Tridgell | 1 | -1/+39 | |
this allows replication directly to the local SAM, which means it can run without the samba daemon running. It also bypasses all usnChanged checks, which is useful for forcing replication of a set of objects which are not marked as replication being needed Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Jun 9 08:15:10 CEST 2011 on sn-devel-104 | |||||
2011-06-09 | s4-ipv6: don't default to 127.0.0.1 in provision | Andrew Tridgell | 1 | -5/+8 | |
it is better to just leave the IPv4 address out of the zone file Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-06-07 | s4-provision: fixed detection of V4/V6 addresses | Andrew Tridgell | 1 | -2/+29 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Jun 7 06:07:24 CEST 2011 on sn-devel-104 | |||||
2011-06-06 | s4-param Remove 'modules dir' | Andrew Bartlett | 1 | -2/+3 | |
The Samba waf build ensures that dyn_MODULESDIR is always correct (even for in-tree binaries), so we don't need to allow the user to configure this at run time. Andrew Bartlett | |||||
2011-06-06 | s4-param Remove 'sid generator' | Andrew Bartlett | 2 | -7/+5 | |
This was only used by the Fedora DS backend for Samba4. We agreed to no longer support external LDAP backends. Andrew Bartlett | |||||
2011-06-06 | s4-param Remove 'idmap database' | Andrew Bartlett | 2 | -3/+2 | |
This is now just idmap.ldb in the private dir, which remains. | |||||
2011-06-06 | s4-param Remove 'secrets database' parameter | Andrew Bartlett | 1 | -2/+1 | |
This is now just secrets.ldb in the private dir, which remains. | |||||
2011-06-06 | s4-param Remove 'sam database' parameter | Andrew Bartlett | 3 | -5/+4 | |
This now just relies on the private dir parameter, which remains. Andrew Bartlett | |||||
2011-06-06 | s4-ipv6: update callers to load_interface_list() | Andrew Tridgell | 1 | -1/+1 | |
2011-06-06 | s4-gpo: fixed display of GPO version numbers | Andrew Tridgell | 1 | -1/+1 | |
2011-06-02 | samba3sam.py: don't assume order of ldb results. | Rusty Russell | 1 | -142/+164 | |
Switching to tdb2 breaks this test horribly, because it relied on the order of TDB1 traversal. Fix it to sort te results (by db), then check them. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-01 | samba-tool: improved error handling in user setexpiry | Andrew Tridgell | 2 | -1/+9 | |
2011-06-01 | samba-tool: improved user enable error handling | Andrew Tridgell | 2 | -1/+8 | |
2011-06-01 | s4:samba-tool: Move samba-tool setexpiry to samba-tool user setexpiry <user> | Theresa Halloran | 3 | -70/+37 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-06-01 | s4/samba-tool: Move samba-tool enableaccount to samba-tool user enable command. | Theresa Halloran | 3 | -62/+43 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-05-25 | s4-provision Use correct tkey-gssapi-credential | Andrew Bartlett | 1 | -1/+3 | |
We changed to ${DNSNAME} (the fully qualified domain name) a while back, and while it's usually functionally idential to the previous setting, this breaks down if there is more than one DNS server. Andrew Bartlett | |||||
2011-05-21 | s4-python: Remove not used imports | Matthieu Patou | 2 | -7/+4 | |
2011-05-21 | s4-python: move function find_provision_key_parameters to provision ↵ | Matthieu Patou | 3 | -110/+108 | |
namespace as it can be used not only for upgradeprovision | |||||
2011-05-18 | selftest: Re-enable strings.py from source3/stf as a python subunit test | Andrew Bartlett | 4 | -0/+169 | |
2011-05-18 | s4-libnet: Remove libnet_Join and create libnet_Join_member | Andrew Bartlett | 1 | -8/+7 | |
libnet_Join conflicts with a function in the source3 netapi of the same name, and the ability to join as a DC via this particular method is unused. Andrew Bartlett | |||||
2011-05-17 | s4-python: keep wheel_gid as an integer | Matthieu Patou | 1 | -1/+1 | |
2011-05-17 | s4-python: raise an error if unable to bind remote ldap while joining | Matthieu Patou | 1 | -0/+11 | |
2011-05-08 | s4-interfaces Rename interfaces code so not to conflict with source3/ | Andrew Bartlett | 1 | -6/+6 | |
The iface_count, iface_n_bcast, and load_interfaces functions conflicted with functions of the same name in source3, so the source4 functions were renamed. Hopefully we can actually wrap one around the other in future. Andrew Bartlett | |||||
2011-05-05 | s4-samba-tool: allow specification of targetdir when joining as (RO)DC | Matthieu Patou | 1 | -4/+5 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu May 5 02:04:13 CEST 2011 on sn-devel-104 | |||||
2011-04-30 | provision: reorganize attributes so that we don't attribute with DN syntax ↵ | Matthieu Patou | 1 | -0/+5 | |
that depends on non present object Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat Apr 30 14:51:16 CEST 2011 on sn-devel-104 | |||||
2011-04-17 | samba-tool: fix machinepw command so that we use the full path to the secret ↵ | Matthieu Patou | 1 | -3/+6 | |
database and raise an error if secret can't be found Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Apr 17 13:12:27 CEST 2011 on sn-devel-104 | |||||
2011-04-06 | s4-test: fixed a problem with very verbose NDR debug | Andrew Tridgell | 2 | -3/+3 | |
lp.get("log level") returns a string, not an integer. It needs to be cast to an integer for comparison with a number Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Apr 6 08:58:05 CEST 2011 on sn-devel-104 | |||||
2011-04-05 | s4 samba-tool: Implement "testparm" command | Kai Blin | 2 | -0/+208 | |
This is a port of the existing "testparm" python script to a samba-tool command. Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Tue Apr 5 07:49:13 CEST 2011 on sn-devel-104 |