summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tools/cmdline.c
Commit message (Expand)AuthorAgeFilesLines
* s4: Fix a few warnings.Jelmer Vernooij2010-01-211-0/+2
* s4-ldb: display security descriptors with correct SDL for known SIDsAndrew Tridgell2010-01-101-0/+6
* s4-ldb: added --show-deactivated-link command line optionAndrew Tridgell2009-12-161-1/+8
* s4-ldb: added a new "reveal" controlAndrew Tridgell2009-12-141-0/+7
* s4-ldb: the '1' form of extended_dn search is easier to readAndrew Tridgell2009-12-011-1/+1
* s4-ldb: make it much easier to use common ldb controlsAndrew Tridgell2009-11-281-14/+63
* s4-ldb: make ldb tools line bufferedAndrew Tridgell2009-11-201-0/+3
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* s4-ldb: add --trace command line option to ldb toolsAndrew Tridgell2009-09-211-0/+5
* s4/ldb: added --show-binary command line optionAndrew Tridgell2009-09-081-0/+5
* added ldb_cmdline_help()Andrew Tridgell2009-09-021-29/+36
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-0/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-4/+4
* lib/ldb/tools: allow -W and --realm when build from samba4Stefan Metzmacher2008-07-261-0/+1
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+0
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-3/+3
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-211-1/+2
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-211-1/+1
* r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij2007-12-211-0/+4
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-211-2/+3
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij2007-12-211-0/+7
* r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij2007-10-101-1/+1
* r23809: Don't give users the fantasy that we can control choice of GENSECAndrew Bartlett2007-10-101-1/+0
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22682: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-3/+3
* r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett2007-10-101-368/+0
* r19897: Fix klokwork ids 2278 and 2279Volker Lendecke2007-10-101-2/+9
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+1
* r18851: Some C++ warningsVolker Lendecke2007-10-101-8/+8
* r18840: make these compatible with g++ warningsAndrew Tridgell2007-10-101-5/+5
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-101-1/+1
* r17820: simplify the code flow a littleAndrew Tridgell2007-10-101-20/+27
* r17719: ldb_cmdline needs to be static for cc on solarisAndrew Tridgell2007-10-101-1/+2
* r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the clientStefan Metzmacher2007-10-101-0/+21
* r17429: implement the LDAP_SERVER_SHOW_DELETED control in the clientStefan Metzmacher2007-10-101-0/+21
* r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE controlStefan Metzmacher2007-10-101-2/+23
* r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.Stefan Metzmacher2007-10-101-0/+25
* r17418: add client support for the LDAP_SERVER_SD_FLAGS controlStefan Metzmacher2007-10-101-1/+26
* r15955: fix whitespacesStefan Metzmacher2007-10-101-1/+1
* r15370: Fix more dependencies for shared libsJelmer Vernooij2007-10-101-1/+1
* r14349: Kill proto.h!Jelmer Vernooij2007-10-101-0/+1
* r14344: More helpful messages on error for command line specified controlsSimo Sorce2007-10-101-0/+14
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-0/+2
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-4/+0
* r13361: initial implementation of the vlv controlSimo Sorce2007-10-101-0/+72
* r13349: In the end I could not use ldb_caseless_cmpSimo Sorce2007-10-101-1/+1
* r13340: The gensec_init() needs to be after the popt processing, as itAndrew Bartlett2007-10-101-2/+3