tevent: Fix callers of tevent_req_set_endtime
[samba.git] / lib /
2018-04-24 Volker Lendecketevent: Fix callers of tevent_req_set_endtime
2018-04-23 Volker Lendeckedbwrap: Remove dependency on samba-hostconfig
2018-04-23 Volker Lendeckedbwrap: Remove calls to loadparm
2018-04-20 William Brownldb_wrap.c missing header
2018-04-13 Douglas Bagnallldb/pyldb: initialize optional parameter in ldb_connect()
2018-04-13 Joe Guopython: bulk replace dict.iteritems to items for py3
2018-04-13 Noel Powerwscript_build: make sure we link extra-python versions...
2018-04-12 Gary Lockyerldb-samba: require pid match for cached ldb
2018-04-12 Andrew Bartlettldb_wrap: Remove the magic cache of database handles...
2018-04-12 Andrew Bartlettldb_wrap: Remove ldb_transaction_cancel_noerr from...
2018-04-11 Volker Lendecketevent: Fix CID 1414792 Unchecked return value
2018-04-11 Andrew Bartlettlib/util: Call log_stack_trace() in smb_panic_default()
2018-04-10 Andrew Bartlettlib/util: Move log_stack_trace() to common code
2018-04-10 Andrew Bartlettlib/util: Log PANIC before calling pacic action just...
2018-04-10 Volker Lendecketdbtool: Use tdb_wipe_all in "erase" command
2018-04-06 Volker Lendeckeldb: Fix trailing whitespace
2018-04-06 Ralph Boehmeldb/tests: remove lmdb.h include from test
2018-04-06 Gary Lockyerldb: Unwind transaction counter if start_transaction...
2018-04-06 Gary Lockyerldb tests: add cmocka tests of kv operations
2018-04-06 Gary Lockyerldb_tdb: ltdb_tdb_delete require active transaction
2018-04-06 Gary Lockyerldb_tdb: ltdb_tdb_store require active transaction
2018-04-06 Gary Lockyerldb_tdb: ltdb_tdb_parse_record map tdb error codes
2018-04-06 Gary Lockyerldb tests: ldb_mod_op_test use correct ldb to create dn
2018-04-06 Gary Lockyerldb test: close pipes to stop forked tests failing...
2018-04-06 Gary Lockyerldb index: Add tests for truncated base 64 index keys
2018-04-06 Andrew Bartlettldb_tdb: A more robust check for if we can fit the...
2018-04-06 Gary Lockyerldb index: Fix truncation key length calculation
2018-04-06 Andrew Bartlettldb: Allow GUID index mode to be tested on TDB
2018-04-06 Andrew Bartlettldb: Ignore these tests in mdb test mode
2018-04-06 Garming Samldb: Change remaining fetch prototypes to remove TDB_DATA
2018-04-06 Garming Samldb: Change some prototypes to using ldb_val instead...
2018-04-06 Andrew Bartlettldb: Fix missing NULL terminator in ldb_mod_op_test...
2018-04-05 Stefan Metzmachertalloc: version 2.1.13 talloc-2.1.13
2018-04-05 Stefan Metzmachertalloc: use atexit() again instead of a library destructor
2018-04-05 Andrew Bartlettldb: Add test to show a reindex failure must not leave...
2018-04-05 Gary Lockyerlib ldb tests: Prepare to run api and index test on...
2018-04-05 Andrew Bartlettldb_tdb: Ensure we can not commit an index that is...
2018-04-04 Volker Lendeckekrb5_wrap: Fix CID 1414755 Resource leak
2018-04-03 Volker Lendeckekrb5_wrap: Fix CID 1034833 Resource leak
2018-04-03 Volker Lendeckelibads: Fix CID 1272809 Free of address-of expression
2018-04-03 Andreas Schneiderreplace: Check for -Wno-strict-overflow
2018-04-03 Andreas Schneiderlib:util: Fix size types in fgets_slash()
2018-04-03 Andreas Schneiderldb: Fix overflow checks
2018-04-03 Andreas Schneiderldb: Add test for ldb_qsort()
2018-04-03 Stefan Metzmacherldb/tests: avoid 'return void_function();' which isn...
2018-04-03 Stefan Metzmacherlib/crypto: avoid 'return void_function();' which isn...
2018-04-03 Stefan Metzmacherlib/replace: define __[u]intptr_t_defined if we prove...
2018-04-03 Stefan Metzmacherlib/util: remove unused '#include <sys/syscall.h>'...
2018-03-27 Eric VannierAllow AESNI to be used on all processor supporting...
2018-03-23 Noel Powerlib/tdb: convert print func to be py2/py3 compatible
2018-03-22 Jamie McClymontselftest: consistently produce high-res UTC time
2018-03-22 Volker Lendecketdb: Fix a "increases alignment" warning
2018-03-22 Volker Lendecketdb: Align a few integer types
2018-03-22 Volker Lendecketdb: Harden allocating the tdb recovery area
2018-03-22 Volker Lendecketdb: Make sure the hash size fits
2018-03-22 Volker LendeckeHarden tdb_check_used_record against overflow
2018-03-22 Volker Lendecketdb: Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal
2018-03-22 Volker Lendecketdb: Harden tdb_rec_read
2018-03-22 Volker Lendecketdbdump: Avoid an int cast
2018-03-22 Jeremy Allisons3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specific...
2018-03-22 Jeremy Allisonlib: debug: Add DBGC_XXX versions of the macros to...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2018-03-22 Andreas Schneiderlib:param: Fix the size type in lp_do_parameter_paramet...
2018-03-21 Stefan Metzmachertalloc: version 2.1.12 talloc-2.1.12
2018-03-21 Stefan Metzmachertalloc: use a library destructor instead of atexit...
2018-03-21 Andreas Schneidertalloc: Fix size type and checks in _vasprintf_tc
2018-03-20 Andreas Schneiderlib:socket: Return early if we have only one interface
2018-03-20 Andreas Schneiderldb: Fix size types in ldb_ldif functions
2018-03-20 Noel Powerlib:replace: Fix linking when libtirpc-devel overwrites...
2018-03-08 Garming Samldb_tdb: Remove unnecessary call to tdb_get_seqnum
2018-03-07 Gary Lockyerldb_mod_op_test: Make sure that closing the database...
2018-03-06 Gary Lockyerldb_mod_op_test: Add new nested transactions test
2018-03-06 Gary Lockyerldb: Remove python warning in tests/python/index.py
2018-03-06 Garming Samldb_tdb: Build a key value operation library
2018-03-05 Garming Samldb_tdb: Implement a traversal function in key value ops
2018-03-05 Garming Samldb_tdb: Use key value ops for fetch command
2018-03-05 Garming Samldb_tdb: factor out the (to be) common init code
2018-03-05 Gary Lockyerldb_tdb: Add errorstr to the key value ops
2018-03-05 Garming Samldb_tdb: Remove tdb_get_seqnum and use a generic 'has_c...
2018-03-05 Garming Samldb_tdb: Add lock_read and unlock_read to key value ops
2018-03-05 Garming Samldb_tdb: Replace tdb transaction code with generic...
2018-03-05 Garming Samldb_tdb: Replace exists, name and error_map with key...
2018-03-05 Garming Samldb_tdb: Begin abstracting out the base key value opera...
2018-03-05 Gary Lockyerldb_mod_op_test: Fix core dump on ldb_case_attrs_index_...
2018-03-05 David Disseldorpbuild: fix standalone ctdb build --with-systemd
2018-03-05 Andreas Schneiderldb: Directly return an error and do not fall through
2018-03-03 Gary Lockyerldb_tdb: Add tests for truncated index keys
2018-03-03 Gary Lockyerldb_tdb: Combine identical not GUID index and special...
2018-03-03 Gary Lockyerldb_tdb: Refuse to store a value in a unique index...
2018-03-03 Gary Lockyerldb_tdb: Do not give the warning of duplicate attribute...
2018-03-03 Gary Lockyerldb_tdb: Cope with key truncation
2018-03-03 Gary Lockyerldb_tdb: Do not fail in GUID index mode if there is...
2018-03-03 Gary Lockyerldb_tdb: Add support for an option to restrict the...
2018-03-02 David Disseldorptests: Add basic ms_fnmatch unit test
2018-03-02 Andreas Schneiderutil: Fix the logic in ms_fnmatch_protocol()
2018-03-01 Andreas Schneiderlib:tdb: Add FALL_THROUGH statements in common/summary.c
2018-03-01 Andreas Schneiderlib:tdb: Add FALL_THROUGH statements in tdbtool.c
2018-03-01 Andreas Schneiderlib:tdb: Add FALL_THROUGH statements in hash.c
2018-03-01 Andreas Schneiderlib:util: Add FALL_THROUGH statements in util_file.c
2018-03-01 Andreas Schneiderlib:util: Add FALL_THROUGH statements in charset/charse...
next