freebsd-dev/sys/netsmb
Gleb Smirnoff 2c284d9395 Remove IPX support.
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.
2014-03-14 02:58:48 +00:00
..
netbios.h Remove IPX support. 2014-03-14 02:58:48 +00:00
smb_conn.c Remove a reference to LK_DRAIN now that lockmgr(9) is gone from this 2013-06-28 20:21:13 +00:00
smb_conn.h Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive. 2013-05-04 14:18:10 +00:00
smb_crypt.c
smb_dev.c Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
smb_dev.h Completely rewrite the interface to smbdev switching from dev_clone 2013-05-04 14:03:18 +00:00
smb_iod.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
smb_rq.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
smb_rq.h
smb_smb.c Add unicode support to msdosfs and smbfs; original pathes from imura, 2011-11-18 03:05:20 +00:00
smb_subr.c Add unicode support to msdosfs and smbfs; original pathes from imura, 2011-11-18 03:05:20 +00:00
smb_subr.h
smb_tran.h
smb_trantcp.c Catch up with sb_timeo type change in r255138. This fixes 2013-11-08 08:44:09 +00:00
smb_trantcp.h
smb_usr.c Fix panic due to page faults while in kernel mode, under conditions of 2012-10-31 03:34:07 +00:00
smb.h