index
:
nfs-utils.git
fixrootccache
gss-fixes
gss-proxy-mods
master
NFS utils related patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
gssd: always reply to rpc-pipe requests from kernel.
NeilBrown
2013-11-20
1
-9
/
+12
*
nfs.man: add description of multiple sec= options
Weston Andros Adamson
2013-11-05
1
-4
/
+13
*
statd: fix race condition for parallel startup of statd
Robert Schiele
2013-11-05
1
-2
/
+13
*
mountd: Add the ability to disable UDP listeners.
Steve Dickson
2013-11-05
2
-3
/
+10
*
mountd: Use protocol bit fields to turn protocols off.
Steve Dickson
2013-11-05
1
-1
/
+1
*
exportfs: exit with error code if there was any error (take 2).
NeilBrown
2013-11-05
1
-30
/
+13
*
exportfs: report failure if asked to unexport something not exported.
Steve Dickson
2013-10-28
1
-0
/
+2
*
gssd: validate cred in gssd_acquire_user_cred
Weston Andros Adamson
2013-10-28
1
-0
/
+7
*
mountd: fix bug affecting exports of dirs with 64bit inode number.
NeilBrown
2013-10-24
1
-11
/
+14
*
exportfs: exit with error code if there was any error.
NeilBrown
2013-10-22
1
-10
/
+27
*
Revert "exportfs: Return non-zero exit value on error"
Steve Dickson
2013-10-22
1
-27
/
+10
*
exportfs: Return non-zero exit value on error
Tony Asleson
2013-10-22
1
-10
/
+27
*
mount.nfs: print an error message when remount attempt fails
Jeff Layton
2013-10-21
1
-0
/
+1
*
gssd: do a more thorough change of identity after forking
Jeff Layton
2013-10-21
1
-16
/
+66
*
gssd: have process_krb5_upcall fork before handling upcall
Jeff Layton
2013-10-21
1
-1
/
+23
*
exportfs: Add -s option.
Tony Asleson
2013-10-21
2
-10
/
+20
*
nfsmount.conf: remove duplicate 'timeo' from the parsing string
Steve Dickson
2013-10-21
1
-0
/
+10
*
nfsmount.conf: Remove duplicate 'bg' and 'fg' from parsing string.
Steve Dickson
2013-10-21
1
-0
/
+25
*
nfs-utils: remove gss_clnt_send_err and gss_destroy_creds
Jeff Layton
2013-10-21
3
-126
/
+1
*
exportfs: clean up exports.d discussion
J. Bruce Fields
2013-09-30
1
-10
/
+4
*
exportfs: test_export shouldn't use invalid uid/gid
J. Bruce Fields
2013-09-24
1
-1
/
+1
*
gssd: don't use tgtname to find our keytab
J. Bruce Fields
2013-09-24
1
-6
/
+9
*
gssd: don't use tgtname to find our keytab
J. Bruce Fields
2013-09-24
3
-11
/
+5
*
gssd: fix strncmp bug causing client removals
J. Bruce Fields
2013-09-24
1
-1
/
+1
*
exports.man: quote command to preserve space
Jim Rees
2013-09-05
1
-1
/
+1
*
gssd: suppress error message if rpc_pipefs dir disappears.
NeilBrown
2013-09-05
1
-2
/
+3
*
mount.nfs: improve handling of bg, fg, and sloppy in nfsmount.conf
Scott Mayhew
2013-08-19
1
-0
/
+11
*
mount.nfs: dont pass options from configuration sections that are not relevant
Scott Mayhew
2013-08-19
1
-1
/
+1
*
rpc.idmapd: silence pointless EOF warning
J. Bruce Fields
2013-08-19
1
-4
/
+8
*
rpc.nfsd: Allow v4.2 server support with the -V option
Steve Dickson
2013-08-19
2
-10
/
+13
*
rpc.nfsd: No longer advertise NFS v2 support.
Steve Dickson
2013-08-19
1
-1
/
+1
*
gssd: fixed typo in machine cred name.
Doug Nazar
2013-07-02
1
-1
/
+1
*
gssd: don't give up on machine credential if hostname not available.
NeilBrown
2013-07-02
1
-2
/
+6
*
Fix handling of preferred realm command line option.
Maximilian Wilhelm
2013-07-01
1
-2
/
+10
*
gssd: remove redundant array size.
NeilBrown
2013-07-01
1
-1
/
+1
*
nfsidmap: add default id_resolver.conf
Luk Claes
2013-05-28
2
-1
/
+3
*
nfsdcltrack.man: drop autogenerated roff
Luk Claes
2013-05-28
1
-114
/
+0
*
gssd: Fix recent fix to Avoid DNS reverse resolution in gssd.
Signed-off-by: NeilBrown
2013-05-28
2
-13
/
+32
*
gssd: Remove unnecessary including of ctype.h
Steve Dickson
2013-05-07
1
-1
/
+0
*
mountd: Fix is_subdirectory again
NeilBrown
2013-05-07
1
-10
/
+14
*
statd: exit if a statd is already running
Weston Andros Adamson
2013-05-07
2
-17
/
+7
*
nfs.man: Move nfsvers to "Options supported by all versions" section
Chris Vogan
2013-05-07
1
-12
/
+14
*
Avoid DNS reverse resolution for server names (take 3)
Simo Sorce
2013-04-22
4
-7
/
+41
*
sm-notify: "-v hostname" doesn't work when IPV6_SUPPORT is enabled
Chuck Lever
2013-04-22
1
-1
/
+1
*
mount: No longer negotiate to v2
Steve Dickson
2013-04-22
2
-8
/
+7
*
mountd: fix exporting of "/" with sec= setting.
NeilBrown
2013-04-22
1
-0
/
+1
*
gssd: Allow GSSAPI to try to acquire credentials first.
Simo Sorce
2013-04-22
3
-26
/
+75
*
mountd: Add the missing '$' in auth_unix_ip()
Jose Castillo
2013-04-22
1
-4
/
+6
*
nfs(5): Update description of sec= mount option
Chuck Lever
2013-04-10
1
-21
/
+23
*
gssd: Fix double free when exporting lucid context
Simo Sorce
2013-04-10
7
-12
/
+12
[next]