summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* audit logging tests: Fix flapping testJoseph Sutton2021-05-111-9/+21
* s3:smbd - support streams larger than 64 KiBAndrew Walker2021-05-101-0/+4
* lib:replace: Do not build strndup test with gcc 11 or newerAndreas Schneider2021-05-071-0/+11
* lib:cmdline: Align integer typesAndreas Schneider2021-05-061-1/+2
* lib:cmdline: We need to always set a log fileAndreas Schneider2021-05-061-26/+47
* lib:cmdline: Also set logfilebase for -l|--log-basenameAndreas Schneider2021-05-061-0/+2
* lib:cmdline: Rename to cmdline_sanity_checkerAndreas Schneider2021-05-061-3/+3
* lib:cmdline: Improve error message for duplicate optionsAndreas Schneider2021-05-061-1/+2
* lib:util: Add debug_get_log_type() functionAndreas Schneider2021-04-292-0/+6
* lib:cmdline: Add sanity check for optionsAndreas Schneider2021-04-283-0/+181
* lib:cmdline: Add samba_cmdline_burn()Andreas Schneider2021-04-284-0/+131
* lib:cmdline: Set kerberos=required for --use-krb5-ccache=CCACHEAndreas Schneider2021-04-281-0/+9
* lib:cmdline: Implement legacy kerberos optionsAndreas Schneider2021-04-282-0/+140
* lib:cmdline: Parse cmdline options with poptAndreas Schneider2021-04-286-12/+928