]> git.decadent.org.uk Git - nfs-utils.git/history - utils
rpcdebug: Update 'rpcdebug' tool with recently added debugging flags
[nfs-utils.git] / utils /
2007-07-16 Steinar H. GundersonFix umount.nfs exit status
2007-07-16 Steve DicksonAdded missing unlock_mtab() call in the add_mtab()
2007-07-16 Steve DicksonThe wrong bit field is being passed to NFSCTL_TCPISSET()
2007-07-10 J. Bruce Fieldsdocument the sec= option
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 J. Bruce Fieldsfix warnings in mount.c
2007-07-10 J. Bruce Fieldsgitignore updates
2007-07-10 Trond Myklebustmount.nfs: Add the mount option "nosharecache"
2007-05-17 Steve Dicksonmount.nfs - NFSv4 mounts give wrong error message when...
2007-05-11 Jeff Laytonnfs-utils: have mountd hold open etab file to force...
2007-05-11 Neil Brownmount.nfs4: Remove checks for idmapd and gssd running.
2007-05-08 Neil BrownRemove rquotad
2007-05-08 Jeff Laytonupdate manpages for showmount and mountd
2007-05-02 Kevin CoffmanAlways get addressless tickets
2007-05-02 Neil Brownstatd - the files created are named for dns_name, so...
2007-04-20 Neil BrownDon't hide my_name in statd.
2007-04-20 Kevin CoffmanFactor out error message printing differences between...
2007-04-20 Kevin CoffmanTell Heimdal gss code the correct credential to use
2007-04-16 Neil BrownMake that last patch compile...
2007-04-16 Neil BrownBe more cautious about use for privilege ports (<1024).
2007-04-03 Neil Brownstatd - fix some compile warnings
2007-04-02 Neil Brownexportfs - test exportability of filesystems when expor...
2007-04-02 Neil Brownmountd - improve checks and error messages for export...
2007-04-02 Neil BrownTell NFS/lockd client what that local state number is.
2007-03-30 Kevin CoffmanAdd a debug message indicating that gssd is ready to...
2007-03-30 Kevin CoffmanRemove the now unused functions
2007-03-30 Kevin CoffmanClean up gssd_get_single_krb5_cred and its debugging...
2007-03-30 Kevin CoffmanUse newly added keytab functions
2007-03-30 Kevin CoffmanAdd new keytab handling functions for dealing with...
2007-03-30 Kevin CoffmanHide differences between MIT and Heimdal in macros
2007-03-30 Kevin CoffmanFix memory leak on error path of limit_krb5_enctypes()
2007-03-30 Kevin CoffmanAdd missing newlines
2007-03-29 Neil BrownAdd start-statd script.
2007-03-29 Neil Brownsm-notify: Try all addresses of a multihomed host.
2007-03-29 Neil Brownstatd - use dnsname to ensure correct matching of NOTIF...
2007-03-29 Neil Brownstatd - check for 'priv' when looking for duplicate...
2007-03-29 Neil Brownstatd - remove a pointless if
2007-03-29 Steve Dicksonmount.nfs - nordirplus option
2007-03-29 Neil Brownmount.nfs.man - Use nolocks for /, /usr, /var
2007-03-29 Neil Brownmount.nfs - require statd to be running to mount withou...
2007-03-29 Neil Brownstatd - only unregister/register once.
2007-03-29 Neil Brownmountd - better response to failed attempts to export...
2007-03-29 Neil Brownsm-notify - fix bugs related to run-only-once.
2007-03-29 Neil Brownstatd - keep persistent state in sm/* files.
2007-03-23 Neil Brownstatd - fix bug so statd can talk to kernel again.
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-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 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 BrownUse lstat rather than stat in gssd_find_existing_krb5_c...
2007-03-16 Neil BrownFurther tidyup of nfs_umount.
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...
next