summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Add rquota.h to BUILT_SOURCES so rquotad builds on the first try.Greg Banks2006-07-051-0/+2
* Generate rquota_xdr.c and rquota.h from rquota.xNeil Brown2006-07-055-206/+27
* Remove some files that old, unused, unneeded.Neil Brown2006-07-053-121/+1
* Handle mapping failure from get_ids.kwc@citi.umich.edu2006-07-041-2/+15
* Properly report errors in readline() functionkwc@citi.umich.edu2006-07-042-4/+8
* Change default buffer size increment for readline()kwc@citi.umich.edu2006-07-041-3/+5
* Clean up the printerr() logging function.kwc@citi.umich.edu2006-07-041-30/+31
* Use setfsuid() rather than seteuid() while creating contextskwc@citi.umich.edu2006-07-041-7/+7
* Limit acquire_cred call to to Kerberos onlykwc@citi.umich.edu2006-07-041-1/+6
* Check that the gssapi library is usable early on.kwc@citi.umich.edu2006-07-044-0/+34
* Fix problems with 64-bit big-endian machineskwc@citi.umich.edu2006-07-042-4/+4
* Define CFLAGS for gss_clnt_send_err compilekwc@citi.umich.edu2006-07-041-0/+3
* Merge branch 'master' of git://linux-nfs.org/nfs-utilsGreg Banks2006-07-0314-407/+160
|\
| * Allow rpc.nfsd to suppress tcp or udp, and listen on a specific address.Steve Dickson2006-07-032-3/+65
| * Add support for suppressing different NFS versions.Steve Dickson2006-06-262-10/+49
| * Further coverity related cleanups.Neil Brown2006-06-232-11/+8
| * Fix various issues discovered by CoverityNeil Brown2006-06-234-8/+19
| * Change mount configure option to --enable-mountAmit Gud2006-06-231-1/+1
| * Merge nfsmount.x and mount.x into mount.xAmit Gud2006-06-236-379/+11
| * Try to make sure that clientid used for NFSv4 is reliable.Neil Brown2006-06-232-4/+16
* | Comment out unused variable.Greg Banks2006-06-271-0/+2
* | Comment out the decades-old SCCS id strings from the original SunGreg Banks2006-06-271-1/+1
* | Detect if glibc provides socklen_t and use that insteadGreg Banks2006-06-271-1/+5
* | Replace the deprecated sigblock() with more modernGreg Banks2006-06-271-0/+22
* | Fix a number of the easier compile warnings: unused variables,Greg Banks2006-06-227-12/+16
* | Detect presence of nfs4_set_debug() in libnfsidmap andGreg Banks2006-06-221-0/+2
|/
* multiple threads for mountdGreg Banks2006-06-162-9/+121
* Add support to auto-generate nfsmount* files for new nfs.mount programNeil Brown2006-06-161-0/+32
* Move NFS mount code from util-linux to nfs-utils - part 1Amit Gud2006-06-1613-0/+3252
* Minor man page tidyupNeil Brown2006-06-051-6/+6
* fix nhfsrun signalNeil Brown2006-06-051-1/+1
* mountd state directoryNeil Brown2006-06-052-4/+19
* document sync option:Neil Brown2006-06-051-0/+7
* Remove **/Makefile.in, aclocal.m4, configure, andNeil Brown2006-04-1712-7796/+0
* Define and use HIAVE_IFADDRS_HNeil Brown2006-04-171-1/+7
* 2006-04-10 NeilBrown <neilb@suse.de>neilbrown2006-04-103-7/+9
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-1012-0/+24
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-1012-0/+24
* 2006-04-10 kwc@citi.umich.eduneilbrown2006-04-092-2/+2
* 2006-04-10 kwc@citi.umich.eduneilbrown2006-04-091-0/+13
* 2006-04-10 kwc@citi.umich.eduneilbrown2006-04-091-33/+47
* aclocal/autoconf/automake, properly this time.neilbrown2006-03-2812-2/+50
* Update version, autoconf, automakeneilbrown2006-03-281-43/+105
* Use PKGCONFIG to locate gssapi and rpcsecgss header filesneilbrown2006-03-281-5/+2
* Add debugging to better detect negotiation of enctype not supported by kernelneilbrown2006-03-281-0/+10
* Don't close and reopen all pipes on every DNOTIFY signal.neilbrown2006-03-281-36/+87
* Add option to specify directory to search for credentials cache filesneilbrown2006-03-284-9/+20
* Must still use knowledge of the glue context for pre-1.4 versions of MIT krb5neilbrown2006-03-281-1/+12
* Remove unused groups variable from get_ids() which was causing a compiler wa...neilbrown2006-03-281-1/+0
* Update krb5 code to use glue routine lucid context functionsneilbrown2006-03-285-19/+29