ldb:ldb tools - remove a superflous "return" (usage internally calls "exit")
[nivanova/samba-autobuild/.git] / source4 / lib / ldb / tools / ldbdel.c
2011-03-04 Matthias Dieter... ldb:ldb tools - remove a superflous "return" (usage...
2011-03-04 Matthias Dieter... ldb:ldb tools - return LDB_ERR_INVALID_DN_SYNTAX on...
2011-02-09 Matthias Dieter... ldb:tools - return LDB_ERR_OPERATIONS_ERROR on generic...
2011-02-09 Matthias Dieter... ldb:tools - always check if ldb connection has been...
2011-02-09 Matthias Dieter... ldb:ldbdel tool - use LDB result constants for consistency
2010-12-21 Matthias Dieter... ldb:tools/ldbdel.c - "replace.h" should be the first...
2010-11-01 Andrew Tridgells4-ldb: convert existing ldb tools to use new command...
2010-05-02 Andrew Tridgells4-ldb: use a parent context in the ldb utils
2010-03-06 Matthias Dieter... LDB:tools - change counters to be unsigned
2010-02-14 Andrew Tridgells4-ldb: use TYPESAFE_QSORT() in the rest of the ldb...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-01 Andrew Tridgells4-ldb: show an error string, as well as error message
2009-12-23 Simo Sorces4:ldb Fix declaration in the middle of the code
2009-12-23 Matthieu Patous4: make ldbadd/ldbmodify/ldbdelete really use the...
2009-12-08 Andrew Tridgells4-ldb: fixed ldbdel with -r (recursive deletion)
2009-09-02 Andrew Tridgellshow the full set of command line options for ldb tools
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Simo SorceFix the mess with ldb includes.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Simo SorceMerge ldb_search() and ldb_search_exp_fmt() into a...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-14 Simo SorceMake up the right dependencies now that ldb depends...
2008-02-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-20 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Jelmer VernooijFix static module list generation for ldb.
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Tridgellr19274: fix ldbdel and ldbmodify to return an error...
2007-10-10 Jelmer Vernooijr15370: Fix more dependencies for shared libs
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Stefan Metzmacherr12829: fix ldb headers, to not include '<...>' files...
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Tridgellr10894: make the handling of dn/distinguishedName much...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr7714: enable samba credentials handling in ldb tools...
2007-10-10 Andrew Tridgellr7709: - convert ldb to use popt, so that it can intera...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr4059: moved the ldb -o option parsing to a common...
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Simo Sorcer3760: mention -o switch in help message
2007-10-10 Simo Sorcer3754: merge in ldb modules support from the tmp branch...
2007-10-10 Andrew Tridgellr2726: added a -r option to ldbdel to allow easy delete...
2007-10-10 Andrew Tridgellr792: - changed the ldb ldif_* functions to be in...
2007-10-10 Andrew Tridgellr513: added a generic ldb debug system to allow the...
2007-10-10 Andrew Tridgellr159: nicer usage messages when no URL is given
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2004-03-31 Andrew Tridgellmake a more recent snapshot of ldb available to interested