svn commit: samba r1523 - branches/SAMBA_4_0/source/include

tridge at samba.org tridge at samba.org
Fri Jul 16 03:57:04 GMT 2004


Author: tridge
Date: 2004-07-16 03:57:04 +0000 (Fri, 16 Jul 2004)
New Revision: 1523

Modified:
   branches/SAMBA_4_0/source/include/request.h
Log:
declaring variables "in" and "out" in every C module is a bad idea!

I actually don't like this idea of sharing the request buffer
structure between client and server, and I'll see if I can convince
abartlet to revert it. It ties the two pieces of code far more
intimately than is justified, and will certainly lead to ugliness as
the client and server take different paths of development. I would far
prefer we just pass 2 arguments (pointer and length) to the signing
calls instead of 1 (the request).


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1523&nolog=1


More information about the samba-cvs mailing list