aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver/nfs_srvkrpc.c
Commit message (Expand)AuthorAgeFilesLines
* - Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl2010-02-091-58/+1
* Some style(9) fixes in order to fabricate a commit to denote thatMarius Strobl2010-01-091-13/+11
* Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()Marius Strobl2010-01-091-1/+1
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-5/+0
* 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-051-0/+2
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-2/+3
* Fix build of KGSSAPI bits post-vimage.Doug Rabson2009-05-241-1/+2
* Change nfsserver so that it uses the nfssvc() system call providedRick Macklem2009-04-121-14/+4
* Fix an mbuf leak in the error path.Doug Rabson2009-03-191-0/+2
* Use the remote address for access control, not the local address. This fixesDoug Rabson2008-11-131-2/+44
* Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) repliesDoug Rabson2008-11-121-2/+7
* Include <sys/eventhandler.h>.Doug Rabson2008-11-041-0/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+565