summaryrefslogtreecommitdiff
path: root/sys/netsmb
AgeCommit message (Expand)Author
2025-07-24kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans
2025-02-02sockets: garbage collect SB_NOINTRGleb Smirnoff
2024-09-03netsmb: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-04netsmb: Add bounds checking to smb_t2_placedataJohn Baldwin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-04smb_smb_treedisconnect: eliminate write only variable mbpWarner Losh
2022-04-04smb_iod_main: eliminate write only variable errorWarner Losh
2021-05-26netsmb: Avoid a read-after-free in smb_t2_request_int()Mark Johnston
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-08-26Stop using des_cblock * for arguments to DES functions.John Baldwin
2018-12-11Remove unused argument to priv_check_cred.Mateusz Guzik
2018-07-30Make timespecadd(3) and friends publicAlan Somers
2018-05-09Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy
2018-01-22Unsign some values related to allocation.Pedro F. Giffuni
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-09-29netsmb: Fix buggy/racy smb_strdupin()Conrad Meyer
2016-05-03sys/net*: minor spelling fixes.Pedro F. Giffuni
2016-04-20Remove unused SMB_DIALECT_MAX macro.Pedro F. Giffuni
2016-04-19kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2015-11-18The problem report was for a crash that happened when smbfs wasRick Macklem
2015-11-16When the smbfs iod thread (smb_iod_thread()) is shutting down, smb_iod_destroy()Rick Macklem
2014-04-17Remove redundant unlock.Andrey V. Elsukov
2014-03-16Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson
2014-03-14Remove IPX support.Gleb Smirnoff
2013-11-08Catch up with sb_timeo type change in r255138. This fixesGleb Smirnoff
2013-09-05Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek
2013-06-28Remove a reference to LK_DRAIN now that lockmgr(9) is gone from thisDavide Italiano
2013-05-04If the kernel is compiled with VMIMAGE support, the first attempt ofDavide Italiano
2013-05-04Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.Davide Italiano
2013-05-04Completely rewrite the interface to smbdev switching from dev_cloneDavide Italiano
2013-03-09Call make_dev_credf() rather than using the couple make_dev()/dev_ref().Davide Italiano
2013-03-02Merge Capsicum overhaul:Pawel Jakub Dawidek
2012-12-05 Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-10-31Fix panic due to page faults while in kernel mode, under conditions ofDavide Italiano
2012-07-10Change a duplicated check to clarify that we really want to set aChristian Brueffer
2012-06-13When checking if file descriptor number is valid, explicitely check for 'fd'Pawel Jakub Dawidek
2011-11-18Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-01-08Change some variables from int to size_t. This is more accurate sinceChristian S.J. Peron
2010-04-07Switch to our preferred 2-clause BSD license.Joel Dahl
2009-09-10Don't print out a message on loading a module. 'kldload -v' and 'kldstatNick Hibma
2009-06-01Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin
2008-11-03Implement device cloning for /dev/nsmb, the netsmb control pseudo-device.Robert Watson
2008-11-02Catch up with netsmb locking: explicit thread arguments no longer required.Robert Watson