Skip to content
Snippets Groups Projects
  1. Mar 06, 2021
  2. Feb 21, 2021
  3. Feb 20, 2021
  4. Feb 03, 2021
  5. Feb 02, 2021
  6. Feb 01, 2021
  7. Jan 10, 2021
  8. Dec 15, 2020
    • Rosen Penev's avatar
      ksmbd: update to 3.3.2 · 0e240ae9
      Rosen Penev authored
      
      The major changes are:
      
          Fix some of xfstests tests failures when actimeo=0 mount option
          is not used in local.config of xfstests.
          WSL reparse tags support for special files.
          Fix several permission issues.
          Set O_PATH and O_NONBLOCK flags to open_flags.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      0e240ae9
  9. Dec 03, 2020
    • Martin Blumenstingl's avatar
      ksmbd: update to 3.3.1 · 5f11fc18
      Martin Blumenstingl authored
      
      Major change for version 3.3.1 are:
      - Fix insmod failure if CONFIG_FS_POSIX_ACL is not set in config.
      
      Major changes for version 3.3.0 are:
      - Add ACLs support
      - Add Kerberos support
      - Add query info/query dir/statfs for smb3.1.1 posix extension.
      - Fix warnings from checkpatch.pl
      - Fix racy issue reported and warnings from KSAN by OpenWRT.
      
      Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
      5f11fc18
  10. Oct 31, 2020
    • Martin Blumenstingl's avatar
      ksmbd: update to 3.2.5 · 61604c5d
      Martin Blumenstingl authored
      
      * cifsd: release 3.2.5 version
      * cifsd: fix unassigned pointer access in smb_fileinfo_rename()
      * cifsd: remove unneeded ksmbd_fd_put() in find_next()
      * cifsd: always zero-initialize ksmbd_dir_info in smb1pdu
      * cifsd: make spnego depend on the "extended security" bit in flags2
      * cifsd: add support for weird clients with off-by-one buffer size issues
      * cifsd: allow SMB_COM_ECHO without valid user session
      * cifsd: fix potential null pointer dereferencing error of tfm in alloc_shash_desc()
      * cifsd: fix potential overflow issue in ___server_conf_set()
      * cifsd: add xfstests cases in travis-CI
      
      Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
      61604c5d
  11. Aug 16, 2020
  12. Jul 30, 2020
    • Andy Walsh's avatar
      ksmbd: update to 3.2.4 · f75ab3b5
      Andy Walsh authored
      
      upstream changelog:
      * cifsd: release 3.2.4 version
      * cifsd: don't support FSCTL_VALIDATE_NEGOTIATE_INFO if connect dialect is smaller than SMB3.02
      * cifsd: initialize server using init_smb2_0_server() instead of init_smb3_11_server()
      * cifsd: fix auto negotiation failure when setting min/max protocol is higher than SMB 2.0
      * cifsd: sign session setup response on SMB3.0 and SMB3.02
      * cifsd: make 8byte context alignment when there is the next context in negotiate contexts
      * cifsd: fix null pointer dereferencing error in ->set_sign_rsp()
      * cifsd: ignore EOPNOTSUPP error from ksmbd_vfs_alloc_size
      * cifsd: fix warning: unused variable small_sz
      * cifsd: release 3.2.3 version
      * cifsd: set correct status code on ksmbd_vfs_readdir error
      * cifsd: fix stuck issue while writing many files with windows client
      * cifsd: return only a single entry if SMB2_RETURN_SINGLE_ENTRY is set
      
      Signed-off-by: default avatarAndy Walsh <andy.walsh44+github@gmail.com>
      f75ab3b5
  13. Jun 25, 2020
    • Andy Walsh's avatar
      ksmbd: update to 3.2.2 · 8efbd0de
      Andy Walsh authored
      
      * update to 3.2.2
      
      ksmbd changelog:
      * fix kernel oops when using signing and pysmb (SMB1) as client.
      * fix signing bugs.
      * fix encryption bugs.
      * fix build error on linux-5.8-rc1
      * fix bugs with read-only=yes
      * fix potential stuck issue due to cache buffers exhaustion
      
      Signed-off-by: default avatarAndy Walsh <andy.walsh44+github@gmail.com>
      8efbd0de
  14. Jun 01, 2020
  15. May 21, 2020
  16. Mar 23, 2020
  17. Mar 11, 2020
  18. Mar 10, 2020
  19. Mar 09, 2020
    • Yousong Zhou's avatar
      exfat-nofuse: rename to kmod-fs-exfat0 · 1186e6d4
      Yousong Zhou authored
      
      exFAT fs driver has been upstreamed as a staging driver since linux 5.4.
      The package name kmod-fs-exfat is used for that.
      
      Three things happened in this commit
      
       - The package will only be built for kernel 4.14 and 4.19
       - The driver will be available as opkg package "kmod-fs-exfat0".
         "kmod-fs-exfat" is to be used for the one in upstream kernel
       - Mark "kmod-fs-exfat0" as deprecated in package title
      
      Signed-off-by: Paul Blazejowski <paulb at blazebox.homeip.net>
      Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>
      (rename, rewording, and deprecation)
      1186e6d4
  20. Feb 09, 2020
    • Andy Walsh's avatar
      ksmbd: update to 3.1.3, ksmbd-tools: update to 3.2.1, add smb1 support · e60ef2c8
      Andy Walsh authored
      
      * ksmbd: update to 3.1.3
      * ksmbd-tools: update to 3.2.1
      * add new package build option "KSMBD_SMB_INSECURE_SERVER"
      * enable smb1 support to kmod by default
      * add new UCI option "allow_legacy_protocols" to section [globals]
      
      * ksmbd: release 3.1.3 version
      * ksmbd: lock SMB2_QUERY_INFO_HE request with read lock
      * ksmbd: fix potential racy between query_dir and ksmbd_vfs_empty_dir
      * ksmbd: fix racy issue between deleting file and checking empty directory
      * ksmbd: don't register interface which are member of bridge
      * ksmbd: SO_REUSEADDR is no property of tcp_setsockopt
      * ksmbd: release 3.1.2 version
      * ksmbd: fix read caching buffer size as max_read_size
      * ksmbd: fix the infinite loop of handling FSCTL_QUERY_ALLOCATED_RANGES
      * ksmbd: use compounding for smb2 flush
      * ksmbd: downgrade error message to debug in get_file_all_info
      * ksmbd: rename usmbd to ksmbd.mountd in trvis-ci
      * ksmbd: release 3.1.1 version
      * ksmbd: does not work if ipv6 module is not loaded or compiled in
      * ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes
      * ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes
      * ksmbd: update README file
      
      * ksmbd-tools: release 3.2.1 version
      * ksmbd-tools: revert "remove glib2.0 dependancy" patch
      * ksmbd-tools: release 3.2.0 version
      * ksmbd-tools: update how to restart ksmbd in README file
      * Revert "ksmbd-tools: disable tbuf and rbuf caching by default"
      * ksmbd-tools: disable tbuf and rbuf caching by default
      * ksmbd-tools: replace usmbd prefix with ksmbd prefix
      * ksmbd-tools: update README file
      * ksmbd-tools: fix warning ignoring return value of 'fread'
      * ksmbd-tools: downgrade unsupported command print to debug
      * ksmbd-tools: remove GLIB_LIBS in Makefiles
      * ksmbd-tools: rename usmbd, smbuseradd, smbshareadd to ksmbd.mountd, ksmbd.adduser and ksmbd.addshare
      * ksmbd-tools: fix null pointer dereference in _list_remove
      * ksmbd-tools: fix the sanity check fails depending on the password length
      * ksmbd-tools: fix build error(not found glib.h)
      * ksmbd-tools: remove glib-2.0 dependancy
      * ksmbd-tools: update README to add libglib2.0-dev for Ubuntu preprequisite packages
      
      Signed-off-by: default avatarAndy Walsh <andy.walsh44+github@gmail.com>
      e60ef2c8
  21. Jan 26, 2020
    • Andy Walsh's avatar
      smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools" · 664479fa
      Andy Walsh authored
      
      * rename smbd->ksmbd (upstream name change)
      * ksmbd-tools: build with static glib2 (usmbd = ~90kb, smbuseradd = ~40kb)
      * new etc folder location = /etc/ksmbd/smb.conf
      * new database name = /etc/ksmbd/ksmbdpwd.db
      * fixes "map to guest = Bad User" while userdb is also used
      * fixes missing ipv6 support
      * update/rename to "luci-app-ksmbd"
      * remove UCI samba compatibility code for section names (ksmbd uses [share] + [globals] not [sambashare] + [global])
      
      * ksmbd: release 3.1.1 version
      * ksmbd: does not work if ipv6 module is not loaded or compiled in
      * ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes
      * ksmbd: release 3.1.0 version
      * ksmbd: fix over 80 character warnings
      * ksmbd: rename smbd-tools to ksmbd-tools in travis.yml
      * ksmbd: fix password db file location in travis.yml
      * ksmbd: rename smbd prefix function to ksmbd
      * ksmbd: rename smbd prefix source files to ksmbd
      * Revert "smbd: set connection status with SMBD_SESS_EXITING instead of direct destory"
      * ksmbd: rename smbd to ksmbd in .travis.yml
      * smbd: rename module name to ksmbd.ko
      * smbd: set connection status with SMBD_SESS_EXITING instead of direct destory
      * smbd: previous session with same user and same password should be deleted
      * smbd: only use global session table in smb2 session
      * smbd: add support for ipv6
      * smbd: fix empty macro issue from smbd_debug
      * cifsd: fix printing of file names in find_next
      
      Signed-off-by: default avatarAndy Walsh <andy.walsh44+github@gmail.com>
      664479fa
  22. Jan 11, 2020
  23. Jan 03, 2020
    • Andy Walsh's avatar
      smbd: rename from cifsd, update to 3.0.1 · 6c9973a9
      Andy Walsh authored
      
      * follow upstream rename to 'smbd' and 'smbd-tools'
      * config is '/config/smbd' and '/etc/smbd/smb.conf'
      * smbd: update to 3.0.1
      * smbd: fixes delete access on readonly shares
      * smbd: add patch to keep version metadata in kmod
      * smbd: add synchrous kill_server patches
      * smbd-tools: update to 3.0.1
      * smbd-tools: userspace service is now 'usmbd'
      * smbd-tools: userspace tools are: 'smbuseradd', 'smbshareadd' with /etc/smbd/smbdpwd.db
      * smbd-tools: split package into server/utils (reduce size)
      * smbd-tools: fix init (luci save&apply)
      * smbd-tools: remove kill_server related timeouts
      
      Signed-off-by: default avatarAndy Walsh <andy.walsh44+github@gmail.com>
      6c9973a9
  24. Nov 27, 2019
  25. Nov 22, 2019
    • Andy Walsh's avatar
      cifsd: update to git (2019-11-22) · 5c2706a9
      Andy Walsh authored
      
      * cifsd: fix uninitialized fp could be freed
      * cifsd: fix potential uninitialized spnego_blob could be freed
      * cifsd: smbd: replace spinlock_irqsave with spinlock
      * cifsd: smbd: avoid the lack of client's send credits
      * cifsd-tools: add version generation script
      * cifsd-tools: do not abbrev git describe
      * cifsd-tools: use 'unknown' version string if git describe fails
      
      Signed-off-by: default avatarAndy Walsh <andy.walsh44+github@gmail.com>
      5c2706a9
  26. Nov 10, 2019
  27. Nov 08, 2019
  28. Oct 15, 2019
  29. Oct 12, 2019
  30. Oct 09, 2019
  31. Sep 01, 2019
  32. Aug 21, 2019
  33. Jul 24, 2019
  34. Jul 14, 2019
  35. Jun 24, 2019
  36. Jan 09, 2019
  37. Oct 16, 2018
  38. Oct 02, 2018
  39. Jan 25, 2018
Loading