samba-tool: Replace C version of samba-tool with python version
[nivanova/samba-autobuild/.git] / source4 / scripting /
2011-07-28 Amitay Isaacssamba-tool: Replace C version of samba-tool with python...
2011-07-28 Amitay Isaacssamba-tool: Added python version of samba-tool
2011-07-28 Amitay Isaacssamba-tool: Reimplement GPO functions in python
2011-07-28 Giampaolo Lauriasamba-tool: Removed newuser
2011-07-28 Giampaolo Lauriasamba-tool: Changed "user add" implementation
2011-07-28 Giampaolo Lauriasamba-tool: add -H or --URL where necessary
2011-07-26 Matthieu Patous4-upgradeprovision: Detect recent provision in a more...
2011-07-26 Stefan Metzmachers4:samba-tool: ldapcmp needs CredentialsOptionsDouble
2011-07-23 Jelmer Vernooijscripting/bin: Some formatting fixes.
2011-07-21 Björn Baumbachs4-param: use "state directory" and "cache directory...
2011-07-21 Andrew Tridgellsamba-tool: make sure we exit with an error on a bad...
2011-07-21 Andrew Tridgellsamba-tool: fixed some more calls to samba_tool join...
2011-07-21 Andrew Tridgelldbcheck: use string DN in delete when fixing broken...
2011-07-21 Andrew Tridgells4-provision: run dbcheck on a minimal set of objects...
2011-07-21 Matthieu Patousamba_backup: check that directory really exists
2011-07-21 Andrew Tridgells4-dsdb: change the samba3sam test to add the show_dele...
2011-07-21 Andrew Tridgellsamba-tool: nicer error in passwordsettings with no...
2011-07-21 Andrew Tridgellsamba-tool: testparm doesn't take any credentials
2011-07-21 Andrew Tridgellsamba-tool: use 'exportkeytab' instead of 'dumpkeys'
2011-07-21 Giampaolo Lauriasamba-tool: Fix __doc_ in base classes
2011-07-21 Giampaolo Lauriasamba-tool: removed synopsis code in base class
2011-07-21 Giampaolo Lauriasamba-tool: Fixed bugs to determine min and max # of...
2011-07-21 Giampaolo Lauriasamba-tool: Improved --help functionality
2011-07-21 Giampaolo Lauriasamba-tool: fixed __doc__ in base classes
2011-07-21 Giampaolo Lauriasamba-tool: Fix error handling in SuperCommand class
2011-07-21 Giampaolo Lauriasamba-tool: improved Option list for all user commands
2011-07-21 Giampaolo Lauriasamba-tool: added error handling for the user command
2011-07-21 Giampaolo Lauriasamba-tool: fixed drs commands synopsis
2011-07-21 Giampaolo Lauriasamba-tool: fixed synopsis on user commands
2011-07-21 Giampaolo Lauriasamba-tool: fixed synopsis on all "user" commands
2011-07-21 Giampaolo Lauriasamba-tool: moved takes_optiongroups definition to...
2011-07-21 Giampaolo Lauriasamba-tool: removed the assignment to parser.prog
2011-07-21 Giampaolo Lauriasamba-tool: fixed prog name in samba-tool
2011-07-21 Giampaolo Lauriasamba-tool: update vampire.py message
2011-07-21 Giampaolo Lauriasamba-tool: removed join as it has been replaced by...
2011-07-21 Giampaolo Lauriasamba-tool: moved join to domain join
2011-07-21 Giampaolo Lauriasamba-tool: removed export as it has been moved to...
2011-07-21 Giampaolo Lauriasamba-tool: moved export to domain dumpkeys
2011-07-21 Giampaolo Lauriasamba-tool: removed domainlevel as it has been moved...
2011-07-21 Giampaolo Lauriasamba-tool: moved domainlevel to domain level
2011-07-21 Giampaolo Lauriasamba-tool: removed machinepw as it has been moved...
2011-07-21 Giampaolo Lauriasamba-tool: moved machinepw to domain machinepassword
2011-07-21 Giampaolo Lauriasamba-tool: removed pwsettings
2011-07-21 Giampaolo Lauriasamba-tool: created domain object, moved pwsettings...
2011-07-21 Giampaolo Lauriasamba-tool: update test suite for add setpassword
2011-07-21 Giampaolo Lauriasamba-tool: removed setpassword.py
2011-07-21 Giampaolo Lauriasamba-tool: added setpassword to user
2011-07-21 Giampaolo Lauriasamba-tool: fix summary of the fsmo command to be clearer
2011-07-13 Andrew Tridgelldbcheck: use samdb_schema for getting the backlink
2011-07-13 Andrew Tridgellldb: use base searches for @ special DNs
2011-07-13 Andrew Tridgelldbcheck: only do the provision dbcheck if there are...
2011-07-13 Andrew Tridgells4-provision: fixed the GUIDs in the provision using...
2011-07-13 Andrew Tridgelldbcheck: only fix replPropertyMetaData if we included...
2011-07-13 Andrew Tridgelldbcheck: added checks for missing and orphansed backlinks
2011-07-13 Andrew Tridgelldbcheck: fixed ldap check with no database specified
2011-07-13 Andrew Tridgelldbcheck: added --reindex option
2011-07-13 Andrew Tridgellsamba-tool: fixed ldapcmp to run as non-root
2011-07-13 Andrew Tridgelldbcheck: added checking of backlinks
2011-07-13 Andrew Tridgellpydsdb: added get_backlink_from_lDAPDisplayName()
2011-07-12 Stefan Metzmachers4:provision: place the sysvol share under "state dir...
2011-07-12 Stefan Metzmachers4:param: add "state dir" and "cache dir" options
2011-07-11 Andrew Tridgelldbcheck: use get_lDAPDisplayName_by_attid()
2011-07-11 Andrew Tridgelldsdb: added get_lDAPDisplayName_by_attid
2011-07-11 Andrew Tridgelldbcheck: improved error checking in fixup of missing...
2011-07-11 Andrew Tridgells4-provision: use samba.unix2nttime() instead of hard...
2011-07-11 Matthieu Patous4-samba-tool: dbcheck, check and fix broken metadata
2011-07-11 Matthieu Patous4-python: Add functions to get linkid and systemflags...
2011-07-11 Matthieu Patouupgradeprovision: reduce the number of attribute that...
2011-07-11 Matthieu Patous4-provision: fix the value of creation timestamp to...
2011-07-11 Andrew Tridgelldbcheck: check all objects, including deleted objects
2011-07-11 Andrew Tridgelldbcheck: added confirm_all support for remaining checks
2011-07-11 Andrew Tridgelldbcheck: use specified DB schema for non-LDAP URLs
2011-07-07 Kai Blins4 provision: Add some of the AD-specific DNS records...
2011-07-06 Kai Blins4 provision: split up DNS provisioning into generic...
2011-07-05 Andrew Tridgells4-dbcheck: support the 'none' option for prompts
2011-07-05 Andrew Tridgells4-pycommon: support 'none' as an option in confirm
2011-07-05 Andrew Tridgelldbcheck: only use a paged search when checking a ldap...
2011-07-05 Andrew Tridgelldbcheck: check for unknown attributes and offer to...
2011-07-05 Andrew Tridgells4-pycommon: allow an optional 'all' choice for confirm...
2011-06-30 Jelmer Vernooijrebuildexetendeddn: PEP8: Use spaces rather than tabs.
2011-06-30 Jelmer Vernooijrpcclient: PEP8: Use spaces rather than tabs.
2011-06-30 Jelmer Vernooijsmbstatus: PEP8: Use spaces rather than tabs.
2011-06-30 Jelmer Vernooijmischema: Remove unused import.
2011-06-30 Jelmer Vernooijenablerecyclebin: Remove unused imports, fix formatting.
2011-06-24 Stefan Metzmachers4:samba-tool: add "delegation" subcommands for S4U2Pro...
2011-06-24 Stefan Metzmachers4:python/samba/samdb: add toggle_userAccountFlags...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha16' into master4-tmp
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-24 Andrew Bartlettparam: Remove remaining references to announce as and...
2011-06-22 Matthieu Patous4-dbcheck: fix uninitialized errstr in err_dn_target_m...
2011-06-22 Matthieu Patous4-dbcheck: remove unused include
2011-06-22 Matthieu Patous4-samba_dnsupdate: set environment via the env parameter
2011-06-22 Matthieu Patous4-upgradeprovision: Don't forget to populate the non...
2011-06-22 Andrew Tridgelldbchecker: cope with a broken link to Deleted Objects
2011-06-22 Andrew Tridgelldbchecker: fixed argument error for -H and DN
2011-06-22 Andrew Tridgelldbchecker: when fixing a bad GUID in a DN, search by...
2011-06-22 Andrew Tridgellsamba-tool: added --attrs option to dbcheck
2011-06-22 Andrew Tridgellsamba-tool: make the dbcheck class available outside...
2011-06-22 Andrew Tridgellsamba-tool: added --quiet option to dbcheck
next