summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* s4-ldb: fixed call argument order for ldb_dn_from_ldb_valAndrew Tridgell2009-09-221-3/+3
* s4-ldb: when tracing, show ldb_set_debug messagesAndrew Tridgell2009-09-221-0/+3
* s4-ldb: only show the outer level of ldb ops when tracingAndrew Tridgell2009-09-222-4/+37
* s4-ldb: don't show timestamps on every line of ldb tracesAndrew Tridgell2009-09-223-64/+96
* Move the check above the tallocAnatoliy Atanasov2009-09-221-5/+6
* Add support in the ldb_dn.c code for MS-ADTS:3.1.1.5.1.2 Naming ConstraintsAnatoliy Atanasov2009-09-211-0/+13
* s4-ldb: bit prettier outputAndrew Tridgell2009-09-211-7/+15
* s4-ldb: fixed O(n^2) string handling in ldif debug printAndrew Tridgell2009-09-211-3/+3
* s4-ldb: add a LDB_FLG_ENABLE_TRACING for full ldb tracingAndrew Tridgell2009-09-213-1/+126
* s4:ldb print out which LDB the transaction is still active on.Andrew Bartlett2009-09-201-2/+2
* s4:ldb_parse - Fix the type of an array entryMatthias Dieter Wallnöfer2009-09-201-1/+1
* s4:ldb: add ldb_parse_tree_copy_shallow() and change version to 0.9.7Stefan Metzmacher2009-09-201-0/+58
* s4-ldb: ldap attribute names can contain a '.'Andrew Tridgell2009-09-151-1/+2
* s4-ldb: expose ldb_transaction_prepare_commit() in ldbAndrew Tridgell2009-09-151-21/+57
* ldb: Remove references to operational module init function.Jelmer Vernooij2009-09-111-1/+0
* s4-ldb: don't remove a message element beyond the end of the arrayAndrew Tridgell2009-09-111-0/+4
* s4/ldb: expose the ldb flags with ldb_get_flags()Andrew Tridgell2009-09-081-0/+6
* s4/ldb: don't line wrap ldif when --show-binary is usedAndrew Tridgell2009-09-081-4/+9
* s4/ldb: added --show-binary command line optionAndrew Tridgell2009-09-081-2/+6
* ldb: make ldb module programming less error proneAndrew Tridgell2009-09-041-0/+14
* always use prepare_commit in ldb transaction commits if possibleAndrew Tridgell2009-09-032-6/+50
* don't allow two controls to be added with the same OIDAndrew Tridgell2009-09-021-1/+7
* added ldb_ldif_message_string()Andrew Tridgell2009-09-021-0/+16
* ldb: cosmetic changes in ldb_dnSimo Sorce2009-08-301-193/+292
* s4:ldb Add ldb_ldif_write_string() and python wrappersAndrew Bartlett2009-08-261-0/+40
* s4:ldb Use length-limited printf to avoid walking off end of stringsAndrew Bartlett2009-08-211-1/+1
* s4:ldb - Free the asynchronous resultMatthias Dieter Wallnöfer2009-08-141-0/+2
* make sure we never look past the end of either string in ldb_comparison_fold()Andrew Tridgell2009-08-071-26/+44
* s4:ldb: add support for the new Recycle Bin Feature LDAP controlsStefan Metzmacher2009-07-231-0/+54
* remove all '\n' from ldb_debugSumit Bose2009-07-145-20/+21
* s4:ldb Fix talloc hirarchy in LDIF parsing codeAndrew Bartlett2009-07-061-3/+3
* ldb: Properly handle NULL when copying attr lists.Andrew Kroeger2009-06-291-4/+4
* fixed server side sorting of case-insensitive stringsAndrew Tridgell2009-06-101-3/+0
* when comp_num is zero, the case folded DN is always ""Andrew Tridgell2009-06-011-8/+2
* s4:ldb:modules: Correct typos.Andrew Kroeger2009-05-261-3/+1
* Provide a ldb_global_init() function for compatibility with older versions of...Jelmer Vernooij2009-04-231-0/+6
* fixed internal handling of attribute deletionAndrew Tridgell2009-04-071-13/+23
* major upgrade to the ldb attribute handlingAndrew Tridgell2009-04-022-7/+67
* s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher2009-03-121-1/+3
* s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher2009-03-121-0/+35
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-4/+1
* Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-231-59/+73
* Explicitly include ldb_handlers.h where necessarySimo Sorce2009-01-301-0/+1
* Add helper function to get a module name, may be useful for debugging.Simo Sorce2009-01-301-0/+5
* Fix the mess with ldb includes.Simo Sorce2009-01-3013-13/+63
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-211-3/+10
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
* Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer2008-12-192-3/+3
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-172-1/+25
* s4:ldb: use try to print the extended dn in the ldif outputAndrew Bartlett2008-12-171-2/+4