Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a ↵ | Jelmer Vernooij | 5 | -323/+1618 | |
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852) | |||||
2007-12-24 | r26569: Jelmer tells me that ldb must inevitably be build as a shared library, | Volker Lendecke | 1 | -0/+1 | |
otherwise it will break. Sorry for breaking Samba4. I will have to look how we can fix Samba3 :-((( (This used to be commit c1dd0af1642d7b15c623a76c13c3cf98fb3bd3da) | |||||
2007-12-24 | r26568: Revert r26482 | Volker Lendecke | 1 | -1/+0 | |
Next attempt to fix the Samba3 torture breakage Jelmer, can you please review this? Thanks, Volker (This used to be commit 1d624c8b883ffd44408da1d584dd063cef0edec9) | |||||
2007-12-24 | r26567: Allow registering new ldb modules from python. | Jelmer Vernooij | 4 | -21/+78 | |
(This used to be commit 485db76d8476fce399a9b6cb977cf55ea35ec189) | |||||
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 3 | -5/+5 | |
(This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173) | |||||
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 3 | -5/+5 | |
(This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2) | |||||
2007-12-21 | r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}). | Jelmer Vernooij | 4 | -199/+197 | |
(This used to be commit e91fe76d296973430f71502c9b614d0dfac4d83c) | |||||
2007-12-21 | r26529: Indeed, this belongs in the schema module. Ranged results need to use | Andrew Bartlett | 1 | -5/+0 | |
an attribute with ';' in the name. Andrew Bartlett (This used to be commit f4023b176eabfb3282fe9b999eac8db55a095ab0) | |||||
2007-12-21 | r26496: Move some provision functions to a new SamDB class, support setting ↵ | Jelmer Vernooij | 3 | -132/+134 | |
session_info on a ldb context from python. (This used to be commit 75cfb0d609687538048a7d72a499a5205af46a34) | |||||
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb) | |||||
2007-12-21 | r26482: Use shared library version of ldb, to make sure not every module ↵ | Jelmer Vernooij | 1 | -0/+1 | |
ends up with its own private copy of ldb with its own list of modules... (This used to be commit ef029d950cb056b4b831e1ca0f6789484f262093) | |||||
2007-12-21 | r26481: Make function for loading symbol from DSO more generic, and allow ↵ | Jelmer Vernooij | 3 | -12/+27 | |
modules to provide an ops table directly rather than an initialization function. (This used to be commit a71419a73a869c24121005ccbbcb4396f888888b) | |||||
2007-12-21 | r26480: Add utility class for testing LDB code. | Jelmer Vernooij | 1 | -1/+4 | |
(This used to be commit d7f0b12c9e43b93705f6b9fa6b5ab74fe68e80a0) | |||||
2007-12-21 | r26475: Add ldb.set_credentials function. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit dbebb4ef477d2c8de7b8d1e5cde9b9dada47044f) | |||||
2007-12-21 | r26459: Build ildap module as shared module by default. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 91cff7dad2eb0467e6b9a86963859e99ded137f8) | |||||
2007-12-21 | r26426: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit e1d177c8c1101965479f7ade2270490cd6fae4f2) | |||||
2007-12-21 | r26410: Remove unnecessary static. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 13ae3108dad2f9f0f7a421d672751fa594f4e3fb) | |||||
2007-12-21 | r26399: Use -O option for SWIG (less evil generated code). | Jelmer Vernooij | 2 | -251/+259 | |
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41) | |||||
2007-12-21 | r26374: Remove dependency on dynconfig. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit a232a38d1cd6798f8948c0c8741a344970817161) | |||||
2007-12-21 | r26371: Fix typo. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit dcbacd9adb1ded14cbea3513f3db351e5b7bbe87) | |||||
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 2 | -5/+6 | |
(This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d) | |||||
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 17637e4490e42db6cdef619286c4d5a0982e9d1a) | |||||
2007-12-21 | r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chain | Andrew Bartlett | 1 | -14/+10 | |
and therefore further improve debug output. Andrew Bartlett (This used to be commit 5e93ca2ea16a7d10d63606ae539c0fdc4e224556) | |||||
2007-12-21 | r26299: Print out which module failed to initialise. | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit 6628d9f843d773ec1a5841f793b16f76910c39c4) | |||||
2007-12-21 | r26277: Move loadparm context higher up the stack. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 38fa08310ce573e9b46e76c840ddda6f18863573) | |||||
2007-12-21 | r26276: Install SWIG files if swig is present. | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit dfd5b456f932268e2b1a82e2775037d356b9483e) | |||||
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 7280c1e9415daabb2712db1372e23f9846272ede) | |||||
2007-12-21 | r26248: Check in SWIG output so SWIG is not required when running out of svn. | Jelmer Vernooij | 2 | -0/+6331 | |
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631) | |||||
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts ↵ | Jelmer Vernooij | 1 | -0/+4 | |
up the call stack. (This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166) | |||||
2007-12-21 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit 6cbce47a3eaef76a89db7cd0ab0d4f6441fc720d) | |||||
2007-12-21 | r26205: Pass loadparm_context to secrets_db_connect() rather than using ↵ | Jelmer Vernooij | 1 | -1/+1 | |
global context. (This used to be commit 5718b6cfee86ddfc9cf405c98c68ba848df4d9d7) | |||||
2007-12-21 | r26200: Bring back some accidently removed files. | Jelmer Vernooij | 1 | -0/+153 | |
(This used to be commit a71e40ab5dc7f0a5f6d2d1eb930f378cd143b186) | |||||
2007-12-21 | r26197: Add bindings for libsecurity. | Jelmer Vernooij | 2 | -153/+1 | |
(This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135) | |||||
2007-12-21 | r26196: Always build python bindings for ldb. | Jelmer Vernooij | 2 | -7/+7 | |
(This used to be commit 0aa19ce73f435cab44f83023b9b265d4761d3c31) | |||||
2007-12-21 | r26192: Handle, test and implement the style of extended_dn requiest that ↵ | Andrew Bartlett | 1 | -9/+17 | |
MMC uses. It appears that the control value is optional, implying type 0 responses. Failing to parse this was causing LDAP disconnects with 'unavailable critical extension'. Andrew Bartlett (This used to be commit 833dfc2f2af84c45f954e428c9ea6babf100ba92) | |||||
2007-12-21 | r26187: Fix module name, indentation. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit ef790ebf3a712dbbb85d6af65c804199c2c084fc) | |||||
2007-12-21 | r26185: No need to depend on ldap, shared lib already has that info. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 522d6591d769e5743262386a90f3f4cd5476b959) | |||||
2007-12-21 | r26179: Fix symlink. | Jelmer Vernooij | 1 | -3/+4 | |
(This used to be commit b25d0201da5c02bba3046caa539b3ecb72d3a635) | |||||
2007-12-21 | r26178: Link against -ldl as well to prevent undefined symbols. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 7bb479f81607b9d4a7a6df267b2ed7a394bd68d1) | |||||
2007-12-21 | r26177: Allow prebuilding swig wrapper, install ldb.py. | Jelmer Vernooij | 3 | -4/+10 | |
(This used to be commit e61160dce4bdfc8ade8494c91c8bbec13d0afe4b) | |||||
2007-12-21 | r26131: Ensure we show the right errors in the NULL base DN case. Based on | Andrew Bartlett | 1 | -0/+2 | |
bug 5090 by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> Andrew Bartlett (This used to be commit cc2d0c9f15a9c687d212df14d8ffb6c60ad15242) | |||||
2007-12-21 | r26124: Install ldb_handlers.h, required by ldb_samba. | Jelmer Vernooij | 1 | -1/+3 | |
(This used to be commit 037774cff700ca60ae73a4adbfd408758977c810) | |||||
2007-12-21 | r26119: Fix warnings. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 38a6522e44938ae05356916182d6c3bb1b6e881b) | |||||
2007-12-21 | r26117: Fix DESTDIR use for bindir. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit b7eb2cadcf1520e76ed185293c7061ae17668bf7) | |||||
2007-12-21 | r26114: Allow keyword-arguments. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 99c342641b865e37c9ee8dd280348b659076d1e5) | |||||
2007-12-21 | r26112: Do proper error checking in __contains__. | Jelmer Vernooij | 1 | -18/+8 | |
(This used to be commit b67cc409fa5aa931b0847b7d3bdd2edf72daf88d) | |||||
2007-12-21 | r26106: Add targets for building, installing and checking python bindings. | Jelmer Vernooij | 2 | -6/+20 | |
(This used to be commit 7f1d38df053545fd0763baf172e78807d776e6ef) | |||||
2007-12-21 | r26105: Add targets for building and installing the python bindings. | Jelmer Vernooij | 2 | -2/+15 | |
(This used to be commit 634436adaab18d41ac7cca5ac704929e3b909452) | |||||
2007-12-21 | r26088: Import some native-python python modules and move original python ↵ | Jelmer Vernooij | 1 | -3/+2 | |
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1) | |||||
2007-12-21 | r26080: Import updated LDB bindings. | Jelmer Vernooij | 1 | -133/+460 | |
(This used to be commit 19342e66a7279805daf9f810b9dc808247110a8a) |