samba.git
2022-02-11 Volker Lendeckendrdump: Small simplification
2022-02-11 Volker Lendeckelibsmb: Use fstrcpy where possible
2022-02-11 Volker Lendeckesmbd: Safeguards for getpwuid
2022-02-11 Volker Lendeckevfstest: Align two integer types
2022-02-11 Volker Lendeckevfs: Simplify streams_xattr_unlinkat()
2022-02-11 Volker Lendeckesmbd: Use fsp_is_alternate_stream() where an fsp is...
2022-02-11 Volker Lendeckesmbd: Introduce metadata_fsp()
2022-02-11 Volker Lendeckesmbd: Introduce fsp_is_alternate_stream()
2022-02-11 Sergey V. Lobanovwafsamba: replace 'echo -n' with printf
2022-02-10 Pavel Filipenskýs3:modules: Fix virusfilter_vfs_openat
2022-02-10 Pavel Filipenskýs3:selftest: Add test for virus scanner
2022-02-10 Pavel Filipenskýselftest: Fix trailing whitespace in Samba3.pm
2022-02-10 Pavel Filipenskýdocs-xml:manpages: Document 'dummy' virusfilter and...
2022-02-10 Pavel Filipenskýs3:modules: Implement dummy virus scanner that uses...
2022-02-10 Andreas Schneiderselftest: Do not force -d0 for smbd/nmbd/winbindd
2022-02-10 Volker Lendeckesmbd: Only file_free() a self-created fsp in create_fil...
2022-02-10 Volker Lendeckesmbd: Introduce close_file_smb()
2022-02-10 Volker Lendeckesmbd: Factor out fsp_unbind_smb() from file_free()
2022-02-10 Volker Lendecketorture: Add a test to show that full_audit uses a...
2022-02-10 Volker Lendeckesmbd: Simplify the flow in close_file_free()
2022-02-10 Volker Lendeckesmbd: No base fsps to close_file_free() from file_close...
2022-02-10 Volker Lendeckesmbd: Factor out close_file_in_loop() from file_close_c...
2022-02-10 Volker Lendeckesmbd: No base fsps to close_file_free() from file_close...
2022-02-10 Volker Lendeckesmbd: NULL out "fsp" in close_file()
2022-02-10 Volker Lendeckesmbd: Call file_free() just once in close_file()
2022-02-10 Volker Lendeckesmbd: Move the call to file_free() out of close_fake_file()
2022-02-10 Volker Lendeckesmbd: Move the call to file_free() out of close_normal_...
2022-02-10 Volker Lendeckesmbd: Move the call to file_free() out of close_directory()
2022-02-10 Volker Lendeckesmbd: Slightly simplify create_file_unixpath()
2022-02-09 Samuel Cabreros3:winbind: Reduce the level and improve a couple of...
2022-02-08 Ralph Boehmes3/libads: ensure a sockaddr variable is correctly...
2022-02-08 Ralph Boehmes3/libads: simplify storing existing ads->ldap.ss
2022-02-07 Volker Lendeckelib: Simplify pm_process()
2022-02-07 Volker Lendeckevfs: Fix a typo
2022-02-07 Volker Lendeckesmbd: Pass "dirfsp" and "smb_fname" to fd_open_atomic()
2022-02-07 Volker Lendeckesmbd: Avoid an "else" in file_set_dosmode()
2022-02-07 Volker Lendeckesmbd: Fix open_pathref_base_fsp()'s implicit conn_cwd...
2022-02-07 Volker Lendeckelibsmb: Convert SMBC_getatr() to NTSTATUS
2022-02-07 Volker Lendeckelibsmb: Avoid a call to SMBC_errno()
2022-02-07 Volker Lendeckelibsmb: Avoid a call to SMBC_errno()
2022-02-07 Volker Lendeckelibsmb: Avoid a call to SMBC_errno()
2022-02-07 Volker Lendeckelibsmb: Avoid two calls to SMBC_errno()
2022-02-07 Volker Lendeckelibsmb: Avoid a call to SMBC_errno()
2022-02-07 Volker Lendeckelibsmb: Avoid a call to SMBC_errno()
2022-02-07 Volker Lendeckesmbd: Fix CID 1497981: Null pointer dereferences (REVER...
2022-02-07 Volker Lendeckelib: Fix CID 1465285 Double close
2022-02-06 Stefan Metzmacherscript/autobuild.py: let nm_grep_symbols ignore __gcov_...
2022-02-04 Andreas Schneiderbootstrap: Migrate to CentOS8 Stream
2022-02-04 Volker Lendeckesharesec: Add SEC_DIR_DELETE_CHILD to CHANGE permissions
2022-02-04 Jeremy Allisons3: libsmb: Call cli_dfs_target_check() from cli_smb2_r...
2022-02-04 Jeremy Allisons3: libsmb: Call cli_dfs_target_check() from cli_cifs_r...
2022-02-04 Jeremy Allisons3: libsmb: Call cli_dfs_target_check() from cli_smb1_r...
2022-02-04 Jeremy Allisons3: libsmb: Call cli_dfs_target_check() from cli_ntrena...
2022-02-04 Jeremy Allisons3: libsmb: Call cli_dfs_target_check() from cli_smb2_h...
2022-02-04 Jeremy Allisons3: libsmb: Add cli_dfs_target_check() function.
2022-02-04 Jeremy Allisons3: tests: Add a new test test_msdfs_rename() that...
2022-02-04 Jeremy Allisons3: tests: Add a new test test_msdfs_hardlink() that...
2022-02-03 Andreas Schneiderbootstrap: Fix CentOS8 runner
2022-02-03 David Seiferttevent: add missing `#include <sys/types.h>`
2022-02-02 Jeremy Allisonlib: libsmbclient: Ensure cli_rename() always sets...
2022-02-02 Jeremy Allisons4: test: Add samba4.libsmbclient.rename test. Currentl...
2022-02-02 Stefan Metzmacherlibcli/smb: let smb2_signing_decrypt_pdu() cope with...
2022-02-02 Stefan Metzmacherlibcli/smb: fix error checking in smb2_signing_decrypt_...
2022-02-02 Stefan Metzmacherselftest/quick: add smb2.session
2022-02-01 Pavel Filipenskýlib:replace: Fix NULL issue reported by covscan
2022-02-01 Pavel Filipenskýlib:replace: Fix trailing whitespace in os2_delete.c
2022-02-01 Volker Lendeckevfs: Simplify fake_acls_stat() with an early return
2022-02-01 Volker Lendeckesmbd: Simplify reopen_from_fsp() with an early return
2022-02-01 Volker Lendeckesmbd: copy_access_posix_acl() just needs fsps these...
2022-02-01 Volker Lendeckesmbd: chmod_acl_internals() does not need connection_st...
2022-02-01 Volker Lendeckesmbd: Make directory_has_default_posix_acl() just take...
2022-02-01 Volker Lendeckesmbd: Modernize a debug statement
2022-02-01 Volker Lendecketorture: Align an integer type
2022-02-01 Volker Lendeckemdssvc: Align an integer type
2022-02-01 Jeremy Allisons3: smbd: Add two new functions in a new file, smb2_pos...
2022-02-01 Jeremy Allisons3: smbd: smbd_smb2_request_process_negprot() - Allow...
2022-02-01 Jeremy Allisons3: smbd: Plumb in POSIX lock requests through SMB2...
2022-02-01 Jeremy Allisons3: smbd: Update widelinks_warning() to cope with SMB1...
2022-02-01 Jeremy Allisons3: smbd: lp_widelinks(). Turn off widelinks if either...
2022-02-01 Jeremy Allisons3: smbd: Add lp_smb2_unix_extensions() function. Alway...
2022-02-01 Jeremy Allisons3: smbd: Add the definition for SMB2_FIND_POSIX_INFORM...
2022-02-01 Jeremy Allisons3: smbd: Add the definition for SMB2_FILE_POSIX_INFORM...
2022-02-01 Jeremy Allisonlibcli: Add SMB2 posix negotiate context flag.
2022-02-01 Jeremy Allisons3: smbd: Add an SMB2 server flag posix_extensions_nego...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: smbd: Inside rename_internals_fsp...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: torture: Add a test samba3.blackbox...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: smbd: Fix a subtle bug in the error...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: smbd: Inside check_reduced_name...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: smbd: For SMB1+POSIX clients trying...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: torture: Change expected error...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: torture: In test_smbclient_s3,...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: torture: Add samba3.blackbox.test_s...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: torture: Add samba3.blackbox.test_s...
2022-01-31 Jeremy AllisonCVE-2021-44141: s3: torture: Add samba3.blackbox.test_s...
2022-01-31 Ralph BoehmeCVE-2021-44142: libadouble: harden parsing code
2022-01-31 Ralph BoehmeCVE-2021-44142: libadouble: add basic cmocka tests
2022-01-31 Ralph BoehmeCVE-2021-44142: libadouble: harden ad_unpack_xattrs()
2022-01-31 Ralph BoehmeCVE-2021-44142: smbd: add Netatalk xattr used by vfs_fr...
2022-01-31 Ralph BoehmeCVE-2021-44142: libadouble: add defines for icon lengths
2022-01-31 Joseph SuttonCVE-2022-0336: s4/dsdb/samldb: Don't return early when...
next