aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* - When VFS_VGET() is not supported, switch to VOP_LOOKUP().Pawel Jakub Dawidek2010-08-261-40/+48
* Patch the regular NFS server so that it returns ESTALE to the clientRick Macklem2010-03-261-0/+3
* Factor out the code shared between NFS client and server into its ownMarius Strobl2010-02-161-0/+1
* - Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl2010-02-093-60/+4
* Some style(9) fixes in order to fabricate a commit to denote thatMarius Strobl2010-01-093-79/+75
* Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()Marius Strobl2010-01-093-3/+8
* Properly return an error reply if an NFS remove or link operation fails.John Baldwin2009-12-031-4/+3
* Revert previous change and fix misalignment by using bcopy()Marcel Moolenaar2009-11-151-6/+1
* Fix an obvious panic by not casting from a pointer that is 4-bytesMarcel Moolenaar2009-11-141-1/+6
* Ensure that tv_sec is between INT32_MIN and INT32_MAX, so ZFS won't object.Pawel Jakub Dawidek2009-09-261-1/+1
* Correct typo after manual patching.Pawel Jakub Dawidek2009-09-091-1/+1
* Fix usecount leak in mknod(2) on file system exported over NFS.Pawel Jakub Dawidek2009-09-091-2/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-309-2623/+4
* Fix build with NFS_LEGACYRPC enabled after the socket upcall lockingJohn Baldwin2009-06-301-0/+1
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-192-5/+3
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on theRick Macklem2009-06-171-0/+1
* Add a #include <sys/jail.h> so that it builds whenRick Macklem2009-06-121-0/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-052-2/+2
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-013-9/+7
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-2/+3
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-0/+3
* Fix build of KGSSAPI bits post-vimage.Doug Rabson2009-05-241-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-2/+2
* Do not embed struct ucred into larger netcred parent structures.Alexander Kabaev2009-05-091-0/+3
* Change nfsserver so that it uses the nfssvc() system call providedRick Macklem2009-04-124-49/+22
* Fix an mbuf leak in the error path.Doug Rabson2009-03-191-0/+2
* Include audit.h so that the system call path protected by NFS_LEGACYRPCRobert Watson2009-02-231-0/+2
* Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-02-131-2/+2
* Audit the flag argument to the nfssvc(2) system call.Robert Watson2009-02-081-0/+2
* Last step of splitting up minor and unit numbers: remove minor().Ed Schouten2009-01-281-2/+2
* Handle VFS_VGET() failing with an error other than EOPNOTSUPP in additionKen Smith2008-12-161-3/+6
* We need to pass a structure with enough space for an NFSv2 filehandle toDoug Rabson2008-12-101-3/+3
* Change nfsserver slightly so that it does not trip over the timestampAlexander Kabaev2008-12-031-7/+8
* In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointerKonstantin Belousov2008-11-291-3/+6
* Switch the default rpc implementation for NFS back to the new code. I believeDoug Rabson2008-11-141-4/+0
* Use the remote address for access control, not the local address. This fixesDoug Rabson2008-11-131-2/+44
* Temporarily switch NFS back to the old RPC code while I try to diagnose andDoug Rabson2008-11-131-0/+4
* Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) repliesDoug Rabson2008-11-121-2/+7
* Allow v3 GETATTR requests even when weakly authenticated. Change the errorDoug Rabson2008-11-121-2/+3
* Range-check NFSv2 procedure numbers before converting to NFSv3.Doug Rabson2008-11-071-2/+7
* Don't depend on krpc.ko in the NFS_LEGACYRPC case.Doug Rabson2008-11-061-0/+2
* Unbreak NFS.Dag-Erling Smørgrav2008-11-061-0/+1
* If mountd doesn't specify a secflavor list for the mount, assume that -sec=sysDoug Rabson2008-11-051-0/+10
* Include <sys/eventhandler.h>.Doug Rabson2008-11-041-0/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-0311-65/+1373
* Document a few sysctls in the NFS client and server code.Tom Rhodes2008-11-022-5/+10
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-5/+6
* Rename three MAC entry points from _proc_ to _cred_ to reflect the factRobert Watson2008-10-281-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-234-31/+31
* Turn XXX's for unlocked writes of NFS server statistics to simple notes,Robert Watson2008-10-121-2/+2