Will update smbutil.1 and mount_smbfs.8 as well, if we're happy with the wording and plan.
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
share/man/man5/smbfs.5 | ||
---|---|---|
48 | Perhaps This filesystem driver supports only the obsolete SMBv1 protocol. |
Should we add some warning printf upon programs invocation too ?
Not a bad idea, probably just a warnx() in mount_smbfs
share/man/man5/smbfs.5 | ||
---|---|---|
55 | sigh, evaluate |
Does it make sense to add a gone_in to the mount code in the kernel?
Yeah, a kernel gone_in is probably the right place (rather than the userland utilities as previously mentioned)
A number of people on the mailing list reported they are still using it. Perhaps this deprecation warning instead:
The smbfs filesystem driver supports only the obsolete SMBv1 protocol. smbfs is currently unmaintained and may not function correctly in FreeBSD 14 or later. Users are advised to evaluate the sysutils/fusefs-smbnetfs port instead.
Added a caution statement in 7c140ef034c33ab0b16b535f3d5f945dc8f71cb4; this review stalled as there are actually still some smbfs users. I still expect to go ahead with deprecation/removal after further discussion/time for migration.