Age | Commit message (Expand) | Author | Files | Lines |
2009-02-23 | Fix headers, ldb_includes.h is a private header, | Simo Sorce | 1 | -1/+1 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -1/+1 |
2008-12-18 | Print error strings when transactions fail in ldb tools | Andrew Bartlett | 1 | -2/+2 |
2008-12-16 | use transactions in ldbadd, ldbmodify and ldbedit | Andrew Tridgell | 1 | -0/+10 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -1/+1 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -1/+1 |
2008-02-20 | Fix static module list generation for ldb. | Jelmer Vernooij | 1 | -2/+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 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -4/+4 |
2007-10-10 | r18840: make these compatible with g++ warnings | Andrew Tridgell | 1 | -10/+10 |
2007-10-10 | r17740: get rid of dependence on asprintf(), using talloc_asprintf() instead | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r15370: Fix more dependencies for shared libs | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r12843: get special objects with ldbsearch -a too, to match ldbedit -a | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 1 | -7/+1 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12605: docs patch from Brad Hards <bradh@frogmouth.net> | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -7/+8 |
2007-10-10 | r10894: make the handling of dn/distinguishedName much closer to real | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -6/+17 |
2007-10-10 | r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are compared | Simo Sorce | 1 | -4/+6 |
2007-10-10 | r7833: changed ldbsearch and ldbedit to have command line syntax closer to | Andrew Tridgell | 1 | -11/+6 |
2007-10-10 | r7741: fixed the verbose option in ldbedit | Andrew Tridgell | 1 | -12/+11 |
2007-10-10 | r7714: enable samba credentials handling in ldb tools. So you can now do a | Andrew Tridgell | 1 | -8/+0 |
2007-10-10 | r7709: - convert ldb to use popt, so that it can interact with the samba | Andrew Tridgell | 1 | -83/+20 |
2007-10-10 | r6833: split out the routine that calculates the diff between two ldb message... | Andrew Tridgell | 1 | -43/+4 |
2007-10-10 | r6470: Remove ldb_search_free() it is not needed anymore. | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r5585: LDB interfaces change: | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4714: move the ldb code to the new talloc interface (eg remove _p suffix) | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r4474: - converted ldb to use talloc internally | Andrew Tridgell | 1 | -13/+15 |
2007-10-10 | r4427: - added ldb_msg_*() functions for sorting, comparing and copying messages | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r4059: moved the ldb -o option parsing to a common routine | Andrew Tridgell | 1 | -12/+2 |
2007-10-10 | r3783: - don't use make proto for ldb anymore | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r3754: merge in ldb modules support from the tmp branch ldbPlugins | Simo Sorce | 1 | -2/+20 |
2007-10-10 | r2381: added a -v debugging option to ldbedit | Andrew Tridgell | 1 | -1/+31 |
2007-10-10 | r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int | Tim Potter | 1 | -1/+1 |
2007-10-10 | r792: - changed the ldb ldif_* functions to be in the ldb_ namespace | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r609: allow ldbedit to take a list of attributes to edit, just like | Andrew Tridgell | 1 | -2/+9 |
2007-10-10 | r574: - another attempt at const cleanliness in ldb | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r513: added a generic ldb debug system to allow the Samba debug functions to | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r502: modified ldb to allow the use of an external pool memory | Andrew Tridgell | 1 | -8/+9 |
2007-10-10 | r435: a major upgrade for ldb | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r380: make sure that ldbedit -a works with all tdb and LDAP backends | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r163: - enable ldap in the sample makefile, and use /usr prefix | Andrew Tridgell | 1 | -12/+24 |
2007-10-10 | r159: nicer usage messages when no URL is given | Andrew Tridgell | 1 | -3/+3 |