selftest/tests: add helper method to simplify plantestsuite
[vlendec/samba-autobuild/.git] / lib /
2019-02-20 Gary Lockyerlib util: Add function to generate random uint64_t
2019-02-17 Björn Jackewaf: add library dependency for sendfile on Solaris
2019-02-17 Björn Jackereplace: remove needless vxfs header file check
2019-02-14 Andreas Schneiderwaf: Do not install internal header
2019-02-14 Andreas Schneiderlib:util: Move discard_const(_p) to own header for...
2019-02-14 Andreas Schneiderlib:util: Add GPL header to tftw.c
2019-02-14 Andreas Schneiderlib:util: Add missing "replace.h" header in tftw
2019-02-13 Noel PowerMake sure results from GetAttrString are decref'ed...
2019-02-13 Douglas Bagnallldb_dn: don't free a known NULL pointer
2019-02-13 Douglas Bagnallldb_dn: remove unreachable code in dn_explode
2019-02-11 Aliaksei Karalious3:util: Move static file_pload() function to lib/util
2019-02-11 Aliaksei Karalious3:util: Move popen wrappers to lib/util
2019-02-09 Aurelien Apteldocs-xml: add "debug encryption" global parm
2019-02-08 Douglas Bagnallpy_tevent: add_timer takes float argument
2019-02-08 Stefan Metzmacherlib/util: inline lib/util/util_runcmd.h again
2019-02-07 Stefan Metzmacherlib/util: add samba_runcmd_export_stdin() helper function
2019-02-07 David Disseldorplib/debug: retain full string in state.prog_name global
2019-02-07 Noel PowerCleanup (decref) some objects added to list.
2019-02-07 Noel PowerCleanup references to module objects returned from...
2019-02-07 Noel PowerExamine result of SetList (and prevent sending NULL...
2019-02-07 Noel PowerDecrement references to python objects passed to Py_Bui...
2019-02-01 Andrew Bartlettldb: Release ldb 1.6.0
2019-02-01 Douglas Bagnallpyldb: make ldb.connect() url mandatory
2019-02-01 Andrew Bartlettldb: Release ldb 1.5.3
2019-02-01 Andrew Bartlettldb: Add even more comments on what strict does to...
2019-02-01 Tim Bealeldb: Rename variable
2019-02-01 Tim Bealeldb: Elaborate on ldb_kv_search_indexed() comments
2019-02-01 Tim Bealeldb: Remove comment that no longer makes sense
2019-02-01 Tim Bealeldb: Avoid inefficient one-level searches
2019-01-29 Lukas Slebodnikldb: The test api.py should not rely on order of entrie...
2019-01-29 Stefan Metzmacherwafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGS
2019-01-29 Stefan Metzmacherreplace: only include <sys/capability.h> with HAVE_POSI...
2019-01-28 Justin Stephensonlib:printer_driver: Retrieve Class value
2019-01-28 Justin Stephensonlib:printer_driver: Don't overwrite printprocessor
2019-01-28 Justin Stephensonlib:printer_driver: Parse SourceDisksNames section
2019-01-28 Justin Stephensonlib:printer_driver: Handle PrintProcessor string
2019-01-28 Guenther Deschnerlib:printer_driver: Add printer_driver library to parse...
2019-01-28 Andreas Schneiderutil: Add file tree walk interface
2019-01-28 Andreas Schneiderlib:util: Use C99 initializer in tfork test
2019-01-28 Andreas Schneiderlib:util: Use C99 initializer for weird_table in charset
2019-01-28 Andreas Schneiderlib:util: Use C99 initializer for builtin_functions...
2019-01-28 Andreas Schneiderlib:tevent: Use correct C99 initializer for tevent_req
2019-01-28 Andreas Schneiderlib:tdb: Use C99 initializer for tdb_logging_context
2019-01-28 Andreas Schneiderlib:tdb: Use C99 initializer for tdb_header
2019-01-28 Andreas Schneiderlib:ldb: Use correct C99 initializer for 'struct tm'
2019-01-28 Andreas Schneiderlib:ldb: Use C99 initializer for tdb_logging_context
2019-01-28 Andreas Schneiderlib:ldb: Use C99 initializer for PyGetSetDef in pyldb
2019-01-28 Andreas Schneiderlib:tdb: Use C99 initializer for PyGetSetDef in pytdb
2019-01-28 Andreas Schneiderlib:texpect: Use C99 initializer for poptOption in...
2019-01-20 Lukas Slebodniktdb: Fix compatibility of wscript with older python
2019-01-19 Andreas Schneiderlib:mscat: Use size_t for len value to fix build issue
2019-01-19 Andreas Schneiderlib:mscat: Fix may be used uninitialized warnings
2019-01-18 Christof Schmittlib: Use gpfs.h from third_party on Linux
2019-01-15 Stefan Metzmacherldb: version 1.5.2 ldb-1.5.2
2019-01-15 Stefan Metzmachertevent: version 0.9.38 tevent-0.9.38
2019-01-15 Stefan Metzmachertalloc: version 2.1.15 talloc-2.1.15
2019-01-15 Stefan MetzmacherMerge remote-tracking branch 'origin/v4-10-test' into...
2019-01-15 Volker Lendeckeaddns: Async ads_dns_lookup_ns
2019-01-15 Volker Lendeckeaddns: Async ads_dns_lookup_srv
2019-01-15 Volker Lendeckeaddns: Centralize siteless lookup fallback
2019-01-13 Noel Powerlib/ldb: Use new PYARG_ES format for parseTuple
2019-01-12 Noel Powerlib/ldb/tests/python: Add test to pass utf8 encoded...
2019-01-12 Swen Schilliglib: remove unused function nttime_from_string()
2019-01-12 Stefan Metzmachertevent: deprecate tevent_wrapper api again
2019-01-11 Ralph BoehmeRevert "pthreadpool: split out pthreadpool_tevent_job...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add pthreadpool_tevent_job_cancel()"
2019-01-11 Ralph BoehmeRevert "pthreadpool: maintain a global list of orphaned...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add some lockless coordination...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add helgrind magic to PTHREAD_TEVE...
2019-01-11 Ralph BoehmeRevert "pthreadpool: maintain a list of job_states...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add a comment about a further...
2019-01-11 Ralph BoehmeRevert "pthreadpool: test cancelling and freeing pendin...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add pthreadpool_tevent_[current_jo...
2019-01-11 Ralph BoehmeRevert "pthreadpool: add tests for pthreadpool_tevent_...
2019-01-11 Ralph BoehmeRevert "pthreadpool: call unshare(CLONE_FS) if available"
2019-01-11 Ralph BoehmeRevert "pthreadpool: add pthreadpool_restart_check...
2019-01-11 Ralph BoehmeRevert "pthreadpool: implement pthreadpool_tevent_wrapp...
2019-01-11 Ralph BoehmeRevert "pthreadpool: test cancelling and freeing jobs...
2019-01-11 Ralph BoehmeRevert "pthreadpool: we need to use pthreadpool_tevent_...
2019-01-11 Ralph BoehmeRevert "pthreadpool: ignore the return value of poll...
2019-01-11 Ralph BoehmeRevert "pthreadpool: reset monitor_fd after calling...
2019-01-10 Björn Jackewaf:lib/replace: fix a build error with non-gcc compilers
2019-01-10 Ladislav Michl via... lib: replace: snprintf: Whitespace clean up
2019-01-10 Swen SchilligFix typo and remove the sun and the clouds
2019-01-10 Swen SchilligFix typos and ban the rams from samba tdb-1.3.17
2018-12-21 Aaron Haslettpaged results: new paged results module using GUID...
2018-12-20 Andreas Schneiderlib:util: Use memset_s() in data_blob_clear()
2018-12-20 Andreas Schneiderlib:util: Sync memory.h with replace.h
2018-12-20 Andreas Schneiderlib:util: Cleanup comments in memory.h
2018-12-20 Andreas Schneiderreplace: Use memset_s for ZERO_* macros
2018-12-20 Andreas Schneiderreplace: Cleanup comments for ZERO_*
2018-12-20 Andreas Schneiderreplace: Add memset_s to replacement functions
2018-12-20 Andreas Schneiderwaf: Add missing libreplace deps to pyldb*
2018-12-20 Philipp Gesanglib/audit_logging: actually create talloc
2018-12-20 Ralph Boehmedebug: enable per debug-class logfiles
2018-12-20 Ralph Boehmedebug: remove fd and debugf from state, use dbgc_config...
2018-12-20 Ralph Boehmedebug: update logsize checking for per debug-class...
2018-12-20 Ralph Boehmedebug: update need_to_check_log_size() for per debug...
2018-12-20 Ralph Boehmedebug: add support for per debug-class logfiles
2018-12-20 Ralph Boehmedebug: add resource cleanup for per debug-class logfiles
next