Ruslan Ermilov
78ad54210f
-mdoc sweep.
2005-11-18 10:56:28 +00:00
Ruslan Ermilov
1a6c5d9fac
Unbreak on amd64.
2005-11-16 12:33:04 +00:00
Craig Rodrigues
c76b3c840a
Convert mount_smbfs to use nmount().
...
Reviewed by: bp (smbfs maintainer)
2005-11-16 02:47:12 +00:00
Tom Rhodes
6b1f5e5661
Quick kill links to the nsmb(8) manual page, there is no such
...
utility that I can find.
2005-11-01 21:16:39 +00:00
Boris Popov
ef29b0f6a1
Allow user to override default port numbers used by communication
...
protocols. This is very useful for tunneled SMB connections.
MFC after: 4 weeks
2005-10-02 08:32:49 +00:00
Tim J. Robbins
95269a8951
Correctly check the return value of kldload() to determine whether an
...
error occurred.
2004-09-05 06:42:51 +00:00
Maxime Henrion
56cb1e8cca
Re-add the code to automatically load the smbfs.ko module if necessary.
...
We can't realy on the mount(2) system call to do it for us here because
smb_lib_init() needs the module and we call it before mount(). The old
code has been slightly modified to not use the getvfsent(3) API which
is now retired.
Noticed by: many
2004-06-20 14:30:33 +00:00
Maxime Henrion
24449958e4
Sync with other mount_*fs(8) utilities; we don't need to try to
...
load the smbfs module because the mount(2) syscall will do it
if it's needed.
2004-04-11 21:07:26 +00:00
Simon L. B. Nielsen
9c000261d4
- Correct the path to the dot.nsmbrc sample file.
...
- Add FreeBSD CVS tag.
PR: docs/35649
Submitted by: roam
Approved by: ceri (mentor)
2003-07-31 11:50:01 +00:00
Tim J. Robbins
b97916da44
Pass getvfsbyname() the address of a struct xvfsconf instead of
...
struct vfsconf. This silences a warning, but could also prevent
stack corruption problems if xvfsconf ever became larger than vfsconf.
PR: 53863
Submitted by: Lukas Ertl
2003-07-20 11:27:54 +00:00
Sheldon Hearn
34ffbc80d6
Import smbfs-1.4.4.
2002-04-22 16:15:20 +00:00
Sheldon Hearn
8d4076f081
Import smbfs-1.4.3.
2001-12-26 15:35:10 +00:00
Sheldon Hearn
df3342d686
Import smbfs-1.4.2.
2001-12-20 16:16:25 +00:00
Sheldon Hearn
f1b9d12761
Import smbfs-1.4.1.
...
This is Boris Popov's SMB/CIFS file system implementation for FreeBSD.
Obtained from: Boris Popov via ftp://ftp.butya.kz/pub/smbfs/
2001-12-14 11:06:03 +00:00