Age | Commit message (Expand) | Author | Files | Lines |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 1 | -0/+1 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -4/+4 |
2008-07-26 | lib/ldb/tools: allow -W and --realm when build from samba4 | Stefan Metzmacher | 1 | -0/+1 |
2008-02-20 | Fix static module list generation for ldb. | Jelmer Vernooij | 1 | -2/+0 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26277: Move loadparm context higher up the stack. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 1 | -0/+4 |
2007-12-21 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25842: Start working on test for loading dso's in ldb. | Jelmer Vernooij | 1 | -0/+7 |
2007-10-10 | r25084: Move samba-specific code out of lib/ldb directory. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r23809: Don't give users the fantasy that we can control choice of GENSEC | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22682: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r21496: A number of ldb control and LDAP changes, surrounding the | Andrew Bartlett | 1 | -368/+0 |
2007-10-10 | r19897: Fix klokwork ids 2278 and 2279 | Volker Lendecke | 1 | -2/+9 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r18851: Some C++ warnings | Volker Lendecke | 1 | -8/+8 |
2007-10-10 | r18840: make these compatible with g++ warnings | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17820: simplify the code flow a little | Andrew Tridgell | 1 | -20/+27 |
2007-10-10 | r17719: ldb_cmdline needs to be static for cc on solaris | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the client | Stefan Metzmacher | 1 | -0/+21 |
2007-10-10 | r17429: implement the LDAP_SERVER_SHOW_DELETED control in the client | Stefan Metzmacher | 1 | -0/+21 |
2007-10-10 | r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE control | Stefan Metzmacher | 1 | -2/+23 |
2007-10-10 | r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support. | Stefan Metzmacher | 1 | -0/+25 |
2007-10-10 | r17418: add client support for the LDAP_SERVER_SD_FLAGS control | Stefan Metzmacher | 1 | -1/+26 |
2007-10-10 | r15955: fix whitespaces | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15370: Fix more dependencies for shared libs | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14344: More helpful messages on error for command line specified controls | Simo Sorce | 1 | -0/+14 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13609: Get in the initial work on making ldb async | Simo Sorce | 1 | -4/+0 |
2007-10-10 | r13361: initial implementation of the vlv control | Simo Sorce | 1 | -0/+72 |
2007-10-10 | r13349: In the end I could not use ldb_caseless_cmp | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13340: The gensec_init() needs to be after the popt processing, as it | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp() | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r12989: move the control parsing and handleng functions to cmdline.c | Simo Sorce | 1 | -0/+317 |
2007-10-10 | r12843: get special objects with ldbsearch -a too, to match ldbedit -a | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12833: complete ldbsearch support for controls | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r12790: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12745: Initial work to support a syntax to pass over controls via | Simo Sorce | 1 | -1/+30 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |