]> git.decadent.org.uk Git - nfs-utils.git/history - support
getport: Remove unneeded @salen arguments
[nfs-utils.git] / support /
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-06-02 Tom spot CallawayReplace the Sun RPC license with the BSD license, nfs-utils-1-2-0
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-29 Steve DicksonHost aliases need to be checked when netgroups is used...
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-08 Steve DicksonAdded back the some logging variables which are no nfs-utils-1-1-5-rc1 nfs-utils-1-1-6-rc1
2009-03-05 Chuck Levernfs-utils: Provide type-checked version of svc_getcaller()
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-03-04 Steve DicksonGeneral clean up. Removed unused routines. Reworked...
2009-03-04 Steve DicksonConverted good_client() to correctly use the tcp wrapper
2009-03-04 Steve DicksonOnly hash on IP address and Program number. Including...
2009-02-18 Tomas RichterExportfs and rpc.mountd optimalization
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
2009-01-03 Steve DicksonNow that the TCP wrapper actually works, mounts will
2008-12-19 Steve DicksonTo ensure the hash table of clients has valid
2008-12-19 Steve DicksonClients IP address and host names are check on
2008-12-19 Steve DicksonWhen clients are define as IP addresses in /etc/hosts...
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-25 Steve DicksonWhen a FQDN exists in /var/lib/nfs/rmtab it causes
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-05-05 Sten SpansFixed arguments to the hosts_ctl() call in the good_cli...
2008-03-04 Neil BrownStop the kernel export table from being flushed
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: create client_resolve and change client_com...
2007-09-28 Jeff Laytonrpc.mountd: make exportent->e_hostname a dynamically...
2007-09-28 Jeff Laytonrpc.mountd: Change nfs_client->m_hostname to be a dynam...
2007-09-25 Chuck Levermount.nfs: add EX_SUCCESS exit code
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
2007-07-30 Chuck Leverlibnfs.a: move mnt_{open, close}clnt calls to utils...
2007-07-29 Neil BrownAdd -Wstrict-prototypes to compiler args, and fix warni...
2007-07-27 J. Bruce FieldsUse __fpurge to ensure single-line writes to cache...
2007-07-21 J. Bruce Fieldsfix broken compile due to missing pseudoflavors.h
2007-07-20 Chuck Leverrpcdebug: Update 'rpcdebug' tool with recently added...
2007-07-10 J. Bruce FieldsSupport sec= option to specify export security
2007-07-10 J. Bruce Fieldsmove pseudoflavor information to common code
2007-07-10 Flavio Leitnermount.nfs: Fix retry= to handle lack of reserved port...
2007-05-11 Steinar H. GundersonMemory leak in mountd
2007-05-11 Jeff Laytonnfs-utils: have mountd hold open etab file to force...
2007-04-16 Neil BrownBe more cautious about use for privilege ports (<1024).
2007-03-22 Neil BrownNever set SO_REUSEADDR on a UDP socket.
2007-03-20 Neil BrownAdd --with-rpcgen= for configure so that the system...
2007-03-20 Neil BrownHandle -o remount better
2007-03-18 Neil BrownMake warning about host matching multiple exports more...
2007-03-16 Neil BrownFix another warning: error -> nfs_error
2007-03-16 Neil BrownRemove nfs_mntent_t in favour of struct mntent
2007-03-16 Neil BrownCorrectly handle "user" and "users" mount options.
2007-03-16 Neil BrownMake mtab_head static
2007-03-16 Steinar H. GundersonFix memory leak in mountd.
2007-03-14 J. Bruce FieldsRemove "maptype" support
2007-03-13 Neil BrownRestore use of un-connected socket for UDP mount requests.
2007-02-27 Neil BrownMerge branch 'branch-1-0'
2007-02-27 Fred IsamanExtend the exportfs/mountd interface to pass fslocation...
2007-02-22 Neil BrownRemove rpc.lockd
2007-02-22 Neil BrownChange default from subtree_check to no_subtree_check
2007-02-22 Fred IsamanExtend the exportfs interface to pass fslocations info...
2007-02-12 Neil BrownSupport group-id looks for kernels that ask for them.
2007-02-12 Neil BrownUse UUIDs to identify filesystems if kernel supports it.
2007-02-12 Neil BrownCorrect spelling error
2007-02-05 Neil BrownMake UDP sockets not blocking
2007-02-04 Steinar H. GundersonUse memset instead of __bzero.
2007-02-04 Steinar H. GundersonAllow default options in /etc/exports
2007-02-04 Neil BrownNever set flushtime for a cache in the future.
2007-01-11 Neil BrownError check messages sent to the kernel.
next