aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
Commit message (Expand)AuthorAgeFilesLines
* This patch is believed to fix a problem in the kernel rpc forRick Macklem2011-04-274-6/+11
* Fix a couple of mbuf leaks introduced by r217242. I doRick Macklem2011-04-132-2/+7
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-166-28/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Fix a bug in the client side krpc where it was, sometimesRick Macklem2011-01-103-17/+10
* Fix the krpc so that it can handle NFSv3,UDP mounts with a read/writeRick Macklem2010-10-133-7/+20
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalAttilio Rao2010-09-244-416/+4
* Remove unnecessary weak reference that was apparently copied from theEd Maste2010-09-231-7/+0
* - Check the result of malloc(M_NOWAIT) in replay_alloc(). The callerPawel Jakub Dawidek2010-08-261-20/+25
* Add mutex locking for the call to replay_prune() inRick Macklem2010-08-251-0/+2
* If the first iteration of the do loop in replay_prune()Rick Macklem2010-08-251-1/+1
* When the regular NFS server replied to a UDP client out of the replayRick Macklem2010-03-231-0/+2
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicBrooks Davis2010-01-121-3/+3
* Make options KGSSAPI build and add it to NOTES.Brooks Davis2010-01-082-8/+11
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-2/+2
* Add a check for the connection being shut down to the krpcRick Macklem2009-11-081-0/+16
* Set the prison in NFS anon and GSS SVC creds (as I indended to in r197581).Jamie Gritton2009-09-281-0/+2
* Back out r197581, which replaced this file witk sys/kern/vfs_export.c.Jamie Gritton2009-09-281-369/+1363
* Set the prison in NFS anon and GSS SVC creds.Jamie Gritton2009-09-281-1363/+369
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetMarko Zec2009-08-247-7/+56
* Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread ownsKonstantin Belousov2009-07-142-3/+5
* When unmounting an NFS mount using sec=krb5[ip], the umount systemRick Macklem2009-07-011-0/+14
* Make sure that cr_error is set to ESHUTDOWN when closing the connection.Rick Macklem2009-07-011-2/+4
* Fix two known problems in clnt_rc.c, plus issues w.r.t. smp notedRick Macklem2009-06-251-42/+74
* If the initial attempt to refresh credentials in the RPCSEC_GSS clientRick Macklem2009-06-241-3/+15
* Delete the declaration of an unused variable so that it will build.Rick Macklem2009-06-201-1/+0
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-193-12/+6
* Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on theRick Macklem2009-06-173-3/+12
* Replace the global references to "hostid" in svc_rpcsec_gss.c to localRick Macklem2009-06-151-1/+7
* When a Solaris10 client does an NFS mount using krb5i or krb5p, theRick Macklem2009-06-131-1/+1
* For the case where another thread was doing a connect and thatRick Macklem2009-06-101-2/+2
* Add a temporary workaround for panics being seen on NFS servers with ZFS,Robert Watson2009-06-071-0/+3
* Add a check to xprt_unregister() to catch the case where anotherRick Macklem2009-06-071-0/+7
* Fix a lockorder reversal I introduced in r193436 when I moved theRick Macklem2009-06-071-0/+1
* Correct MAC compile problems resulting from the new RPC code copying andRobert Watson2009-06-051-1/+4
* Fix upcall races in the client side krpc. For the client side upcall,Rick Macklem2009-06-042-3/+53
* Fix two races in the server side krpc w.r.t upcalls:Rick Macklem2009-06-043-7/+20
* Add internal 'mac_policy_count' counter to the MAC Framework, which is aRobert Watson2009-06-021-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-014-62/+53
* fix xdrmem_control to be safe in an if statementKip Macy2009-05-301-2/+2
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-8/+5
* MFdevbranch 192944Kip Macy2009-05-281-0/+16
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-222-2468/+0
* Added a field to the SVCXPRT structure that the nfsv4 server canRick Macklem2009-04-161-0/+1
* Use the correct creds when reconnecting so that we have enough privilege toDoug Rabson2009-02-051-2/+3
* Add a missing call to mtx_destroy().Doug Rabson2008-11-121-0/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-0329-738/+5957
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-6/+6
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+1