History log of /freebsd-9.3-release/sys/netsmb/smb_usr.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 206361 07-Apr-2010 joel

Switch to our preferred 2-clause BSD license.

Approved by: bp


# 139823 06-Jan-2005 imp

/* -> /*- for license, minor formatting changes


# 117949 23-Jul-2003 peter

size_t != int. Make this compile on 64 bit platforms (eg: amd64).
Also, "u_short value; if (value > 0xffff)" can never be true.


# 116189 11-Jun-2003 obrien

Use __FBSDID().


# 103543 18-Sep-2002 phk

Add missing #include <sys/mbuf.h>


# 103529 18-Sep-2002 bp

Permit an empty username which is useful for browsing.


# 75374 10-Apr-2001 bp

Import kernel part of SMB/CIFS requester.
Add smbfs(CIFS) filesystem.

Userland part will be in the ports tree for a while.

Obtained from: smbfs-1.3.7-dev package.