]> git.decadent.org.uk Git - nfs-utils.git/history - support/nfs
nfs: fix host_reliable_addrinfo
[nfs-utils.git] / support / nfs /
2011-05-23 NeilBrownRemove risk of nfs_addmntent corrupting mtab
2011-05-23 Ben Myersexportfs: getexportent interprets -test-client- as...
2011-04-06 Chuck Leverexports: add a configurable time-to-live for the kernel...
2011-04-06 Steve DicksonRemoved a warning from conffile.c
2011-03-05 Steve DicksonCleaned up a warning in rpcdispatch.c
2010-12-03 Sid Moorerpc.mountd: Checking RPC Procedure ID before process it
2010-11-29 Mi Jinlonglibnfs.a: fix a bug when parse section's arg nfs-utils-1-2-4-rc3
2010-10-14 Trond Myklebustexport: Ensure that we free struct exportent->e_uuid
2010-10-14 Chuck Leverlibnfs.a: Allow multiple RPC listeners to share listene...
2010-10-13 Steve DicksonFix style nits in atomicio.c
2010-10-13 Steve Dicksonnfs-utils: Move common code into support
2010-09-27 Chuck Levernfs-utils: Fix source code character encoding
2010-09-27 Steve Dicksonlibnfs.a: Remove support/nfs/fstab.c
2010-09-16 Chuck Leverlibnfs.a: Fix API for getfh() & friends
2010-09-09 Chuck Levergetport: Recognize "rdma" and "rdma6" netid
2010-08-09 Steve DicksonRemoved warnings from conffile.c
2010-08-09 Steve DicksonRemove warnings from nfs_mntent.c
2010-08-09 Steve Dicksonemove warnings from cacheio.c
2010-08-09 Steve DicksonRemove warnings from svc_socket.c
2010-08-09 Steve DicksonRemoved warnings from rpcdispatch.c
2010-05-24 Chuck Levermountd: Convert colons in IPv6 presentation addresses...
2010-04-08 Steve DicksonRemove some warnings that were introduced by commit...
2010-03-08 Steve Dicksonmountd: fix --manage-gids hang due to int/uint bug
2010-03-08 Steve DicksonUse authunix_create() instead of authsys_create() to...
2010-03-01 Jeff Laytonnfs-utils: add and use nfs_authsys_create
2010-02-12 Ben Myersnfs-utils: don't fdatasync the rmtab
2010-02-12 Ben Myersnfs-utils: remove xflock timeout
2010-01-15 Steve DicksonTone down a number xlog messages in svc_create_bindaddr() nfs-utils-1-2-2-rc7
2010-01-15 Chuck Leverstatd: Support TI-RPC statd listener
2010-01-15 Chuck Levernfs-utils: Collect socket address helpers into one...
2010-01-13 J. Bruce FieldsRevert "Automatically set 'nohide' on referral exports." nfs-utils-1-2-2-rc6
2010-01-13 J. Bruce Fieldsexports: common exportent initializer
2010-01-13 Steve Dicksonexports: NFSv4 pseudoroot support routines
2010-01-13 J. Bruce Fieldsexports: let kernel decide which flags vary by flavor
2010-01-13 J. Bruce Fieldsexports: minor parse_opts cleanup
2009-12-11 Chuck Leverlibnfs.a: Provide shared helpers for managing netids
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 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-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-14 Chuck Leversupport: Introduce sockaddr helpers to get and set...
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 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 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-22 Steve DicksonThe closeall function is broken in such a way that... nfs-utils-1-2-1-rc1
2009-05-18 Chuck Levernfs-utils: Fix IPv6 support in support/nfs/rpc_socket.c
2009-05-04 Benny Halevyutils/nfsd: add support for minorvers4
2009-04-18 Chuck Leversupport: Provide an API for creating a privileged RPC...
2009-04-15 Chuck Levergetport.c: fix non-standard C
2009-04-03 Kevin Coffmancacheio: return any original error from qword_eol nfs-utils-1-1-6-rc4
2009-04-03 Ben MyersMountd should use separate lockfiles
2009-03-23 Steve DicksonIn recent Fedora builds, the '-D _FORTIFY_SOURCE=2... nfs-utils-1-1-6-rc3
2009-03-16 Chuck Levernfs-utils: Include legacy or TI-RPC headers, not both
2009-03-16 Chuck Levernfs-utils: replace function-specific switches with...
2009-03-05 Chuck Levernfs-utils: Replace getservbyname(3)
2009-03-04 Ben GreearHave sizeof using the correct value in nfs_getlocalport()
2009-03-04 Chuck Levernfs-utils: Remove fprintf() call from support/nfs/getport.c
2009-01-07 Steve DicksonMerge branch 'master' of git://linux-nfs.org/nfs-utils
2009-01-06 Chuck Levermount: getport: don't use getaddrinfo(3) on old systems
2008-11-18 Steve DicksonAdded support/nfs/getport.c
2008-11-17 Chuck LeverIntroduce rpcbind client utility functions
2008-11-17 Chuck LeverAdd AF_INET6-capable API to acquire an RPC CLIENT *
2008-10-08 Chuck Levernfs-utils: make makesock() static
2008-10-08 Chuck Levernfs-utils: Clean up support/nfs/rpcmisc.c:closedown()
2008-09-26 Chuck Levernfs-utils: whitespace clean ups in support/nfs/rpcmisc.c
2008-09-26 Chuck Levernfs-utils: Remove excess log reporting
2008-09-26 Chuck Levernfs-utils: make makesock() static
2008-09-26 Chuck Levernfs-utils: remove disabled code from support/nfs/rpcmisc.c
2008-09-26 Chuck Levernfs-utils: Remove unused function rpc_svcrun()
2008-09-26 Chuck Levernfs-utils: remove unused function rpc_logcall()
2008-08-28 J. Bruce FieldsRemove redundant m_path field
2008-08-28 David WoodhouseFix handling of explicit uuid
2008-07-15 Steve DicksonIt appears that a recent glibc update now enforces...
2008-06-06 Steve DicksonRemoved the initialization of args2 in xlog_backend. It
2008-06-06 Steve DicksonCleaned up warnings in rmtab.c and xlog.c
2008-01-17 Steve DicksonStop segfaults on amd64 during warnings messages by...
2008-01-09 Steve DicksonAutomatically set 'nohide' on referral exports.
2007-10-14 Kevin CoffmanCleanup xlog logging code to be safe and usable for all
2007-10-14 Kevin CoffmanCopy new cacheio functions used by svcgssd to nfslib
2007-09-28 Jeff Laytonrpc.mountd: make exportent->e_hostname a dynamically...
2007-08-09 Jeff Laytonnfs-utils: specify a create mode with open(...O_CREAT...
2007-07-30 Chuck Leverlibnfs.a: eliminate another dependency on a global...
2007-07-30 Chuck Leverlibnfs.a: eliminate conn.c and conn.h
2007-07-30 Chuck Leverlibnfs.a: move get_socket() function to utils/mount...
2007-07-30 Chuck Leverlibnfs.a: move clnt_ping() to utils/mount
2007-07-30 Chuck Leverlibnfs.a: move more mount-only functions out of libnfs.a
next