summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_srvkrpc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver token2013-04-171-1/+1
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-171-1/+2
* Merge Capsicum overhaul:pjd2013-03-021-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-12/+4
* - Move nfs_realign() from the NFS client to the shared NFS code andmarius2010-02-091-58/+1
* Some style(9) fixes in order to fabricate a commit to denote thatmarius2010-01-091-13/+11
* Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()marius2010-01-091-1/+1
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-5/+0
* 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-051-0/+2
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-2/+3
* Fix build of KGSSAPI bits post-vimage.dfr2009-05-241-1/+2
* Change nfsserver so that it uses the nfssvc() system call providedrmacklem2009-04-121-14/+4
* Fix an mbuf leak in the error path.dfr2009-03-191-0/+2
* Use the remote address for access control, not the local address. This fixesdfr2008-11-131-2/+44
* Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) repliesdfr2008-11-121-2/+7
* Include <sys/eventhandler.h>.dfr2008-11-041-0/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+565
OpenPOWER on IntegriCloud