CVS update: samba/source/libsmb

tridge at samba.org tridge at samba.org
Mon Aug 27 18:19:40 EST 2001


Date:	Mon Aug 27 01:19:40 2001
Author:	tridge

Update of /home/cvs/samba/source/libsmb
In directory va:/tmp/cvs-serv14865/libsmb

Modified Files:
	clientgen.c clierror.c clitrans.c libsmbclient.c 
Log Message:
converted smbd to use NTSTATUS by default
major changes include:

- added NSTATUS type
- added automatic mapping between dos and nt error codes
- changed all ERROR() calls to ERROR_DOS() and many to ERROR_NT()
  these calls auto-translate to the client error code system
- got rid of the cached error code and the writebmpx code

We eventually will need to also:
- get rid of BOOL, so we don't lose error info
- replace all ERROR_DOS() calls with ERROR_NT() calls

but that is too much for one night



Revisions:
clientgen.c		1.173 => 1.174
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clientgen.c?r1=1.173&r2=1.174
clierror.c		1.13 => 1.14
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clierror.c?r1=1.13&r2=1.14
clitrans.c		1.13 => 1.14
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clitrans.c?r1=1.13&r2=1.14
libsmbclient.c		1.34 => 1.35
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/libsmbclient.c?r1=1.34&r2=1.35




More information about the samba-cvs mailing list