]> git.decadent.org.uk Git - nfs-utils.git/history - support
When following a list of mount versions to probe -
[nfs-utils.git] / support /
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.
2006-08-07 Neil Brown"rpc.nfsd XX" should not fail if ports are already...
2006-08-07 Neil BrownRemove warning if neither 'sync' or 'async' present.
2006-07-07 Steve DicksonCall nfssvc_versbits before nfssvc_setfds
2006-07-05 Steinar H. GundersonUse 65534 for anon uid/gid rather than -2
2006-07-05 Greg BanksUpdate rpcdebug to know about new 2.6 debug flags....
2006-07-05 Neil BrownRemove some files that old, unused, unneeded.
2006-07-05 Neil BrownAvoid error creating an existing symlink
2006-07-03 Greg BanksUse socklen_t some more to avoid warnings.
2006-07-03 Greg BanksFix warning about pointer signedness differing.
2006-07-03 Greg BanksInclude the right header to get xmalloc() declaration.
2006-07-03 Greg BanksMerge branch 'master' of git://linux-nfs.org/nfs-utils
2006-07-02 Steve DicksonAllow rpc.nfsd to suppress tcp or udp, and listen on...
2006-06-27 Greg BanksComment out the decades-old SCCS id strings from the...
2006-06-27 Greg BanksDetect if glibc provides socklen_t and use that instead
2006-06-26 Steve DicksonAdd support for suppressing different NFS versions.
2006-06-23 Neil BrownFurther coverity related cleanups.
2006-06-23 Neil BrownFix various issues discovered by Coverity
2006-06-23 Neil BrownFix comment parsing (again)
2006-06-23 Neil BrownTry to make sure that clientid used for NFSv4 is reliable.
2006-06-22 Greg BanksFix a number of the easier compile warnings: unused...
2006-06-16 Greg Banksmultiple threads for mountd
2006-06-16 Amit GudMove NFS mount code from util-linux to nfs-utils -...
2006-06-05 Neil BrownOnly treat '#' as starting a comment when at the start...
2006-06-05 Neil Brownescape hashes in exports
2006-06-05 Neil Brownfix exportfs with multiple matches
2006-04-17 Neil Brown Remove **/Makefile.in, aclocal.m4, configure, and
2006-04-10 neilbrown2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>
2006-04-10 neilbrown2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>
2006-04-10 neilbrown Add checking for innetgr back to configure.in
2006-04-09 neilbrown2006-04-10 kwc@citi.umich.edu
2006-03-28 neilbrownaclocal/autoconf/automake, properly this time.
2006-03-28 neilbrown Use PKGCONFIG to locate gssapi and rpcsecgss header...
2005-12-20 neilbrownRemove all the Makefiles
2005-12-20 neilbrownMore automake stuff
2005-12-20 neilbrownAutogen update
2005-12-20 neilbrownSet default hostname to '*' rather than leaving it...
2005-12-16 neilbrownUpdates from Kevin Coffman at UMich
2005-12-12 neilbrownFix rpc_init so it isn't confused by ssh
2005-10-06 neilbrownAssorted changes from Steve Dickson nfs-utils-1-0-7-post6
2005-08-26 neilbrownrpc and gssapi not longer exist in support, so remove... nfs-utils-1-0-7-post4
2005-08-26 neilbrownRemove the rpcsec_gss code and rely on an external... nfs-utils-1-0-7-post2
2005-08-26 neilbrownremove some files.
2005-08-26 neilbrown2005-08-26 Kevin Coffman <kwc@citi.umich.edu>
2005-08-26 neilbrown2005-08-26 Kevin Coffman <kwc@citi.umich.edu>
2005-08-26 neilbrown2005-08-26 Kevin Coffman <kwc@citi.umich.edu> nfs-utils-1-0-7-post1
2005-08-26 neilbrownFrom: Kevin Coffman <kwc@citi.umich.edu>
2005-04-12 gmorrisAdded TOP, as needed, for easier compile in subdirectories
2005-04-06 chipDon't use cast as lvalue
2005-04-06 chipSupport "acl" and "no_acl" export options.
2005-03-14 neilbrownSanitise stderr logging.
2005-03-14 neilbrowntreat N.N.N.N as a special case of MCL_SUBNETWORK inste...
2005-03-06 gmorrisFix bug [ 1157791 ] Segfault in mountd.
2004-12-10 neilbrownrelease 1.0.7-pre2 nfs-utils-1-0-7-pre2
next