summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-06s3-client: Use the passed down memory context for cli_connect_nb()Andreas Schneider1-6/+52
2025-11-06s3:libsmb: Use a long living context for cli_resolve_path()Andreas Schneider4-12/+24
2025-11-06s3:libsmb: Add a talloc context to the internal data structureAndreas Schneider2-8/+16
2025-11-06s3:client: Use a long living memory context for cli_cm_open()Andreas Schneider1-1/+1
2025-11-06s3:client: Pass down a talloc context to do_cd()Andreas Schneider1-6/+11
2025-11-06s3:client: Pass a talloc context down to cmd_*() functionsAndreas Schneider3-89/+89
2025-11-06s3:client: Pass down a talloc context to process_command_string()Andreas Schneider1-4/+6
2025-11-06s3:client: Pass down a talloc context to do_tar_op()Andreas Schneider1-3/+3
2025-11-06s3:client: Pass down a talloc context to do_message_op()Andreas Schneider1-3/+3
2025-11-06s3:client: Pass down a talloc context to do_host_query()Andreas Schneider1-4/+5
2025-11-06s3:client: Pass down a talloc context to process()Andreas Schneider1-2/+2
2025-11-06s3:client: Use a stackframe in process_command_string()Andreas Schneider1-7/+9
2025-11-06s3:client: Only allocate the stackframe once in process_stdin()Andreas Schneider1-6/+5
2025-11-06s3:client: Do not call exit() in cmd_quit()Andreas Schneider1-4/+19
2025-11-06s3:client: Always goto out (destructor) in do_cd()Andreas Schneider1-6/+4
2025-11-06s3:client: Make cmd_iosize() staticAndreas Schneider2-2/+1
2025-11-06s3-smbd: send notifications for ACL changesGünther Deschner2-2/+8
2025-11-06s4-torture: add test for FILE_NOTIFY_CHANGE_SECURITYGünther Deschner2-0/+193
2025-11-05wireshark-pidl: Don't warn about unused hfs used in CODE blocksJohn Thacker1-1/+12
2025-11-05wireshark-pidl: Do not calculate functions replaced by manual codeJohn Thacker1-15/+17
2025-11-05wireshark-pidl: Fix filter names for subcontext length fieldsJohn Thacker1-1/+1
2025-11-05wireshark-pidl: Check for undefined SwitchType firstJohn Thacker1-13/+15
2025-11-05wireshark-pidl: Warn appropriately on unsupported switch_is discriminantsJohn Thacker1-1/+4
2025-11-05wireshark-pidl: Reduce Perl strict warningsJohn Thacker1-1/+1
2025-11-05wireshark-pidl: Reduce false positive warnings when compilingJohn Thacker1-1/+8
2025-11-05docs-xml: Document samba-tool subcommand to generate Certificate Signing Requ...Jennifer Sutton1-0/+40
2025-11-05samba-tool: Add subcommand to generate Certificate Signing Requests with SID ...Jennifer Sutton7-0/+606
2025-11-05python: Factor out asn.1 methods into their own moduleJennifer Sutton4-79/+117
2025-11-05samba-tool: Fix commentsJennifer Sutton2-2/+2
2025-11-05python:tests: Fix code spellingJennifer Sutton1-1/+1
2025-11-04vfs_recycle: Make recycle:touch/touch_mtime work again if recycle:keeptree is...Pavel Filipenský2-2/+1
2025-11-04vfs_recycle: Fix trailing whitespace in vfs_recycle.cPavel Filipenský1-2/+2
2025-11-04selftest: Add a test for recycle:touch,touch_mtime,keeptreePavel Filipenský3-0/+41
2025-11-04Remove previous himmelblau integration attemptDavid Mulder82-14031/+2
2025-10-30nsswitch: Do not leak memory in wbinfo_pam_logon() of wbinfoAndreas Schneider1-3/+2
2025-10-29vfs_streams_xattr: Fix CID 1667321 REVERSE_INULLShwetha K Acharya1-3/+0
2025-10-29vfs_streams_xattr: Fix CID 1667323 Resource LeakShwetha K Acharya1-3/+7
2025-10-29lib:ldb:tests: Fix memory leaks in ldb_lmdb_free_list_testAndreas Schneider1-7/+13
2025-10-29lib:ldb:tests: Avoid memory leaks in ldb_kv_ops testAndreas Schneider1-7/+35
2025-10-26WHATSNEW: Mention MR 4212Volker Lendecke1-0/+16
2025-10-24s3:client: Use talloc to avoid memory leaks in smbspoolAndreas Schneider1-4/+2
2025-10-23docs-xml: Document SID extension certificate mappingsJennifer Sutton1-0/+4
2025-10-22s4:kdc: Implement Object SID certificate security extensionJennifer Sutton4-5/+44
2025-10-22third_party/heimdal: Import lorikeet-heimdal-202510122217 (commit c2d91bdde52...Jennifer Sutton18-91/+263
2025-10-22s4:kdc: Don’t leak pub_keys.keysJennifer Sutton1-4/+6
2025-10-22s4:kdc: Move talloc_steal() back to function endJennifer Sutton1-6/+6
2025-10-22s4:kdc: Correct debug messagesJennifer Sutton1-3/+3
2025-10-22s4:kdc: Correct commentsJennifer Sutton1-5/+5
2025-10-22tests/krb5: Add tests for the Object SID certificate security extensionJennifer Sutton2-36/+102
2025-10-22tests/krb5: Remove unused importsJennifer Sutton1-3/+0