summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/ldb: Use talloc_memdup() because we know the length of the attribute alreadyAdrian Cochrane2015-12-171-1/+1
* lib/ldb: Rename variable for clarityGarming Sam2015-12-171-1/+2
* lib/ldb Add checks for overflow during ldb pack and parseAndrew Bartlett2015-12-171-23/+105
* lib/ldb: Use better variable names in ldb_unpack_only_attr_listAdrian Cochrane2015-12-171-8/+13
* ldb: increment version due to added ldb_unpack_data_only_attr_listGarming Sam2015-12-173-1/+268
* lib/ldb: Clarify the intent of ldb_data_unpack_withlistGarming Sam2015-12-172-19/+27
* ldb: introduce ldb_unpack_data_withlist to unpack partial list of attributesMatthieu Patou2015-12-172-21/+115
* ldb: version 1.1.24ldb-1.1.24Ralph Boehme2015-12-094-1/+269
* CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-091-2/+7
* CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-091-1/+4
* CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-091-1/+2
* CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-094-14/+25
* CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-091-4/+8
* CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-091-28/+18
* CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-091-4/+13
* CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-091-1/+15
* lib/param: handle (ignore) substitution variable in smb.confQuentin Gibeaux2015-12-091-0/+18
* ldb: Move ldb_(un)pack_data into ldb_module.h for testingAdrian Cochrane2015-12-042-11/+12
* ldb: Fix installation of _ldb_text.pyAndreas Schneider2015-12-041-5/+5
* Fix propagation of LDB errors through TDB.Adrian Cochrane2015-12-043-44/+84
* ldb: Fix bug triggered by having an empty message in database during search.Adrian Cochrane2015-12-042-5/+34
* lib/async_req: do not install async_connect_send_test.Günther Deschner2015-12-011-1/+2
* lib: Fix an array subscript is above array bounds errorAndreas Schneider2015-12-011-1/+6
* lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Stefan Metzmacher2015-11-301-11/+37
* dbwrap_rbt: fix modifying the db during traverseStefan Metzmacher2015-11-271-47/+57
* dbwrap_rbt: add nested traverse protectionStefan Metzmacher2015-11-271-31/+40
* dbwrap_rbt: use talloc_zero_size() instead of a partial ZERO_STRUCT()Stefan Metzmacher2015-11-271-3/+1
* krb5_wrap: Fix picky const compiler warningsAndreas Schneider2015-11-231-2/+3
* dbwrap_tdb: Fix a typoVolker Lendecke2015-11-231-1/+1
* lib: Fix memalign_array overflow protectionVolker Lendecke2015-11-191-1/+1
* libreplace: Only check for malloc.h if neededVolker Lendecke2015-11-191-1/+8
* libreplace: Put the malloc.h check on a line of its ownVolker Lendecke2015-11-191-1/+3
* libreplace: Only check malloc.h onceVolker Lendecke2015-11-191-1/+1
* Set LD_LIBRARY_PATH during tests.Jelmer Vernooij2015-11-181-0/+3
* lib: tevent: Whitespace cleanup.Jeremy Allison2015-11-181-3/+3
* lib: tevent: Fix bug in poll backend - poll_event_loop_poll()Jeremy Allison2015-11-181-1/+4
* lib/util: Move util_process from util to util-coreChristof Schmitt2015-11-181-2/+2
* build:wafsamba: Replace Options.is_install by bld.is_installThomas Nagy2015-11-161-2/+2
* s3: smbd: Change aio_pending_size static variable to a new "aio max threads" ...Jeremy Allison2015-11-131-0/+2
* vfs: Remove smb_traffic_analyzerVolker Lendecke2015-11-111-3/+0
* Fix various spelling errorsMathieu Parent2015-11-064-6/+6
* build:wafsamba: Remove samba_utils.runonceThomas Nagy2015-11-061-2/+2
* Fix up some aesthetics ... ie, align things as they were intended.Richard Sharpe2015-11-061-2/+2
* ldb: version 1.1.23ldb-1.1.23Stefan Metzmacher2015-11-054-1/+269
* pyldb: Improve test coveragePetr Viktorin2015-11-052-0/+108
* pyldb: Fixes and Python3 compat for Dn component accessorsPetr Viktorin2015-11-051-25/+19
* pyldb: Prevent segfault when first module is NULLPetr Viktorin2015-11-052-1/+14
* ldb: Build for two Python versions at oncePetr Viktorin2015-11-051-18/+21
* pyldb: Adapt tests to Python 3Petr Viktorin2015-11-051-75/+330
* pyldb: Split text/byte strings for compatibility with Python 3Petr Viktorin2015-11-054-98/+396