summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-05coverity: Update README.mdAndreas Schneider1-5/+26
2025-08-05coverity: Rename README to README.mdAndreas Schneider1-0/+0
2025-08-05coverity: Add makefile to build/test the modelling fileAndreas Schneider3-0/+67
2025-08-05coverity: Add some documentation for the modelling fileAndreas Schneider1-0/+22
2025-08-05gitlab-ci: Update build instructions for CoverityAndreas Schneider2-1/+20
2025-08-02lib/tdb: let tdbtool return error on failureGünther Deschner2-80/+109
2025-08-02s3-selftest: fix test_wbinfo_lookuprids_cache.shGünther Deschner1-1/+2
2025-08-01librpc:ndr:keycredlink fix CID 1660828Gary Lockyer1-3/+3
2025-08-01s3:smbd: Fix CID 1449599 replacing memcpy to memmove to avoid overflowShweta Sodani1-1/+1
2025-07-31librpc:bcrypt_rsakey_blob: exponent and modulus lengths can't be zeroDouglas Bagnall2-31/+35
2025-07-30s3/libsmb: check the negative-conn-cache in resolve_ads()Ralph Boehme1-5/+20
2025-07-30s3/libsmb: check command in make_dc_info_from_cldap_reply()Ralph Boehme1-0/+6
2025-07-30libads: check for if DCs are in paused state when processing CLDAP repliesRalph Boehme1-3/+10
2025-07-30s3/libads: get rid of additional loop calling add_failed_connection_entry()Ralph Boehme1-12/+10
2025-07-30s3:libads: let get_kdc_ip_string() check for a blacklisted server nameStefan Metzmacher1-0/+22
2025-07-30s3:libads: let cldap_ping_list() check for a blacklisted server nameStefan Metzmacher1-0/+24
2025-07-30winbindd: blacklist servers returning ACCESS_DENIED/authoritative=0Stefan Metzmacher1-0/+93
2025-07-30winbindd: always use winbind_add_failed_connection_entry() wrapperStefan Metzmacher3-3/+6
2025-07-30s3:conncache: improve debugging for the negative connection cacheStefan Metzmacher1-3/+5
2025-07-30dsdb: fix bug 15872, use-after-freeDouglas Bagnall1-6/+10
2025-07-30iconv: fixed coverity issue CID1609382Xavi Hernandez1-3/+7
2025-07-29s3:lib: Fix CID 1497484 use-after-free.Vinit Agnihotri1-0/+1
2025-07-29s4:kdc Support for key trust authenticationGary Lockyer5-1/+1315
2025-07-29s4:kdc:sdb: Add support for key trust public keysGary Lockyer2-1/+54
2025-07-29s4:kdc: Fix clang-tidy error in db-glue.cGary Lockyer1-0/+5
2025-07-29librpc: keycredlink support X509 public keysGary Lockyer3-1/+812
2025-07-29librpc/idl: Add idl for tpm20_rsakey_blobGary Lockyer7-3/+275
2025-07-29librpc/idl: update keycredlink commentsGary Lockyer1-10/+20
2025-07-29librpc/idl: Add idl for BCRYPT_RSAKEY_BLOBGary Lockyer7-1/+285
2025-07-28ctdb-tests: Fix CID 1659221 - Error handling issues (CHECKED_RETURN)Martin Schwenke1-1/+4
2025-07-28ctdb-tcp: Fix CID 1291643 - Resource leak (RESOURCE_LEAK)Martin Schwenke1-0/+1
2025-07-28ctdb-tests: Fix CID 1373387 - Time of check time of use (TOCTOU)Martin Schwenke1-4/+4
2025-07-26gitignore: remove clang-formatGary Lockyer1-1/+0
2025-07-24s3-net: fix "net ads kerberos" krb5ccname handlingGünther Deschner4-7/+19
2025-07-24s3-selftest: add tests for "net ads kerberos" commandsGünther Deschner3-0/+173
2025-07-23ctdb-server: Load optional tunables.d/ directoryMartin Schwenke2-12/+37
2025-07-22ctdb-server: Whitespace fixesMartin Schwenke1-3/+3
2025-07-22ctdb-tests: Add tests for tunables directory loadingMartin Schwenke2-7/+116
2025-07-22ctdb-common: Add tunable directory loadingMartin Schwenke2-0/+78
2025-07-22ctdb-tests: Allow tunables unit test to process a second fileMartin Schwenke2-5/+64
2025-07-22ctdb-common: Log tunables filename instead of function nameMartin Schwenke2-23/+26
2025-07-22ctdb-common: Log a message if the tunables file does not existMartin Schwenke2-2/+3
2025-07-22ctdb-tests: Add logging support to the tunables unit testMartin Schwenke2-4/+44
2025-07-22ctdb-common: Require separate initialisation of tunable defaultsMartin Schwenke4-12/+26
2025-07-22ctdb-tests: Reformat with "shfmt -w -p -i 0 -fn"Martin Schwenke1-6/+6
2025-07-22ctdb-common: Fix includes to make file standaloneMartin Schwenke1-0/+7
2025-07-22libcli/smb: use talloc_asprintf_addbuf() in smbXcli_session_dump_keys()Ralph Boehme1-22/+63
2025-07-22smbd: now also use smbXcli_session_dump_keys() in the serverRalph Boehme1-24/+15
2025-07-22libcli/smb2: dump encryption key in format for Wireshark ~/.wireshark/smb2_se...Ralph Boehme4-7/+59
2025-07-22s4/libcli/smb2: dump encryption keys if enabledRalph Boehme1-0/+37