]> git.decadent.org.uk Git - nfs-utils.git/shortlog
nfs-utils.git
2007-03-22 Neil Brownsm-notify - Fix typos in Usage message.
2007-03-22 Neil Brownmount.nfs: Fix issue with -o user,exec
2007-03-22 Neil BrownFix errors in statd calling sm-notify.
2007-03-22 Neil BrownNever set SO_REUSEADDR on a UDP socket.
2007-03-20 Kevin CoffmanFix a couple of problems that crept into mount
2007-03-20 Neil Brownstatd - remove try_to_resolve
2007-03-20 Neil Brownumount should succeed even if we cannot contact the...
2007-03-20 Karel ZakAdd support for quoted mount options
2007-03-20 Neil BrownBuild mount.nfs by default, and install setuid
2007-03-20 Neil Brownmount.nfs - make sure program name in error message...
2007-03-20 Neil Brownumount.nfs - more strict checks on command line args.
2007-03-20 Neil Brownmount.nfs - Tidy up option parsing.
2007-03-20 Neil Brownsm-notify - use state directory provided via ./configure
2007-03-20 Neil BrownAllow disabling of libblkid usage.
2007-03-20 Neil BrownAdd --with-rpcgen= for configure so that the system...
2007-03-20 Neil BrownHandle -o remount better
2007-03-19 Neil Brownstatd - delay drop-privs until sockets have been setup.
2007-03-19 Neil BrownAllow rpc.statd to *not* run sm-notify.
2007-03-19 Neil BrownRemove notify functionality from statd in favour of...
2007-03-19 Neil Brownsm-notify - compile and install
2007-03-19 Neil Brownsm-notify - drop privileges before receiving packets...
2007-03-19 Neil BrownPrevent sm-notify from being run multiple times per...
2007-03-19 Neil Brownsm-notify - make the manpage a little more up-to-date
2007-03-19 Neil Brownsm-notify: remove addr_parse
2007-03-19 Neil Brownsm-notify: Allow base path to be set by command line...
2007-03-19 Neil BrownAdd sm-notify from SuSE
2007-03-19 Karel ZakCorrectly handle -f (fake) mount option.
2007-03-19 Neil BrownWhen finding an export for an fsid, check submounts...
2007-03-19 Neil BrownHandle 'crossmnt' when kernel asked for export options...
2007-03-19 Neil BrownAllow exporting of a subfilesystem when 'crossmnt'...
2007-03-19 Neil BrownWork around svc_getreqset in glibc 3
2007-03-18 Amit GudClean up of some error messages.
2007-03-18 Neil BrownMake warning about host matching multiple exports more...
2007-03-18 Kevin CoffmanCreate two separate paths for pipefs_dir and pipefs_nfsdir.
2007-03-18 Kevin CoffmanAllow any credential to be used for machine credentials
2007-03-18 Kevin CoffmanAdd option to allow root to use credentials other than...
2007-03-18 Kevin CoffmanDon't leak keytab entries
2007-03-16 Neil BrownFix another warning: error -> nfs_error
2007-03-16 Neil BrownFix a 'const' misuse warning.
2007-03-16 Neil BrownSupport unmount by not privileged users
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 BrownRemove some incorrect version matching code.
2007-03-16 Steve DicksonReturn the correct exit status on failed mounts
2007-03-16 Neil BrownSupport -s option to ignore unknown options (sloppy)
2007-03-16 Neil BrownOn "umount --lazy", don't tell the server we have unmou...
2007-03-16 Neil BrownReturn correct exit status for umount.nfs.
2007-03-16 Neil BrownUpdate the nfs.5 manpage
2007-03-16 Neil BrownAdd nfs.5 man page
2007-03-16 Neil BrownRemove tools/getiversion
2007-03-16 Neil BrownUse AC_SYS_LARGEFILE to enable largefile support
2007-03-16 Neil BrownLook in lib64 for gss libs aswell.
2007-03-16 Neil BrownAllow 'make install' to be run as non-root.
2007-03-16 Neil BrownUse lstat rather than stat in gssd_find_existing_krb5_c...
2007-03-16 Neil BrownFurther tidyup of nfs_umount.
2007-03-16 Neil BrownMake mtab_head static
2007-03-16 Wei YongjunRename add_mtab2() to del_mtab()
2007-03-16 Wei YongjunUse correct UMNT protocol to do umount
2007-03-16 Wei YongjunFix nfs4 umount to not used umount procedure
2007-03-16 Wei YongjunUse correct UMNT version to do umount
2007-03-16 Neil BrownDon't complain if two exports of different types match...
2007-03-16 Neil BrownInstall mount.nfs* in /sbin instead of /usr/sbin
2007-03-16 Steinar H.... Fix memory leak in mountd.
2007-03-16 Neil BrownAutomatically start statd when mounting an nfs filesystem.
2007-03-15 Neil BrownMake --enable-secure-statd the default.
2007-03-14 Neil BrownRemove uid-mapping text from exports.man
2007-03-14 J. Bruce FieldsRemove "maptype" support
2007-03-14 Neil BrownIf -o sec= is not specified for mount, allow either...
2007-03-13 Simon PeterUse very long timeout for information in the filehandle...
2007-03-13 Talpey, Thomasnfs-utils patch for mount-reserved-port
2007-03-13 Neil BrownRestore use of un-connected socket for UDP mount requests.
2007-03-13 Neil BrownAdd support for "mount -o sec=none"
2007-03-13 Neil BrownRemove unused variable from add_mtab
2007-02-27 Neil BrownMerge branch 'branch-1-0'
2007-02-27 Neil BrownFix silly bug with tcp-wrappers check nfs-utils-1-0-12
2007-02-27 Neil BrownFix silly bug with gid lookup
2007-02-27 Fred IsamanExtend the exportfs/mountd interface to pass fslocation...
2007-02-27 Kevin CoffmanFix reference error when writing fsloc data to cache
2007-02-25 Neil BrownAdd missing fsloc.[ch] files - oops. nfs-utils-1-0-11a
2007-02-22 Neil BrownRemove rpc.lockd
2007-02-22 Neil BrownChange default from subtree_check to no_subtree_check
2007-02-22 Neil BrownUpdate version to 1.0.11 nfs-utils-1-0-11
2007-02-22 Fred IsamanExtend the exportfs interface to pass fslocations info...
2007-02-22 Neil BrownFix showmount bugs.
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-09 Kevin CoffmanAdd option to svcgssd to enable libnfsidmap debugging.
2007-02-09 Kevin CoffmanRemove duplicated code.
2007-02-09 Kevin CoffmanShare handling of lucid_sec_context for Heimdal and MIT
2007-02-09 Kevin CoffmanUse owner rather than filename format in choosing cred...
2007-02-09 Kevin CoffmanVarious minor manpage fixes.
2007-02-09 Kevin CoffmanUse the gssglue version of gssapi.h for svcgssd_mech2file.c
2007-02-09 Kevin CoffmanStop using storage after free
2007-02-09 Kevin CoffmanFix memory leak in idmapd.
2007-02-09 Kevin CoffmanTreat GSSAPI error codes as unsigned.
2007-02-09 Kevin CoffmanAdd AM_MAINTAINER_MODE to configure.in
2007-02-09 Kevin CoffmanTouch up some of the autotools files
2007-02-05 Neil BrownMake UDP sockets not blocking
2007-02-05 Neil BrownFurther README updates.
next