| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup xlog logging code to be safe and usable for all | Kevin Coffman | 2007-10-15 | 1 | -0/+5 |
* | Copy new cacheio functions used by svcgssd to nfslib | Kevin Coffman | 2007-10-15 | 1 | -0/+5 |
* | rpc.mountd: create client_resolve and change client_compose to take a hostent... | Jeff Layton | 2007-09-28 | 1 | -1/+2 |
* | rpc.mountd: make exportent->e_hostname a dynamically-allocated string | Jeff Layton | 2007-09-28 | 1 | -1/+1 |
* | rpc.mountd: Change nfs_client->m_hostname to be a dynamically-allocated string | Jeff Layton | 2007-09-28 | 1 | -1/+1 |
* | mount.nfs: add EX_SUCCESS exit code | Chuck Lever | 2007-09-25 | 1 | -0/+1 |
* | libnfs.a: eliminate another dependency on a global variable | Chuck Lever | 2007-07-30 | 2 | -31/+0 |
* | libnfs.a: eliminate conn.c and conn.h | Chuck Lever | 2007-07-30 | 2 | -33/+0 |
* | libnfs.a: move get_socket() function to utils/mount/network.c | Chuck Lever | 2007-07-30 | 1 | -2/+0 |
* | libnfs.a: move clnt_ping() to utils/mount | Chuck Lever | 2007-07-30 | 1 | -2/+0 |
* | libnfs.a: move more mount-only functions out of libnfs.a | Chuck Lever | 2007-07-30 | 1 | -2/+0 |
* | libnfs.a: move mnt_{open, close}clnt calls to utils/mount/network.c | Chuck Lever | 2007-07-30 | 1 | -5/+0 |
* | fix broken compile due to missing pseudoflavors.h | J. Bruce Fields | 2007-07-21 | 1 | -0/+17 |
* | rpcdebug: Update 'rpcdebug' tool with recently added debugging flags | Chuck Lever | 2007-07-20 | 1 | -1/+3 |
* | Support sec= option to specify export security | J. Bruce Fields | 2007-07-10 | 1 | -0/+10 |
* | Make warning about host matching multiple exports more helpful. | Neil Brown | 2007-03-19 | 1 | -1/+3 |
* | Remove nfs_mntent_t in favour of struct mntent | Neil Brown | 2007-03-16 | 2 | -13/+5 |
* | Correctly handle "user" and "users" mount options. | Neil Brown | 2007-03-16 | 1 | -0/+7 |
* | Make mtab_head static | Neil Brown | 2007-03-16 | 1 | -1/+0 |
* | Remove "maptype" support | J. Bruce Fields | 2007-03-15 | 1 | -7/+0 |
* | Restore use of un-connected socket for UDP mount requests. | Neil Brown | 2007-03-13 | 1 | -1/+1 |
* | Remove rpc.lockd | Neil Brown | 2007-02-22 | 2 | -7/+0 |
* | Extend the exportfs interface to pass fslocations info into the kernel. | Fred Isaman | 2007-02-22 | 2 | -0/+9 |
* | Use UUIDs to identify filesystems if kernel supports it. | Neil Brown | 2007-02-12 | 1 | -0/+1 |
* | Error check messages sent to the kernel. | Neil Brown | 2007-01-11 | 1 | -1/+1 |
* | Update rpcdebug to know about new 2.6 debug flags. Added | Greg Banks | 2006-07-05 | 1 | -0/+4 |
* | Remove some files that old, unused, unneeded. | Neil Brown | 2006-07-05 | 5 | -118/+1 |
* | Allow rpc.nfsd to suppress tcp or udp, and listen on a specific address. | Steve Dickson | 2006-07-03 | 2 | -1/+5 |
* | Add support for suppressing different NFS versions. | Steve Dickson | 2006-06-26 | 2 | -1/+8 |
* | Try to make sure that clientid used for NFSv4 is reliable. | Neil Brown | 2006-06-23 | 1 | -1/+2 |
* | Move NFS mount code from util-linux to nfs-utils - part 2 | Amit Gud | 2006-06-16 | 8 | -16/+192 |
* | Remove **/Makefile.in, aclocal.m4, configure, and | Neil Brown | 2006-04-17 | 6 | -2706/+0 |
* | 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu> | neilbrown | 2006-04-10 | 5 | -0/+10 |
* | 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu> | neilbrown | 2006-04-10 | 6 | -0/+16 |
* | Add checking for innetgr back to configure.in | neilbrown | 2006-04-10 | 1 | -0/+3 |
* | 2006-04-10 kwc@citi.umich.edu | neilbrown | 2006-04-09 | 1 | -0/+31 |
* | aclocal/autoconf/automake, properly this time. | neilbrown | 2006-03-28 | 6 | -31/+20 |
* | Use PKGCONFIG to locate gssapi and rpcsecgss header files | neilbrown | 2006-03-28 | 1 | -826/+0 |
* | Remove all the Makefiles | neilbrown | 2005-12-20 | 1 | -18/+0 |
* | More automake stuff | neilbrown | 2005-12-20 | 5 | -0/+2257 |
* | Autogen update | neilbrown | 2005-12-20 | 7 | -51/+414 |
* | Updates from Kevin Coffman at UMich | neilbrown | 2005-12-16 | 1 | -0/+3 |
* | Assorted changes from Steve Dickson | neilbrown | 2005-10-06 | 1 | -0/+2 |
* | Remove the rpcsec_gss code and rely on an external library instead. | neilbrown | 2005-08-26 | 1 | -0/+4 |
* | 2005-08-26 Kevin Coffman <kwc@citi.umich.edu> | neilbrown | 2005-08-26 | 1 | -0/+9 |
* | 2005-08-26 Kevin Coffman <kwc@citi.umich.edu> | neilbrown | 2005-08-26 | 1 | -23/+3 |
* | From: Kevin Coffman <kwc@citi.umich.edu> | neilbrown | 2005-08-26 | 1 | -0/+18 |
* | Added TOP, as needed, for easier compile in subdirectories | gmorris | 2005-04-12 | 1 | -0/+2 |
* | Sanitise stderr logging. | neilbrown | 2005-03-14 | 1 | -1/+5 |
* | release 1.0.7-pre2 | neilbrown | 2004-12-10 | 1 | -1/+1 |