Age | Commit message (Expand) | Author | Files | Lines |
2009-03-05 | Remove parse_control from header, long after the function was removed | Andrew Bartlett | 1 | -1/+0 |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 4 | -1/+4 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 8 | -11/+11 |
2009-01-22 | Do not start a transaction this way. | Simo Sorce | 1 | -10/+0 |
2008-12-18 | Parse options (and open the database) before starting transactions | Andrew Bartlett | 1 | -2/+2 |
2008-12-18 | Print error strings when transactions fail in ldb tools | Andrew Bartlett | 3 | -6/+6 |
2008-12-16 | use transactions in ldbadd, ldbmodify and ldbedit | Andrew Tridgell | 3 | -0/+30 |
2008-09-29 | LDB ASYNC: ldb misc changes | Simo Sorce | 1 | -34/+42 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 3 | -4/+4 |
2008-08-22 | fixed a problem with length limited ldap values | Andrew Tridgell | 1 | -1/+1 |
2008-07-26 | lib/ldb/tools: allow -W and --realm when build from samba4 | Stefan Metzmacher | 1 | -0/+1 |
2008-07-02 | Move ad2oLschema and oLschema2ldif into Samba4, out of LDB | Andrew Bartlett | 4 | -1586/+0 |
2008-07-02 | Collapse auxillary classes in LDAP schema conversion. | Andrew Bartlett | 1 | -4/+106 |
2008-06-25 | Use ldbsrcdir rather than ldbdir. | Jelmer Vernooij | 1 | -14/+14 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 9 | -10/+13 |
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 1 | -8/+2 |
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 1 | -2/+8 |
2008-05-27 | Use variable for ldb source directory. | Jelmer Vernooij | 1 | -8/+8 |
2008-05-06 | Cope with an empty mapping file in ad2oLschema | Andrew Bartlett | 1 | -2/+2 |
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 1 | -14/+14 |
2008-02-29 | Fix manpage paths. | Jelmer Vernooij | 1 | -6/+6 |
2008-02-29 | Move manpage management out of the perl build system. | Jelmer Vernooij | 1 | -6/+12 |
2008-02-20 | Fix static module list generation for ldb. | Jelmer Vernooij | 10 | -20/+0 |
2008-01-11 | Rework ldbsearch to avoid segfault when remote LDAP server returns | Andrew Bartlett | 1 | -12/+10 |
2008-01-11 | Fix segfault when sorting LDAP replies on the client. | Andrew Bartlett | 1 | -2/+2 |
2007-12-27 | r26611: Tridge didn't write this... | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r26426: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 |
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 | 2 | -0/+8 |
2007-10-10 | r25522: Convert to standard bool types. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25100: Include LDAP libs in .pc file so linking statically against libldb wo... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25093: Use system-provided ldb library if available. Note that this only mea... | Jelmer Vernooij | 1 | -0/+84 |
2007-10-10 | r25084: Move samba-specific code out of lib/ldb directory. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+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 | 12 | -24/+12 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 12 | -12/+12 |
2007-10-10 | r23177: Add in a new provision-backend script. This helps set up the OpenLDA... | Andrew Bartlett | 1 | -2/+21 |
2007-10-10 | r22684: Fix native Samba build. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r22682: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 2 | -6/+5 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 8 | -24/+16 |
2007-10-10 | r22559: Make the ad2OLschema tool case insensitive. | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r22497: Support renaming objectclasses and attributes for the LDAP backend. | Andrew Bartlett | 1 | -17/+65 |