index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
nfsserver
/
nfs_srvkrpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-1
/
+2
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-1
/
+3
*
Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to
ken
2013-04-17
1
-1
/
+1
*
Revamp the old NFS server's File Handle Affinity (FHA) code so that
ken
2013-04-17
1
-1
/
+2
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-1
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-3
/
+3
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+2
*
Fix the kgssapi so that it can be loaded as a module. Currently
rmacklem
2011-06-19
1
-12
/
+4
*
- Move nfs_realign() from the NFS client to the shared NFS code and
marius
2010-02-09
1
-58
/
+1
*
Some style(9) fixes in order to fabricate a commit to denote that
marius
2010-01-09
1
-13
/
+11
*
Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()
marius
2010-01-09
1
-1
/
+1
*
Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.
dfr
2009-06-30
1
-5
/
+0
*
Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on the
rmacklem
2009-06-17
1
-0
/
+1
*
Add a #include <sys/jail.h> so that it builds when
rmacklem
2009-06-12
1
-0
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-0
/
+2
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-2
/
+3
*
Fix build of KGSSAPI bits post-vimage.
dfr
2009-05-24
1
-1
/
+2
*
Change nfsserver so that it uses the nfssvc() system call provided
rmacklem
2009-04-12
1
-14
/
+4
*
Fix an mbuf leak in the error path.
dfr
2009-03-19
1
-0
/
+2
*
Use the remote address for access control, not the local address. This fixes
dfr
2008-11-13
1
-2
/
+44
*
Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) replies
dfr
2008-11-12
1
-2
/
+7
*
Include <sys/eventhandler.h>.
dfr
2008-11-04
1
-0
/
+1
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-0
/
+565