summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25541: Add setup.py for building ldb python wrappers standalone.Jelmer Vernooij2-3/+13
2007-10-10r25540: Remove prototypes for already removed functions.Jelmer Vernooij1-12/+0
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij3-7/+10
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25425: move LDB_MODULESDIR define into config.hStefan Metzmacher1-7/+0
2007-10-10r25421: SHLIBEXT comes in via samba's config.h alreadyStefan Metzmacher1-6/+0
2007-10-10r25269: this doesn't fix the problems with BSD make completely...Stefan Metzmacher1-4/+0
2007-10-10r25259: try to work arround the build failures on OpenBSD 3.7Stefan Metzmacher1-0/+4
2007-10-10r25220: Comment out obsolete functions.Tim Potter1-2/+2
2007-10-10r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett7-298/+1
2007-10-10r25215: replace talloc_append_string() with talloc_strdup_append_buffer()Stefan Metzmacher2-15/+7
2007-10-10r25204: Patch by Andrew Kroeger <andrew@sprocks.gotdns.com> fixing bug #4958 -Andrew Bartlett1-9/+31
2007-10-10r25187: pass FIRST_PREREQ to Makefile so that the value can be usedStefan Metzmacher1-4/+2
2007-10-10r25105: No need to register ldb_map as a module.Jelmer Vernooij1-2/+1
2007-10-10r25100: Include LDAP libs in .pc file so linking statically against libldb wo...Jelmer Vernooij4-3/+8
2007-10-10r25097: Don't clutter users' CFLAGS with ldb cflags.Jelmer Vernooij1-1/+1
2007-10-10r25093: Use system-provided ldb library if available. Note that this only mea...Jelmer Vernooij4-97/+102
2007-10-10r25085: Define LDB_MODULESDIR for standalone build.Jelmer Vernooij1-2/+2
2007-10-10r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij7-505/+2
2007-10-10r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij5-20/+28
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-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij3-17/+17
2007-10-10r24567: Try much harder not to leak memory when comparing objectCategory enti...Andrew Bartlett1-9/+40
2007-10-10r24566: Remove trailing newlines in ldb_debug(), these are not required.Andrew Bartlett1-2/+2
2007-10-10r24459: Fix up ldap.js and test_ldb.sh to test the domain_scope control, andAndrew Bartlett1-20/+13
2007-10-10r24261: Fix the standalone ldb build after I moved the objectclass module out.Andrew Bartlett2-3/+0
2007-10-10r24259: Rework the objectclass module to use the new schema, rather than theAndrew Bartlett2-704/+0
2007-10-10r23993: Attempt to fix bug #4808, reported by mwallnoefer@yahoo.de. The issueAndrew Bartlett1-1/+4
2007-10-10r23809: Don't give users the fantasy that we can control choice of GENSECAndrew Bartlett1-1/+0
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell4-8/+8
2007-10-10r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell4-12/+4
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell54-109/+54
2007-10-10r23796: main COPYING file for samba4, plus some formatting varientsAndrew Tridgell2-2/+2
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell56-56/+56
2007-10-10r23794: convert more code from LGPLv2+ to LGPLv3+Andrew Tridgell4-20/+12
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23762: Fix DN renames over LDAP, and instrument the partition module. Add aAndrew Bartlett1-3/+2
2007-10-10r23753: Fix bitrot afflicting the ldb Python swig bindings.Tim Potter1-7/+7
2007-10-10r23737: Validate that we object to duplicate values in an add or replace.Andrew Bartlett1-10/+25
2007-10-10r23703: Start to get Samba4 to again work with LDAP backends, after I turnedAndrew Bartlett1-1/+2
2007-10-10r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...Andrew Bartlett2-44/+39
2007-10-10r23557: Ensure that we don't reorder the objectClass list, if we don't haveAndrew Bartlett1-2/+2
2007-10-10r23364: add LDB_FLG_NOMMAP flagAndrew Tridgell2-0/+10
2007-10-10r23339: merge from SAMBA_3_0:Stefan Metzmacher1-23/+2
2007-10-10r23177: Add in a new provision-backend script. This helps set up the OpenLDA...Andrew Bartlett1-2/+21
2007-10-10r22989: allow '@foo' attributes searchable as we allow '@foo' attributesStefan Metzmacher1-0/+4
2007-10-10r22952: Make sure we look at extra_cflags when building custom targets.James Peach1-1/+5
2007-10-10r22789: fix loading of internal samba4 modulesStefan Metzmacher1-3/+3