summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-07-14talloc: version 2.3.3talloc-2.3.3Stefan Metzmacher3-1/+82
2021-07-08lib/tsocket: Free subreq as soon as possibleSamuel Cabrero1-0/+1
2021-07-08lib:tdb: Fix a memory leak on errorAndreas Schneider1-0/+1
2021-07-07tevent: bump the version number to 0.11.0tevent-0.11.0Pavel Březina3-21/+147
2021-07-07tevent: add event trace apiPavel Březina11-10/+1461
2021-07-07tevent: add custom tag to eventsPavel Březina9-1/+370
2021-07-07tevent: add support for cmocka unit testsPavel Březina1-3/+26
2021-07-05fuzz: add fuzz_parse_lpq_entryDouglas Bagnall2-0/+70
2021-07-05fuzz: fix multiple comment headersDouglas Bagnall6-6/+6
2021-07-05ldb-samba: dns tombstone matching: constrict value lengthDouglas Bagnall1-4/+6
2021-07-01lib/util: improve debug message about unknown classesStefan Metzmacher1-2/+1
2021-06-30lib: add sys_io_ranges_overlap()Ralph Boehme4-0/+143
2021-06-30replace: copy_file_range()Ralph Boehme3-1/+46
2021-06-29lib:cmdline: Ignore the return code of cli_credentials_guess()Andreas Schneider1-1/+8
2021-06-23docs-xml: Disable `winbind scan trusted domains` by defaultAndreas Schneider1-1/+1
2021-06-23docs-xml: Enable `winbind use krb5 enterprise principals` by defaultAndreas Schneider1-0/+4
2021-06-23lib:ldb-samba: Use debug level definesAndreas Schneider1-4/+4
2021-06-23lib:ldb-samba: Set log level for ldb tracing to 11Andreas Schneider1-1/+1
2021-06-20lib:cmdline: Improve doxygen documentationAndreas Schneider1-10/+23
2021-06-18util/charset: warn loudly on unexpected E2BIGDouglas Bagnall1-2/+2
2021-06-18util/iconv: reject improperly packed UTF-8Douglas Bagnall1-11/+21
2021-06-18torture: talloc_string_sub tests for utf-8 brevityDouglas Bagnall1-0/+58
2021-06-16lib:ldb-samba: Migrate samba extensions to new cmdline option parserAndreas Schneider2-15/+40
2021-06-16lib:ldb-samba: Use talloc_zero_array() and use ldb as the mem contextAndreas Schneider1-1/+3
2021-06-16lib:ldb-samba: Improve calculate_popt_array_length()Andreas Schneider2-6/+23
2021-06-16lib:ldb: Use C99 initializers for builtin_popt_options[]Andreas Schneider1-25/+225
2021-06-15heimdal_build: Set up new build groups for the Heimdal hostcc componentsAndrew Bartlett1-1/+1
2021-06-11pyldb: Fix Message.items() for a message containing elementsJoseph Sutton1-2/+2
2021-06-11pyldb: Add test for Message.items()Joseph Sutton1-0/+21
2021-06-09lib:mscat: Don't use deprecated typesAndreas Schneider1-9/+9
2021-06-08lib:cmdline: Use getprogname() to avoid possible issues with setproctitle()Stefan Metzmacher1-6/+1
2021-06-08s3:cmdline: Use D_ERR() instead of DBG_ERR() for talloc logStefan Metzmacher1-1/+1
2021-06-08lib:cmdline: Also set logfile for the debug systemAndreas Schneider1-0/+1
2021-06-04lib: Slightly simplify server_id_set_disconnected()Volker Lendecke1-8/+6
2021-06-04tevent: Remove single-use ev_str_list_[length|add]Volker Lendecke3-34/+16
2021-06-04lib: Open tdb files with O_CLOEXECVolker Lendecke1-0/+6
2021-06-04lib: Fix a typoVolker Lendecke1-1/+1
2021-06-04dbwrap: Remove "db_context->try_fetch_locked()" fn pointerVolker Lendecke2-18/+0
2021-06-04dbwrap: Remove unused dbwrap_try_fetch_locked()Volker Lendecke2-13/+0
2021-05-27loadparam: add option "acl flag inherited canonicalization"Ralph Boehme1-0/+4
2021-05-25lib:cmdline: Add a --configfile only parser for ntlm_authAndreas Schneider2-0/+32
2021-05-25lib:cmdline: Add a --option only parser for testparmAndreas Schneider2-0/+31
2021-05-20lib:util: Fix log level for normal startup messageDmytro Bagrii1-1/+1
2021-05-20lib:cmdline: Add SAMBA_CMDLINE_CONFIG_NONEAndreas Schneider2-1/+4
2021-05-20lib:cmdline: Add a debug only optionAndreas Schneider2-1/+39
2021-05-19python: Ensure reference counts are properly incrementedJoseph Sutton1-2/+2
2021-05-18lib:cmdline: Fix setting 'log file' from smb.confAndreas Schneider1-7/+18
2021-05-12lib:util: Fix return value of tdb_fetch_uint32_byblob()Andreas Schneider1-1/+6
2021-05-11lib: Add str_list_add_printf()Volker Lendecke3-2/+84
2021-05-11lib: Simplify str_list_make_empty()Volker Lendecke1-9/+1