summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-05-19lib/util: add atexit handling and complain about dangling frames.Stefan Metzmacher1-0/+37
2025-05-19lib/util: remove unused SMB_THREAD handling from talloc_stack.cStefan Metzmacher1-38/+21
2025-05-16wafsamba: Set env variables before calling commandNoel Power2-9/+7
2025-05-15lib: Fix whitespaceVolker Lendecke1-4/+4
2025-05-12async_sock: try recvmsg(MSG_DONTWAIT) without fd event handler firstStefan Metzmacher1-6/+54
2025-05-12async_sock: split out read_packet_do() from read_packet_handler()Stefan Metzmacher1-5/+13
2025-05-12async_sock: make use of recvmsg() in read_packet_handler()Stefan Metzmacher1-3/+18
2025-05-12async_sock: let writev_do() try sendmsg() firstStefan Metzmacher1-1/+16
2025-04-29lib/util: let dump_data_diff() pass omit_zero_bytes to dump_data_diff_cb()Stefan Metzmacher1-1/+7
2025-04-23lib/krb5_wrap: Fix placement of TALLOC_FREE(frame)Pavel Filipenský1-1/+2
2025-04-18lib/util: fix NONNULL(params) __attribute__((nonnull(params)))Stefan Metzmacher1-2/+2
2025-04-18docs-xml/smbdotconf: change 'smb ports' into a synonym for 'server smb transp...Stefan Metzmacher2-44/+0
2025-04-18docs-xml/smbdotconf: add 'server smb transport' optionStefan Metzmacher1-0/+10
2025-04-18docs-xml/smbdotconf: add 'client smb transports' optionStefan Metzmacher2-0/+139
2025-04-15lib:cmdline: POPT_CALLBACK_REASON_POST should handle if we skip the password ...Andreas Schneider1-1/+4
2025-04-15lib:cmdline: Make sure --use-krb5-ccache sets the ccacheAndreas Schneider1-24/+55
2025-04-03lib/ldb-samba: allow ldb_get_opaque(ldb, "backend_no_debug_connect")Stefan Metzmacher1-0/+18
2025-04-03lib/ldb: allow ldb_get_opaque(ldb, "backend_no_debug_connect")Stefan Metzmacher1-0/+6
2025-03-29ldb_tdb: wrap can cope with NULL pathDouglas Bagnall1-1/+1
2025-03-29pyldb: consistent results in py_ldb_msg_richcmpDouglas Bagnall1-10/+10
2025-03-29lib/compression: add a windows python script for test vectorsDouglas Bagnall1-0/+155
2025-03-27tevent: Fix some whitespaceVolker Lendecke1-2/+2
2025-03-27tevent: Fix some whitespaceVolker Lendecke2-2/+2
2025-03-27replace: fix hex_upper -> hexchars_upperBjoern Jacke1-2/+3
2025-03-27libtorture: add torture_assert_nttime_not_equal[_goto]()Ralph Boehme1-0/+17
2025-03-08lib:krb5_wrap: Add smb_krb5_parse_name_flags()Pavel Filipenský2-7/+37
2025-03-07docs-xml: enable SMB3 Unix Extensions by defaultRalph Boehme1-0/+2
2025-03-05lib: Remove unused next_token()Volker Lendecke2-47/+8
2025-03-05torture4: Test next_token_talloc() instead of next_token()Volker Lendecke1-22/+64
2025-03-05ldb: remove unused test-sqlite3.shDouglas Bagnall1-23/+0
2025-03-05ldb: doxygen: don't mention sqliteDouglas Bagnall1-1/+1
2025-03-05ldb:manpages: ldbedit: update url schemesDouglas Bagnall1-7/+11
2025-03-05ldb: remove obsolete copy of https://ldb.samba.orgDouglas Bagnall1-74/+0
2025-03-05ldb: remove unused nssldbDouglas Bagnall5-1184/+0
2025-03-05ldb: remove unused sqlite backendDouglas Bagnall8-4219/+1
2025-02-22docs-xml/smbdotconf: add ft_scanner to 'server service'Stefan Metzmacher1-1/+1
2025-02-06tevent: version 0.16.2tevent-0.16.2Jule Anger2-1/+168
2025-02-06talloc: version 2.4.3talloc-2.4.3Jule Anger3-1/+83
2025-02-06tdb: version 1.4.13tdb-1.4.13Jule Anger2-1/+74
2025-02-06gpfswrap: Remove unused gpfs_set_winattrs_pathChristof Schmitt2-19/+0
2025-02-06gpfswrap: Remove unused gpfs_fstat_xChristof Schmitt2-16/+0
2025-02-06gpfswrap: Remove unused gpfs_stat_x wrapperChristof Schmitt2-16/+0
2025-02-05talloc: Add a comment explaining talloc_asprintf_addbuf()Volker Lendecke1-0/+4
2025-01-29lib/util: add dns_cmp() as it's own fileStefan Metzmacher3-0/+252
2025-01-23lib: factor out generate_random_str_list_buf()Volker Lendecke2-10/+30
2025-01-21lib:replace: Don't use deprecated readline CPPFunction castAndreas Schneider1-1/+3
2025-01-21lib:replace: Remove trailing spaces from readline.hAndreas Schneider1-3/+3
2025-01-17lib:util: Fix stack-use-after-return in crypt_as_best_we_can()Andreas Schneider1-4/+12
2025-01-13docs-xml/smbdotconf: add "client use krb5 netlogon" optionStefan Metzmacher3-0/+26
2025-01-07lib: add sys_write_full()Ralph Boehme2-0/+39