Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-13 | samba-tool: fixed ldapcmp to run as non-root | Andrew Tridgell | 1 | -2/+9 | |
this avoids the need for access to the secrets database Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-13 | dbcheck: added checking of backlinks | Andrew Tridgell | 1 | -54/+92 | |
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-13 | pydsdb: added get_backlink_from_lDAPDisplayName() | Andrew Tridgell | 1 | -0/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-12 | s4:provision: place the sysvol share under "state dir" instead of "lock dir" | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-07-12 | s4:param: add "state dir" and "cache dir" options | Stefan Metzmacher | 1 | -1/+9 | |
metze | |||||
2011-07-11 | dbcheck: use get_lDAPDisplayName_by_attid() | Andrew Tridgell | 1 | -11/+3 | |
this is better than doing a schema search inside the dbcheck code Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Jul 11 07:43:18 CEST 2011 on sn-devel-104 | |||||
2011-07-11 | dsdb: added get_lDAPDisplayName_by_attid | Andrew Tridgell | 1 | -0/+4 | |
this allows conversion from a DRS attribute ID to a LDAP display name Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-11 | dbcheck: improved error checking in fixup of missing metdata | Andrew Tridgell | 1 | -26/+24 | |
when fixing missing attributes in replPropertyMetaData, allow user to confirm changes, and check for exceptions Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-11 | s4-provision: use samba.unix2nttime() instead of hard coding NTTIME offsets | Andrew Tridgell | 1 | -2/+2 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-11 | s4-samba-tool: dbcheck, check and fix broken metadata | Matthieu Patou | 1 | -0/+77 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-11 | s4-python: Add functions to get linkid and systemflags of an attribute | Matthieu Patou | 1 | -0/+8 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-11 | upgradeprovision: reduce the number of attribute that we skip | Matthieu Patou | 1 | -2/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-11 | s4-provision: fix the value of creation timestamp to be a MS timestamp | Matthieu Patou | 1 | -2/+2 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-11 | dbcheck: check all objects, including deleted objects | Andrew Tridgell | 2 | -17/+18 | |
this makes dbcheck search over all objects, deleted or not. This matters because when another DC replicates from this DC it replicates the deleted objects as well, so invalid attributes in deleted objects can cause problems on the new DC (for example, windows can get stuck or even crash during the replication) Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-11 | dbcheck: added confirm_all support for remaining checks | Andrew Tridgell | 1 | -5/+10 | |
this allows the user to choose all/none for all the remaining database checks Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-11 | dbcheck: use specified DB schema for non-LDAP URLs | Andrew Tridgell | 1 | -2/+9 | |
when connecting to a local database with -H we can use that databases schema Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-07 | s4 provision: Add some of the AD-specific DNS records to the directory | Kai Blin | 2 | -8/+235 | |
Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Jul 7 02:29:53 CEST 2011 on sn-devel-104 | |||||
2011-07-07 | s4 provision: split up DNS provisioning into generic and samba-specific ldifs | Kai Blin | 1 | -2/+10 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2011-07-05 | s4-dbcheck: support the 'none' option for prompts | Andrew Tridgell | 1 | -2/+10 | |
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Jul 5 08:22:40 CEST 2011 on sn-devel-104 | |||||
2011-07-05 | s4-pycommon: support 'none' as an option in confirm | Andrew Tridgell | 1 | -7/+20 | |
this allows the user to ask for none of the changes of this type Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-05 | dbcheck: only use a paged search when checking a ldap database | Andrew Tridgell | 1 | -1/+1 | |
paged searches don't work against a local database (they return only the first N objects) | |||||
2011-07-05 | dbcheck: check for unknown attributes and offer to remove them | Andrew Tridgell | 1 | -3/+46 | |
this asks the user if they want to remove an unknown attribute. You can also choose 'all' which will auto-confirm all questions about removing unknown attributes. | |||||
2011-07-05 | s4-pycommon: allow an optional 'all' choice for confirm dialogs | Andrew Tridgell | 1 | -3/+9 | |
when asking the user to confirm an action, allow for an 'all' choice, which will be used to allow the user to confirm all future requests of the same type | |||||
2011-06-30 | rebuildexetendeddn: PEP8: Use spaces rather than tabs. | Jelmer Vernooij | 1 | -66/+61 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Jun 30 12:07:32 CEST 2011 on sn-devel-104 | |||||
2011-06-30 | rpcclient: PEP8: Use spaces rather than tabs. | Jelmer Vernooij | 1 | -45/+45 | |
2011-06-30 | smbstatus: PEP8: Use spaces rather than tabs. | Jelmer Vernooij | 1 | -38/+38 | |
2011-06-30 | mischema: Remove unused import. | Jelmer Vernooij | 1 | -1/+0 | |
2011-06-30 | enablerecyclebin: Remove unused imports, fix formatting. | Jelmer Vernooij | 1 | -5/+3 | |
2011-06-24 | s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuff | Stefan Metzmacher | 2 | -0/+269 | |
For now this only works on the local sam.ldb, but it shouldn't be hard to improve it to talk to remove servers. Pair-Programmed-With: Björn Baumbach <bb@sernet.de> metze | |||||
2011-06-24 | s4:python/samba/samdb: add toggle_userAccountFlags() helper function | Stefan Metzmacher | 1 | -10/+35 | |
And let enable_account() use it. Pair-Programmed-With: Björn Baumbach <bb@sernet.de> metze | |||||
2011-06-24 | param: Remove remaining references to announce as and announce version | Andrew Bartlett | 1 | -2/+0 | |
2011-06-22 | s4-dbcheck: fix uninitialized errstr in err_dn_target_mismatch | Matthieu Patou | 1 | -2/+3 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Jun 22 21:22:27 CEST 2011 on sn-devel-104 | |||||
2011-06-22 | s4-dbcheck: remove unused include | Matthieu Patou | 1 | -1/+1 | |
2011-06-22 | s4-samba_dnsupdate: set environment via the env parameter | Matthieu Patou | 1 | -1/+1 | |
I faced a situation where the os.environ("KRB5CCNAME") = ... didn't seems to be effective | |||||
2011-06-22 | s4-upgradeprovision: Don't forget to populate the non replicated objects, ↵ | Matthieu Patou | 1 | -2/+4 | |
and don't touch rIDPreviousAllocationPool | |||||
2011-06-22 | dbchecker: cope with a broken link to Deleted Objects | Andrew Tridgell | 1 | -2/+9 | |
if a DN link to Deleted Objects has a bad GUID, we need to use show_deleted | |||||
2011-06-22 | dbchecker: fixed argument error for -H and DN | Andrew Tridgell | 1 | -1/+1 | |
2011-06-22 | dbchecker: when fixing a bad GUID in a DN, search by the string DN | Andrew Tridgell | 1 | -1/+1 | |
2011-06-22 | samba-tool: added --attrs option to dbcheck | Andrew Tridgell | 2 | -8/+15 | |
this allows checking of a specific list of attributes | |||||
2011-06-22 | samba-tool: make the dbcheck class available outside of samba-tool | Andrew Tridgell | 2 | -285/+324 | |
this will be used in provision, and probably in upgradeprovision as well | |||||
2011-06-22 | samba-tool: added --quiet option to dbcheck | Andrew Tridgell | 1 | -35/+43 | |
this will be used to allow for other tools (such as provision) to call into dbcheck without generating a lot of noise | |||||
2011-06-22 | samba-tool: allow for running dbcheck against a remove ldap server | Andrew Tridgell | 1 | -5/+14 | |
this is useful for running it against a Windows server | |||||
2011-06-22 | samba-tool: expanded dbcheck DN checking | Andrew Tridgell | 1 | -21/+104 | |
this now checks for bad GUID elements in DN links, and offers to fix them when possible Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-06-22 | samba-tool: added missing GUID component checks to dbcheck | Andrew Tridgell | 1 | -4/+93 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Jun 22 07:59:30 CEST 2011 on sn-devel-104 | |||||
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-20 | s4-upgradeprovision: propose the use of findprovisionranges if no ranges are ↵ | Matthieu Patou | 1 | -0/+14 | |
present Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Jun 20 00:30:59 CEST 2011 on sn-devel-104 | |||||
2011-06-19 | s4: create script to find provision ranges for old provision without this ↵ | Matthieu Patou | 1 | -0/+174 | |
information | |||||
2011-06-19 | s4-sambatool: extract the confirm function in a separte module for reuse | Matthieu Patou | 2 | -10/+36 | |