summaryrefslogtreecommitdiff
path: root/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* ldb: bad if test in ldb_comparison_fold()Jeremy Allison2013-12-261-1/+1
* ldb: Cope with substring match with no chunks in ldb_filter_from_treeAndrew Bartlett2013-06-241-1/+1
* ldb: Ensure not to segfault on a filter such as (mail=)Andrew Bartlett2013-06-221-0/+5
* ldb: use strncmp instead of strcmp when comparing the val partMatthieu Patou2013-02-081-2/+2
* ldb: Ensure to decrement the transaction_active whenever we delete a transactionldb-1.1.15Andrew Bartlett2013-01-261-0/+1
* ldb: fix a typo in the comment for ldb_req_is_untrusted()Michael Adam2012-11-301-1/+1
* lib/ldb: add missing newline in the output of ldb_ldif_write_trace()ldb-1.1.14Stefan Metzmacher2012-11-131-1/+1
* ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell2012-11-011-26/+23
* ldb: move ldb_pack.c into commonAndrew Tridgell2012-11-011-0/+290
* 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 logsldb-1.1.12Andrew Bartlett2012-08-293-13/+80
* LDB:ldif_handlers.c - LDB_OP_GREATER/LDB_OP_LESS are thought as ">=" or "<="Matthias Dieter Wallnöfer2012-08-221-1/+1
* lib/ldb: Do not vasprintf() the tevent debug messages that will not be shownldb-1.1.10Andrew Bartlett2012-08-092-9/+16
* lib/ldb: Print trace messages for modify correctlyAndrew Bartlett2012-06-271-1/+1
* ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou2012-06-222-5/+41
* ldb: add the VERIFY_NAME controlMatthieu Patou2012-06-221-0/+53
* ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell2012-04-181-0/+20
* LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"Matthias Dieter Wallnöfer2012-04-111-0/+1
* ldb: Allow access to the line number while reading ldif from a fileAndrew Bartlett2012-04-101-6/+13
* ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctlyMatthias Dieter Wallnöfer2012-01-021-1/+1
* ldb: fix compiler warningDavid Disseldorp2011-11-021-1/+1
* ldb:common/ldb_modules.c - fix a typo in commentMatthias Dieter Wallnöfer2011-10-271-1/+1
* ldb: ldb_errstring() takes ldb_contxt as an argumentAmitay Isaacs2011-10-201-1/+1
* dsdb: improve debug messageAndrew Tridgell2011-10-201-3/+3
* ldb: Output more error information when a connect failsAndrew Bartlett2011-10-181-1/+1
* ldb:ldb_autotransaction_request - error string shouldn't be set hereMatthias Dieter Wallnöfer2011-10-111-5/+0
* ldb:ldb.c/"ldb_wait" - make "ldb_wait" always return an error stringMatthias Dieter Wallnöfer2011-10-111-4/+39
* ldb:ldb.c/"ldb_wait" - change "ldb_wait" slightly in order to introduce error...Matthias Dieter Wallnöfer2011-10-111-3/+5
* ldb:ldb.c/"ldb_request" - make "ldb_request" always return an error stringMatthias Dieter Wallnöfer2011-10-111-1/+15
* ldb:ldb.c - "ldb_set_errstring" can be implemented by using "ldb_asprintf_err...Matthias Dieter Wallnöfer2011-10-111-10/+7
* ldb:ldb_autotransaction_request - fix a typo in a commentMatthias Dieter Wallnöfer2011-10-111-1/+1
* Revert "ldb: support raw OIDs in control string parsing"Stefan Metzmacher2011-10-071-18/+0
* ldb/ldb_controls: allow oid up to 255 charsStefan Metzmacher2011-10-071-1/+1
* ldb: support raw OIDs in control string parsingAndrew Tridgell2011-10-061-0/+18
* ldb: fixed memory leak in control string parsingAndrew Tridgell2011-10-061-0/+24
* ldb:"ldb_extended" -make the call more similar to "ldb_search"Matthias Dieter Wallnöfer2011-09-191-2/+6
* ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer2011-09-111-11/+3
* ldb:ldb_controls.c - cosmetic indentation fixMatthias Dieter Wallnöfer2011-08-191-5/+4
* ldb: fix the canonicalisation of booleansAndrew Tridgell2011-08-091-3/+3
* ldb: added a new always-fail ldap extended match OIDAndrew Tridgell2011-08-041-1/+12
* ldb: added ldb_parse_tree_walk()Andrew Tridgell2011-08-041-16/+70
* ldb: added ldb_dn_replace_components()Andrew Tridgell2011-08-041-0/+56
* ldb: fixed a search expression parse bugAndrew Tridgell2011-07-291-1/+11
* ldb: added ldb_val_string_cmp()Andrew Tridgell2011-07-131-0/+12
* ldb: don't return special DNs on non-base searchesAndrew Tridgell2011-07-131-0/+5
* ldb: don't shortcut dn comparison for mismatched special DNsAndrew Tridgell2011-07-131-1/+1
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-0514-0/+11302