summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
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-21r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij1-1/+1
2007-12-21r26200: Bring back some accidently removed files.Jelmer Vernooij1-0/+153
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij2-153/+1
2007-12-21r26196: Always build python bindings for ldb.Jelmer Vernooij2-7/+7
2007-12-21r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett1-9/+17
2007-12-21r26187: Fix module name, indentation.Jelmer Vernooij1-1/+1
2007-12-21r26185: No need to depend on ldap, shared lib already has that info.Jelmer Vernooij1-1/+1
2007-12-21r26179: Fix symlink.Jelmer Vernooij1-3/+4
2007-12-21r26178: Link against -ldl as well to prevent undefined symbols.Jelmer Vernooij1-1/+1
2007-12-21r26177: Allow prebuilding swig wrapper, install ldb.py.Jelmer Vernooij3-4/+10
2007-12-21r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett1-0/+2
2007-12-21r26124: Install ldb_handlers.h, required by ldb_samba.Jelmer Vernooij1-1/+3
2007-12-21r26119: Fix warnings.Jelmer Vernooij1-2/+2
2007-12-21r26117: Fix DESTDIR use for bindir.Jelmer Vernooij1-1/+1
2007-12-21r26114: Allow keyword-arguments.Jelmer Vernooij1-0/+1
2007-12-21r26112: Do proper error checking in __contains__.Jelmer Vernooij1-18/+8
2007-12-21r26106: Add targets for building, installing and checking python bindings.Jelmer Vernooij2-6/+20
2007-12-21r26105: Add targets for building and installing the python bindings.Jelmer Vernooij2-2/+15
2007-12-21r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij1-3/+2
2007-12-21r26080: Import updated LDB bindings.Jelmer Vernooij1-133/+460
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij6-215/+357
2007-12-21r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* (...Jelmer Vernooij1-36/+36
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-12-21r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared librariesStefan Metzmacher2-2/+4
2007-12-21r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher1-1/+1
2007-12-21r25984: ldb: use MDLD macros from libreplace and use results to build share m...Stefan Metzmacher2-2/+7
2007-12-21r25983: ldb: link shared library against $(LDAP_LIBS)Stefan Metzmacher1-1/+1
2007-12-21r25969: ldb: link libnss_ldb.so.2 against the shared libraryStefan Metzmacher1-2/+2
2007-12-21r25968: ldb: we need to use @SONAMEFLAG@ directly so that the '#' trick can workStefan Metzmacher1-3/+2
2007-12-21r25967: ldb: a module doesn't need to link against $(LIBS)Stefan Metzmacher1-1/+1
2007-12-21r25965: Remove duplicate block - thanks metze!Andrew Bartlett1-18/+0
2007-12-21r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.Andrew Bartlett1-4/+2
2007-12-21r25962: Move to more modern ldb functions loading module list.Andrew Bartlett1-11/+12
2007-12-21r25959: Add a new special DN to LDB: @OPTIONSAndrew Bartlett3-17/+144
2007-12-21r25953: AIX make doesn't support $^.Jelmer Vernooij1-1/+1
2007-12-21r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij1-1/+1
2007-12-21r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for theAndrew Bartlett1-13/+16
2007-12-21r25933: LDB: Don't free errstring until after the printf, in case it is one ofAndrew Bartlett1-1/+3
2007-12-21r25908: add some wikipedia links about LDAP and LDIFStefan Metzmacher1-5/+6
2007-12-21r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison1-0/+2
2007-12-21r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij1-0/+2
2007-12-21r25880: Try to get some more flags right.Jelmer Vernooij1-2/+2
2007-12-21r25879: Don't use shared library for command-line utilities for now - breaks ...Jelmer Vernooij1-13/+12
2007-12-21r25877: Add libreplace macro for soname flags.Jelmer Vernooij2-5/+18
2007-12-21r25862: Avoid po, causes trouble on BSD systems.Jelmer Vernooij1-9/+4
2007-12-21r25858: Clean up po files.Jelmer Vernooij1-1/+1
2007-12-21r25857: IndentAndrew Bartlett1-1/+2
2007-12-21r25856: If the search fails, it is not valid to steal 'res'.Andrew Bartlett1-6/+7