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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mount.nfs: Fix compiler warning in stropts.c
Chuck Lever
2009-07-14
1
-2
/
+4
*
umount.nfs: Use correct data type in nfsumount()
Chuck Lever
2009-07-14
1
-1
/
+1
*
mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()
Chuck Lever
2009-07-14
3
-9
/
+5
*
mount.nfs: Remove unused @salen parameter from nfs_ca_gai()
Chuck Lever
2009-07-14
1
-2
/
+2
*
mount.nfs: Fix some nfs_error() nits in network.c
Chuck Lever
2009-07-14
1
-3
/
+4
*
mount.nfs: Remove unused parameter in try_mount()
Chuck Lever
2009-07-14
1
-3
/
+3
*
mount.nfs: Use correct data type in discover_nfs_mount_data_version()
Chuck Lever
2009-07-14
1
-1
/
+1
*
support: Introduce sockaddr helpers to get and set IP port numbers
Chuck Lever
2009-07-14
4
-54
/
+58
*
mount.nfs: Don't update extra_opts after text-based negotiation
Chuck Lever
2009-07-14
1
-5
/
+14
*
mount.nfs: Clean up after restructuring version/protocol negotiation
Chuck Lever
2009-07-14
1
-132
/
+25
*
mount.nfs: Clean up nfs_is_permanent_error()
Chuck Lever
2009-07-14
1
-20
/
+25
*
mount.nfs: rearchitect mount version/protocol negotiation logic
Chuck Lever
2009-07-14
1
-17
/
+25
*
mount.nfs: make nfs_options2pmap return errors
Chuck Lever
2009-07-14
4
-102
/
+227
*
mount.nfs: force rpcbind queries if options aren't specified
Chuck Lever
2009-07-14
1
-7
/
+11
*
mount.nfs: If port= specifies an unregistered port, retry, then fail
Chuck Lever
2009-07-14
1
-1
/
+2
*
getport: Convert TCP connection refused to RPC_CANTRECV
Chuck Lever
2009-07-14
1
-0
/
+3
*
getport: Restore historical TCP connect timeout error code
Chuck Lever
2009-07-14
1
-2
/
+24
*
mount.nfs: Add more debugging output around nfs_getport()
Chuck Lever
2009-07-14
1
-4
/
+24
*
getport: Clear shared error fields before trying rpcbind queries
Chuck Lever
2009-07-14
4
-2
/
+32
*
getport: RPC_PROGNOTREGISTERED is a permanent error
Chuck Lever
2009-07-14
1
-1
/
+1
*
support: Set proper retransmit timeout for datagram transports
Chuck Lever
2009-07-14
1
-1
/
+3
*
support: Don't return RPC_UNKNOWNHOST from rpc_socket.c
Chuck Lever
2009-07-14
1
-2
/
+2
*
support: Use HAVE_LIBTIRPC to switch in bindresvport_sa(3t)
Chuck Lever
2009-07-14
1
-3
/
+3
*
New versions of libtool add extra aclocal scripts
Chuck Lever
2009-07-14
1
-0
/
+5
*
getport: Remove unneeded @salen arguments
Chuck Lever
2009-07-14
2
-28
/
+18
*
getport: replace getnameinfo(NI_NUMERICHOST) with inet_ntop(3)
Chuck Lever
2009-07-14
1
-47
/
+23
*
getport: Remove AI_ADDRCONFIG from nfs_gp_loopback_address()
Chuck Lever
2009-07-14
1
-44
/
+10
*
getport: RPCB_GETADDR's r_addr should contain rpcbind port, not zero
Chuck Lever
2009-07-14
1
-14
/
+23
*
getport: RPCB_GETADDR r_owner should be an empty string
Chuck Lever
2009-07-14
1
-5
/
+1
*
mydaemon: remove closeall() calls from mydaemon()
Steve Dickson
2009-06-29
2
-7
/
+16
*
The closeall function is broken in such a way that it almost never
Steve Dickson
2009-06-22
1
-3
/
+8
*
Make --enable-tirpc the default. If --enable-tirpc wasn't explicitly
Steve Dickson
2009-06-22
3
-8
/
+20
*
Set the verbosity level in both the librpcsecgss and
Steve Dickson
2009-06-22
2
-0
/
+6
*
Retry export if getfh fails.
NeilBrown
2009-06-03
1
-1
/
+10
*
Release 1.2.0
Steve Dickson
2009-06-02
1
-1
/
+1
*
Replace the Sun RPC license with the BSD license,
Tom spot Callaway
2009-06-02
18
-453
/
+420
*
umount.nfs: Harden umount.nfs error reporting
Chuck Lever
2009-05-18
2
-13
/
+23
*
nfs-utils: Fix IPv6 support in support/nfs/rpc_socket.c
Chuck Lever
2009-05-18
1
-7
/
+5
*
When compiling nfs-utils-1.1.6, I get this error:
Robert Schwebel
2009-05-18
1
-1
/
+1
*
mount: remove legacy version of nfs_name_to_address()
Chuck Lever
2009-05-18
4
-81
/
+28
*
sm-notify: Failed DNS lookups should be retried
Chuck Lever
2009-05-18
1
-12
/
+27
*
sm-notify: Don't orphan addrinfo structs
Chuck Lever
2009-05-18
1
-13
/
+21
*
utils/nfsd: enable nfs minorvers4 by default
Benny Halevy
2009-05-18
1
-1
/
+1
*
Extend -N command line option syntax to accept
Benny Halevy
2009-05-18
1
-3
/
+8
*
utils/nfsd: add support for minorvers4
Benny Halevy
2009-05-04
4
-6
/
+15
*
Host aliases need to be checked when netgroups is used in exports.
Steve Dickson
2009-04-29
1
-1
/
+7
*
Release 1.1.6
Steve Dickson
2009-04-20
1
-1
/
+1
*
umount.nfs: Fix return value of nfs_mount_protocol()
Chuck Lever
2009-04-18
1
-1
/
+1
*
umount.nfs: Use a privileged port when sending UMNT requests
Chuck Lever
2009-04-18
1
-1
/
+1
*
support: Provide an API for creating a privileged RPC client
Chuck Lever
2009-04-18
2
-8
/
+143
[next]