summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij1-1/+1
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-0/+4
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-2/+3
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-12-21r25842: Start working on test for loading dso's in ldb.Jelmer Vernooij2-0/+8
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-1/+1
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25100: Include LDAP libs in .pc file so linking statically against libldb wo...Jelmer Vernooij1-1/+1
2007-10-10r25093: Use system-provided ldb library if available. Note that this only mea...Jelmer Vernooij1-0/+84
2007-10-10r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23809: Don't give users the fantasy that we can control choice of GENSECAndrew Bartlett1-1/+0
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell12-24/+12
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell12-12/+12
2007-10-10r23177: Add in a new provision-backend script. This helps set up the OpenLDA...Andrew Bartlett1-2/+21
2007-10-10r22684: Fix native Samba build.Jelmer Vernooij1-3/+3
2007-10-10r22682: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2-6/+5
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij8-24/+16
2007-10-10r22559: Make the ad2OLschema tool case insensitive.Andrew Bartlett1-6/+6
2007-10-10r22497: Support renaming objectclasses and attributes for the LDAP backend.Andrew Bartlett1-17/+65
2007-10-10r22476: The OID match is used very oddly in AD, as it is often used for fieldsAndrew Bartlett1-0/+9
2007-10-10r22475: Rather than segfault, show the name of the malformed entry.Andrew Bartlett1-0/+6
2007-10-10r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett2-370/+5
2007-10-10r20467: Don't segfault if we don't have an OID mapAndrew Bartlett1-1/+1
2007-10-10r20034: Start using ldb_search_exp_fmt()Simo Sorce1-8/+4
2007-10-10r19897: Fix klokwork ids 2278 and 2279Volker Lendecke1-2/+9
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce5-8/+8
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce7-35/+54
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-0/+1
2007-10-10r19332: ldb_parse_tree leaksSimo Sorce1-1/+1
2007-10-10r19310: Add another conflicting oidAndrew Bartlett1-2/+2
2007-10-10r19274: fix ldbdel and ldbmodify to return an error if the underlying ldb callAndrew Tridgell2-15/+11
2007-10-10r19273: - fixed error handling with the ldap backendAndrew Tridgell1-8/+8
2007-10-10r18851: Some C++ warningsVolker Lendecke1-8/+8
2007-10-10r18840: make these compatible with g++ warningsAndrew Tridgell2-15/+15
2007-10-10r18596: removed superfluous semicolonAndrew Tridgell1-1/+1
2007-10-10r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2-6/+7
2007-10-10r18436: converted ldb to use talloc_move() instead of talloc_steal() whenAndrew Tridgell2-16/+6
2007-10-10r18327: 'struct token' is defined on some hostsAndrew Tridgell1-5/+5
2007-10-10r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij1-1/+1
2007-10-10r18133: ad2oLschema needs ctype.h on some systemsAndrew Tridgell1-0/+1
2007-10-10r18022: Increment number of records converted, and print number of records sk...Andrew Bartlett1-1/+3
2007-10-10r17868: remove duplicated attributes from listSimo Sorce1-6/+1
2007-10-10r17844: The AIX compiler thinks { } is a syntax errorVolker Lendecke1-1/+2
2007-10-10r17830: Set the default_basedn (hey, it comes from the "default" naming conte...Simo Sorce1-1/+1
2007-10-10r17821: changed ldb_search() and the ldbsearch command line utility toAndrew Tridgell1-0/+4
2007-10-10r17820: simplify the code flow a littleAndrew Tridgell1-20/+27
2007-10-10r17745: got rid of the final asprintf() in ldbAndrew Tridgell1-1/+1
2007-10-10r17740: get rid of dependence on asprintf(), using talloc_asprintf() insteadAndrew Tridgell2-4/+4