PEP8: fix E703: statement ends with a semicolon
[nivanova/samba-autobuild/.git] / lib /
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E306: expected 1 blank line before a nested...
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E301: expected 1 blank line, found 0
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E124: closing bracket does not match visual...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-08-24 Joe GuoPEP8: fix E101: indentation contains mixed spaces and...
2018-08-17 Paulo Alcantaras3: util: Do not take over stderr when there is no...
2018-08-17 Volker Lendeckedbwrap: Fix a typo
2018-08-15 Andrew Bartlettldb: Release LDB 1.5.1 ldb-1.5.1
2018-08-15 Andrew Bartlettldb: extend API tests
2018-08-15 Andrew Bartlettldb: Add new function ldb_dn_add_child_val()
2018-08-15 Andrew Bartlettldb_tdb: Remove pointless check of ldb_dn_is_valid()
2018-08-15 Andrej Gesselfix mem leak in ldbsearch
2018-08-15 Andrej Gesselfix mem leak in ltdb_index_dn_base_dn and ltdb_search_i...
2018-08-15 Joe Guoldb: no need to call del_transaction in ldb_transaction...
2018-08-14 Timur I. Bakeyevldb tests: fix assertion on wrong pointer
2018-08-14 Andrew BartlettRelease LDB 1.5.0 for CVE-2018-1140 ldb-1.5.0
2018-08-14 Andrew BartlettCVE-2018-1140 ldb: Add tests for search add and rename...
2018-08-14 Andrew BartlettCVE-2018-1140 ldb_tdb: Check for DN validity in add...
2018-08-14 Andrew BartlettCVE-2018-1140 ldb_tdb: Ensure the dn in distinguishedNa...
2018-08-14 Andrew BartlettCVE-2018-1140 ldb: Check for ldb_dn_get_casefold()...
2018-08-14 Andrej GesselCVE-2018-1140 Add NULL check for ldb_dn_get_casefold...
2018-08-09 Andreas Schneiderlib: Add support to parse MS Catalog files
2018-08-06 Richard SharpeMinor, really small, documentation fix.
2018-08-06 Aaron Hasletttdb: test for readonly locks mode on tdbbackup command
2018-08-06 Aaron Hasletttdb: adding readonly locks mode to tdbbackup tool
2018-07-31 Stefan Metzmacherpthreadpool: reset monitor_fd after calling tevent_fd_s...
2018-07-31 Stefan Metzmacherpthreadpool: ignore the return value of poll(NULL,...
2018-07-30 Gary Lockyerlib ldb key value: convert TDB_DATA structs to ldb_val
2018-07-30 Gary Lockyerlib ldb: rename LTDB_* constants to LDB_KV_*
2018-07-30 Gary Lockyerlib ldb: move key value code to lib/ldb/ldb_key_value
2018-07-30 Gary Lockyerlib ldb: rename ltdb_parse_data_unpack_ctx
2018-07-30 Gary Lockyerlib ldb: remove unused function prototypes
2018-07-30 Gary Lockyerlib ldb: rename ltdb_idxptr to ldb_kv_idxptr
2018-07-30 Gary Lockyerlib ldb: rename tdb_key_ctx to key_ctx
2018-07-30 Gary Lockyerlib ldb: rename ltdb_cache to ldb_kv_cache
2018-07-30 Gary Lockyerlib ldb: format rename ldb_kv_private
2018-07-30 Gary Lockyerlib ldb: rename ltdb_private to ldb_kv_private
2018-07-30 Gary Lockyerlib ldb: format rename of ltdb_req_spy
2018-07-30 Gary Lockyerlib ldb: rename ltdb_req_spy to ldb_kv_req_spy
2018-07-30 Gary Lockyerlib ldb: rename ltdb_context to ldb_kv_context
2018-07-30 Gary Lockyerlib ldb: reformat ltdb_reindex_context rename
2018-07-30 Gary Lockyerlib ldb: rename struct ltdb_reindex_context
2018-07-30 Gary Lockyerlib ldb: fix formatting of ldb_kv rename.
2018-07-30 Gary Lockyerlib ldb: Rename functions to ldb_kv
2018-07-27 Stefan Metzmacherpthreadpool: we need to use pthreadpool_tevent_per_thre...
2018-07-27 Stefan Metzmacherldb_mdb: #ifdef EBADE as it is not portable
2018-07-25 Ralph Boehmepthreadpool: add a missing include
2018-07-25 Gary Lockyerlib audit_logging: add _WARN_UNUSED_RESULT_
2018-07-25 Gary Lockyerjson: Add unit tests for error handling
2018-07-25 Gary Lockyerjson: Modify API to use return codes
2018-07-24 Ralph Boehmelib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_L...
2018-07-24 Ralph Boehmepthreadpool: test cancelling and freeing jobs of a...
2018-07-24 Stefan Metzmacherpthreadpool: implement pthreadpool_tevent_wrapper_creat...
2018-07-24 Stefan Metzmacherpthreadpool: add pthreadpool_restart_check[_monitor_...
2018-07-24 Stefan Metzmacherpthreadpool: add tests for pthreadpool_tevent_[current_...
2018-07-24 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_[current_job_]per_t...
2018-07-24 Ralph Boehmepthreadpool: call unshare(CLONE_FS) if available
2018-07-24 Ralph Boehmepthreadpool: test cancelling and freeing pending pthrea...
2018-07-24 Stefan Metzmacherpthreadpool: add a comment about a further optimization...
2018-07-24 Stefan Metzmacherpthreadpool: maintain a list of job_states on each...
2018-07-24 Stefan Metzmacherpthreadpool: add helgrind magic to PTHREAD_TEVENT_JOB_T...
2018-07-24 Stefan Metzmacherlib/replace: also check for valgrind/helgrind.h
2018-07-24 Stefan Metzmacherpthreadpool: add some lockless coordination between...
2018-07-24 Stefan Metzmacherreplace: add checks for atomic_thread_fence(memory_orde...
2018-07-24 Stefan Metzmacherlib/replace: check for __thread support
2018-07-24 Stefan Metzmacherpthreadpool: replace assert_return_code(ret, 0); with...
2018-07-24 Stefan Metzmacherpthreadpool: test pthreadpool_tevent_max_threads()...
2018-07-24 Stefan Metzmacherpthreadpool: make sure a pthreadpool is marked as stopp...
2018-07-24 Stefan Metzmachertevent: use talloc_zero_size() for the private state...
2018-07-17 Ralph Boehmetevent: fix CID 1437974 dereference after null check
2018-07-17 Ralph Boehmetevent: fix CID 1437976 dereference before null check
2018-07-12 Noel Powerlib/ldb: Implement a bytes derived object for attribute...
2018-07-12 Stefan Metzmacherpthreadpool: allocate glue->tctx on glue as memory...
2018-07-12 Stefan Metzmacherpthreadpool: maintain a global list of orphaned pthread...
2018-07-12 Stefan Metzmacherpthreadpool: make use of pthreadpool_stop() in pthreadp...
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_job_cancel()
2018-07-12 Stefan Metzmacherpthreadpool: split out pthreadpool_tevent_job from...
2018-07-12 Stefan Metzmacherpthreadpool: let pthreadpool_tevent_job_send() fail...
2018-07-12 Stefan Metzmacherpthreadpool: split out a pthreadpool_stop() from pthrea...
2018-07-12 Stefan Metzmacherpthreadpool: don't process further jobs when shutting...
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_cancel_job()
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_max_threads() and...
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_max_threads() and pthreadp...
2018-07-12 Stefan Metzmacherpthreadpool: expand test_create() to check unlimited...
2018-07-12 Stefan Metzmacherpthreadpool: fix helgrind error in pthreadpool_free()
2018-07-12 Stefan Metzmacherpthreadpool: use talloc_zero() in tests_cmocka.c setup_...
2018-07-12 Stefan Metzmacherpthreadpool: use strict sync processing only with max_t...
2018-07-12 Stefan Metzmacherpthreadpool: consitently use unlock_res for pthread_mut...
2018-07-12 Stefan Metzmacherpthreadpool: explicitly use max_thread=unlimited for...
2018-07-12 Stefan Metzmacherpthreadpool: use unsigned for num_idle, num_threads...
next