summaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/mount_nfs.c
AgeCommit message (Collapse)Author
2001-07-13Add noac flag to disable attribute cachingConstantine Sapuntzakis
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-07-07Initialize missing parts of struct nfs_args nfsdefargsTodd C. Miller
2001-06-24Get rid of NQNFS optionsConstantine Sapuntzakis
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
1999-06-17go back to UDP mounts by default until NFS/TCP is fixedTodd C. Miller
1999-05-31Use connection-oriented transport (ie: TCP) when possible. This makesTodd C. Miller
the default trasport for NFSV3 be TCP like most other OS's.
1998-05-16call pmap_getport() with correct proto; tronTheo de Raadt
1997-11-11use nfsproto variable; tron@lyssa.owl.deTheo de Raadt
1997-08-20Print "Filesystem not supported by kernel" not "Operation not supported byTodd C. Miller
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>.
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-06-29new location of des.hNiels Provos
1997-06-25(foo *)0 -> NULLkstailey
1997-04-20support for -o port=N; provosTheo de Raadt
1996-12-12i studdderr wheenn i tyttypeTheo de Raadt
1996-12-12cannot use err() hereTheo de Raadt
1996-05-28Be stricter when checking NQNFS and version combinationsTheo de Raadt
1996-05-08Clarified warning messages a bitNiklas Hallqvist
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-21From NetBSD: Merge of 960317Niklas Hallqvist
1995-12-27Do not use hard-coded realm nameThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt