NetBSD/sys/fs/smbfs
elad 0c9d8d15c9 Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
something meaningful. All relevant documentation has been updated or
written.

Most of these changes were brought up in the following messages:

    http://mail-index.netbsd.org/tech-kern/2012/01/18/msg012490.html
    http://mail-index.netbsd.org/tech-kern/2012/01/19/msg012502.html
    http://mail-index.netbsd.org/tech-kern/2012/02/17/msg012728.html

Thanks to christos, manu, njoly, and jmmv for input.

Huge thanks to pgoyette for spinning these changes through some build
cycles and ATF.
2012-03-13 18:40:26 +00:00
..
files.smbfs
Makefile
smbfs_io.c Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file 2010-04-23 15:38:46 +00:00
smbfs_kq.c extending vmem(9) to be able to allocated resources for it's own needs. 2012-01-27 19:48:38 +00:00
smbfs_node.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
smbfs_node.h
smbfs_smb.c rename SMBFS_MAXFNAMELEN to SMBFS_MAXNAMLEN for consistency 2011-09-27 02:05:10 +00:00
smbfs_subr.c Remove few references to simple_lock. 2011-06-09 02:59:22 +00:00
smbfs_subr.h Add support for 64 bit file offsets to smbfs_smb_setfsize(), largely 2009-10-20 20:55:01 +00:00
smbfs_vfsops.c As vnalloc() always allocates with PR_WAITOK there is no longer the need 2011-10-07 09:35:04 +00:00
smbfs_vnops.c Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
smbfs.h