pyldb: avoid segfault when adding an element with no name
[nivanova/samba-autobuild/.git] / source4 / scripting / python / samba / netcmd / dbcheck.py
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...
2013-01-10 Andrew Bartletts4-dbcheck: Allow forcing an override of an old @MODULE...
2012-10-08 Karolin Seegersamba-tool: Unify usage messages.
2012-03-13 Andreas Schneiders4-python: Remove env from non-executable netcmd scripts.
2012-02-25 Jelmer VernooijPartially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4
2012-02-07 Jelmer VernooijRevert "samba-tool: moved takes_optiongroups definition...
2012-01-24 Amitay Isaacspython: Change except: statement to except Exception:
2011-12-08 Andrew Tridgelldbcheck: cope with objects disappearing during checking
2011-10-13 Jelmer Vernooijsamba-tool: Don't require full prog line to be in synopsis.
2011-10-13 Jelmer Vernooijsamba-tool: Use self.outf in a few more places.
2011-09-22 Andrew Tridgells4-dbcheck: fixed transaction nesting in dbcheck
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "dbcheck" subcommand syntax
2011-08-01 Jelmer Vernooijdbcheck: Cancel transaction if operation fails.
2011-07-28 Giampaolo Lauriasamba-tool: add -H or --URL where necessary
2011-07-21 Giampaolo Lauriasamba-tool: moved takes_optiongroups definition to...
2011-07-13 Andrew Tridgelldbcheck: fixed ldap check with no database specified
2011-07-13 Andrew Tridgelldbcheck: added --reindex option
2011-07-11 Andrew Tridgelldbcheck: check all objects, including deleted objects
2011-07-11 Andrew Tridgelldbcheck: use specified DB schema for non-LDAP URLs
2011-07-05 Andrew Tridgelldbcheck: only use a paged search when checking a ldap...
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-22 Andrew Tridgelldbchecker: fixed argument error for -H and DN
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
2011-06-22 Andrew Tridgellsamba-tool: allow for running dbcheck against a remove...
2011-06-22 Andrew Tridgellsamba-tool: expanded dbcheck DN checking
2011-06-22 Andrew Tridgellsamba-tool: added missing GUID component checks to...
2011-06-22 Andrew Tridgellsamba-tool: try to keep dbcheck.py in a logical ordering
2011-06-19 Matthieu Patous4-sambatool: extract the confirm function in a separte...
2011-06-19 Matthieu Patous4-samba-tool: remove unused imports
2011-06-19 Matthieu Patous4-samba-tool: use correct object notation ie. obj...
2011-06-19 Matthieu Patous4-sambatool: use correct way to call class methods
2011-06-17 Andrew Tridgellsamba-tool: exit with non-zero status on dbcheck failure
2011-06-17 Andrew Tridgellsamba-tool: report total error count and suggest -...
2011-06-17 Andrew Tridgellsamba-tool: added attribute normalisation checks
2011-06-14 Andrew Tridgellsamba-tool: disable validation on removing an empty...
2011-06-10 Andrew Tridgells4-samba-tool: added dbcheck commmand