summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* r26475: Add ldb.set_credentials function.Jelmer Vernooij2007-12-211-1/+1
* r26459: Build ildap module as shared module by default.Jelmer Vernooij2007-12-211-1/+1
* r26426: Remove uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26410: Remove unnecessary static.Jelmer Vernooij2007-12-211-1/+1
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-251/+259
* r26374: Remove dependency on dynconfig.Jelmer Vernooij2007-12-211-1/+0
* r26371: Fix typo.Jelmer Vernooij2007-12-211-1/+1
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-212-5/+6
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
* r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chainAndrew Bartlett2007-12-211-14/+10
* r26299: Print out which module failed to initialise.Andrew Bartlett2007-12-211-1/+1
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-211-1/+2
* r26276: Install SWIG files if swig is present.Jelmer Vernooij2007-12-211-0/+3
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-211-1/+1
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-212-0/+6331
* 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
* r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij2007-12-211-1/+1
* r26200: Bring back some accidently removed files.Jelmer Vernooij2007-12-211-0/+153
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-212-153/+1
* r26196: Always build python bindings for ldb.Jelmer Vernooij2007-12-212-7/+7
* r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett2007-12-211-9/+17
* r26187: Fix module name, indentation.Jelmer Vernooij2007-12-211-1/+1
* r26185: No need to depend on ldap, shared lib already has that info.Jelmer Vernooij2007-12-211-1/+1
* r26179: Fix symlink.Jelmer Vernooij2007-12-211-3/+4
* r26178: Link against -ldl as well to prevent undefined symbols.Jelmer Vernooij2007-12-211-1/+1
* r26177: Allow prebuilding swig wrapper, install ldb.py.Jelmer Vernooij2007-12-213-4/+10
* r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett2007-12-211-0/+2
* r26124: Install ldb_handlers.h, required by ldb_samba.Jelmer Vernooij2007-12-211-1/+3
* r26119: Fix warnings.Jelmer Vernooij2007-12-211-2/+2
* r26117: Fix DESTDIR use for bindir.Jelmer Vernooij2007-12-211-1/+1
* r26114: Allow keyword-arguments.Jelmer Vernooij2007-12-211-0/+1
* r26112: Do proper error checking in __contains__.Jelmer Vernooij2007-12-211-18/+8
* r26106: Add targets for building, installing and checking python bindings.Jelmer Vernooij2007-12-212-6/+20
* r26105: Add targets for building and installing the python bindings.Jelmer Vernooij2007-12-212-2/+15
* r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij2007-12-211-3/+2
* r26080: Import updated LDB bindings.Jelmer Vernooij2007-12-211-133/+460
* r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij2007-12-216-215/+357
* r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* (...Jelmer Vernooij2007-12-211-36/+36
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared librariesStefan Metzmacher2007-12-212-2/+4
* r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2007-12-211-1/+1
* r25984: ldb: use MDLD macros from libreplace and use results to build share m...Stefan Metzmacher2007-12-212-2/+7
* r25983: ldb: link shared library against $(LDAP_LIBS)Stefan Metzmacher2007-12-211-1/+1
* r25969: ldb: link libnss_ldb.so.2 against the shared libraryStefan Metzmacher2007-12-211-2/+2
* r25968: ldb: we need to use @SONAMEFLAG@ directly so that the '#' trick can workStefan Metzmacher2007-12-211-3/+2
* r25967: ldb: a module doesn't need to link against $(LIBS)Stefan Metzmacher2007-12-211-1/+1
* r25965: Remove duplicate block - thanks metze!Andrew Bartlett2007-12-211-18/+0
* r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.Andrew Bartlett2007-12-211-4/+2
* r25962: Move to more modern ldb functions loading module list.Andrew Bartlett2007-12-211-11/+12