summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/netbios.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove IPX support.glebius2014-03-141-5/+1
| | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
| | | | Approved by: bp
* Allow user to override default port numbers used by communicationbp2005-10-021-0/+2
| | | | | | protocols. This is very useful for tunneled SMB connections. MFC after: 4 weeks
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-3/+0
| | | | | | ifdefs scattered around the place - its dead Jim! The SMB stuff had stolen AF_NS, make it official.
* Add more NetBIOS name types.bp2002-04-171-2/+9
| | | | MFC after: 4 days
* Spelling fixes.bp2001-12-311-1/+1
| | | | | | PR: kern/33131 Submitted by: Anders Andersson <anders@hack.org> MFC after: 1 week
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+138
Add smbfs(CIFS) filesystem. Userland part will be in the ports tree for a while. Obtained from: smbfs-1.3.7-dev package.
OpenPOWER on IntegriCloud