summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* debug: Add a level of indirection to ring buffer loggingMartin Schwenke2021-10-141-3/+9
* debug: Move header_str and hs_len to stateMartin Schwenke2021-10-141-26/+54
* audit_logging.c: fix compilation on macOSAlex Richardson2021-10-131-1/+1
* charset_macosxfs.c: fix compilation on macOSAlex Richardson2021-10-131-1/+2
* lib: add sys_block_align[_truncate]()Ralph Boehme2021-10-083-0/+85
* lib: Add talloc_asprintf_addbuf()Volker Lendecke2021-10-082-0/+37
* Release ldb 2.50 for the future samba 4.16 seriesAndrew Bartlett2021-10-053-2/+288
* Release ldb 2.4.1Andrew Bartlett2021-10-053-1/+287
* lib:fuzzing: Fix quoting of --fuzz-target-ldflagsAndreas Schneider2021-10-041-1/+1
* selftest: test tsocket_address_inet_from_hostport_stringsUri Simchoni2021-09-281-0/+143
* selftest: add more tests for test_address_inet_from_stringsUri Simchoni2021-09-281-0/+43
* lib/tsocket: new function to parse host port strs.Matthew Grant2021-09-282-0/+143
* pyldb: Make ldb.Message containment testing consistent with indexingJoseph Sutton2021-09-281-0/+21
* pyldb: Add tests for ldb.Message containment testingJoseph Sutton2021-09-281-0/+23
* pyldb: Raise TypeError for an invalid ldb.Message indexJoseph Sutton2021-09-281-15/+7
* pyldb: Add test for an invalid ldb.Message index typeJoseph Sutton2021-09-281-0/+6
* pyldb: Fix deleting an ldb.Control critical flagJoseph Sutton2021-09-281-0/+4
* pyldb: Fix deleting an ldb.Message dnJoseph Sutton2021-09-281-0/+4
* lib:cmdline: fix a commentMichael Adam2021-09-211-2/+2
* lib: Move closefrom_except*() to a separate fileVolker Lendecke2021-09-213-1/+126
* debug: Remove "override_logfile"Volker Lendecke2021-09-181-10/+0
* lib/tsocket: Fix build on FreebsdAmitay Isaacs2021-09-161-0/+2
* pyldb: Avoid use-after-free in msg_diff()Joseph Sutton2021-09-151-2/+16
* ldb_msg: Don't fail in ldb_msg_copy() if source DN is NULLJoseph Sutton2021-09-151-2/+4
* loadparm: Set default of "kernel share modes" to "no"Christof Schmitt2021-09-141-1/+1
* tsocket: set errno on some failures of tsocket_address_inet_from_stringsUri Simchoni2021-09-131-0/+2
* selftest: add a unit test for tsocket_address_inet_from_stringsUri Simchoni2021-09-132-0/+189
* texpect: don't ignore unknown optionsRalph Boehme2021-09-101-1/+7
* lib/cmdline: restore s3 option name --max-protocol for MAXPROTOCOL from 4.14Ralph Boehme2021-09-101-1/+1
* lib/cmdline: fix --configfile handling of POPT_COMMON_CONFIG_ONLY used by ntl...Stefan Metzmacher2021-09-101-2/+1
* fuzzing/oss-fuzz: strip RUNPATH from dependenciesUri Simchoni2021-09-091-0/+14
* fuzzing/oss-fuzz: fix samba build script for Ubuntu 20.04Uri Simchoni2021-09-091-1/+4
* fuzzing/oss-fuzz: fix RPATH comments for post-Ubuntu-16.04 eraUri Simchoni2021-09-092-11/+6
* fuzzing/oss-fuzz: fix image build recipe for Ubuntu 20.04Uri Simchoni2021-09-091-1/+1
* docs-xml: use upper case for "{client,server} smb3 {signing,encryption} algor...Stefan Metzmacher2021-09-081-2/+2
* lib/replace: drop runtime copy_file_range() checkRalph Boehme2021-09-071-24/+2
* lib/cmdline: restore pre-4.15 logging behaviour for daemonsRalph Boehme2021-09-061-1/+10
* lib/cmdline: add POPT_COMMON_DAEMON daemon popt optionsRalph Boehme2021-09-063-0/+113
* Fix Python docstringsJoseph Sutton2021-09-043-3/+3
* lib/gpfswrap: add gpfs_set_times_path() wrapperRalph Boehme2021-08-262-0/+15
* testsuite: Fix build with gcc >= 11.1.1Andreas Schneider2021-08-161-1/+5
* lib:replace: Remove trailing spaces from testsuite.cAndreas Schneider2021-08-161-5/+5
* libreplace: remove now unused USE_COPY_FILE_RANGE defineRalph Boehme2021-08-131-2/+0
* libreplace: properly execute SYS_copy_file_range checkRalph Boehme2021-08-101-2/+24
* libreplace: properly give headers to conf.CHECK_CODE when checking for copy_f...Ralph Boehme2021-08-101-2/+1
* lib: Use TALLOC_FREE() in data_blob_free()Volker Lendecke2021-08-061-2/+1
* lib;smbd: Fix the -Os build by initializing variablesVolker Lendecke2021-08-061-2/+2
* lib: Fix a potential error path memleakVolker Lendecke2021-08-061-2/+4
* krb5_wrap: remove unused codePavel Filipenský2021-07-272-207/+0
* lib:cmdline: Use lp_load_global() for serversAndreas Schneider2021-07-222-1/+10