]> git.decadent.org.uk Git - nfs-utils.git/shortlog
nfs-utils.git
2009-11-03 Steve DicksonMade some aesthetic changes to the code that sets
2009-11-03 Steve DicksonRetry v4 mounts with a v3 mount when the version
2009-10-27 Steve DicksonAdded wrappers around the setting of default values
2009-10-22 Steve DicksonAdded the defaultproto and defaultvers variable to... nfs-utils-1-2-1-rc7
2009-10-22 Steve DicksonUse the default protocol and version values, when they
2009-10-22 Steve DicksonIntroducing the parsing of both 'defaultvers' and ...
2009-10-09 Steve DicksonMake sure all protocol version options are checked...
2009-10-09 Steve DicksonMake the network transports value in the mount
2009-10-09 Steve DicksonThere are a number of different mount options that...
2009-09-29 Chuck Levermount: Support negotiation between v4, v3, and v2 nfs-utils-1-2-1-rc6
2009-09-29 Chuck LeverThe user's mount options and the set of versions to...
2009-09-29 Chuck Levermount.nfs: Keep server's address in nfsmount_info
2009-09-29 Chuck Levermount.nfs: Add API to duplicate a mount option list
2009-09-15 Lans Carstensennfs-utils: nfs-iostat.py autofs cleanup and option... nfs-utils-1-2-1-rc5
2009-09-15 Lans Carstensennfs-utils: nfs-iostat.py autofs cleanup and option...
2009-09-15 Lans Carstensennfs-utils: nfs-iostat.py autofs cleanup and option...
2009-09-15 Lans Carstensennfs-utils: nfs-iostat.py autofs cleanup and option...
2009-09-14 Jeff Laytonidmapd: rearm event handler after error in nfsdcb()
2009-09-14 Chuck Levermount.nfs: Support "-t nfs,vers=4" mounts in the kernel
2009-09-14 Jeff LaytonIPv6 support for nfsd was finished before some of the...
2009-08-27 Lukas HejtmanekGssd blindly caches machine credentials
2009-08-27 Steve DicksonCleaned up some warnings in the mount config file code.
2009-08-24 J. Bruce FieldsDon't give client an empty flavor list
2009-08-17 Steve DicksonCleaned up parsing errors to hopeful be more precise nfs-utils-1-2-1-rc4
2009-08-17 Benny HalevyAdded support for line comments parsing which should
2009-08-16 Steve DicksonNow that only the Section names are case-insensitive
2009-08-16 Steve DicksonThe example nfsmount.conf file
2009-08-16 Steve DicksonThe new nfsmount.conf(5) man page and the update to
2009-08-16 Steve DicksonAdded hooks to the mount command that allow
2009-08-16 Steve DicksonSupport routines used to read sections from the configu...
2009-08-16 Steve DicksonAdds '--enable-mountconfig' configuration flag that...
2009-08-16 Steve DicksonAdded an conditional argument to the Section names
2009-08-16 Steve DicksonMake Section names case-insensitive which should
2009-08-16 Steve DicksonTaught conf_parse_line() to ignore spaces in the
2009-08-16 Steve DicksonMove idmapd's configuration file parsing routines into
2009-08-16 Benny HalevyAugment nfs4 stats to cover new nfs41 client and
2009-08-16 Chuck Levernfs(5): Remove trailing blanks
2009-08-16 Chuck Levernfs(5): Add description of lookupcache mount option
2009-08-16 J. Bruce FieldsSince
2009-08-14 Jeff LaytonAdd some clarification about the purpose of the program... nfs-utils-1-2-1-rc3
2009-08-14 Jeff Laytonnfs-utils: add IPv6 support to nfsd
2009-08-14 Jeff LaytonAllow nfssvc_setfds to properly deal with AF_INET6.
2009-08-14 Jeff Laytonnfs-utils: convert nfssvc_setfds to use getaddrinfo
2009-08-01 Jeff Laytonnfs-utils: move check for active knfsd to helper function
2009-08-01 Jeff Laytonnfs-utils: declare a static common buffer for nfssvc...
2009-08-01 Jeff Laytonnfs-utils: clean up NFSCTL_* macros for handling protoc...
2009-08-01 Jeff Laytonnfs-utils: convert rpc.nfsd to use xlog()
2009-08-01 Jeff Laytonnfs-utils: clean up option parsing in nfsd.c
2009-08-01 Jeff Laytonnfs-utils: move nfssvc.c to nfsd dir and clean up linki...
2009-07-15 Steve Dicksonerrno not be set on RPC errors nfs-utils-1-2-1-rc2
2009-07-15 Steve DicksonDon't use initialized garbage for address lengths
2009-07-14 Chuck Levermount.nfs: Squelch compiler warnings in nfs_strerror()
2009-07-14 Chuck Levermount.nfs: Squelch unused parameter warnings on empty...
2009-07-14 Chuck Levermount.nfs: Fix compiler warning in stropts.c
2009-07-14 Chuck Leverumount.nfs: Use correct data type in nfsumount()
2009-07-14 Chuck Levermount.nfs: remove unused @addrlen argument from nfs_str...
2009-07-14 Chuck Levermount.nfs: Remove unused @salen parameter from nfs_ca_gai()
2009-07-14 Chuck Levermount.nfs: Fix some nfs_error() nits in network.c
2009-07-14 Chuck Levermount.nfs: Remove unused parameter in try_mount()
2009-07-14 Chuck Levermount.nfs: Use correct data type in discover_nfs_mount_...
2009-07-14 Chuck Leversupport: Introduce sockaddr helpers to get and set...
2009-07-14 Chuck Levermount.nfs: Don't update extra_opts after text-based...
2009-07-14 Chuck Levermount.nfs: Clean up after restructuring version/protoco...
2009-07-14 Chuck Levermount.nfs: Clean up nfs_is_permanent_error()
2009-07-14 Chuck Levermount.nfs: rearchitect mount version/protocol negotiati...
2009-07-14 Chuck Levermount.nfs: make nfs_options2pmap return errors
2009-07-14 Chuck Levermount.nfs: force rpcbind queries if options aren't...
2009-07-14 Chuck Levermount.nfs: If port= specifies an unregistered port...
2009-07-14 Chuck Levergetport: Convert TCP connection refused to RPC_CANTRECV
2009-07-14 Chuck Levergetport: Restore historical TCP connect timeout error...
2009-07-14 Chuck Levermount.nfs: Add more debugging output around nfs_getport()
2009-07-14 Chuck Levergetport: Clear shared error fields before trying rpcbin...
2009-07-14 Chuck Levergetport: RPC_PROGNOTREGISTERED is a permanent error
2009-07-14 Chuck Leversupport: Set proper retransmit timeout for datagram...
2009-07-14 Chuck Leversupport: Don't return RPC_UNKNOWNHOST from rpc_socket.c
2009-07-14 Chuck Leversupport: Use HAVE_LIBTIRPC to switch in bindresvport_sa(3t)
2009-07-14 Chuck LeverNew versions of libtool add extra aclocal scripts
2009-07-14 Chuck Levergetport: Remove unneeded @salen arguments
2009-07-14 Chuck Levergetport: replace getnameinfo(NI_NUMERICHOST) with inet_...
2009-07-14 Chuck Levergetport: Remove AI_ADDRCONFIG from nfs_gp_loopback_addr...
2009-07-14 Chuck Levergetport: RPCB_GETADDR's r_addr should contain rpcbind...
2009-07-14 Chuck Levergetport: RPCB_GETADDR r_owner should be an empty string
2009-06-29 Steve Dicksonmydaemon: remove closeall() calls from mydaemon()
2009-06-22 Steve DicksonThe closeall function is broken in such a way that... nfs-utils-1-2-1-rc1
2009-06-22 Steve DicksonMake --enable-tirpc the default. If --enable-tirpc...
2009-06-22 Steve DicksonSet the verbosity level in both the librpcsecgss and
2009-06-03 NeilBrownRetry export if getfh fails.
2009-06-02 Steve DicksonRelease 1.2.0
2009-06-02 Tom spot CallawayReplace the Sun RPC license with the BSD license, nfs-utils-1-2-0
2009-05-18 Chuck Leverumount.nfs: Harden umount.nfs error reporting nfs-utils-1-1-7-rc1
2009-05-18 Chuck Levernfs-utils: Fix IPv6 support in support/nfs/rpc_socket.c
2009-05-18 Robert SchwebelWhen compiling nfs-utils-1.1.6, I get this error:
2009-05-18 Chuck Levermount: remove legacy version of nfs_name_to_address()
2009-05-18 Chuck Leversm-notify: Failed DNS lookups should be retried
2009-05-18 Chuck Leversm-notify: Don't orphan addrinfo structs
2009-05-18 Benny Halevyutils/nfsd: enable nfs minorvers4 by default
2009-05-18 Benny HalevyExtend -N command line option syntax to accept
2009-05-04 Benny Halevyutils/nfsd: add support for minorvers4
2009-04-29 Steve DicksonHost aliases need to be checked when netgroups is used...
2009-04-20 Steve DicksonRelease 1.1.6 nfs-utils-1-1-6
next