aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* Replace Sun Industry Standards Source License for Sun RPC code with aHiroki Sato2013-11-251-42/+24
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-251-26/+25
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-2528-744/+699
* Some minor tuning to rpc/svc.c:Alexander Motin2013-11-141-21/+27
* It was reported via email that the cu_sent field used by theRick Macklem2013-09-061-0/+2
* Add support for host-based (Kerberos 5 service principal) initiatorRick Macklem2013-07-092-18/+127
* Fix a potential socket leak in the NFS server. If a client closes itsJohn Baldwin2013-04-081-1/+4
* Improve error handling when unwrapping received data.George V. Neville-Neil2013-04-041-1/+16
* Revert 195703 and 195821 as this special stop handling in NFS is nowJohn Baldwin2013-03-132-5/+3
* Use m_get(), m_gethdr() and m_getcl() instead of historic macros.Gleb Smirnoff2013-03-127-15/+8
* Add support for backchannels to the kernel RPC. BackchannelsRick Macklem2012-12-086-98/+405
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-058-14/+14
* Modify the comment to take out the names and URL.Rick Macklem2012-10-251-6/+3
* Add a comment describing why r241097 was done.Rick Macklem2012-10-151-0/+11
* rpc: convert all uid and gid variables to u_int.Pedro F. Giffuni2012-10-041-4/+4
* libtirpc: be sure to free cl_netid and cl_tpPedro F. Giffuni2012-10-021-0/+4
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.Pedro F. Giffuni2012-10-021-5/+4
* Attila Bogar and Herbert Poeckl both reported similar problemsRick Macklem2012-10-011-3/+4
* Complete revert of r239963:Pedro F. Giffuni2012-09-272-11/+5
* Partial revert of r239963:Pedro F. Giffuni2012-09-241-4/+0
* Fix RPC headers for C++Pedro F. Giffuni2012-09-022-12/+12
* Bring some changes from Bull's NFSv4 libtirpc implementation.Pedro F. Giffuni2012-09-013-5/+15
* Both a crash reported on freebsd-current on Oct. 18 under theRick Macklem2011-11-031-1/+2
* Remove an extraneous "already" from a comment introduced by r226081.Rick Macklem2011-10-071-1/+1
* A crash reported on freebsd-fs@ on Sep. 23, 2011 under the subjectRick Macklem2011-10-071-10/+48
* Make sure RPC calls over UDP return RPC_INTR status is the process hasArtem Belevich2011-08-281-2/+5
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-192-0/+269
* 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