1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source4/smb_server
Andrew Tridgell ad8c4ae941 r3380: - changed the default behaviour of server signing. We now have a default
setting of "server signing = auto", which means to offer signing
  only if we have domain logons enabled (ie. we are a DC). This is a
  better match for what windows clients want, as unfortunately windows
  clients always use signing if it is offered, and when they use signing
  they not only go slower because of the signing itself, they also
  disable large readx/writex support, so they end up sending very small
  IOs for.

- changed the default max xmit again, this time matching longhorn,
  which uses 12288. That seems to be a fairly good compromise value.
(This used to be commit e63edc8171)
2007-10-10 13:05:03 -05:00
..
config.m4 r847: convert SMB SERVER SUBSYSTEM to a config.mk file 2007-10-10 12:53:55 -05:00
config.mk r3256: get rid of the unused session_claim() and session_yield() calls 2007-10-10 13:04:47 -05:00
conn.c r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new() limits 2007-10-10 13:01:55 -05:00
negprot.c r2783: got rid of the unused remote architecture detection code 2007-10-10 12:59:32 -05:00
nttrans.c r3350: fixed a bug with sending multiple replies for the one request, as 2007-10-10 13:04:58 -05:00
password.c r3256: get rid of the unused session_claim() and session_yield() calls 2007-10-10 13:04:47 -05:00
reply.c r3350: fixed a bug with sending multiple replies for the one request, as 2007-10-10 13:04:58 -05:00
request.c r3350: fixed a bug with sending multiple replies for the one request, as 2007-10-10 13:04:58 -05:00
search.c r3355: fixed the old style search code in smb_server to correctly handle 2007-10-10 13:05:00 -05:00
service.c r2751: this is a new ntvfs design which tries to solve: 2007-10-10 12:59:30 -05:00
session.c r3256: get rid of the unused session_claim() and session_yield() calls 2007-10-10 13:04:47 -05:00
sesssetup.c r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to use 2007-10-10 13:05:01 -05:00
signing.c r3380: - changed the default behaviour of server signing. We now have a default 2007-10-10 13:05:03 -05:00
smb_server.c r3341: - don't zero the async structure (makes valgrind more useful) 2007-10-10 13:04:57 -05:00
smb_server.h r3341: - don't zero the async structure (makes valgrind more useful) 2007-10-10 13:04:57 -05:00
srvtime.c r1291: rename struct smbsrv_context to smbsrv_connection 2007-10-10 12:56:49 -05:00
trans2.c r3350: fixed a bug with sending multiple replies for the one request, as 2007-10-10 13:04:58 -05:00