summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Switch the default rpc implementation for NFS back to the new code. I believedfr2008-11-141-4/+0
* Use the remote address for access control, not the local address. This fixesdfr2008-11-131-2/+44
* Temporarily switch NFS back to the old RPC code while I try to diagnose anddfr2008-11-131-0/+4
* Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) repliesdfr2008-11-121-2/+7
* Allow v3 GETATTR requests even when weakly authenticated. Change the errordfr2008-11-121-2/+3
* Range-check NFSv2 procedure numbers before converting to NFSv3.dfr2008-11-071-2/+7
* Don't depend on krpc.ko in the NFS_LEGACYRPC case.dfr2008-11-061-0/+2
* Unbreak NFS.des2008-11-061-0/+1
* If mountd doesn't specify a secflavor list for the mount, assume that -sec=sysdfr2008-11-051-0/+10
* Include <sys/eventhandler.h>.dfr2008-11-041-0/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-0311-65/+1373
* Document a few sysctls in the NFS client and server code.trhodes2008-11-022-5/+10
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-5/+6
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factrwatson2008-10-281-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-234-31/+31
* Turn XXX's for unlocked writes of NFS server statistics to simple notes,rwatson2008-10-121-2/+2
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-171-2/+4
* Decontext-alize the nfsserver module.attilio2008-09-165-101/+91
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-282-50/+48
* Remove spls from NFS server setup call; expand receive socket bufferrwatson2008-06-301-8/+3
* Change the fix in the rev. 1.179 to use nfsrv_lockedpair_nd().kib2008-05-281-6/+2
* Initialize vfslocked prior to calling nfsm_srvmtofh where it was forgotten.kib2008-05-281-0/+3
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-255-15/+15
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-221-8/+7
* Fix a regression from the last revision - don't edit the ns_rec list whiledfr2008-03-191-1/+3
* Don't call nfs_realign while holding locks.dfr2008-03-181-4/+5
* Fix the Giant leak in the nfsrv_remove().kib2008-03-041-2/+6
* Use nfsrv_destroycache() only once, else it crashes the server.remko2008-01-181-1/+0
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-21/+20
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-14/+14
* Garbage collect now-unused nfsrv_setcred() -- it's not only unused, butrwatson2007-11-042-18/+0
* Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and moverwatson2007-10-251-1/+1
* Add a -z flag to nfsstat which zeros the NFS statistics after displayingjhb2007-10-181-1/+1
* Set the NFS server sockbuf high watermarks to the system defaultsmohans2007-10-121-4/+3
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-063-22/+4
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-272-12/+3
* Include priv.h to pick up suser(9) definitions, missed in an earlierrwatson2007-06-131-0/+1
* Init timespec to zero fo quiesce warnings.mjacob2007-06-101-1/+1
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-8/+0
* Attempt to rationalize NFS privileges:rwatson2007-04-211-1/+1
* In nfsrv_rcv(), don't reacquire the nfs server lock until afterrwatson2007-04-151-1/+1
* - Split out the part of SYSCALL_MODULE_HELPER() that builds a 'structjhb2007-04-021-9/+12
* Initialize vfslocked to 0 before nfsm_srvmtofh() so that the variable isjhb2007-03-261-0/+1
* - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs.jeff2007-03-177-644/+236
* Change these descriptions of memory types used in malloc(9), as theirwkoszek2007-03-051-4/+3
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-3/+0
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-6/+6
* Get the vfs giant lock before calling nfs_access.mpp2007-02-131-3/+9
* The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c shouldhrs2007-01-022-1/+20
* MFp4: 92972, 98913 + one more changebz2006-12-121-9/+13
OpenPOWER on IntegriCloud