summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* talloc: version 2.3.3talloc-2.3.3Stefan Metzmacher2021-07-143-1/+82
* lib/tsocket: Free subreq as soon as possibleSamuel Cabrero2021-07-081-0/+1
* lib:tdb: Fix a memory leak on errorAndreas Schneider2021-07-081-0/+1
* tevent: bump the version number to 0.11.0tevent-0.11.0Pavel Březina2021-07-073-21/+147
* tevent: add event trace apiPavel Březina2021-07-0711-10/+1461
* tevent: add custom tag to eventsPavel Březina2021-07-079-1/+370
* tevent: add support for cmocka unit testsPavel Březina2021-07-071-3/+26
* fuzz: add fuzz_parse_lpq_entryDouglas Bagnall2021-07-052-0/+70
* fuzz: fix multiple comment headersDouglas Bagnall2021-07-056-6/+6
* ldb-samba: dns tombstone matching: constrict value lengthDouglas Bagnall2021-07-051-4/+6
* lib/util: improve debug message about unknown classesStefan Metzmacher2021-07-011-2/+1
* lib: add sys_io_ranges_overlap()Ralph Boehme2021-06-304-0/+143
* replace: copy_file_range()Ralph Boehme2021-06-303-1/+46
* lib:cmdline: Ignore the return code of cli_credentials_guess()Andreas Schneider2021-06-291-1/+8
* docs-xml: Disable `winbind scan trusted domains` by defaultAndreas Schneider2021-06-231-1/+1
* docs-xml: Enable `winbind use krb5 enterprise principals` by defaultAndreas Schneider2021-06-231-0/+4
* lib:ldb-samba: Use debug level definesAndreas Schneider2021-06-231-4/+4
* lib:ldb-samba: Set log level for ldb tracing to 11Andreas Schneider2021-06-231-1/+1
* lib:cmdline: Improve doxygen documentationAndreas Schneider2021-06-201-10/+23
* util/charset: warn loudly on unexpected E2BIGDouglas Bagnall2021-06-181-2/+2
* util/iconv: reject improperly packed UTF-8Douglas Bagnall2021-06-181-11/+21
* torture: talloc_string_sub tests for utf-8 brevityDouglas Bagnall2021-06-181-0/+58
* lib:ldb-samba: Migrate samba extensions to new cmdline option parserAndreas Schneider2021-06-162-15/+40
* lib:ldb-samba: Use talloc_zero_array() and use ldb as the mem contextAndreas Schneider2021-06-161-1/+3
* lib:ldb-samba: Improve calculate_popt_array_length()Andreas Schneider2021-06-162-6/+23
* lib:ldb: Use C99 initializers for builtin_popt_options[]Andreas Schneider2021-06-161-25/+225
* heimdal_build: Set up new build groups for the Heimdal hostcc componentsAndrew Bartlett2021-06-151-1/+1
* pyldb: Fix Message.items() for a message containing elementsJoseph Sutton2021-06-111-2/+2
* pyldb: Add test for Message.items()Joseph Sutton2021-06-111-0/+21
* lib:mscat: Don't use deprecated typesAndreas Schneider2021-06-091-9/+9
* lib:cmdline: Use getprogname() to avoid possible issues with setproctitle()Stefan Metzmacher2021-06-081-6/+1
* s3:cmdline: Use D_ERR() instead of DBG_ERR() for talloc logStefan Metzmacher2021-06-081-1/+1
* lib:cmdline: Also set logfile for the debug systemAndreas Schneider2021-06-081-0/+1
* lib: Slightly simplify server_id_set_disconnected()Volker Lendecke2021-06-041-8/+6
* tevent: Remove single-use ev_str_list_[length|add]Volker Lendecke2021-06-043-34/+16
* lib: Open tdb files with O_CLOEXECVolker Lendecke2021-06-041-0/+6
* lib: Fix a typoVolker Lendecke2021-06-041-1/+1
* dbwrap: Remove "db_context->try_fetch_locked()" fn pointerVolker Lendecke2021-06-042-18/+0
* dbwrap: Remove unused dbwrap_try_fetch_locked()Volker Lendecke2021-06-042-13/+0
* loadparam: add option "acl flag inherited canonicalization"Ralph Boehme2021-05-271-0/+4
* lib:cmdline: Add a --configfile only parser for ntlm_authAndreas Schneider2021-05-252-0/+32
* lib:cmdline: Add a --option only parser for testparmAndreas Schneider2021-05-252-0/+31
* lib:util: Fix log level for normal startup messageDmytro Bagrii2021-05-201-1/+1
* lib:cmdline: Add SAMBA_CMDLINE_CONFIG_NONEAndreas Schneider2021-05-202-1/+4
* lib:cmdline: Add a debug only optionAndreas Schneider2021-05-202-1/+39
* python: Ensure reference counts are properly incrementedJoseph Sutton2021-05-191-2/+2
* lib:cmdline: Fix setting 'log file' from smb.confAndreas Schneider2021-05-181-7/+18
* lib:util: Fix return value of tdb_fetch_uint32_byblob()Andreas Schneider2021-05-121-1/+6
* lib: Add str_list_add_printf()Volker Lendecke2021-05-113-2/+84
* lib: Simplify str_list_make_empty()Volker Lendecke2021-05-111-9/+1