summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2011-07-13dbcheck: use samdb_schema for getting the backlinkAndrew Tridgell1-1/+1
2011-07-13ldb: use base searches for @ special DNsAndrew Tridgell4-21/+20
2011-07-13dbcheck: only do the provision dbcheck if there are objects to checkAndrew Tridgell1-13/+14
2011-07-13s4-provision: fixed the GUIDs in the provision using dbcheckAndrew Tridgell1-0/+16
2011-07-13dbcheck: only fix replPropertyMetaData if we included it in the searchAndrew Tridgell1-11/+14
2011-07-13dbcheck: added checks for missing and orphansed backlinksAndrew Tridgell1-19/+18
2011-07-13dbcheck: fixed ldap check with no database specifiedAndrew Tridgell1-1/+1
2011-07-13dbcheck: added --reindex optionAndrew Tridgell2-3/+20
2011-07-13samba-tool: fixed ldapcmp to run as non-root Andrew Tridgell1-2/+9
2011-07-13dbcheck: added checking of backlinksAndrew Tridgell1-54/+92
2011-07-13pydsdb: added get_backlink_from_lDAPDisplayName()Andrew Tridgell1-0/+5
2011-07-12s4:provision: place the sysvol share under "state dir" instead of "lock dir"Stefan Metzmacher1-1/+1
2011-07-12s4:param: add "state dir" and "cache dir" optionsStefan Metzmacher1-1/+9
2011-07-11dbcheck: use get_lDAPDisplayName_by_attid()Andrew Tridgell1-11/+3
2011-07-11dsdb: added get_lDAPDisplayName_by_attidAndrew Tridgell1-0/+4
2011-07-11dbcheck: improved error checking in fixup of missing metdataAndrew Tridgell1-26/+24
2011-07-11s4-provision: use samba.unix2nttime() instead of hard coding NTTIME offsetsAndrew Tridgell1-2/+2
2011-07-11s4-samba-tool: dbcheck, check and fix broken metadataMatthieu Patou1-0/+77
2011-07-11s4-python: Add functions to get linkid and systemflags of an attributeMatthieu Patou1-0/+8
2011-07-11upgradeprovision: reduce the number of attribute that we skipMatthieu Patou1-2/+1
2011-07-11s4-provision: fix the value of creation timestamp to be a MS timestampMatthieu Patou1-2/+2
2011-07-11dbcheck: check all objects, including deleted objectsAndrew Tridgell2-17/+18
2011-07-11dbcheck: added confirm_all support for remaining checksAndrew Tridgell1-5/+10
2011-07-11dbcheck: use specified DB schema for non-LDAP URLsAndrew Tridgell1-2/+9
2011-07-07s4 provision: Add some of the AD-specific DNS records to the directoryKai Blin2-8/+235
2011-07-07s4 provision: split up DNS provisioning into generic and samba-specific ldifsKai Blin1-2/+10
2011-07-05s4-dbcheck: support the 'none' option for promptsAndrew Tridgell1-2/+10
2011-07-05s4-pycommon: support 'none' as an option in confirmAndrew Tridgell1-7/+20
2011-07-05dbcheck: only use a paged search when checking a ldap databaseAndrew Tridgell1-1/+1
2011-07-05dbcheck: check for unknown attributes and offer to remove themAndrew Tridgell1-3/+46
2011-07-05s4-pycommon: allow an optional 'all' choice for confirm dialogsAndrew Tridgell1-3/+9
2011-06-30rebuildexetendeddn: PEP8: Use spaces rather than tabs.Jelmer Vernooij1-66/+61
2011-06-30rpcclient: PEP8: Use spaces rather than tabs.Jelmer Vernooij1-45/+45
2011-06-30smbstatus: PEP8: Use spaces rather than tabs.Jelmer Vernooij1-38/+38
2011-06-30mischema: Remove unused import.Jelmer Vernooij1-1/+0
2011-06-30enablerecyclebin: Remove unused imports, fix formatting.Jelmer Vernooij1-5/+3
2011-06-24s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuffStefan Metzmacher2-0/+269
2011-06-24s4:python/samba/samdb: add toggle_userAccountFlags() helper functionStefan Metzmacher1-10/+35
2011-06-24param: Remove remaining references to announce as and announce versionAndrew Bartlett1-2/+0
2011-06-22s4-dbcheck: fix uninitialized errstr in err_dn_target_mismatchMatthieu Patou1-2/+3
2011-06-22s4-dbcheck: remove unused includeMatthieu Patou1-1/+1
2011-06-22s4-samba_dnsupdate: set environment via the env parameterMatthieu Patou1-1/+1
2011-06-22s4-upgradeprovision: Don't forget to populate the non replicated objects, and...Matthieu Patou1-2/+4
2011-06-22dbchecker: cope with a broken link to Deleted ObjectsAndrew Tridgell1-2/+9
2011-06-22dbchecker: fixed argument error for -H and DNAndrew Tridgell1-1/+1
2011-06-22dbchecker: when fixing a bad GUID in a DN, search by the string DNAndrew Tridgell1-1/+1
2011-06-22samba-tool: added --attrs option to dbcheckAndrew Tridgell2-8/+15
2011-06-22samba-tool: make the dbcheck class available outside of samba-toolAndrew Tridgell2-285/+324
2011-06-22samba-tool: added --quiet option to dbcheckAndrew Tridgell1-35/+43
2011-06-22samba-tool: allow for running dbcheck against a remove ldap serverAndrew Tridgell1-5/+14