summaryrefslogtreecommitdiff
path: root/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2013-09-16ldb: Show the type of failing operation in default error messageAndrew Bartlett1-1/+26
2013-06-24ldb: Cope with substring match with no chunks in ldb_filter_from_treeAndrew Bartlett1-1/+1
2013-06-22ldb: Ensure not to segfault on a filter such as (mail=)Andrew Bartlett1-0/+5
2013-02-08ldb: use strncmp instead of strcmp when comparing the val partMatthieu Patou1-2/+2
2013-01-26ldb: Ensure to decrement the transaction_active whenever we delete a transactionAndrew Bartlett1-0/+1
2012-11-30ldb: fix a typo in the comment for ldb_req_is_untrusted()Michael Adam1-1/+1
2012-11-13lib/ldb: add missing newline in the output of ldb_ldif_write_trace()Stefan Metzmacher1-1/+1
2012-11-01ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell1-26/+23
2012-11-01ldb: move ldb_pack.c into commonAndrew Tridgell1-0/+290
2012-09-11At Michael's suggestion, factor common code into a function. My bad :-).Jeremy Allison1-4/+9
2012-09-10Fix bug #9147 - winbind can't fetch user or group info from AD via LDAPJeremy Allison1-2/+4
2012-08-29lib/ldb: Avoid printing secret attributes in ldb trace logsAndrew Bartlett3-13/+80
2012-08-22LDB:ldif_handlers.c - LDB_OP_GREATER/LDB_OP_LESS are thought as ">=" or "<="Matthias Dieter Wallnöfer1-1/+1
2012-08-09lib/ldb: Do not vasprintf() the tevent debug messages that will not be shownAndrew Bartlett2-9/+16
2012-06-27lib/ldb: Print trace messages for modify correctlyAndrew Bartlett1-1/+1
2012-06-22ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou2-5/+41
2012-06-22ldb: add the VERIFY_NAME controlMatthieu Patou1-0/+53
2012-04-18ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell1-0/+20
2012-04-11LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"Matthias Dieter Wallnöfer1-0/+1
2012-04-10ldb: Allow access to the line number while reading ldif from a fileAndrew Bartlett1-6/+13
2012-01-02ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctlyMatthias Dieter Wallnöfer1-1/+1
2011-11-02ldb: fix compiler warningDavid Disseldorp1-1/+1
2011-10-27ldb:common/ldb_modules.c - fix a typo in commentMatthias Dieter Wallnöfer1-1/+1
2011-10-20ldb: ldb_errstring() takes ldb_contxt as an argumentAmitay Isaacs1-1/+1
2011-10-20dsdb: improve debug messageAndrew Tridgell1-3/+3
2011-10-18ldb: Output more error information when a connect failsAndrew Bartlett1-1/+1
2011-10-11ldb:ldb_autotransaction_request - error string shouldn't be set hereMatthias Dieter Wallnöfer1-5/+0
2011-10-11ldb:ldb.c/"ldb_wait" - make "ldb_wait" always return an error stringMatthias Dieter Wallnöfer1-4/+39
2011-10-11ldb:ldb.c/"ldb_wait" - change "ldb_wait" slightly in order to introduce error...Matthias Dieter Wallnöfer1-3/+5
2011-10-11ldb:ldb.c/"ldb_request" - make "ldb_request" always return an error stringMatthias Dieter Wallnöfer1-1/+15
2011-10-11ldb:ldb.c - "ldb_set_errstring" can be implemented by using "ldb_asprintf_err...Matthias Dieter Wallnöfer1-10/+7
2011-10-11ldb:ldb_autotransaction_request - fix a typo in a commentMatthias Dieter Wallnöfer1-1/+1
2011-10-07Revert "ldb: support raw OIDs in control string parsing"Stefan Metzmacher1-18/+0
2011-10-07ldb/ldb_controls: allow oid up to 255 charsStefan Metzmacher1-1/+1
2011-10-06ldb: support raw OIDs in control string parsingAndrew Tridgell1-0/+18
2011-10-06ldb: fixed memory leak in control string parsingAndrew Tridgell1-0/+24
2011-09-19ldb:"ldb_extended" -make the call more similar to "ldb_search"Matthias Dieter Wallnöfer1-2/+6
2011-09-11ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer1-11/+3
2011-08-19ldb:ldb_controls.c - cosmetic indentation fixMatthias Dieter Wallnöfer1-5/+4
2011-08-09ldb: fix the canonicalisation of booleansAndrew Tridgell1-3/+3
2011-08-04ldb: added a new always-fail ldap extended match OIDAndrew Tridgell1-1/+12
2011-08-04ldb: added ldb_parse_tree_walk()Andrew Tridgell1-16/+70
2011-08-04ldb: added ldb_dn_replace_components()Andrew Tridgell1-0/+56
2011-07-29ldb: fixed a search expression parse bugAndrew Tridgell1-1/+11
2011-07-13ldb: added ldb_val_string_cmp()Andrew Tridgell1-0/+12
2011-07-13ldb: don't return special DNs on non-base searchesAndrew Tridgell1-0/+5
2011-07-13ldb: don't shortcut dn comparison for mismatched special DNsAndrew Tridgell1-1/+1
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett14-0/+11302