summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
...
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-192-5/+3
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on thermacklem2009-06-171-0/+1
* Add a #include <sys/jail.h> so that it builds whenrmacklem2009-06-121-0/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-052-2/+2
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-013-9/+7
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-2/+3
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-0/+3
* Fix build of KGSSAPI bits post-vimage.dfr2009-05-241-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-2/+2
* Do not embed struct ucred into larger netcred parent structures.kan2009-05-091-0/+3
* Change nfsserver so that it uses the nfssvc() system call providedrmacklem2009-04-124-49/+22
* Fix an mbuf leak in the error path.dfr2009-03-191-0/+2
* Include audit.h so that the system call path protected by NFS_LEGACYRPCrwatson2009-02-231-0/+2
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-2/+2
* Audit the flag argument to the nfssvc(2) system call.rwatson2009-02-081-0/+2
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-2/+2
* Handle VFS_VGET() failing with an error other than EOPNOTSUPP in additionkensmith2008-12-161-3/+6
* We need to pass a structure with enough space for an NFSv2 filehandle todfr2008-12-101-3/+3
* Change nfsserver slightly so that it does not trip over the timestampkan2008-12-031-7/+8
* In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointerkib2008-11-291-3/+6
* 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
OpenPOWER on IntegriCloud