summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib:cmdline: Add callback for loading the config fileAndreas Schneider2021-04-284-0/+97
* lib:cmdline: Add client credentialsAndreas Schneider2021-04-286-0/+61
* lib:cmdline: Add initial code for new cmdline option parserAndreas Schneider2021-04-286-0/+326
* lib:param: Add 'client protection' config optionAndreas Schneider2021-04-282-0/+12
* lib:param: Add 'client use kerberos' config parameterAndreas Schneider2021-04-282-0/+26
* tests: Use ldbsearch '--scope instead of '-s'Andreas Schneider2021-04-282-5/+5
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* lib:replace: Fix a posible double freeAndreas Schneider2021-04-271-1/+0
* lib: Remove close_low_fds()Volker Lendecke2021-04-272-36/+0
* lib: Directly call close_low_fd() in become_daemon()Volker Lendecke2021-04-271-1/+12
* pyldb: fix a typoBjörn Baumbach2021-04-261-1/+1
* lib:replace: Fix possible resource leaks in test_closefrom()Andreas Schneider2021-04-251-0/+2
* lib:replace: Fix memory leak in test_asprintf()Andreas Schneider2021-04-251-1/+7
* lib:replace: Fix a memleak in test_strndup()Andreas Schneider2021-04-251-6/+14
* lib:replace: Fix a memleak in test_strdup()Andreas Schneider2021-04-251-1/+6
* lib:replace: Fix resource leak in os2_delete testAndreas Schneider2021-04-251-0/+1
* lib:ldb: Change page size of guidindexpackv1.ldbAndreas Schneider2021-04-231-0/+0
* lib:ldb: Use a 1MiB lmdb so the test also passes on aarch64 CentOS streamGary Lockyer2021-04-231-3/+3
* lib:replace: Remove NIS supportAndreas Schneider2021-04-222-66/+0
* lib:util: Remove NIS support from string_match()Andreas Schneider2021-04-222-55/+1
* lib:texpect: Do not link against nslAndreas Schneider2021-04-221-1/+1
* util: Ensure debugger is not started until it is allowed to attachJoseph Sutton2021-04-201-10/+39
* util: Ensure debugger can be attached to processJoseph Sutton2021-04-201-12/+18
* lib/replace: don't set -D_SAMBA_HOSTCC_ explicitlyStefan Metzmacher2021-04-201-1/+0
* lib: Fix a typoVolker Lendecke2021-04-191-1/+1