summaryrefslogtreecommitdiffstats
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* docs: ldbdel.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldbadd.1.xml: Correct meta data.Karolin Seeger2013-01-241-3/+3
* docs: ldb.3.xml: Correct meta data.Karolin Seeger2013-01-241-2/+2
* ldb: Move doxygen comments for ldb_connect to the right placeStephen Gallagher2013-01-141-13/+12
* ldb: fix a typo in the comment for ldb_req_is_untrusted()Michael Adam2012-11-301-1/+1
* docs: man ldbsearch: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbrename: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbmodify: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbedit: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbdel: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbadd: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldb.3: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* lib/ldb: add missing newline in the output of ldb_ldif_write_trace()Stefan Metzmacher2012-11-131-1/+1
* ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell2012-11-0110-48/+321
* ldb: move ldb_pack.c into commonAndrew Tridgell2012-11-011-11/+11
* ldb: Add ldbdump, based on tdbdumpAndrew Bartlett2012-10-302-0/+223
* ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.hAndrew Bartlett2012-10-311-2/+0
* ldb: Change ltdb_unpack_data to take an ldb_contextAndrew Bartlett2012-10-315-9/+7
* ldb: bump version to 1.1.13 so the 4.0 release can get the isprint fixAndrew Bartlett2012-09-173-1/+263
* At Michael's suggestion, factor common code into a function. My bad :-).Jeremy Allison2012-09-111-4/+9
* Fix bug #9147 - winbind can't fetch user or group info from AD via LDAPJeremy Allison2012-09-101-2/+4
* lib/ldb: Avoid printing secret attributes in ldb trace logsAndrew Bartlett2012-08-298-14/+352
* lib/ldb: Bump ldb version to 1.1.11Andrew Bartlett2012-08-283-1/+262
* LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doubletsMatthias Dieter Wallnöfer2012-08-221-1/+18
* LDB:ldbsearch - add search filter testsMatthias Dieter Wallnöfer2012-08-221-0/+2
* LDB:ldbsearch - search filters do not only contain "="Matthias Dieter Wallnöfer2012-08-221-1/+1
* LDB:ldif_handlers.c - LDB_OP_GREATER/LDB_OP_LESS are thought as ">=" or "<="Matthias Dieter Wallnöfer2012-08-221-1/+1
* lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch()Andrew Bartlett2012-08-101-16/+38
* lib/ldb: Do not vasprintf() the tevent debug messages that will not be shownAndrew Bartlett2012-08-096-10/+279
* lib/ldb: Use tdb_exists() rather than tdb_fetch()/talloc_free()Andrew Bartlett2012-08-091-7/+7
* Revert "ldb: Add parameter to avoid NULL format string flagged by -Werror=for...Andrew Bartlett2012-08-061-1/+1
* lib/ldb: Ensure rename target does not exist before deleting old recordAndrew Bartlett2012-07-314-3/+301
* ldb: Add parameter to avoid NULL format string flagged by -Werror=formatAndrew Bartlett2012-07-301-1/+1
* lib/ldb: Bump ldb release due to pyldb changesAndrew Bartlett2012-07-093-1/+261
* pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett2012-07-062-0/+20
* pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett2012-07-062-2/+2
* ldb: bump version due to header and internal implementation changesAndrew Bartlett2012-07-033-1/+261
* ccan: we're subsystems, not a library.Rusty Russell2012-06-291-4/+1
* lib/ldb: Print trace messages for modify correctlyAndrew Bartlett2012-06-271-1/+1
* ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou2012-06-223-5/+42
* ldb: add the VERIFY_NAME controlMatthieu Patou2012-06-222-0/+68
* ldb: use tdb directly, not tdb_compat.Rusty Russell2012-06-196-18/+20
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-192-31/+0
* ldb:tests: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* pyldb: Ensure that the ldb argument is really an ldb before we dereferenceAndrew Bartlett2012-06-111-0/+10
* lib/ldb/tools: add missing "replace.h"Stefan Metzmacher2012-06-114-0/+4
* LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value orderingMatthias Dieter Wallnöfer2012-04-181-3/+10
* ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell2012-04-185-1/+286
* LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"Matthias Dieter Wallnöfer2012-04-111-0/+1
* ldb-tools: Place the whole of an ldif file in a transactionAndrew Bartlett2012-04-107-16/+136