| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 12 | -690/+2 |
| * | Avoid error creating an existing symlink | Neil Brown | 2006-07-05 | 1 | -0/+1 |
| * | Use socklen_t some more to avoid warnings. | Greg Banks | 2006-07-03 | 1 | -1/+6 |
| * | Fix warning about pointer signedness differing. | Greg Banks | 2006-07-03 | 1 | -2/+3 |
| * | Include the right header to get xmalloc() declaration. | Greg Banks | 2006-07-03 | 1 | -1/+1 |
| * | Merge branch 'master' of git://linux-nfs.org/nfs-utils | Greg Banks | 2006-07-03 | 9 | -24/+166 |
| |\ |
|
| | * | Allow rpc.nfsd to suppress tcp or udp, and listen on a specific address. | Steve Dickson | 2006-07-03 | 3 | -4/+95 |
| | * | Add support for suppressing different NFS versions. | Steve Dickson | 2006-06-26 | 3 | -2/+40 |
| | * | Further coverity related cleanups. | Neil Brown | 2006-06-23 | 1 | -3/+2 |
| | * | Fix various issues discovered by Coverity | Neil Brown | 2006-06-23 | 3 | -10/+16 |
| | * | Fix comment parsing (again) | Neil Brown | 2006-06-23 | 1 | -6/+6 |
| | * | Try to make sure that clientid used for NFSv4 is reliable. | Neil Brown | 2006-06-23 | 2 | -4/+12 |
| * | | Comment out the decades-old SCCS id strings from the original Sun | Greg Banks | 2006-06-27 | 1 | -1/+1 |
| * | | Detect if glibc provides socklen_t and use that instead | Greg Banks | 2006-06-27 | 1 | -2/+6 |
| * | | Fix a number of the easier compile warnings: unused variables, | Greg Banks | 2006-06-22 | 3 | -1/+5 |
| |/ |
|
| * | multiple threads for mountd | Greg Banks | 2006-06-16 | 1 | -0/+21 |
| * | Move NFS mount code from util-linux to nfs-utils - part 2 | Amit Gud | 2006-06-16 | 14 | -68/+1303 |
| * | Only treat '#' as starting a comment when at the start of a token | Neil Brown | 2006-06-05 | 1 | -2/+5 |
| * | escape hashes in exports | Neil Brown | 2006-06-05 | 1 | -1/+1 |
| * | fix exportfs with multiple matches | Neil Brown | 2006-06-05 | 1 | -1/+1 |
| * | Remove **/Makefile.in, aclocal.m4, configure, and | Neil Brown | 2006-04-17 | 10 | -4713/+0 |
| * | 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu> | neilbrown | 2006-04-10 | 9 | -0/+18 |
| * | 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu> | neilbrown | 2006-04-10 | 10 | -0/+24 |
| * | 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 | 10 | -31/+36 |
| * | Use PKGCONFIG to locate gssapi and rpcsecgss header files | neilbrown | 2006-03-28 | 16 | -3126/+0 |
| * | Remove all the Makefiles | neilbrown | 2005-12-20 | 6 | -99/+0 |
| * | More automake stuff | neilbrown | 2005-12-20 | 9 | -0/+4232 |
| * | Autogen update | neilbrown | 2005-12-20 | 34 | -81/+585 |
| * | Set default hostname to '*' rather than leaving it empty | neilbrown | 2005-12-20 | 1 | -4/+8 |
| * | Updates from Kevin Coffman at UMich | neilbrown | 2005-12-16 | 1 | -0/+3 |
| * | Fix rpc_init so it isn't confused by ssh | neilbrown | 2005-12-12 | 1 | -4/+11 |
| * | Assorted changes from Steve Dickson | neilbrown | 2005-10-06 | 5 | -3/+36 |
| * | rpc and gssapi not longer exist in support, so remove them from Makefile | neilbrown | 2005-08-26 | 1 | -1/+1 |
| * | Remove the rpcsec_gss code and rely on an external library instead. | neilbrown | 2005-08-26 | 18 | -4172/+5 |
| * | remove some files. | neilbrown | 2005-08-26 | 38 | -5911/+0 |
| * | 2005-08-26 Kevin Coffman <kwc@citi.umich.edu> | neilbrown | 2005-08-26 | 1 | -24/+0 |
| * | 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 | 8 | -3/+9 |
| * | Don't use cast as lvalue | chip | 2005-04-06 | 1 | -1/+1 |
| * | Support "acl" and "no_acl" export options. | chip | 2005-04-06 | 1 | -0/+6 |
| * | Sanitise stderr logging. | neilbrown | 2005-03-14 | 2 | -45/+50 |
| * | treat N.N.N.N as a special case of MCL_SUBNETWORK instead of | neilbrown | 2005-03-14 | 1 | -1/+10 |
| * | Fix bug [ 1157791 ] Segfault in mountd. | gmorris | 2005-03-06 | 1 | -5/+6 |
| * | release 1.0.7-pre2 | neilbrown | 2004-12-10 | 1 | -1/+1 |
| * | ha-callout ands sigchld | neilbrown | 2004-12-10 | 1 | -1/+12 |