| Commit message (Expand) | Author | Age | Files | Lines |
* | - Check the result of malloc(M_NOWAIT) in replay_alloc(). The caller | Pawel Jakub Dawidek | 2010-08-26 | 1 | -20/+25 |
* | Add mutex locking for the call to replay_prune() in | Rick Macklem | 2010-08-25 | 1 | -0/+2 |
* | If the first iteration of the do loop in replay_prune() | Rick Macklem | 2010-08-25 | 1 | -1/+1 |
* | When the regular NFS server replied to a UDP client out of the replay | Rick Macklem | 2010-03-23 | 1 | -0/+2 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | Brooks Davis | 2010-01-12 | 1 | -3/+3 |
* | Make options KGSSAPI build and add it to NOTES. | Brooks Davis | 2010-01-08 | 2 | -8/+11 |
* | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | Antoine Brodin | 2009-12-28 | 1 | -2/+2 |
* | Add a check for the connection being shut down to the krpc | Rick Macklem | 2009-11-08 | 1 | -0/+16 |
* | Set the prison in NFS anon and GSS SVC creds (as I indended to in r197581). | Jamie Gritton | 2009-09-28 | 1 | -0/+2 |
* | Back out r197581, which replaced this file witk sys/kern/vfs_export.c. | Jamie Gritton | 2009-09-28 | 1 | -369/+1363 |
* | Set the prison in NFS anon and GSS SVC creds. | Jamie Gritton | 2009-09-28 | 1 | -1363/+369 |
* | Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet | Marko Zec | 2009-08-24 | 7 | -7/+56 |
* | Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread owns | Konstantin Belousov | 2009-07-14 | 2 | -3/+5 |
* | When unmounting an NFS mount using sec=krb5[ip], the umount system | Rick Macklem | 2009-07-01 | 1 | -0/+14 |
* | Make sure that cr_error is set to ESHUTDOWN when closing the connection. | Rick Macklem | 2009-07-01 | 1 | -2/+4 |
* | Fix two known problems in clnt_rc.c, plus issues w.r.t. smp noted | Rick Macklem | 2009-06-25 | 1 | -42/+74 |
* | If the initial attempt to refresh credentials in the RPCSEC_GSS client | Rick Macklem | 2009-06-24 | 1 | -3/+15 |
* | Delete the declaration of an unused variable so that it will build. | Rick Macklem | 2009-06-20 | 1 | -1/+0 |
* | Rework the credential code to support larger values of NGROUPS and | Brooks Davis | 2009-06-19 | 3 | -12/+6 |
* | Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on the | Rick Macklem | 2009-06-17 | 3 | -3/+12 |
* | Replace the global references to "hostid" in svc_rpcsec_gss.c to local | Rick Macklem | 2009-06-15 | 1 | -1/+7 |
* | When a Solaris10 client does an NFS mount using krb5i or krb5p, the | Rick Macklem | 2009-06-13 | 1 | -1/+1 |
* | For the case where another thread was doing a connect and that | Rick Macklem | 2009-06-10 | 1 | -2/+2 |
* | Add a temporary workaround for panics being seen on NFS servers with ZFS, | Robert Watson | 2009-06-07 | 1 | -0/+3 |
* | Add a check to xprt_unregister() to catch the case where another | Rick Macklem | 2009-06-07 | 1 | -0/+7 |
* | Fix a lockorder reversal I introduced in r193436 when I moved the | Rick Macklem | 2009-06-07 | 1 | -0/+1 |
* | Correct MAC compile problems resulting from the new RPC code copying and | Robert Watson | 2009-06-05 | 1 | -1/+4 |
* | Fix upcall races in the client side krpc. For the client side upcall, | Rick Macklem | 2009-06-04 | 2 | -3/+53 |
* | Fix two races in the server side krpc w.r.t upcalls: | Rick Macklem | 2009-06-04 | 3 | -7/+20 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | Robert Watson | 2009-06-02 | 1 | -2/+0 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | John Baldwin | 2009-06-01 | 4 | -62/+53 |
* | fix xdrmem_control to be safe in an if statement | Kip Macy | 2009-05-30 | 1 | -2/+2 |
* | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -8/+5 |
* | MFdevbranch 192944 | Kip Macy | 2009-05-28 | 1 | -0/+16 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | Robert Watson | 2009-05-22 | 2 | -2468/+0 |
* | Added a field to the SVCXPRT structure that the nfsv4 server can | Rick Macklem | 2009-04-16 | 1 | -0/+1 |
* | Use the correct creds when reconnecting so that we have enough privilege to | Doug Rabson | 2009-02-05 | 1 | -2/+3 |
* | Add a missing call to mtx_destroy(). | Doug Rabson | 2008-11-12 | 1 | -0/+1 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 29 | -738/+5957 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -6/+6 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+1 |
* | Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it with | Doug Rabson | 2008-08-25 | 2 | -7/+7 |
* | Rename the static M_RPC defined here to M_RPCCLNT, since a global M_RPC | Kris Kennaway | 2008-08-18 | 1 | -6/+6 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -2/+3 |
* | Add a missing call to mtx_destroy() in clnt_reconnect_destroy(). | Doug Rabson | 2008-08-13 | 1 | -0/+1 |
* | Re-work the code slightly to avoid a possible livelock. | Doug Rabson | 2008-07-23 | 1 | -23/+27 |
* | Move the NFS/RPC code away from lbolt. | Ed Schouten | 2008-07-22 | 1 | -2/+3 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | Robert Watson | 2008-07-05 | 1 | -0/+4 |
* | It may be #if 0'd out code, but change a varname to not shadow a global. | Julian Elischer | 2008-06-29 | 1 | -4/+4 |