freebsd-dev/sys
Tim J. Robbins 190b2c4f8a Add support for SMB request signing, which prevents "man in the middle"
attacks and is required to connect to Windows 2003 servers in their
default configuration. This adds an extra field to the SMB header
containing the truncated 64-bit MD5 digest of a key (a function of the
user's password and the server's authentication challenge), an implicit
sequence number, and the message data itself. As signing each message
imposes a significant performance penalty, we only enable it if the
server will not let us connect without it; this should eventually become
an option to mount_smbfs.
2004-01-02 22:38:42 +00:00
..
alpha Track three new sendfile-related statistics: 2003-12-28 08:57:09 +00:00
amd64 - Use pagezero() instead of bzero() in pmap_pinit(). (pagezero() is much 2004-01-01 07:08:52 +00:00
arm
boot
cam
coda
compat Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently. 2004-01-02 19:29:31 +00:00
conf Backed out a small part of rev.1.15. -Winline now works better, so 2003-12-30 09:01:29 +00:00
contrib
crypto
ddb
dev Don't confuse NULL with 0. 2004-01-02 10:46:38 +00:00
fs Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls. 2004-01-02 19:02:28 +00:00
geom
gnu
i4b
i386 Use <machine/asmacros.h> since <machine/asm.h> is a userland-only header 2004-01-01 22:57:22 +00:00
ia64 Track three new sendfile-related statistics: 2003-12-28 08:57:09 +00:00
isa
isofs/cd9660
kern Move the kernel power change printf under bootverbose since the 2004-01-02 18:24:13 +00:00
libkern
modules Use double quotes instead of single quotes for echos to build options 2003-12-29 09:15:48 +00:00
net switch vlan packet tag allocation to use a private zone 2004-01-02 17:31:51 +00:00
net80211 Sync with netbsd: 2003-12-28 06:57:28 +00:00
netatalk
netatm
netgraph o eliminate widespread on-stack mbuf use for bpf by introducing 2003-12-28 03:56:00 +00:00
netinet Document the net.inet.ip.subnets_are_local sysctl. 2003-12-30 16:05:03 +00:00
netinet6
netipsec
netipx
netkey
netnatm
netncp
netsmb Add support for SMB request signing, which prevents "man in the middle" 2004-01-02 22:38:42 +00:00
nfs
nfs4client
nfsclient
nfsserver
opencrypto
pc98 Garbage-collected CLK_USE_TSC_CALIBRATION. 2003-12-30 07:28:54 +00:00
pccard
pci Fix detection of RealTek 8129 PCI cards. Apparently, these cards 2004-01-02 17:22:12 +00:00
posix4
powerpc Track three new sendfile-related statistics: 2003-12-28 08:57:09 +00:00
rpc
security
sparc64 Track three new sendfile-related statistics: 2003-12-28 08:57:09 +00:00
sys m_tag fixups in preparation for heavier use: 2004-01-02 17:27:39 +00:00
tools
ufs
vm Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the release 2004-01-02 19:57:45 +00:00
Makefile