CVS update: samba/source/smbd

Andrew Tridgell tridge at au2.samba.org
Tue Mar 13 11:55:20 EST 2001


Date:	Tuesday March 13, 2001 @ 11:55
Author:	tridge

Update of /data/cvs/samba/source/smbd
In directory samba:/tmp/cvs-serv28015/smbd

Modified Files:
	ipc.c nttrans.c process.c reply.c trans2.c 
Log Message:
this patch does a number of things:

- removes SMB_ALIGNMENT. That macro caused all sorts of problems with
  getting unicode aligned right in sub-protocols (such as SMBtrans and
  SMBtrans2). I believe the performance reasons for having
  SMB_ALIGNMENT has gone away with the new variants of the SMB
  protocol anyway, as newer commands tend to have their own internal
  alignment.

- fix the locations where we set smb_flg2 to absolute values. We must
  never do this if we want a hope of coping with unicode. 

- add initial support for unicode on the wire in smbd. Currently
  enabled using SMBD_USE_UNICODE environment variable.






More information about the samba-cvs mailing list