summaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* MFC 245508,245566,245568,245611,245909:John Baldwin2013-02-281-2/+2
* Partial merge of r218345:Alan Cox2012-02-151-1/+2
* MFC 228185:John Baldwin2012-01-051-60/+69
* MFC: r223309Rick Macklem2011-07-041-12/+4
* MFC r216565,r216631,r216632,r216633,r216774:Pawel Jakub Dawidek2010-12-303-54/+65
* MFC r216454:Konstantin Belousov2010-12-261-2/+11
* MFC r214851:Konstantin Belousov2010-11-081-1/+1
* MFC r214049:Konstantin Belousov2010-11-031-12/+13
* MFC r211854:Pawel Jakub Dawidek2010-11-021-40/+48
* MFC: r205661Rick Macklem2010-04-091-0/+3
* - Factor out the code shared between NFS client and server into its ownMarius Strobl2010-02-224-60/+5
* MFC: r201899Marius Strobl2010-01-163-79/+75
* MFC: r201896Marius Strobl2010-01-163-3/+8
* MFC 200084:John Baldwin2009-12-181-4/+3
* MFC r199274, r199284:Marcel Moolenaar2009-11-241-1/+1
* MFC r197287, r197289, r197351, r197426, r197458, r197459, r197497, r197498,Pawel Jakub Dawidek2009-09-291-1/+1
* MFC r197039, r197040:Pawel Jakub Dawidek2009-09-151-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