CVS update: samba/source/smbd

Tim Potter tpot at samba.org
Thu Jun 20 15:42:00 EST 2002


Date:	Wed Jun 19 22:42:00 2002
Author:	tpot

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

Modified Files:
	lanman.c 
Log Message:
Got rid of unused flags field in lanman api_commands[].

Added an auth_user field which denotes whether the api call can be made
anonymously.  In combination with lp_restrict_anonymous() this can
decrease the amount of information that can be retrieved anonymously.

So far NetShareEnum, NetSessionEnum, NetGroupEnum, NetGroupGetUsers,
NetUserEnum, PrintQEnum, NetFileEnum cannot be called anonymously.

SamOEMChangePassword and NetServerEnum can be called anonymously.

All other functions can be called anonymously until it can be proven
that they can't to avoid breaking anything.


Revisions:
lanman.c		1.77 => 1.78
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/lanman.c?r1=1.77&r2=1.78




More information about the samba-cvs mailing list